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
9 changes: 9 additions & 0 deletions coupled_AM2_LM3_SIS2/AM2_SIS2B_MOM6i_1deg/MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ PORBAR_ANSWER_DATE = 99991231 ! default = 20181231
! The vintage of the porous barrier weight function calculations. Values below
! 20220806 recover the old answers in which the layer averaged weights are not
! strictly limited by an upper-bound of 1.0 .
VISC_REM_BUG = True ! [Boolean] default = False
! If true, visc_rem_[uv] in split mode is incorrectly calculated or accounted
! for in two places. This parameter controls the defaults of two individual
! flags, VISC_REM_TIMESTEP_BUG in MOM_dynamics_split_RK2(b) and
! VISC_REM_BT_WEIGHT_BUG in MOM_barotropic.

! === module MOM_continuity ===

Expand Down Expand Up @@ -477,6 +482,10 @@ TKE_DECAY = 10.0 ! [nondim] default = 2.5
BBL_MIXING_AS_MAX = False ! [Boolean] default = True
! If true, take the maximum of the diffusivity from the BBL mixing and the other
! diffusivities. Otherwise, diffusivity from the BBL_mixing is simply added.
DRAG_DIFFUSIVITY_ANSWER_DATE = 20250101 ! default = 99991231
! The vintage of the order of arithmetic in the drag diffusivity calculations.
! Values above 20250301 use less confusing expressions to set the bottom-drag
! generated diffusivity when USE_LOTW_BBL_DIFFUSIVITY is false.

! === module MOM_bkgnd_mixing ===
! Adding static vertical background mixing coefficients
Expand Down
9 changes: 9 additions & 0 deletions coupled_AM2_LM3_SIS2/AM2_SIS2_MOM6i_1deg/MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,11 @@ PORBAR_ANSWER_DATE = 99991231 ! default = 20181231
! The vintage of the porous barrier weight function calculations. Values below
! 20220806 recover the old answers in which the layer averaged weights are not
! strictly limited by an upper-bound of 1.0 .
VISC_REM_BUG = True ! [Boolean] default = False
! If true, visc_rem_[uv] in split mode is incorrectly calculated or accounted
! for in two places. This parameter controls the defaults of two individual
! flags, VISC_REM_TIMESTEP_BUG in MOM_dynamics_split_RK2(b) and
! VISC_REM_BT_WEIGHT_BUG in MOM_barotropic.

! === module MOM_continuity ===

Expand Down Expand Up @@ -484,6 +489,10 @@ TKE_DECAY = 10.0 ! [nondim] default = 2.5
BBL_MIXING_AS_MAX = False ! [Boolean] default = True
! If true, take the maximum of the diffusivity from the BBL mixing and the other
! diffusivities. Otherwise, diffusivity from the BBL_mixing is simply added.
DRAG_DIFFUSIVITY_ANSWER_DATE = 20250101 ! default = 99991231
! The vintage of the order of arithmetic in the drag diffusivity calculations.
! Values above 20250301 use less confusing expressions to set the bottom-drag
! generated diffusivity when USE_LOTW_BBL_DIFFUSIVITY is false.

! === module MOM_bkgnd_mixing ===
! Adding static vertical background mixing coefficients
Expand Down
9 changes: 9 additions & 0 deletions coupled_AM2_LM3_SIS2/Concurrent_ice_1deg/MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,11 @@ KHTH_MAX = 900.0 ! [m2 s-1] default = 0.0
! The maximum horizontal thickness diffusivity.

! === module MOM_dynamics_split_RK2 ===
VISC_REM_BUG = True ! [Boolean] default = False
! If true, visc_rem_[uv] in split mode is incorrectly calculated or accounted
! for in two places. This parameter controls the defaults of two individual
! flags, VISC_REM_TIMESTEP_BUG in MOM_dynamics_split_RK2(b) and
! VISC_REM_BT_WEIGHT_BUG in MOM_barotropic.

! === module MOM_continuity ===

