Skip to content

Update parameter settings for alpha08e #307

@iangrooms

Description

@iangrooms

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 = False This changes the default so that the Laplacian lateral viscosity coefficient is not scaled away using the resolution function.
    • KH_RES_SCALE_COEF = 0.5 This the default value so that the resolution function is applied to GM over a smaller geographical area.
    • VISC_RES_SCALE_COEF = 0.5 This the default value so that the resolution function is applied to Redi over a smaller geographical area.
    • INTERPOLATE_RES_FN = True Since 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 = False and MAXTRUNC = 1.0E6 Turn off Smag and allow truncations.

  • Maybe turn on Leith+E backscatter (should have a decision before Christmas):

    • Set LEITHY_CK = 1.0 so that we are using Leith+E backscatter by default.
    • TAPER_LEITHY = True
    • LEITH_BI_CONST = 85.0
    • USE_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_h to the diag table in the native output file. This is the backscatter coefficient.
  • 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.01 following CM4X. This is pending the results of ongoing tests.

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions