Skip to content

Commit

Permalink
added back in compsets that are valid for noresm2.0, noresm2.1 and no…
Browse files Browse the repository at this point in the history
…resm2.3 with the prefix N2
  • Loading branch information
mvertens committed Aug 20, 2024
1 parent ac91156 commit 3d73140
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions cime_config/config_compsets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,33 +48,63 @@
<alias>NOIIA</alias>
<lname>2000_DATM%IAF_SLND_CICE_BLOM_DROF%IAF_SGLC_SWAV</lname>
</compset>
<compset>
<!-- not valid for noresm2.5 -->
<alias>N2NOIIA</alias>
<lname>2000_DATM%IAF_SLND_CICE%NORESM-CMIP6_BLOM_DROF%IAF_SGLC_SWAV</lname>
</compset>

<compset>
<alias>NOIIAOC</alias>
<lname>2000_DATM%IAF_SLND_CICE_BLOM%ECO_DROF%IAF_SGLC_SWAV</lname>
</compset>
<compset>
<!-- not valid for noresm2.5 -->
<alias>N2NOIIAOC</alias>
<lname>2000_DATM%IAF_SLND_CICE%NORESM-CMIP6_BLOM%ECO_DROF%IAF_SGLC_SWAV</lname>
</compset>

<compset>
<alias>NOIIAOC20TR</alias>
<lname>20TR_DATM%IAF_SLND_CICE_BLOM%ECO_DROF%IAF_SGLC_SWAV</lname>
</compset>
<compset>
<!-- not valid for noresm2.5 -->
<alias>N2NOIIAOC20TR</alias>
<lname>20TR_DATM%IAF_SLND_CICE%NORESM-CMIP6_BLOM%ECO_DROF%IAF_SGLC_SWAV</lname>
</compset>

<!-- JRA forcing - no prognostic wave -->

<compset>
<alias>NOIIAJRA</alias>
<lname>2000_DATM%JRA_SLND_CICE_BLOM_DROF%JRA_SGLC_SWAV</lname>
</compset>
<compset>
<!-- not valid for noresm2.5 -->
<alias>N2NOIIAJRA</alias>
<lname>2000_DATM%JRA_SLND_CICE%NORESM-CMIP6_BLOM_DROF%JRA_SGLC_SWAV</lname>
</compset>

<compset>
<alias>NOIIAJRAOC</alias>
<lname>2000_DATM%JRA_SLND_CICE_BLOM%ECO_DROF%JRA_SGLC_SWAV</lname>
</compset>
<compset>
<!-- not valid for noresm2.5 -->
<alias>NOIIAJRAOC</alias>
<lname>2000_DATM%JRA_SLND_CICE%NORESM-CMIP6_BLOM%ECO_DROF%JRA_SGLC_SWAV</lname>
</compset>

<compset>
<alias>NOIIAJRAOC20TR</alias>
<lname>20TR_DATM%JRA_SLND_CICE_BLOM%ECO_DROF%JRA_SGLC_SWAV</lname>
</compset>
<compset>
<!-- not valid for noresm2.5 -->
<alias>N2NOIIAJRAOC20TR</alias>
<lname>20TR_DATM%JRA_SLND_CICE%NORESM-CMIP6_BLOM%ECO_DROF%JRA_SGLC_SWAV</lname>
</compset>

<compset>
<alias>NOICPLHISTOC</alias>
Expand All @@ -83,6 +113,10 @@

<entries>
<entry id="RUN_STARTDATE">
<values match="last">
<value compset="20TR_DATM%IAF_SLND_CICE%NORESM-CMIP6_BLOM%ECO_DROF%IAF_SGLC_SWAV">1700-01-01</value>
<value compset="20TR_DATM%JRA_SLND_CICE%NORESM-CMIP6_BLOM%ECO_DROF%JRA_SGLC_SWAV">1653-01-01</value>
</values>
</entry>
</entries>

Expand Down

0 comments on commit 3d73140

Please sign in to comment.