Skip to content

Commit

Permalink
Fixes registry variables
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 7c27a62 commit f2e7dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/mpas-ocean/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ def buildnml(case, caseroot, compname):
lines.append(' <var name="zMid"/>')
lines.append(' <var name="atmosphericPressure"/>')
lines.append(' <var name="normalMLEvelocity"/>')
lines.append(' <var name="vertMLEVelocityTop"/>')
lines.append(' <var name="vertMLEBolusVelocityTop"/>')
if not ocn_grid.startswith("oRRS1"):
lines.append(' <var name="normalGMBolusVelocity"/>')
lines.append(' <var name="vertGMBolusVelocityTop"/>')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<var name="normalGMBolusVelocity"/>
<var name="vertGMBolusVelocityTop"/>
<var name="normalMLEvelocity"/>
<var name="vertMLEVelocityTop"/>
<var name="vertMLEBolusVelocityTop"/>
<var name="GMBolusVelocityZonal"/>
<var name="GMBolusVelocityMeridional"/>
<var name="cGMphaseSpeed"/>
Expand Down

0 comments on commit f2e7dea

Please sign in to comment.