-
Notifications
You must be signed in to change notification settings - Fork 168
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
Copy FV3 restarts and bugfix on COM_MED_RESTART_PREV #2534
Conversation
Install Half-cycle forecasts for 2024022318 fail because Unfortunately, the gdas, gfs, and enkfgdas forecasts for 2024022400 all fail for the same reason
JEDI ATM CI runs with Repeat the above test using C96_atm3DVar. Half-cycle for 2021122018 ran to completion. The 2021122100 gdas and enkfgdas forecasts run to completion. The C96_atm3DVar runs with The 2021122100 gfs forecast immediately aborts upon execution
The gfsfcst was rewound twice and rebooted. All three attempts fail in the same manner. The log file is Could the JEDI ATM CI forecast failures be due to the fact that JEDI ATM CI runs with |
Thanks @RussTreadon-NOAA
|
@aerorahul , I modified a local copy of When
With the above change in Not sure if this is the modification you had in mind. You mention that option 2 may prove problematic when doing restarts from failures and segments. Thus, I do not advocate the above modification to Ideally the model would write a |
Build FAILED on Orion with error logs:
Follow link here to view the contents of the above file(s): (link) |
A check of
While file in question has user, group, and global read permission
directory
@CoryMartin-NOAA , can we |
Build FAILED on Orion with error logs:
Follow link here to view the contents of the above file(s): (link) |
@RussTreadon-NOAA will do thanks |
Experiment C96C48_hybatmDA FAILED on Orion |
Experiment C96_atm3DVar FAILED on Orion with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96_atm3DVar FAILED on Orion |
I will close this PR and open it when I have the tests running successfully. |
@RussTreadon-NOAA |
Thank you @aerorahul . Tests of C96C48_ufs_hybatmDA last night and this morning on Hera and Orion run OK with the following exceptions
The |
Thanks @RussTreadon-NOAA
|
gfsfcst also failed this morning on Orion. PR #2553 has been opened to add ensemble analysis increment links to |
Description
This PR fixes 2 issues:
Relevant for #2524
model_configure
has an entryrestart_interval
. In the past, an entry such as6 -1
would translate into a restarts written at a frequency of6h
and at the end of the forecast. This has been replaced by needing to provide an explicit list of forecast hours the restarts are required.In the case of
gdas
, this means, if restarts are needed at6h
and the end, the appropriaterestart_interval = 6 9
To achieve this,
forecast_predet.sh
calculates theFV3_RESTART_FH
list based onrestart_interval
(a frequency) and this array is used to copy restarts back toCOM
fromDATArestart
Type of change
Change characteristics
How has this been tested?
Ran a standalone first half cycle from the UFS DA ci test
Checklist