-
Notifications
You must be signed in to change notification settings - Fork 250
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
utilize custom restart names for WW3 #1684
utilize custom restart names for WW3 #1684
Conversation
* set configuration variable true to use non-default restart file names in WW3 * change name of WW3 used for restart tests * change name of WW3 in hafs wav tests
@@ -74,6 +74,7 @@ WAV_attributes:: | |||
logfile = wav.log | |||
mesh_wav = @[MESH_WAV] | |||
multigrid = @[MULTIGRID] | |||
user_sets_restname = true |
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.
@DeniseWorthen It's the goal from the WW3 side for the restart names to be controlled by a WW3 input file instead of a "nems.configure" restart file. Just wanted to make you aware that is a planned change from the WW3 side in the near future.
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.
It is good to know the goal on WW3 side. I think we can get this change in at this time. We can review it when the ww3 restart filename changes are ready. the purpose here is to have consistent restart file names as much as possible for all the model components. Thanks.
Merged in PR #1692 |
Description
Utilizes configuration variable
user_sets_restname
in nems.configure to trigger a custom restart file name in WW3. Restarts will be produced with nameufs.APP.ww3.r.YYYY-MM-DD-SSSSS
whereAPP
is eithercpld
orhafs
.If a file of the expected name is not present at restart, WW3 will abort with error
On a restart run, the following will be written to stdout
Top of commit queue on: TBD
Input data additions/changes
Anticipated changes to regression tests:
The
hafs_regional_atm_ocn_wav
andhafs_regional_atm_wav
will fail because the name of the restart file changes. Manual comparison against the existing baseline file shows they are B4B. All other tests pass.During testing, the hera.intel log was not produced but the
rt_
logs were catted manually. Thecpld_control_p8
test timed-out for GNU.intel.log
RegressionTests_cheyenne.gnu.log
Subcomponents involved:
Combined with PR's (If Applicable):
Commit Queue Checklist:
Linked PR's and Issues:
Testing Day Checklist:
Testing Log (for CM's):