Skip to content

Commit

Permalink
Change stream field from normalMLEBolusvelocity to normalMLEvelocity
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbob committed Sep 29, 2022
1 parent ddd41fd commit 856b062
Showing 1 changed file with 1 addition and 1 deletion.
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="normalMLEBolusvelocity"/>')
lines.append(' <var name="normalMLEvelocity"/>')
lines.append(' <var name="vertMLEBolusVelocityTop"/>')
if not ocn_grid.startswith("oRRS1"):
lines.append(' <var name="normalGMBolusVelocity"/>')
Expand Down

0 comments on commit 856b062

Please sign in to comment.