Skip to content

Commit

Permalink
Merge pull request #3445 from ESMCI/fischer/ne5pg2
Browse files Browse the repository at this point in the history
Add ne5pg2_ne5pg2_mg37 grid that's needed for cam testing.

Test suite: scripts_regression_tests, SMS_D_Ln9.ne5pg2_ne5pg2_mg37.FADIAB.izumi_pgi
Test baseline:
Test namelist changes:
Test status: bit for bit

Fixes [CIME Github issue #]

User interface changes?:

Update gh-pages html (Y/N)?:

Code review:
  • Loading branch information
fischer-ncar committed Mar 12, 2020
2 parents bbba1af + 119f1ae commit ada1f09
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/cesm/config_grids.xml
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,13 @@

<!-- spectral element grids with 2x2 FVM physics grid -->

<model_grid alias="ne5pg2_ne5pg2_mg37" not_compset="_POP">
<grid name="atm">ne5np4.pg2</grid>
<grid name="lnd">ne5np4.pg2</grid>
<grid name="ocnice">ne5np4.pg2</grid>
<mask>gx3v7</mask>
</model_grid>

<model_grid alias="ne30pg2_ne30pg2_mg17">
<grid name="atm">ne30np4.pg2</grid>
<grid name="lnd">ne30np4.pg2</grid>
Expand Down Expand Up @@ -1445,6 +1452,14 @@
<support>For ultra-low resolution spectral element grid testing</support>
</domain>

<domain name="ne5np4.pg2">
<nx>1350</nx> <ny>1</ny>
<file grid="atm|lnd" mask="gx3v7">$DIN_LOC_ROOT/share/domains/domain.lnd.ne5np4.pg2_gx3v7.200311.nc</file>
<file grid="ocnice" mask="gx3v7">$DIN_LOC_ROOT/share/domains/domain.ocn.ne5np4.pg2_gx3v7.200311.nc</file>
<desc>ne5np4 is Spectral Elem 6-deg grid with a 2x2 FVM physics grid:</desc>
<support>EXPERIMENTAL FVM physics grid</support>
</domain>

<domain name="ne5np4.pg3">
<nx>1350</nx> <ny>1</ny>
<file grid="atm|lnd" mask="gx3v7">$DIN_LOC_ROOT/share/domains/domain.lnd.ne5np4.pg3_gx3v7.170605.nc</file>
Expand Down

0 comments on commit ada1f09

Please sign in to comment.