Skip to content

Commit

Permalink
Merge branch 'darincomeau/mpaso/enable_eddystats' into maint-1.2 (PR #…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
jonbob committed Mar 26, 2019
2 parents 0b0fc19 + c21bb46 commit 5a0f980
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,8 @@

<!-- 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>
Expand Down

0 comments on commit 5a0f980

Please sign in to comment.