Convert machine scripts to yaml format.#388
Conversation
4289a26 to
c09758a
Compare
|
Machine: jet |
c09758a to
1db0fe0
Compare
1db0fe0 to
6b266e6
Compare
6b266e6 to
f3a8c3a
Compare
20f2a96 to
1e7a2c3
Compare
|
@danielabdi-noaa While attempting to run the manual tests on Hera, I'm encountering the following failure: Have you seen similar issues while running the WE2E tests on this machine? |
|
@MichaelLueken Sorry I introduced a bug in my last commit in the GFDL grid subroutine which I have fixed now. |
MichaelLueken
left a comment
There was a problem hiding this comment.
@danielabdi-noaa Thank you very much for addressing my concern in running the fundamental WE2E tests manually. Another test was run on Hera which successfully completed. I approve of these changes.
|
Testing error on Hera with default config.yaml (config.community.yaml). The code does not recognize "hera". Here is the error message when run ./generate_FV3LAM_wflow.py: |
|
@panll There was a bug with upper/lower case machine name that doesn't happen in WE2E tests. I fixed it now, but note that if you re-built hera binaries in last couple of days, it may fail during forecast. |
|
@danielabdi-noaa it works now, thanks! |
|
@panll Thanks for testing. Unittest should have captured this bug but it was not returning exit code so it wrongly thought the test passed. I would like to test this PR on all machines using Jenkins, which is now close to being ready after Cheyenne issues are fixed. |
57c25f4 to
a39a7c7
Compare
c51a833 to
db574d8
Compare
| DOMAIN_PREGEN_BASEDIR: "" | ||
| # | ||
| #----------------------------------------------------------------------- | ||
| # Scritps and commands needed by workflow and tasks |
There was a problem hiding this comment.
Thanks i will fix it in the other PR.
DESCRIPTION OF CHANGES:
This PR converts machine files into yaml format, and then use them to update
config_defaults.yamlonce for reasons explained in issue #386. The final result is written tovar_defns.shso there won't be a need to source machine file in many ex- and other scripts.Type of change
TESTS CONDUCTED:
DEPENDENCIES:
None
ISSUE:
#386
CHECKLIST
LABELS (optional):
A Code Manager needs to add the following labels to this PR:
CONTRIBUTORS (optional):
@christinaholtNOAA