Skip to content

Commit

Permalink
Merge branch 'jonbob/ocean/eddyProductVariablesAM-on' (PR #3060)
Browse files Browse the repository at this point in the history
Turn eddyProductVariables AM on by default

This PR turns the mpas-ocean eddyProductVariables analysis member on by
default for all grids. It does not impact any results, just simply adds
an output stream. For some ultra-low resolutions, this has previously
been turned off, so there may be namelist changes for those tests.

[NML]
[BFB]
  • Loading branch information
jonbob committed Jul 26, 2019
2 parents 94d8ec6 + c129b63 commit 7746543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -859,12 +859,7 @@
<config_AM_transectTransport_transect_group>'all'</config_AM_transectTransport_transect_group>

<!-- AM_eddyProductVariables -->
<config_AM_eddyProductVariables_enable>.false.</config_AM_eddyProductVariables_enable>
<config_AM_eddyProductVariables_enable ocn_grid="oEC60to30v3">.true.</config_AM_eddyProductVariables_enable>
<config_AM_eddyProductVariables_enable ocn_grid="oEC60to30v3wLI">.true.</config_AM_eddyProductVariables_enable>
<config_AM_eddyProductVariables_enable ocn_grid="oRRS30to10v3">.true.</config_AM_eddyProductVariables_enable>
<config_AM_eddyProductVariables_enable ocn_grid="oRRS30to10v3wLI">.true.</config_AM_eddyProductVariables_enable>
<config_AM_eddyProductVariables_enable ocn_grid="oRRS18to6v3">.true.</config_AM_eddyProductVariables_enable>
<config_AM_eddyProductVariables_enable>.true.</config_AM_eddyProductVariables_enable>
<config_AM_eddyProductVariables_compute_interval>'0000-00-00_01:00:00'</config_AM_eddyProductVariables_compute_interval>
<config_AM_eddyProductVariables_output_stream>'eddyProductVariablesOutput'</config_AM_eddyProductVariables_output_stream>
<config_AM_eddyProductVariables_compute_on_startup>.true.</config_AM_eddyProductVariables_compute_on_startup>
Expand Down
2 changes: 1 addition & 1 deletion components/mpas-ocean/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ def buildnml(case, caseroot, compname):
lines.append(' filename_template="mpaso.hist.am.eddyProductVariables.$Y-$M-$D.nc"')
lines.append(' filename_interval="00-01-00_00:00:00"')
lines.append(' reference_time="01-01-01_00:00:00"')
lines.append(' output_interval="none"')
lines.append(' output_interval="00-01-00_00:00:00"')
lines.append(' clobber_mode="truncate"')
lines.append(' packages="eddyProductVariablesAMPKG">')
lines.append('')
Expand Down

0 comments on commit 7746543

Please sign in to comment.