Skip to content

Commit ba90cb9

Browse files
committed
Set THICKNESSDIFFUSE to be False
1 parent a99c28f commit ba90cb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MOM_input

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ THERMO_SPANS_COUPLING = True ! [Boolean] default = False
4242
! coupling timestep. The actual thermodynamic timestep that is used in this case
4343
! is the largest integer multiple of the coupling timestep that is less than or
4444
! equal to DT_THERM.
45-
THICKNESSDIFFUSE = True ! [Boolean] default = False
45+
THICKNESSDIFFUSE = False ! [Boolean] default = False
4646
! If true, isopycnal surfaces are diffused with a Laplacian coefficient of KHTH.
47-
THICKNESSDIFFUSE_FIRST = True ! [Boolean] default = False
47+
THICKNESSDIFFUSE_FIRST = False ! [Boolean] default = False
4848
! If true, do thickness diffusion or interface height smoothing before dynamics.
4949
! This is only used if THICKNESSDIFFUSE or APPLY_INTERFACE_FILTER is true.
5050
HFREEZE = 10.0 ! [m] default = -1.0

0 commit comments

Comments
 (0)