Skip to content

Commit e969c31

Browse files
committed
rmv conservation check on sgr buildnml #2
1 parent ea8bb59 commit e969c31

File tree

1 file changed

+0
-2
lines changed
  • components/mpas-ocean/cime_config

1 file changed

+0
-2
lines changed

components/mpas-ocean/cime_config/buildnml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,6 @@ def buildnml(case, caseroot, compname):
12011201
lines.append('<var name="accumulatedEvaporationFlux"/>')
12021202
lines.append('<var name="accumulatedSeaIceFlux"/>')
12031203
lines.append('<var name="accumulatedRiverRunoffFlux"/>')
1204-
lines.append('<var name="accumulatedSubglacialRunoffFlux"/>')
12051204
lines.append('<var name="accumulatedIceRunoffFlux"/>')
12061205
lines.append('<var name="accumulatedRemovedRiverRunoffFlux"/>')
12071206
lines.append('<var name="accumulatedRemovedIceRunoffFlux"/>')
@@ -1210,7 +1209,6 @@ def buildnml(case, caseroot, compname):
12101209
lines.append('<var name="accumulatedLandIceFlux"/>')
12111210
lines.append('<var name="accumulatedLandIceFrazilFlux"/>')
12121211
lines.append('<var name="accumulatedSeaIceSalinityFlux"/>')
1213-
lines.append('<var name="accumulatedSubglacialRunoffSalinityFlux"/>')
12141212
lines.append('<var name="initialCarbon"/>')
12151213
lines.append('<var name="finalCarbon"/>')
12161214
lines.append('<var name="carbonChange"/>')

0 commit comments

Comments
 (0)