-
Notifications
You must be signed in to change notification settings - Fork 120
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
Fixes issue #395 regarding use of @
character in experiment path
#396
Fixes issue #395 regarding use of @
character in experiment path
#396
Conversation
Machine: hera |
Machine: jet |
692027b
to
795adf9
Compare
@@ -21,6 +21,8 @@ platform: | |||
PRE_TASK_CMDS: '{ ulimit -s unlimited; ulimit -a; }' | |||
TEST_EXTRN_MDL_SOURCE_BASEDIR: /glade/p/ral/jntp/UFS_SRW_App/develop/input_model_data | |||
TEST_PREGEN_BASEDIR: /glade/p/ral/jntp/UFS_SRW_App/develop/FV3LAM_pregen | |||
TEST_ALT_EXTRN_MDL_SYSBASEDIR_ICS: /glade/p/ral/jntp/UFS_SRW_App/develop/dummy_FV3GFS_sys_dir | |||
TEST_ALT_EXTRN_MDL_SYSBASEDIR_LBCS: /glade/p/ral/jntp/UFS_SRW_App/develop/dummy_FV3GFS_sys_dir | |||
task_run_fcst: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the point of adding these directories and the "TEST_ALT"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JeffBeck-NOAA Test cases such as specify_EXTRN_MDL_SYSBASEDIR_ICS_LBCS
fail when I run the comprehensive test without it. Hera and Gaea had them before but the rest of the machines didn't so I added it to all of them in case such test cases are run there. The logic behind TEST_ALT_*
seems to not be ideal, for example see this issue #364 that plans to change it.
It was tested on Hera, and works fine. |
DESCRIPTION OF CHANGES:
This PR fixes issue #395. SRW app now works properly with experiment directories that have
@
in them.Type of change
TESTS CONDUCTED:
custom_GFDLgrid
on Jet with experiment directory containing@
character in bothcommunity
andnco
mode.Hera
andJet
to make sure everything else is Ok.get_HPSS_*
tasks failed.DEPENDENCIES:
None
DOCUMENTATION:
None
ISSUE:
#395
CHECKLIST
LABELS (optional):
A Code Manager needs to add the following labels to this PR:
CONTRIBUTORS (optional):
@christopherwharrop-noaa