Skip to content

Commit

Permalink
big fix (remove duplicate line) and update pio format.
Browse files Browse the repository at this point in the history
  • Loading branch information
erinethomas committed Aug 8, 2024
1 parent 26c1bb9 commit 2a838fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/mpas-ocean/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ def buildnml(case, caseroot, compname):
lines.append('<stream name="timeSeriesStatsMonthlyWaveOutput"')
lines.append(' type="output"')
lines.append(' precision="single"')
lines.append(' io_type="pnetcdf"')
lines.append(' io_type="{}"'.format(ocn_pio_typename))
lines.append(' filename_template="{}.mpaso-ww3{}.hist.am.timeSeriesStatsMonthly.$Y-$M-$D.nc"'.format(casename, inst_string))
lines.append(' filename_interval="00-01-00_00:00:00"')
lines.append(' reference_time="01-01-01_00:00:00"')
Expand Down Expand Up @@ -985,7 +985,7 @@ def buildnml(case, caseroot, compname):
lines.append('<stream name="timeSeriesStatsDailyWaveOutput"')
lines.append(' type="output"')
lines.append(' precision="single"')
lines.append(' io_type="pnetcdf"')
lines.append(' io_type="{}"'.format(ocn_pio_typename))
lines.append(' filename_template="{}.mpaso-ww3{}.hist.am.timeSeriesStatsDaily.$Y-$M-$D.nc"'.format(casename, inst_string))
lines.append(' filename_interval="00-01-00_00:00:00"')
lines.append(' reference_time="01-01-01_00:00:00"')
Expand All @@ -1011,7 +1011,6 @@ def buildnml(case, caseroot, compname):
lines.append('</stream>')
lines.append('')
lines.append('<stream name="mixedLayerDepthsOutput"')
lines.append('<stream name="mixedLayerDepthsOutput"')
lines.append(' type="output"')
lines.append(' precision="single"')
lines.append(' io_type="{}"'.format(ocn_pio_typename))
Expand Down

0 comments on commit 2a838fd

Please sign in to comment.