Expand Down Expand Up @@ -407,6 +412,10 @@ TKE_DECAY = 10.0 ! [nondim] default = 2.5
BBL_MIXING_AS_MAX = False ! [Boolean] default = True
! If true, take the maximum of the diffusivity from the BBL mixing and the other
! diffusivities. Otherwise, diffusivity from the BBL_mixing is simply added.
DRAG_DIFFUSIVITY_ANSWER_DATE = 20250101 ! default = 99991231
! The vintage of the order of arithmetic in the drag diffusivity calculations.
! Values above 20250301 use less confusing expressions to set the bottom-drag
! generated diffusivity when USE_LOTW_BBL_DIFFUSIVITY is false.

! === module MOM_bkgnd_mixing ===
! Adding static vertical background mixing coefficients
Expand Down
9 changes: 9 additions & 0 deletions coupled_AM2_LM3_SIS2/Intersperse_ice_1deg/MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,11 @@ KHTH_MAX = 900.0 ! [m2 s-1] default = 0.0
! The maximum horizontal thickness diffusivity.

! === module MOM_dynamics_split_RK2 ===
VISC_REM_BUG = True ! [Boolean] default = False
! If true, visc_rem_[uv] in split mode is incorrectly calculated or accounted
! for in two places. This parameter controls the defaults of two individual
! flags, VISC_REM_TIMESTEP_BUG in MOM_dynamics_split_RK2(b) and
! VISC_REM_BT_WEIGHT_BUG in MOM_barotropic.

! === module MOM_continuity ===

Expand Down Expand Up @@ -410,6 +415,10 @@ TKE_DECAY = 10.0 ! [nondim] default = 2.5
BBL_MIXING_AS_MAX = False ! [Boolean] default = True
! If true, take the maximum of the diffusivity from the BBL mixing and the other
! diffusivities. Otherwise, diffusivity from the BBL_mixing is simply added.
DRAG_DIFFUSIVITY_ANSWER_DATE = 20250101 ! default = 99991231
! The vintage of the order of arithmetic in the drag diffusivity calculations.
! Values above 20250301 use less confusing expressions to set the bottom-drag
! generated diffusivity when USE_LOTW_BBL_DIFFUSIVITY is false.

! === module MOM_bkgnd_mixing ===
! Adding static vertical background mixing coefficients
Expand Down
9 changes: 9 additions & 0 deletions ice_ocean_SIS2/Baltic/MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,11 @@ KHTH_MAX = 900.0 ! [m2 s-1] default = 0.0
! The maximum horizontal thickness diffusivity.

! === module MOM_dynamics_split_RK2 ===
VISC_REM_BUG = True ! [Boolean] default = False
! If true, visc_rem_[uv] in split mode is incorrectly calculated or accounted
! for in two places. This parameter controls the defaults of two individual
! flags, VISC_REM_TIMESTEP_BUG in MOM_dynamics_split_RK2(b) and
! VISC_REM_BT_WEIGHT_BUG in MOM_barotropic.

! === module MOM_continuity ===

Expand Down Expand Up @@ -418,6 +423,10 @@ TKE_DECAY = 10.0 ! [nondim] default = 2.5
BBL_MIXING_AS_MAX = False ! [Boolean] default = True
! If true, take the maximum of the diffusivity from the BBL mixing and the other
! diffusivities. Otherwise, diffusivity from the BBL_mixing is simply added.
DRAG_DIFFUSIVITY_ANSWER_DATE = 20250101 ! default = 99991231
! The vintage of the order of arithmetic in the drag diffusivity calculations.
! Values above 20250301 use less confusing expressions to set the bottom-drag
! generated diffusivity when USE_LOTW_BBL_DIFFUSIVITY is false.

