Skip to content

Commit

Permalink
Merge pull request #1592 from billsacks/compset_no_grid_attribute
Browse files Browse the repository at this point in the history
Remove grid attribute from compset elements.
This wasn't being checked, so wasn't serving any purpose

Test suite: none (the relevant compsets aren't covered by scripts_regression_tests anyway)
Test baseline: N/A
Test namelist changes: none
Test status: bit for bit

Fixes #1583

User interface changes?: none

Code review: Jedwards
  • Loading branch information
jedwards4b authored May 23, 2017
2 parents 7f6004f + ac11850 commit 3189a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/drivers/mct/cime_config/config_compsets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<lname>2000_DATM%NYF_SLND_DICE%SSMI_DOCN%SOM_DROF%NYF_SGLC_SWAV_TEST</lname>
</compset>

<compset grid="a%1.9x2.5|a%0.9x1.25">
<compset>
<alias>ADSOMAQP</alias>
<lname>2000_DATM%NYF_SLND_SICE_DOCN%SOMAQP_SROF_SGLC_SWAV</lname>
</compset>
Expand Down Expand Up @@ -85,7 +85,7 @@
<lname>2000_DATM%NYF_SLND_DICE%SSMI_DOCN%DOM_DROF%NYF_SGLC_SWAV_DESP%TEST</lname>
</compset>

<compset grid="r%rx1">
<compset>
<alias>AIAF</alias>
<lname>2000_DATM%IAF_SLND_DICE%IAF_DOCN%IAF_DROF%IAF_SGLC_SWAV</lname>
</compset>
Expand Down

0 comments on commit 3189a86

Please sign in to comment.