Skip to content

Commit

Permalink
Merge pull request #1567 from mnlevy1981/grids/fix_gx1v7_domain_dates…
Browse files Browse the repository at this point in the history
…tamps

Point to gx1v7 domain files that exist - this is only relevant to cesm.

Test suite: N/A; I created the two cases that caused problems detailed in issue ticket, verified problem went away
Test baseline: N/A
Test namelist changes: N/A
Test status: bit-for-bit, except cases that previously died at runtime (or that CIME refused to submit) now run to completion

Fixes #1565

User interface changes?: N/A

Code review: verified that f09_f09_mg17 works for a A compset

Additional notes: @jedwards4b it looks like the pull request you reverted (#1559) also fixed #1558 -- I did not put that fix back in here.
  • Loading branch information
mvertens authored May 19, 2017
2 parents a8cc1a2 + 086d3e8 commit f109d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/cesm/config_grids.xml
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@
<file grid="atm|lnd" mask="gx1v6">domain.lnd.fv0.9x1.25_gx1v6.090309.nc</file>
<file grid="ocnice" mask="gx1v6">domain.ocn.0.9x1.25_gx1v6_090403.nc</file>
<file grid="atm|lnd" mask="gx1v7">domain.lnd.fv0.9x1.25_gx1v7.151020.nc</file>
<file grid="ocnice" mask="gx1v7">domain.ocn.fv0.9x1.25_gx1v7.151008.nc</file>
<file grid="ocnice" mask="gx1v7">domain.ocn.fv0.9x1.25_gx1v7.151020.nc</file>
<file grid="atm|lnd" mask="null">/glade/u/home/benedict/ys/datain/domain.aqua.fv0.9x1.25.nc</file>
<file grid="ocnice" mask="null">/glade/u/home/benedict/ys/datain/domain.aqua.fv0.9x1.25.nc</file>
<desc>0.9x1.25 is FV 1-deg grid:</desc>
Expand Down Expand Up @@ -1089,7 +1089,7 @@

<domain name="gx1v7">
<nx>320</nx> <ny>384</ny>
<file grid="atm|lnd">$DIN_LOC_ROOT/share/domains/domain.ocn.gx1v7.151020.nc</file>
<file grid="atm|lnd">$DIN_LOC_ROOT/share/domains/domain.ocn.gx1v7.151008.nc</file>
<file grid="ocnice">$DIN_LOC_ROOT/share/domains/domain.ocn.gx1v7.151008.nc</file>
<desc>gx1v7 is displaced Greenland pole 1-deg grid with Caspian as a land feature:</desc>
</domain>
Expand Down

0 comments on commit f109d77

Please sign in to comment.