! === module MOM_bkgnd_mixing ===
! Adding static vertical background mixing coefficients
Expand Down
5 changes: 5 additions & 0 deletions ice_ocean_SIS2/Baltic_ALE_z_offline_tracers/MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,11 @@ KHTH_MAX = 900.0 ! [m2 s-1] default = 0.0
! === module MOM_dynamics_split_RK2 ===
TIDES = True ! [Boolean] default = False
! If true, apply tidal momentum forcing.
VISC_REM_BUG = True ! [Boolean] default = False
! If true, visc_rem_[uv] in split mode is incorrectly calculated or accounted
! for in two places. This parameter controls the defaults of two individual
! flags, VISC_REM_TIMESTEP_BUG in MOM_dynamics_split_RK2(b) and
! VISC_REM_BT_WEIGHT_BUG in MOM_barotropic.

! === module MOM_continuity ===

Expand Down
5 changes: 5 additions & 0 deletions ice_ocean_SIS2/Baltic_OM4_025/MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,11 @@ PORBAR_ANSWER_DATE = 99991231 ! default = 20181231
! The vintage of the porous barrier weight function calculations. Values below
! 20220806 recover the old answers in which the layer averaged weights are not
! strictly limited by an upper-bound of 1.0 .
VISC_REM_BUG = True ! [Boolean] default = False
! If true, visc_rem_[uv] in split mode is incorrectly calculated or accounted
! for in two places. This parameter controls the defaults of two individual
! flags, VISC_REM_TIMESTEP_BUG in MOM_dynamics_split_RK2(b) and
! VISC_REM_BT_WEIGHT_BUG in MOM_barotropic.

! === module MOM_continuity ===

Expand Down
5 changes: 5 additions & 0 deletions ice_ocean_SIS2/Baltic_OM4_05/MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,11 @@ PORBAR_ANSWER_DATE = 99991231 ! default = 20181231
! The vintage of the porous barrier weight function calculations. Values below
! 20220806 recover the old answers in which the layer averaged weights are not
! strictly limited by an upper-bound of 1.0 .
VISC_REM_BUG = True ! [Boolean] default = False
! If true, visc_rem_[uv] in split mode is incorrectly calculated or accounted
! for in two places. This parameter controls the defaults of two individual
! flags, VISC_REM_TIMESTEP_BUG in MOM_dynamics_split_RK2(b) and
! VISC_REM_BT_WEIGHT_BUG in MOM_barotropic.

! === module MOM_continuity ===

Expand Down
18 changes: 18 additions & 0 deletions ice_ocean_SIS2/Baltic_OM5_025/MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,11 @@ REGRIDDING_COORDINATE_MODE = "HYCOM1" ! default = "LAYER"
! HYCOM1 - HyCOM-like hybrid coordinate
! SLIGHT - stretched coordinates above continuous isopycnal
! ADAPTIVE - optimize for smooth neutral density surfaces
REGRIDDING_ANSWER_DATE = 20181231 ! default = 20231231
! The vintage of the expressions and order of arithmetic to use for regridding.
! Values below 20190101 result in the use of older, less accurate expressions
! that were in use at the end of 2018. Higher values result in the use of more
! robust and accurate forms of mathematically equivalent expressions.
BOUNDARY_EXTRAPOLATION = True ! [Boolean] default = False
! When defined, a proper high-order reconstruction scheme is used within
! boundary cells rather than PCM. E.g., if PPM is used for remapping, a PPM
Expand Down Expand Up @@ -435,6 +440,11 @@ KHTH_MAX_CFL = 0.1 ! [nondimensional] default = 0.8
! thickness diffusivity. 1.0 is the marginally unstable value in a pure layered
! model, but much smaller numbers (e.g. 0.1) seem to work better for ALE-based
! models.
VISC_REM_BUG = True ! [Boolean] default = False
! If true, visc_rem_[uv] in split mode is incorrectly calculated or accounted
! for in two places. This parameter controls the defaults of two individual
! flags, VISC_REM_TIMESTEP_BUG in MOM_dynamics_split_RK2(b) and
! VISC_REM_BT_WEIGHT_BUG in MOM_barotropic.

! === module MOM_continuity ===

