Skip to content

Commit

Permalink
Update E3SM namelist options
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed May 11, 2022
1 parent 37f1f48 commit 7bc8a33
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/mpas-ocean/bld/build-namelist-section
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ add_default($nl, 'config_GM_EG_Rhines_factor');
add_default($nl, 'config_GM_horizontal_taper');
add_default($nl, 'config_GM_horizontal_ramp_min');
add_default($nl, 'config_GM_horizontal_ramp_max');
add_default($nl, 'config_GM_Rossby_ramp_min');
add_default($nl, 'config_GM_Rossby_ramp_max');

####################################
# Namelist group: Rayleigh_damping #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@
<config_GM_horizontal_ramp_min ocn_grid="WCAtl12to45E2r4">30e3</config_GM_horizontal_ramp_min>
<config_GM_horizontal_ramp_max>30e3</config_GM_horizontal_ramp_max>
<config_GM_horizontal_ramp_max ocn_grid="WCAtl12to45E2r4">40e3</config_GM_horizontal_ramp_max>
<config_GM_Rossby_ramp_min>0.5</config_GM_Rossby_ramp_min>
<config_GM_Rossby_ramp_max>3.0</config_GM_Rossby_ramp_max>

<!-- Rayleigh_damping -->
<config_Rayleigh_friction>.false.</config_Rayleigh_friction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,22 @@ Valid values: Any positive real value.
Default: Defined in namelist_defaults.xml
</entry>

<entry id="config_GM_Rossby_ramp_min" type="real"
category="GM_eddy_parameterization" group="GM_eddy_parameterization">
Minimum value of the ratio between grid-cell size (dcEdge) and Rossby radius for GM $\kappa$ ramp function. Used when config_GM_horizontal_taper is set to RossbyRadius.

Valid values: Any positive real value.
Default: Defined in namelist_defaults.xml
</entry>

<entry id="config_GM_Rossby_ramp_max" type="real"
category="GM_eddy_parameterization" group="GM_eddy_parameterization">
Maximum value of the ratio between grid-cell size (dcEdge) and Rossby radius for GM $\kappa$ ramp function. Used when config_GM_horizontal_taper is set to RossbyRadius.

Valid values: Any positive real value.
Default: Defined in namelist_defaults.xml
</entry>


<!-- Rayleigh_damping -->

Expand Down

0 comments on commit 7bc8a33

Please sign in to comment.