-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Several updates for alpha08e:
-
Update the default resolution scaling function settings so that the viscous coefficient is not scaled and the GM and Redi coefficients are scaled the same way. These are the settings from coupled case 268, which is the latest baseline:
RESOLN_SCALED_KH = FalseThis changes the default so that the Laplacian lateral viscosity coefficient is not scaled away using the resolution function.KH_RES_SCALE_COEF = 0.5This the default value so that the resolution function is applied to GM over a smaller geographical area.VISC_RES_SCALE_COEF = 0.5This the default value so that the resolution function is applied to Redi over a smaller geographical area.INTERPOLATE_RES_FN = TrueSince we're using the same resolution function for GM and Redi, this computes the resolution function only once.
-
MEKE_GEOMETRIC_ALPHA = 0.09. Reverts the change that appeared in alpha07g. -
SMAGORINSKY_KH = FalseandMAXTRUNC = 1.0E6Turn off Smag and allow truncations. -
Maybe turn on Leith+E backscatter (should have a decision before Christmas):
- Set
LEITHY_CK = 1.0so that we are using Leith+E backscatter by default. TAPER_LEITHY = TrueLEITH_BI_CONST = 85.0USE_KH_BG_2D = True,KH_BG_2D_VARNAME = "KH",KH_BG_2D_FILENAME = "KH_BG_2D.nc"The file can be found at /glade/u/home/igrooms/jupyter_notebooks/KH_BG_2D.nc. It was created using /glade/u/home/igrooms/jupyter_notebooks/KH_BG_2D.ipynb. The file will need to be copied to the input directory.- Add
BS_coeff_hto the diag table in the native output file. This is the backscatter coefficient.
- Set
-
Maybe update so that Bodner is no longer masked in the Lab Sea. This is pending the results of ongoing tests. If we decide to do this, I will add details on how to do it here.
-
Maybe update
BBL_EFFIC = 0.01following CM4X. This is pending the results of ongoing tests.