Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ne5pg2_ne5pg2_mg37 for cam testing #3445

Merged
merged 1 commit into from
Mar 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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