Skip to content

Commit 5a0f980

Browse files
committed
Merge branch 'darincomeau/mpaso/enable_eddystats' into maint-1.2 (PR #2821)
Turn on eddy stats for oEC60to30v3 and oEC60to30v3wLI grids by default This PR turns on the ocean analysis member eddyProductVariables by default for the oEC60to30v3 and oEC60to30v3wLI MPAS-Ocean grids. This was created from the head of maint-1.2. Tested with: * ERS.T62_oEC60to30v3wLI.GMPAS-DIB-IAF-ISMF.edison_intel [BFB] [NML] - only for compsets using oEC60to30v3, oEC60to30v3wLI grids
2 parents 0b0fc19 + c21bb46 commit 5a0f980

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/mpas-ocean/bld/namelist_files/namelist_defaults_mpaso.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,8 @@
817817

818818
<!-- AM_eddyProductVariables -->
819819
<config_AM_eddyProductVariables_enable>.false.</config_AM_eddyProductVariables_enable>
820+
<config_AM_eddyProductVariables_enable ocn_grid="oEC60to30v3">.true.</config_AM_eddyProductVariables_enable>
821+
<config_AM_eddyProductVariables_enable ocn_grid="oEC60to30v3wLI">.true.</config_AM_eddyProductVariables_enable>
820822
<config_AM_eddyProductVariables_enable ocn_grid="oRRS30to10v3">.true.</config_AM_eddyProductVariables_enable>
821823
<config_AM_eddyProductVariables_enable ocn_grid="oRRS30to10v3wLI">.true.</config_AM_eddyProductVariables_enable>
822824
<config_AM_eddyProductVariables_enable ocn_grid="oRRS18to6v3">.true.</config_AM_eddyProductVariables_enable>

0 commit comments

Comments
 (0)