Skip to content

Commit

Permalink
Merge pull request #471 from fischer-ncar/Replace_Bcompsets
Browse files Browse the repository at this point in the history
Fix broken compset aliases
  • Loading branch information
fischer-ncar authored Jul 7, 2016
2 parents ceac486 + f3dc375 commit 8b32dc3
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
======================================================================

Originator: fischer-ncar
Date: July 7, 2016
Tag: cime4.5.22
Answer Changes: None
Tests:
Dependencies:

Brief Summary: Fix broken compset names

User interface changes:

Modified files: git diff --name-status

M cime_config/cesm/allactive/config_compsets.xml
M cime_config/cesm/allactive/testlist_allactive.xml

======================================================================

Originator: cacraigucar, fischer-ncar
Date: July 7, 2016
Tag: cime4.5.21
Expand Down
5 changes: 5 additions & 0 deletions cime_config/cesm/allactive/config_compsets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,11 @@

<!-- BG compsets -->

<compset>
<alias>BC5L45BGCRG</alias>
<lname>2000_CAM5_CLM45%BGC_CICE_POP2_RTM_CISM1_SWAV</lname>
</compset>

<compset>
<alias>BC5L45BGCR</alias>
<lname>2000_CAM5_CLM45%BGC_CICE_POP2_RTM_SGLC_SWAV</lname>
Expand Down
12 changes: 6 additions & 6 deletions cime_config/cesm/allactive/testlist_allactive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,28 +73,28 @@
</test>
</grid>
</compset>
<compset name="B1850C4L45BGCRBPRPWs">
<compset name="B1850C4L45BGCRBPRP">
<grid name="f19_g16">
<test name="ERS">
<machine compiler="pgi" testtype="prebeta" testmods="allactive/defaultio">bluewaters</machine>
</test>
</grid>
</compset>
<compset name="B1850C4RCO2L40CNRWs">
<compset name="B1850C4RCO2L40CNR">
<grid name="f19_g16">
<test name="ERS_Ld7">
<machine compiler="pgi" testtype="prebeta" testmods="allactive/defaultio">bluewaters</machine>
</test>
</grid>
</compset>
<compset name="B1850C5L40SPRWs">
<compset name="B1850C5L40SPR">
<grid name="f19_g16">
<test name="PET_PT">
<machine compiler="pgi" testtype="prebeta" testmods="allactive/defaultio">bluewaters</machine>
</test>
</grid>
</compset>
<compset name="B1850C5L45BGCRWs">
<compset name="B1850C5L45BGCR">
<grid name="T31_g37">
<test name="ERS_Ld5">
<machine compiler="intel" testtype="prealpha" testmods="allactive/cism/test_coupling">yellowstone</machine>
Expand All @@ -106,15 +106,15 @@
</test>
</grid>
</compset>
<compset name="B1850C5L45BGCRG2Ws">
<compset name="B1850C5L45BGCRG2">
<grid name="T31_g37_gl20">
<test name="SMS_Ld5">
<machine compiler="intel" testtype="prealpha" testmods="allactive/cism/test_coupling">yellowstone</machine>
<machine compiler="intel" testtype="prebeta" testmods="allactive/cism/test_coupling">yellowstone</machine>
</test>
</grid>
</compset>
<compset name="B1850C5WCCML45CNRWs">
<compset name="B1850C5WCCML45CNR">
<grid name="f19_g16">
<test name="ERS_Ld7">
<machine compiler="intel" testtype="prebeta" testmods="allactive/defaultio">yellowstone</machine>
Expand Down

0 comments on commit 8b32dc3

Please sign in to comment.