-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add build script and move build-related files to sorc dir #49
Conversation
…into feature/nco_sorc
@christinaholtNOAA, I integrated conda and
When I checked the uwtools repo, I found that some files were not copied to the above path: Can you let me know how to fix this issue? |
@WeirAE FYI: this might be an item to pick with next patch version. |
@chan-hoo We need to use the weather model hash https://github.com/ufs-community/land-DA_workflow/blob/develop/CMakeLists.txt#L51. |
@jkbk2004, updated, but the
It is saying that some input files are missing, but I can't find which one is missing yet. |
|
@chan-hoo can you try to build one level up not inside sorc as ./app_build.sh -c=intel --conda=off --build --build-dir=/work/noaa/epic/jongkim/land-DA/merge/pr-49-v1/build ? |
@jkbk2004, It passed all ctests on Orion:
I think the input files (/scratch2/NAGAPE/epic/UFS_Land-DA/inputs) are incomplete on Hera. |
|
@jkbk2004, one test still fails on Hera on my end:
Since your test was completed successfully, I guess there may be a file permission issue on the input files on Hera. |
@jkbk2004, I found the following issue:
Can you run
|
@chan-hoo can you try to use /scratch1/NCEPDEV/nems/role.epic/testing/landda-2024/inputs ? |
@jkbk2004, the file in the new path doesn't have
|
try one more time |
@jkbk2004, the error was gone, but another error came out:
Please add
|
Try one more time |
@jkbk2004, it works now!
Thank you! |
@jkbk2004, ctest was completed successfully on Orion:
|
Description
sorc
to meet the NCO implementation standards.To load conda environment:
To run a sample xml file:
To generate a xml file from the yaml file using
uwtools
:Anticipated changes to regression tests:
Subcomponents involved:
Linked PR's and Issues:
Testing (for CM's):