Skip to content

Commit

Permalink
MOM6: set HORIZ_VARYING_BACKGROUND = False; set KD = 0.0
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 11e544d commit 1d04cfc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 28 deletions.
8 changes: 0 additions & 8 deletions MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -525,14 +525,6 @@ USE_LOTW_BBL_DIFFUSIVITY = True ! [Boolean] default = False

! === module MOM_bkgnd_mixing ===
! Adding static vertical background mixing coefficients
KD = 2.0E-05 ! [m2 s-1] default = 0.0
! The background diapycnal diffusivity of density in the interior. Zero or the
! molecular value, ~1e-7 m2 s-1, may be used.
KD_MIN = 2.0E-06 ! [m2 s-1] default = 2.0E-07
! The minimum diapycnal diffusivity.
HORIZ_VARYING_BACKGROUND = True ! [Boolean] default = False
! If true, apply vertically uniform, latitude-dependent background diffusivity,
! as described in Danabasoglu et al., 2012
PRANDTL_BKGND = 5.0 ! [nondim] default = 1.0
! Turbulent Prandtl number used to convert vertical background diffusivities
! into viscosities.
Expand Down
16 changes: 4 additions & 12 deletions docs/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1676,7 +1676,7 @@ MIX_BOUNDARY_TRACERS = True ! [Boolean] default = True
MIX_BOUNDARY_TRACER_ALE = False ! [Boolean] default = False
! If true and in ALE mode, mix the passive tracers in massless layers at the
! bottom into the interior as though a diffusivity of KD_MIN_TR were operating.
KD_MIN_TR = 2.0E-06 ! [m2 s-1] default = 2.0E-06
KD_MIN_TR = 0.0 ! [m2 s-1] default = 0.0
! A minimal diffusivity that should always be applied to tracers, especially in
! massless layers near the bottom. The default is 0.1*KD.
KD_BBL_TR = 0.0 ! [m2 s-1] default = 0.0
Expand Down Expand Up @@ -1875,25 +1875,17 @@ DZ_BBL_AVG_MIN = 0.0 ! [m] default = 0.0

! === module MOM_bkgnd_mixing ===
! Adding static vertical background mixing coefficients
KD = 2.0E-05 ! [m2 s-1] default = 0.0
KD = 0.0 ! [m2 s-1] default = 0.0
! The background diapycnal diffusivity of density in the interior. Zero or the
! molecular value, ~1e-7 m2 s-1, may be used.
KD_MIN = 2.0E-06 ! [m2 s-1] default = 2.0E-07
KD_MIN = 0.0 ! [m2 s-1] default = 0.0
! The minimum diapycnal diffusivity.
BRYAN_LEWIS_DIFFUSIVITY = False ! [Boolean] default = False
! If true, use a Bryan & Lewis (JGR 1979) like tanh profile of background
! diapycnal diffusivity with depth. This is done via CVMix.
HORIZ_VARYING_BACKGROUND = True ! [Boolean] default = False
HORIZ_VARYING_BACKGROUND = False ! [Boolean] default = False
! If true, apply vertically uniform, latitude-dependent background diffusivity,
! as described in Danabasoglu et al., 2012
BCKGRND_VDC1 = 1.6E-05 ! [m2 s-1] default = 1.6E-05
! Background diffusivity (Ledwell) when HORIZ_VARYING_BACKGROUND=True
BCKGRND_VDC_EQ = 1.0E-06 ! [m2 s-1] default = 1.0E-06
! Equatorial diffusivity (Gregg) when HORIZ_VARYING_BACKGROUND=True
BCKGRND_VDC_PSIM = 1.3E-05 ! [m2 s-1] default = 1.3E-05
! Max. PSI induced diffusivity (MacKinnon) when HORIZ_VARYING_BACKGROUND=True
BCKGRND_VDC_BAN = 1.0E-04 ! [m2 s-1] default = 1.0E-04
! Banda Sea diffusivity (Gordon) when HORIZ_VARYING_BACKGROUND=True
PRANDTL_BKGND = 5.0 ! [nondim] default = 1.0
! Turbulent Prandtl number used to convert vertical background diffusivities
! into viscosities.
Expand Down
8 changes: 0 additions & 8 deletions docs/MOM_parameter_doc.short
Original file line number Diff line number Diff line change
Expand Up @@ -501,14 +501,6 @@ USE_LOTW_BBL_DIFFUSIVITY = True ! [Boolean] default = False

! === module MOM_bkgnd_mixing ===
! Adding static vertical background mixing coefficients
KD = 2.0E-05 ! [m2 s-1] default = 0.0
! The background diapycnal diffusivity of density in the interior. Zero or the
! molecular value, ~1e-7 m2 s-1, may be used.
KD_MIN = 2.0E-06 ! [m2 s-1] default = 2.0E-07
! The minimum diapycnal diffusivity.
HORIZ_VARYING_BACKGROUND = True ! [Boolean] default = False
! If true, apply vertically uniform, latitude-dependent background diffusivity,
! as described in Danabasoglu et al., 2012
PRANDTL_BKGND = 5.0 ! [nondim] default = 1.0
! Turbulent Prandtl number used to convert vertical background diffusivities
! into viscosities.
Expand Down

0 comments on commit 1d04cfc

Please sign in to comment.