Skip to content

Commit

Permalink
Merge branch 'darincomeau/ocn/change-conservation-clobber' (PR #6258)
Browse files Browse the repository at this point in the history
Changing clobber mode in ocean conservation analysis

Previously the clobber mode in the ocean conservation analysis member
was set to 'append', which would throw errors to log.ocean.*.err files
when rerunning a case.

Changing clobber mode to truncate avoids these errors.

[BFB]
  • Loading branch information
jonbob committed Mar 6, 2024
2 parents 1b07f7f + d8ff311 commit ff02130
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 @@ -1006,7 +1006,7 @@ def buildnml(case, caseroot, compname):
lines.append(' filename_interval="00-01-00_00:00:00"')
lines.append(' reference_time="01-01-01_00:00:00"')
lines.append(' output_interval="00-01-00_00:00:00"')
lines.append(' clobber_mode="append"')
lines.append(' clobber_mode="truncate"')
lines.append(' packages="conservationCheckAMPKG">')
lines.append('')
lines.append('<var name="xtime"/>')
Expand Down

0 comments on commit ff02130

Please sign in to comment.