Skip to content
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

restart control for MOM6 #16

Closed
DeniseWorthen opened this issue Mar 14, 2020 · 0 comments
Closed

restart control for MOM6 #16

DeniseWorthen opened this issue Mar 14, 2020 · 0 comments

Comments

@DeniseWorthen
Copy link
Collaborator

  1. Creating intermediate restarts for MOM6 is currently disabled in S2S-model because the relevant code is commented out in mom_cap.F90
  2. When running with CMEPS, duplicate final restarts are written, once when the restart_alarm rings and once when MOM6 is finalized.
  3. When creating restarts using the restart_alarm, currently all restarts will be timestamped. This conflicts with what FV3 is doing (creating non-stamped final restarts) and also creates unnecessary complications in our current regression tests.

Intermediate restarts when using the NEMS mediator can be controlled by the mom_cap if the relevant configuration variables are added to nems.configure for the ocean. Modifications to the mom_cap are required to address items 2 and 3 above.

DeniseWorthen added a commit that referenced this issue Apr 15, 2020
* allows control of MOM6 restarts and MOM6 intermediate restarts using nems.configure settings restart_n and restart_option. Fixes duplicate restart issue when running with CMEPS (#16).
* when field dumping is turned on, all fields in import state and export state are written to single file with timestamped file name (#15)
* moves call to data_override field lrunoff out of the enclosing do loop (#21 )


Co-authored-by: Mariana Vertenstein <mvertens@ucar.edu>
jiandewang pushed a commit to jiandewang/MOM6 that referenced this issue Jun 17, 2021
Merge in latest dev/gfdl commits
jiandewang pushed a commit to jiandewang/MOM6 that referenced this issue Feb 1, 2022
…t_tracer

+(*)Pseudo_salt_tracer and forcing%netSalt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant