Skip to content

Commit

Permalink
Merge branch 'bogensch/atm/EUL_SCM_cime' (PR #1253)
Browse files Browse the repository at this point in the history
Add T42 atm, lnd and ocn mask to config_grids.xml for SCM funcationality

This includes the cime changes for PR #1252.

[BFB]

* bogensch/atm/EUL_SCM_cime:
  Add grid configure for T42 for SCM
  • Loading branch information
singhbalwinder committed Feb 23, 2017
2 parents 89bcfd7 + 209a8d2 commit 1155ba0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cime/cime_config/acme/config_grids.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,12 @@

<domain name="T42">
<nx>128</nx> <ny>64</ny>
<file atm_mask="usgs">domain.lnd.T42_USGS.111004.nc</file>
<file lnd_mask="usgs">domain.lnd.T42_USGS.111004.nc</file>
<file ocn_mask="usgs">domain.camocn.64x128_USGS_070807.nc</file>
<path atm_mask="usgs">$DIN_LOC_ROOT/share/domains/domain.clm</path>
<path lnd_mask="usgs">$DIN_LOC_ROOT/share/domains/domain.clm</path>
<path ocn_mask="usgs">$DIN_LOC_ROOT/atm/cam/ocnfrac</path>
<desc>T42 is Gaussian grid:</desc>
</domain>

Expand Down

0 comments on commit 1155ba0

Please sign in to comment.