Skip to content

Commit

Permalink
add velocityTidalRMS to monthly output
Browse files Browse the repository at this point in the history
  • Loading branch information
irenavankova committed Feb 6, 2024
1 parent e82ee16 commit 2ce7a2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/mpas-ocean/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,7 @@ def buildnml(case, caseroot, compname):
lines.append(' <var_array name="activeTracerVerticalAdvectionTopFlux"/>')
lines.append(' <var_array name="activeTracerHorizontalAdvectionEdgeFlux"/>')
lines.append(' <var_array name="totalFreshWaterTemperatureFlux"/>')
lines.append(' <var name="velocityTidalRMS"/>')
if ocn_iceberg == 'true':
lines.append(' <var name="icebergHeatFlux"/>')
lines.append(' <var name="icebergFreshWaterFlux"/>')
Expand Down

0 comments on commit 2ce7a2f

Please sign in to comment.