Skip to content

Commit

Permalink
MOM6: set RESTART_CONTROL = 1
Browse files Browse the repository at this point in the history
Update MOM_parameter_docs
  • Loading branch information
dougiesquire committed Feb 20, 2025
1 parent 2d0a6cd commit 903774e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
5 changes: 0 additions & 5 deletions MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -633,11 +633,6 @@ HBD_REMAPPING_USE_OM4_SUBCELLS = False ! [Boolean] default = True
! === module ocean_stochastics_init ===

! === module ocean_model_init ===
RESTART_CONTROL = 3 ! default = 1
! An integer whose bits encode which restart files are written. Add 2 (bit 1)
! for a time-stamped file, and odd (bit 0) for a non-time-stamped file. A
! restart file will be saved at the end of the run segment for any non-negative
! value.
OCEAN_SURFACE_STAGGER = "A" ! default = "C"
! A case-insensitive character string to indicate the staggering of the surface
! velocity field that is returned to the coupler. Valid values include 'A',
Expand Down
2 changes: 1 addition & 1 deletion docs/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -2208,7 +2208,7 @@ SINGLE_STEPPING_CALL = True ! [Boolean] default = True
! If true, advance the state of MOM with a single step including both dynamics
! and thermodynamics. If false, the two phases are advanced with separate
! calls.
RESTART_CONTROL = 3 ! default = 1
RESTART_CONTROL = 1 ! default = 1
! An integer whose bits encode which restart files are written. Add 2 (bit 1)
! for a time-stamped file, and odd (bit 0) for a non-time-stamped file. A
! restart file will be saved at the end of the run segment for any non-negative
Expand Down
5 changes: 0 additions & 5 deletions docs/MOM_parameter_doc.short
Original file line number Diff line number Diff line change
Expand Up @@ -609,11 +609,6 @@ HBD_REMAPPING_USE_OM4_SUBCELLS = False ! [Boolean] default = True
! === module ocean_stochastics_init ===

! === module ocean_model_init ===
RESTART_CONTROL = 3 ! default = 1
! An integer whose bits encode which restart files are written. Add 2 (bit 1)
! for a time-stamped file, and odd (bit 0) for a non-time-stamped file. A
! restart file will be saved at the end of the run segment for any non-negative
! value.
OCEAN_SURFACE_STAGGER = "A" ! default = "C"
! A case-insensitive character string to indicate the staggering of the surface
! velocity field that is returned to the coupler. Valid values include 'A',
Expand Down

0 comments on commit 903774e

Please sign in to comment.