Expand Down Expand Up @@ -829,6 +839,14 @@ SEA_ICE_RIGID_MASS = 100.0 ! [kg m-2] default = 1000.0
! rigidity

! === module MOM_restart ===
WAVE_INTERFACE_ANSWER_DATE = 20221231 ! default = 20231231
! The vintage of the order of arithmetic and expressions in the surface wave
! calculations. Values below 20230101 recover the answers from the end of 2022,
! while higher values use updated and more robust forms of the same expressions:
! < 20230101 - Original answers for wave interface routines
! >= 20230101 - More robust expressions for Update_Stokes_Drift
! >= 20230102 - More robust expressions for get_StokesSL_LiFoxKemper
! >= 20230103 - More robust expressions for ust_2_u10_coare3p5

! === module MOM_file_parser ===
FATAL_UNUSED_PARAMS = True ! [Boolean] default = False
Expand Down
5 changes: 5 additions & 0 deletions ice_ocean_SIS2/Baltic_OM5nb_025/MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,11 @@ KHTH_MAX_CFL = 0.1 ! [nondimensional] default = 0.8
! thickness diffusivity. 1.0 is the marginally unstable value in a pure layered
! model, but much smaller numbers (e.g. 0.1) seem to work better for ALE-based
! models.
VISC_REM_BUG = True ! [Boolean] default = False
! If true, visc_rem_[uv] in split mode is incorrectly calculated or accounted
! for in two places. This parameter controls the defaults of two individual
! flags, VISC_REM_TIMESTEP_BUG in MOM_dynamics_split_RK2(b) and
! VISC_REM_BT_WEIGHT_BUG in MOM_barotropic.

! === module MOM_continuity ===

Expand Down
9 changes: 9 additions & 0 deletions ice_ocean_SIS2/OM4_025.JRA/MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@ PORBAR_ANSWER_DATE = 99991231 ! default = 20181231
! The vintage of the porous barrier weight function calculations. Values below
! 20220806 recover the old answers in which the layer averaged weights are not
! strictly limited by an upper-bound of 1.0 .
VISC_REM_BUG = True ! [Boolean] default = False
! If true, visc_rem_[uv] in split mode is incorrectly calculated or accounted
! for in two places. This parameter controls the defaults of two individual
! flags, VISC_REM_TIMESTEP_BUG in MOM_dynamics_split_RK2(b) and
! VISC_REM_BT_WEIGHT_BUG in MOM_barotropic.

! === module MOM_continuity ===

Expand Down Expand Up @@ -635,6 +640,10 @@ SIMPLE_TKE_TO_KD = True ! [Boolean] default = False
! If true, uses a simple estimate of Kd/TKE that will work for arbitrary
! vertical coordinates. If false, calculates Kd/TKE and bounds based on exact
! energetics for an isopycnal layer-formulation.
DRAG_DIFFUSIVITY_ANSWER_DATE = 20250101 ! default = 99991231
! The vintage of the order of arithmetic in the drag diffusivity calculations.
! Values above 20250301 use less confusing expressions to set the bottom-drag
! generated diffusivity when USE_LOTW_BBL_DIFFUSIVITY is false.

! === module MOM_bkgnd_mixing ===
! Adding static vertical background mixing coefficients
Expand Down
5 changes: 5 additions & 0 deletions ice_ocean_SIS2/OM4_025/MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,11 @@ PORBAR_ANSWER_DATE = 99991231 ! default = 20181231
! The vintage of the porous barrier weight function calculations. Values below
! 20220806 recover the old answers in which the layer averaged weights are not
! strictly limited by an upper-bound of 1.0 .
VISC_REM_BUG = True ! [Boolean] default = False
! If true, visc_rem_[uv] in split mode is incorrectly calculated or accounted
! for in two places. This parameter controls the defaults of two individual
! flags, VISC_REM_TIMESTEP_BUG in MOM_dynamics_split_RK2(b) and
! VISC_REM_BT_WEIGHT_BUG in MOM_barotropic.

! === module MOM_continuity ===

Expand Down
Loading
Loading