-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add restart capability for RTOFS model job runs more than 15 minutes (bugzilla #1132) #11
Comments
The following are the jobs that take more than 15 minutes:
The analysis and forecast_step[12] jobs do have some logic to restart the jobs. Will need to test on how well that works. |
gzip mods documented here -- #42 |
Note that here is the latest implementation standards (v11.0 from January 2022) |
Made modifications to make the jobs analysis, forecast_step1 and forecast_step2 "restartable". This required a few functionality changes
This also changed the granularity of the possible restart times. Before that date was YYYYMMDD. With this capability the date is now YYYYMMDDHH. This fundamental change required many small mods to those macros (startdate and enddate). Major changes were made to the following Middling changes were made to Minor changes to the following files: |
http://www2.spa.ncep.noaa.gov/bugzilla/show_bug.cgi?id=1132
Please Add restart capability for RTOFS model job runs more than 15 minutes at next upgrade.
Please refer to https://www.nco.ncep.noaa.gov/idsb/implementation_standards/Implementation%20Standards%20v10.2.pdf? page 11, section "Minimize the time it takes to re-run a failed job"
The text was updated successfully, but these errors were encountered: