Use stochastic restart patterns on rerun#3077
Conversation
There was a problem hiding this comment.
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 |
|
CI Passed on Hercules in Build# 1 |
|
CI Tests set up to run in /lfs/h2/emc/ptmp/walter.kolczynski/PR/PR_3077/RUNTESTS on WCOSS |
|
Got all the way to the last cycle of the extended test and then died. Investigating. |
|
Looks like stmp filled on WCOSS |
|
Experiment C96C48_hybatmaerosnowDA FAILED on Hera in Build# 4 with error logs: Follow link here to view the contents of the above file(s): (link) |
|
Experiment C96C48_hybatmaerosnowDA FAILED on Hera in Build# 4 in |
|
Experiment C96_atm3DVar FAILED on Hera in Build# 4 in |
|
Experiment C96C48_ufs_hybatmDA FAILED on Hera in Build# 4 in |
|
Experiment C48_S2SWA_gefs FAILED on Hera in Build# 4 in |
|
Experiment C96C48_hybatmDA FAILED on Hera in Build# 4 in |
|
Experiment C48_S2SW FAILED on Hera in Build# 4 in |
|
CI Failed on Hera in Build# 4 |
|
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 |
KateFriedman-NOAA
left a comment
There was a problem hiding this comment.
I can't comment on the science updates in this PR but the workflow changes look good. Thanks @WalterKolczynski-NOAA !
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_datatile files are always present, but these are only created when cellular automata is on. Nowca_datafiles are handled if CA is on. To implement this change, theDO_CAsetting 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