Skip to content

Commit

Permalink
Merge pull request #1886 from ESMCI/fischer/T41_g37_fix
Browse files Browse the repository at this point in the history
Fix T31_g37 grid match in config_grids for cesm
Change atm_grid match from "48x96" to T31 to match the atm grid name
that is actually being used.

Test suite: scripts_regression_tests.py
Test baseline:
Test namelist changes:
Test status: bit for bit

Fixes [CIME Github issue #]

User interface changes?:

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

Code review: jedwards
  • Loading branch information
jedwards4b authored Sep 13, 2017
2 parents 6a6b5e8 + 22b3cb7 commit 7efc1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cesm/config_grids.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@
<map name="ICE2WAV_SMAPNAME">cpl/gridmaps/tx1v1/map_tx1v1_TO_ww3a_blin.170523.nc</map>
</gridmap>

<gridmap atm_grid="48x96" wav_grid="ww3a">
<gridmap atm_grid="T31" wav_grid="ww3a">
<map name="ATM2WAV_SMAPNAME">cpl/gridmaps/T31/map_T31_TO_ww3a_bilin_131104.nc</map>
</gridmap>

Expand Down

0 comments on commit 7efc1f5

Please sign in to comment.