Skip to content

Commit

Permalink
rmv conservation check on sgr buildnml #2
Browse files Browse the repository at this point in the history
  • Loading branch information
irenavankova committed Jul 10, 2024
1 parent ea8bb59 commit e969c31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/mpas-ocean/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,6 @@ def buildnml(case, caseroot, compname):
lines.append('<var name="accumulatedEvaporationFlux"/>')
lines.append('<var name="accumulatedSeaIceFlux"/>')
lines.append('<var name="accumulatedRiverRunoffFlux"/>')
lines.append('<var name="accumulatedSubglacialRunoffFlux"/>')
lines.append('<var name="accumulatedIceRunoffFlux"/>')
lines.append('<var name="accumulatedRemovedRiverRunoffFlux"/>')
lines.append('<var name="accumulatedRemovedIceRunoffFlux"/>')
Expand All @@ -1210,7 +1209,6 @@ def buildnml(case, caseroot, compname):
lines.append('<var name="accumulatedLandIceFlux"/>')
lines.append('<var name="accumulatedLandIceFrazilFlux"/>')
lines.append('<var name="accumulatedSeaIceSalinityFlux"/>')
lines.append('<var name="accumulatedSubglacialRunoffSalinityFlux"/>')
lines.append('<var name="initialCarbon"/>')
lines.append('<var name="finalCarbon"/>')
lines.append('<var name="carbonChange"/>')
Expand Down

0 comments on commit e969c31

Please sign in to comment.