Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@ TFREEZE_FORM = "TEOS_POLY" ! default = "TEOS10"
! point. Currently, the valid choices are "LINEAR", "MILLERO_78", "TEOS_POLY",
! "TEOS10"

! === module MOM_restart ===
PARALLEL_RESTARTFILES = True ! [Boolean] default = False
! If true, the IO layout is used to group processors that write to the same
! restart file or each processor writes its own (numbered) restart file. If
! false, a single restart file is generated combining output from all PEs.

! === module MOM_tracer_flow_control ===
USE_IDEAL_AGE_TRACER = True ! [Boolean] default = False
! If true, use the ideal_age_example tracer package.
Expand Down Expand Up @@ -769,3 +775,5 @@ USE_RIGID_SEA_ICE = True ! [Boolean] default = False
SEA_ICE_RIGID_MASS = 100.0 ! [kg m-2] default = 1000.0
! The mass of sea-ice per unit area at which the sea-ice starts to exhibit
! rigidity

! === module MOM_restart ===
2 changes: 1 addition & 1 deletion docs/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ TFREEZE_T_IS_POTT = False ! [Boolean] default = False
! applied.

! === module MOM_restart ===
PARALLEL_RESTARTFILES = False ! [Boolean] default = False
PARALLEL_RESTARTFILES = True ! [Boolean] default = False
! If true, the IO layout is used to group processors that write to the same
! restart file or each processor writes its own (numbered) restart file. If
! false, a single restart file is generated combining output from all PEs.
Expand Down
8 changes: 8 additions & 0 deletions docs/MOM_parameter_doc.short
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@ TFREEZE_FORM = "TEOS_POLY" ! default = "TEOS10"
! point. Currently, the valid choices are "LINEAR", "MILLERO_78", "TEOS_POLY",
! "TEOS10"

! === module MOM_restart ===
PARALLEL_RESTARTFILES = True ! [Boolean] default = False
! If true, the IO layout is used to group processors that write to the same
! restart file or each processor writes its own (numbered) restart file. If
! false, a single restart file is generated combining output from all PEs.

! === module MOM_tracer_flow_control ===
USE_IDEAL_AGE_TRACER = True ! [Boolean] default = False
! If true, use the ideal_age_example tracer package.
Expand Down Expand Up @@ -745,3 +751,5 @@ USE_RIGID_SEA_ICE = True ! [Boolean] default = False
SEA_ICE_RIGID_MASS = 100.0 ! [kg m-2] default = 1000.0
! The mass of sea-ice per unit area at which the sea-ice starts to exhibit
! rigidity

! === module MOM_restart ===