Skip to content

Commit

Permalink
Fix domain files setting for CONUS RRM
Browse files Browse the repository at this point in the history
Fix domain files setting for the CONUS RRM configuration. Specification
of the domain files for the CONUS setup were missing from config_grids.xml,
so hgrid was not being set, causing set_horiz_grid to fail during case
setup. Adding specification of which domain files to use fixes this
issue. Fixes #2147.
  • Loading branch information
brhillman committed Mar 13, 2018
1 parent 5aa690f commit 2848094
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions cime/config/e3sm/config_grids.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1309,6 +1309,7 @@
<support>For testing of the WAV model</support>
</domain>

<!-- RRM grids -->
<domain name="ne0np4_arm_x8v3_lowcon">
<nx>92558</nx>
<ny>1</ny>
Expand Down Expand Up @@ -1343,6 +1344,27 @@
<file ocn_mask="oRRS18to6v3">domain.ocn.twpx4v1_oRRS18to6v3.170629.nc</file>
</domain>

<domain name="ne0np4_conus_x4v1_lowcon">
<nx>89147</nx>
<ny>1</ny>
<desc>1-deg with 1/4-deg over CONUS (version 1):</desc>
<file atm_mask="tx0.1v2">domain.lnd.conusx4v1_tx0.1v2.161129.nc</file>
<file ice_mask="tx0.1v2">domain.ocn.conusx4v1_tx0.1v2.161129.nc</file>
<file lnd_mask="tx0.1v2">domain.lnd.conusx4v1_tx0.1v2.161129.nc</file>
<file ocn_mask="tx0.1v2">domain.ocn.conusx4v1_tx0.1v2.161129.nc</file>
</domain>

<!-- Old mask for CONUS grid -->
<domain name="tx0.1v2">
<nx>3600</nx> <ny>2400</ny>
<file atm_mask="tx0.1v2">domain.ocn.tx0.1v2.090218.nc</file>
<file ice_mask="tx0.1v2">domain.ocn.tx0.1v2.090218.nc</file>
<file lnd_mask="tx0.1v2">domain.ocn.tx0.1v2.090218.nc</file>
<file ocn_mask="tx0.1v2">domain.ocn.tx0.1v2.090218.nc</file>
<desc>tx0.1v2 is an old mask used for CONUS:</desc>
</domain>


<domain name="oQU240">
<nx>7153</nx>
<ny>1</ny>
Expand Down

0 comments on commit 2848094

Please sign in to comment.