-
Notifications
You must be signed in to change notification settings - Fork 172
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
Use stochastic restart patterns on rerun #3077
Use stochastic restart patterns on rerun #3077
Conversation
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.
looks good to me. No comments.
Please invite review from @pjpegion @NeilBarton-NOAA
Experiment C96_atm3DVar FAILED on Hera in Build# 1 in |
Experiment C48mx500_3DVarAOWCDA FAILED on Hera in Build# 1 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48mx500_3DVarAOWCDA FAILED on Hera in Build# 1 in |
Experiment C96C48_ufs_hybatmDA FAILED on Hera in Build# 1 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96C48_hybatmDA FAILED on Hera in Build# 1 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96C48_ufs_hybatmDA FAILED on Hera in Build# 1 in |
Experiment C96C48_hybatmaerosnowDA FAILED on Hera in Build# 1 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96C48_hybatmDA FAILED on Hera in Build# 1 in |
Experiment C96C48_hybatmaerosnowDA FAILED on Hera in Build# 1 in |
Experiment C48_S2SWA_gefs FAILED on Hera in Build# 1 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48_S2SWA_gefs FAILED on Hera in Build# 1 in |
CI Failed on Hera in Build# 1
|
Experiment C96C48_hybatmaerosnowDA FAILED on Hera in Build# 5 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96C48_hybatmaerosnowDA FAILED on Hera in Build# 5 in |
Experiment C48_S2SW FAILED on Hera in Build# 5 in |
Experiment C96C48_hybatmDA FAILED on Hera in Build# 5 in |
Experiment C96_atm3DVar FAILED on Hera in Build# 5 in |
Experiment C96C48_ufs_hybatmDA FAILED on Hera in Build# 5 in |
Experiment C48_S2SWA_gefs FAILED on Hera in Build# 5 in |
CI Failed on Hera in Build# 5
|
CI Passed on Hera in Build# 6
|
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.
I can't comment on the science updates in this PR but the workflow changes look good. Thanks @WalterKolczynski-NOAA !
bc61862
into
NOAA-EMC:develop
Description
The stochastic pattern restart files were not being copied into the input directory when restarting the model after a segment/failure. These files are now copied in and the stochini flag set to
.true.
in the namelist on a rerun.The files are NOT copied in for non-rerun warm starts.
Also removes the restriction that stochastic physics cannot be run on member 0, as this is desired down the line. Additional settings are added to the fcst and efcs configs to retain the current behavior.
A bug was also discovered and corrected during this work. The stage, forecast, and archive job all assumed that
ca_data
tile files are always present, but these are only created when cellular automata is on. Nowca_data
files are handled if CA is on. To implement this change, theDO_CA
setting had to be moved from the forecast configs to base so it is available to the stage_ic and archive jobs.Resolves #2937
Type of change
Change characteristics
How has this been tested?
Multi-segment test on Hercules
Checklist