Flexible restart write times (restart_fh)#125
Merged
DeniseWorthen merged 2 commits intoNOAA-EMC:emc/developfrom Dec 11, 2024
Merged
Flexible restart write times (restart_fh)#125DeniseWorthen merged 2 commits intoNOAA-EMC:emc/developfrom
DeniseWorthen merged 2 commits intoNOAA-EMC:emc/developfrom
Conversation
14 tasks
2360542 to
57d50f5
Compare
DeniseWorthen
approved these changes
Nov 15, 2024
dpsarmie
approved these changes
Dec 5, 2024
|
Testing on #2419 has completed successfully, please continue with the merge process. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
This PR enables writing forecast hour defined restarts ("restart_fh") in the same way as space-delimited floating point forecast hours in model_configure attributes, like
restart_fh: 0.25 2.5 6 17 24. The implementation builds on current restart_fh in MOM6 for CMEPS, MOM6, CICE, and WW3 to have option of forecast hour restarts in addition to existing functionality. Restart writes are triggered when input restart_fh forecast hours are evenly divisible by a component's timestep (internally compared in units of integer seconds) and skipped otherwise.Specific notes
Contributors other than yourself, if any: Denise Worthen, Jun Wang
CMEPS Issues Fixed (include github issue #): ufs-community/ufs-weather-model#2348
Are changes expected to change answers? (specify if bfb, different at roundoff, more substantial) bfb
Any User Interface Changes (namelist or namelist defaults changes)? Optional enabling in UFS configure component attribute
Testing performed
Please describe the tests along with the target model and machine(s)
If possible, please also added hashes that were used in the testing
Testing with cpld_control_gfsv17 confirms that restarts are b4b when (1) sharing common times with RESTART_N and (2) instead of RESTART_N. This feature is exercised in ufs-weather-model regression testing (see ufs-community/ufs-weather-model#2419)