@@ -92,10 +92,6 @@ ROTATION = "betaplane" ! default = "2omegasinlat"
9292 ! USER - call a user modified routine.
9393F_0 = 1.0E-04 ! [s-1] default = 0.0
9494 ! The reference value of the Coriolis parameter with the betaplane option.
95- GRID_ROTATION_ANGLE_BUGS = True ! [Boolean] default = False
96- ! If true, use an older algorithm to calculate the sine and cosines needed
97- ! rotate between grid-oriented directions and true north and east. Differences
98- ! arise at the tripolar fold.
9995
10096! === module MOM_tracer_registry ===
10197
@@ -234,9 +230,6 @@ KV = 1.0E-04 ! [m2 s-1]
234230! === module MOM_thickness_diffuse ===
235231KHTH = 500.0 ! [m2 s-1] default = 0.0
236232 ! The background horizontal thickness diffusivity.
237- USE_GM_WORK_BUG = True ! [Boolean] default = False
238- ! If true, compute the top-layer work tendency on the u-grid with the incorrect
239- ! sign, for legacy reproducibility.
240233
241234! === module MOM_porous_barriers ===
242235
@@ -381,9 +374,6 @@ WIND_CONFIG = "zero" !
381374 ! options include (file), (2gyre), (1gyre), (gyres), (zero), and (USER).
382375GUST_CONST = 0.02 ! [Pa] default = 0.0
383376 ! The background gustiness in the winds.
384- FIX_USTAR_GUSTLESS_BUG = False ! [Boolean] default = True
385- ! If true correct a bug in the time-averaging of the gustless wind friction
386- ! velocity
387377
388378! === module MOM_main (MOM_driver) ===
389379DAYMAX = 0.25 ! [days]
@@ -411,9 +401,16 @@ DEBUG = True
411401
412402INTERPOLATE_RES_FN = True ! [Boolean] default = True
413403GILL_EQUATORIAL_LD = False ! [Boolean] default = False
414- FIX_UNSPLIT_DT_VISC_BUG = False ! [Boolean] default = False
415404USE_LAND_MASK_FOR_HVISC = False ! [Boolean] default = False
416- KAPPA_SHEAR_ITER_BUG = True ! [Boolean] default = True
417- KAPPA_SHEAR_ALL_LAYER_TKE_BUG = True ! [Boolean] default = True
418405USE_MLD_ITERATION = False ! [Boolean] default = False
419406
407+ MASS_WEIGHT_IN_PRESSURE_GRADIENT_TOP = True ! [Boolean] default = True
408+
409+ ! These are no longer necessary, as they are using the default value.
410+ GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
411+ USE_GM_WORK_BUG = False ! [Boolean] default = False
412+ USTAR_GUSTLESS_BUG = False ! [Boolean] default = False
413+ KAPPA_SHEAR_ITER_BUG = False ! [Boolean] default = False
414+ KAPPA_SHEAR_ALL_LAYER_TKE_BUG = False ! [Boolean] default = False
415+ VISC_REM_BUG = False ! [Boolean] default = False
416+ FRICTWORK_BUG = False ! [Boolean] default = False
0 commit comments