-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Enable flexible writing of restart file output time in UFS coupled configuration #2348
Comments
The FV3_cap uses a -1 to specify an output forecast hour instead of an output frequency (fv3 code). The option in the other submodules (using a -1 to designate this option) will be used to try and keep things consistent across all submodules. |
This branch (https://github.com/NickSzapiro-NOAA/ufs-weather-model/tree/restart_fh) is a work in progress to enable forecast hour defined restarts ("restart_fh") in the "same way" as comma-delimited integers in UFS configure component attributes. Code as Denise implemented in MOM6 lets CMEPS, CICE, FV3 components have option of forecast hour restarts in addition to existing functionality so that can now write at specified frequency and forecast hour, if desired. These components require more work:
I understand that requested hours not on the interval of the relevant timestep(s) should be skipped. TODO is to log valid and skipped forecast hour restarts from UFS configure restart_fh input |
…restart_fh") via UFS configuration as for other components Part of ufs-community/ufs-weather-model#2348
PR #2419 is merged. Close issue |
…via UFS configuration as for other components (#1001) * No ncat,ntrcr in call icepack_aggregate in ice_prescribed_mod.F90 * Enable writing restarts that can be triggered at any forecast time ("restart_fh") via UFS configuration as for other components Part of ufs-community/ufs-weather-model#2348 * Add 1 more #ifndef CESMCOUPLED to avoid unused variable warning for cesm * #ifndef for dtime here too
Description
In the UFS coupled configuration, all the model components write out restart files with restart frequency, but in slightly different ways. It would be good to have a consistent way to enable the model components to write out restart files at flexible output time.
Solution
Alternatives
Related to
The text was updated successfully, but these errors were encountered: