Skip to content

Commit

Permalink
changes submesoscale efficiency default strength
Browse files Browse the repository at this point in the history
  • Loading branch information
vanroekel authored and mark-petersen committed Sep 29, 2022
1 parent f2e7dea commit ddd41fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<!-- submesoscale_eddy_parameterization -->
<config_submesoscale_enable>.true.</config_submesoscale_enable>
<config_submesoscale_tau>172800</config_submesoscale_tau>
<config_submesoscale_Ce>0.06</config_submesoscale_Ce>
<config_submesoscale_Ce>0.08</config_submesoscale_Ce>
<config_submesoscale_Lfmin>1000.0</config_submesoscale_Lfmin>
<config_submesoscale_ds_max>100000.0</config_submesoscale_ds_max>

Expand Down
2 changes: 1 addition & 1 deletion components/mpas-ocean/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ def buildnml(case, caseroot, compname):
lines.append(' <var name="vertVelocityTop"/>')
lines.append(' <var name="zMid"/>')
lines.append(' <var name="atmosphericPressure"/>')
lines.append(' <var name="normalMLEvelocity"/>')
lines.append(' <var name="normalMLEBolusvelocity"/>')
lines.append(' <var name="vertMLEBolusVelocityTop"/>')
if not ocn_grid.startswith("oRRS1"):
lines.append(' <var name="normalGMBolusVelocity"/>')
Expand Down

0 comments on commit ddd41fd

Please sign in to comment.