Closed jiandewang closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
e35f389
) 37.91% compared to head (c8a7325
) 37.91%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Changes are outside the scope of FMS driver - hence do not impact GEOS applications.
Having said that, fyi, in GEOS coupled model, restart can be written out at any desired frequency using this.
@sanAkel thanks for the information.
I am currently testing this pr. There appears to be a small but consistent slow down ( 2-3%) that I am trying to track down. Will keep you updated.
thanks for everbody's time and effect, I am going to merge this to main.
This PR contains two NUOPC cap enhancements: (1) switch to cesm style field names so that field names were aligned with those in https://github.com/ESCOMP/CMEPS/blob/main/mediator/fd_cesm.yaml (see detail at https://github.com/NOAA-EMC/MOM6/pull/120)
(2) add non-interval restart writing capability: this requirement is from EMC DA group which requires to write out restart files at irregular time frequency. (see detail at https://github.com/ufs-community/ufs-weather-model/issues/1976)
both of the them have been pre-tested from NCAR side (thanks @alperaltuntas)