File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -278,6 +278,12 @@ BOUND_CORIOLIS = True ! [Boolean] default = False
278
278
! have no effect on the SADOURNY Coriolis scheme if it
279
279
! were possible to use centered difference thickness fluxes.
280
280
281
+ ! === module MOM_PressureForce_FV ===
282
+ MASS_WEIGHT_IN_PRESSURE_GRADIENT = True ! [Boolean] default = False
283
+ ! If true, use mass weighting when interpolating T/S for integrals
284
+ ! near the bathymetry in FV pressure gradient calculations.
285
+
286
+
281
287
! === module MOM_hor_visc ===
282
288
AH_VEL_SCALE = 0.05 ! [m s-1] default = 0.0
283
289
! The velocity scale which is multiplied by the cube of
Original file line number Diff line number Diff line change @@ -302,11 +302,16 @@ PGF_STANLEY_T2_DET_COEFF = -1.0 ! [nondim] default = -1.0
302
302
! gradient in the deterministic part of the Stanley form of the Brankart
303
303
! correction. Negative values disable the scheme.
304
304
305
+ ! === module MOM_PressureForce_FV ===
306
+ MASS_WEIGHT_IN_PRESSURE_GRADIENT = True ! [Boolean] default = False
307
+ ! If true, use mass weighting when interpolating T/S for integrals
308
+ ! near the bathymetry in FV pressure gradient calculations.
309
+
305
310
! === module MOM_hor_visc ===
306
311
LAPLACIAN = True
307
312
KH_VEL_SCALE = 0.05
308
313
SMAGORINSKY_KH = True ! [Boolean] default = False
309
- SMAG_LAP_CONST = 0.06 ! [nondim] default = 0.0
314
+ SMAG_LAP_CONST = 0.06 ! [nondim] default = 0.0
310
315
AH_VEL_SCALE = 0.05 ! [m s-1] default = 0.0
311
316
! The velocity scale which is multiplied by the cube of
312
317
! the grid spacing to calculate the Laplacian viscosity.
Original file line number Diff line number Diff line change @@ -269,6 +269,9 @@ BOUND_CORIOLIS = True ! [Boolean] default = False
269
269
! === module MOM_PressureForce ===
270
270
271
271
! === module MOM_PressureForce_FV ===
272
+ MASS_WEIGHT_IN_PRESSURE_GRADIENT = True ! [Boolean] default = False
273
+ ! If true, use mass weighting when interpolating T/S for integrals
274
+ ! near the bathymetry in FV pressure gradient calculations.
272
275
RECONSTRUCT_FOR_PRESSURE = False ! [Boolean] default = True
273
276
! If True, use vertical reconstruction of T & S within the integrals of the FV
274
277
! pressure gradient calculation. If False, use the constant-by-layer algorithm.
You can’t perform that action at this time.
0 commit comments