Skip to content

Commit

Permalink
Remove grid attribute from compset elements
Browse files Browse the repository at this point in the history
This wasn't being checked, so wasn't serving any purpose
  • Loading branch information
billsacks committed May 23, 2017
1 parent 7f6004f commit ac11850
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 ac11850

Please sign in to comment.