Skip to content

Commit

Permalink
Merge pull request #431 from JorgSchwinger/feature-new_compsets
Browse files Browse the repository at this point in the history
New compsets for JRA forcing and fix for PE layout
  • Loading branch information
matsbn authored Nov 27, 2024
2 parents 13894c0 + 631e93c commit 625cfcb
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
30 changes: 29 additions & 1 deletion cime_config/config_compsets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,20 @@
</compset>
<compset>
<!-- not valid for noresm2.5 -->
<alias>NOIIAJRAOC</alias>
<alias>N2NOIIAJRAOC</alias>
<lname>2000_DATM%JRA_SLND_CICE%NORESM-CMIP6_BLOM%ECO_DROF%JRA_SGLC_SWAV</lname>
</compset>

<compset>
<alias>NOIIAJRAOC1850</alias>
<lname>1850_DATM%JRA_SLND_CICE_BLOM%ECO_DROF%JRA_SGLC_SWAV</lname>
</compset>
<compset>
<!-- not valid for noresm2.5 -->
<alias>N2NOIIAJRAOC1850</alias>
<lname>1850_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>
Expand All @@ -106,6 +116,22 @@
<lname>20TR_DATM%JRA_SLND_CICE%NORESM-CMIP6_BLOM%ECO_DROF%JRA_SGLC_SWAV</lname>
</compset>


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

<compset>
<alias>NOINYJRARYF1961OC</alias>
<lname>1850_DATM%JRARYF1961_SLND_CICE_BLOM%ECO_DROF%JRARYF1961_SGLC_SWAV</lname>
</compset>
<compset>
<!-- not valid for noresm2.5 -->
<alias>N2NOINYJRARYF1961OC</alias>
<lname>1850_DATM%JRARYF1961_SLND_CICE%NORESM-CMIP6_BLOM%ECO_DROF%JRARYF_SGLC_SWAV</lname>
</compset>


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

<compset>
<alias>NOICPLHISTOC</alias>
<lname>1850_DATM%CPLHIST_SLND_CICE_BLOM%ECO_DROF%CPLHIST_SGLC_SWAV</lname>
Expand All @@ -116,6 +142,8 @@
<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>
<value compset="20TR_DATM%IAF_SLND_CICE_BLOM%ECO_DROF%IAF_SGLC_SWAV">1700-01-01</value>
<value compset="20TR_DATM%JRA_SLND_CICE_BLOM%ECO_DROF%JRA_SGLC_SWAV">1653-01-01</value>
</values>
</entry>
</entries>
Expand Down
8 changes: 4 additions & 4 deletions cime_config/config_pes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@
<nthrds_cpl>1</nthrds_cpl>
</nthrds>
<rootpe>
<rootpe_atm>0</rootpe_atm>
<rootpe_lnd>0</rootpe_lnd>
<rootpe_rof>0</rootpe_rof>
<rootpe_ice>1</rootpe_ice>
<rootpe_atm>80</rootpe_atm>
<rootpe_lnd>80</rootpe_lnd>
<rootpe_rof>80</rootpe_rof>
<rootpe_ice>0</rootpe_ice>
<rootpe_ocn>81</rootpe_ocn>
<rootpe_glc>0</rootpe_glc>
<rootpe_wav>0</rootpe_wav>
Expand Down

0 comments on commit 625cfcb

Please sign in to comment.