Error building on Orion #2605
-
I tried building the UFS weather model on Orion, but I keep getting this error at the end of the "./build.sh" command. |
Beta Was this translation helpful? Give feedback.
Answered by
MichaelLueken
Feb 19, 2025
Replies: 1 comment 2 replies
-
@MichaelLueken can you check this issue? it sounds like @mkbenneh has a trouble to build thru SRW. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All components, including the ufs-weather-model, successfully build on Orion for the SRW App.
@mkbenneh, while building the UFS weather model on Orion, did you have the
srw_app
conda environment loaded? From the error message, this seems to be the case. Please deactivate the conda environment usingconda deactivate
, and try building the weather model once again.