Skip to content

Commit 088f75b

Browse files
committed
Merge branch 'wlin/v3_single_forcing_compsets' into next (PR #6563)
Add compsets and support files for v3 single forcing simulations The following compsets (aliases) are added: . WCYCL20TR-GHG Greenhouse gases only (GHGs) configuration . WCYCL20TR-aer Anthropogenic aerosols and precursors (aer) only configuration . WCYCL20TR-xGHG-xaer All forcings except GHGs and aer . WCYCL20TR-xaer All forcings except aer . WCYCL20TR-nat Natural-only configuration . WCYCL20TR-ozone Stratospheric ozone only configuration . WCYCL20TR-lulc Land use land cover only configuration . WCYCL20TR-volc Stratospheric volcanic emissions only configuratio [BFB] for existing tests. Remerged after fixing MMF1 tests.
2 parents ea54c85 + 8208d4b commit 088f75b

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

cime_config/allactive/config_compsets.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,18 +133,18 @@
133133
<!-- ************************************************ -->
134134
<compset>
135135
<alias>WCYCL1950-MMF1</alias>
136-
<lname>1950SOI_EAM%CMIP6-MMF1_ELM%SPBC_MPASSI_MPASO_MOSART_SGLC_SWAV</lname>
136+
<lname>1950SOI_EAM%MMF1_ELM%SPBC_MPASSI_MPASO_MOSART_SGLC_SWAV</lname>
137137
</compset>
138138

139139
<compset>
140140
<alias>WCYCL20TR-MMF1</alias>
141-
<lname>20TRSOI_EAM%CMIP6-MMF1_ELM%SP_MPASSI_MPASO_MOSART_SGLC_SWAV</lname>
141+
<lname>20TRSOI_EAM%MMF1_ELM%SP_MPASSI_MPASO_MOSART_SGLC_SWAV</lname>
142142
</compset>
143143

144144
<!-- separate compset for testing (NS = no spinup) -->
145145
<compset>
146146
<alias>WCYCL20TRNS-MMF1</alias>
147-
<lname>20TR_EAM%CMIP6-MMF1_ELM%SP_MPASSI_MPASO_MOSART_SGLC_SWAV</lname>
147+
<lname>20TR_EAM%MMF1_ELM%SP_MPASSI_MPASO_MOSART_SGLC_SWAV</lname>
148148
</compset>
149149
<!-- ************************************************** -->
150150
<!-- ************************************************** -->

components/eam/cime_config/config_component.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,7 @@
5151

5252
<value compset="" >-mach $MACH</value>
5353
<value compset="_EAM" >-phys default</value>
54-
<value compset="_EAM%CMIP6-1pctCO2" >&eamv3_phys_defaults; &eamv3_chem_defaults;</value>
55-
<value compset="_EAM%CMIP6-4xCO2" >&eamv3_phys_defaults; &eamv3_chem_defaults;</value>
56-
<value compset="20TR.*_EAM%CMIP6-.*_" >&eamv3_phys_defaults; &eamv3_chem_defaults;</value>
57-
<value compset="_EAM%CMIP6_" >&eamv3_phys_defaults; &eamv3_chem_defaults;</value>
54+
<value compset="_EAM%CMIP6.*" >&eamv3_phys_defaults; &eamv3_chem_defaults;</value>
5855
<value compset="_ELM%[^_]*BC" >-bc_dep_to_snow_updates</value>
5956
<value compset="_EAM.*_BGC%*" >-co2_cycle</value>
6057

components/eam/cime_config/config_compsets.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,12 +272,12 @@
272272
<!-- F compsets with transient SST (AMIP) -->
273273
<compset>
274274
<alias>F20TR-MMF1</alias>
275-
<lname>20TR_EAM%CMIP6-MMF1_ELM%SP_MPASSI%PRES_DOCN%DOM_MOSART_SGLC_SWAV</lname>
275+
<lname>20TR_EAM%MMF1_ELM%SP_MPASSI%PRES_DOCN%DOM_MOSART_SGLC_SWAV</lname>
276276
</compset>
277277

278278
<compset>
279279
<alias>F20TR-MMF1</alias>
280-
<lname>20TR_EAM%CMIP6-MMF2_ELM%SP_MPASSI%PRES_DOCN%DOM_MOSART_SGLC_SWAV</lname>
280+
<lname>20TR_EAM%MMF2_ELM%SP_MPASSI%PRES_DOCN%DOM_MOSART_SGLC_SWAV</lname>
281281
</compset>
282282

283283
<!-- ******************************* -->

components/elm/cime_config/config_component.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
<value compset="20TR.*_EAM%.*CMIP6-xGHG-xAER_ELM">20thC_CMIP6_transient</value>
8282
<value compset="20TR.*_EAM%.*CMIP6-xAER_ELM">20thC_CMIP6_transient</value>
8383
<value compset="20TR.*_EAM%.*CMIP6-LULC_ELM">20thC_CMIP6_transient</value>
84+
<value compset="20TR.*_EAM%MMF.*_ELM">20thC_CMIP6_transient</value>
8485
<value compset="20TR_EAM%CMIP6_ELM.*_BGC%LNDATM">20thC_CMIP6bgc_transient</value>
8586
<value compset="20TR(?:SOI)?_EAM%CMIP6_ELM*_BGC%B">20thC_CMIP6bgc_transient</value>
8687
<value compset="20TR.*_ELM%[^_]*BGC">20thC_bgc_transient</value>

0 commit comments

Comments
 (0)