@@ -68,11 +68,11 @@ BATHYMETRY_AT_VEL = False ! [Boolean] default = False
6868 ! If true, there are separate values for the basin depths at velocity points.
6969 ! Otherwise the effects of topography are entirely determined from thickness
7070 ! points.
71- DT = 900 .0 ! [s]
71+ DT = 450 .0 ! [s]
7272 ! The (baroclinic) dynamics time step. The time-step that is actually used will
7373 ! be an integer fraction of the forcing time-step (DT_FORCING in ocean-only mode
7474 ! or the coupling timestep in coupled mode.)
75- DT_THERM = 7200 .0 ! [s] default = 900 .0
75+ DT_THERM = 3600 .0 ! [s] default = 450 .0
7676 ! The thermodynamic and tracer advection time step. Ideally DT_THERM should be
7777 ! an integer multiple of DT and less than the forcing or coupling time-step,
7878 ! unless THERMO_SPANS_COUPLING is true, in which case DT_THERM can be an integer
@@ -98,7 +98,7 @@ HFREEZE = 10.0 ! [m] default = -1.0
9898INTERPOLATE_P_SURF = False ! [Boolean] default = False
9999 ! If true, linearly interpolate the surface pressure over the coupling time
100100 ! step, using the specified value at the end of the step.
101- DTBT_RESET_PERIOD = 0.0 ! [s] default = 7200 .0
101+ DTBT_RESET_PERIOD = 0.0 ! [s] default = 3600 .0
102102 ! The period between recalculations of DTBT (if DTBT <= 0). If DTBT_RESET_PERIOD
103103 ! is negative, DTBT is set based only on information available at
104104 ! initialization. If 0, DTBT will be set every dynamics time step. The default
@@ -165,7 +165,7 @@ SURFACE_ANSWER_DATE = 99991231 ! default = 99991231
165165USE_DIABATIC_TIME_BUG = False ! [Boolean] default = False
166166 ! If true, uses the wrong calendar time for diabatic processes, as was done in
167167 ! MOM6 versions prior to February 2018. This is not recommended.
168- SAVE_INITIAL_CONDS = True ! [Boolean] default = False
168+ SAVE_INITIAL_CONDS = False ! [Boolean] default = False
169169 ! If true, write the initial conditions to a file given by IC_OUTPUT_FILE.
170170IC_OUTPUT_FILE = "MOM_IC" ! default = "MOM_IC"
171171 ! The file into which to write the initial conditions.
@@ -196,10 +196,10 @@ REENTRANT_Y = False ! [Boolean] default = False
196196TRIPOLAR_N = True ! [Boolean] default = False
197197 ! Use tripolar connectivity at the northern edge of the domain. With
198198 ! TRIPOLAR_N, NIGLOBAL must be even.
199- NIGLOBAL = 1440 !
199+ NIGLOBAL = 4320 !
200200 ! The total number of thickness grid points in the x-direction in the physical
201201 ! domain. With STATIC_MEMORY_ this is set in MOM_memory.h at compile time.
202- NJGLOBAL = 1142 !
202+ NJGLOBAL = 3672 !
203203 ! The total number of thickness grid points in the y-direction in the physical
204204 ! domain. With STATIC_MEMORY_ this is set in MOM_memory.h at compile time.
205205NIHALO = 4 ! default = 4
@@ -1834,14 +1834,9 @@ KAPPA_H2_FACTOR = 0.84 ! [nondim] default = 1.0
18341834TKE_ITIDE_MAX = 0.1 ! [W m-2] default = 1000.0
18351835 ! The maximum internal tide energy source available to mix above the bottom
18361836 ! boundary layer with INT_TIDE_DISSIPATION.
1837- READ_TIDEAMP = True ! [Boolean] default = False
1837+ READ_TIDEAMP = False ! [Boolean] default = False
18381838 ! If true, read a file (given by TIDEAMP_FILE) containing the tidal amplitude
18391839 ! with INT_TIDE_DISSIPATION.
1840- TIDEAMP_FILE = "tideamp.nc" ! default = "tideamp.nc"
1841- ! The path to the file containing the spatially varying tidal amplitudes with
1842- ! INT_TIDE_DISSIPATION.
1843- TIDEAMP_VARNAME = "tideamp" ! default = "tideamp"
1844- ! The name of the tidal amplitude variable in the input file.
18451840H2_FILE = "bottom_roughness.nc" !
18461841 ! The path to the file containing the sub-grid-scale topographic roughness
18471842 ! amplitude with INT_TIDE_DISSIPATION.
0 commit comments