Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

noresm2.5_alpha09: Update CTSM, BLOM config in compsets. #632

Merged
merged 6 commits into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ fxDONOTUSEurl = https://github.com/NorESMhub/CISM-wrapper
[submodule "clm"]
path = components/clm
url = https://github.com/NorESMhub/CTSM
fxtag = ctsm5.3.11-noresm_v1
fxtag = ctsm5.3.11-noresm_v2
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/NorESMhub/CTSM

Expand Down
16 changes: 11 additions & 5 deletions cime_config/config_compsets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,24 @@

<compset>
<alias>N1850</alias>
<lname>1850_CAM70%LT%NORESM%CAMoslo_CLM60%SP_CICE_BLOM%ECO_MOSART_DGLC%NOEVOLVE_SWAV_SESP</lname>
<lname>1850_CAM70%LT%NORESM%CAMoslo_CLM60%SP_CICE_BLOM%HYB%ECO_MOSART_DGLC%NOEVOLVE_SWAV_SESP</lname>
</compset>
<compset>
<alias>N1850clmbgc</alias>
<lname>1850_CAM70%LT%NORESM%CAMoslo_CLM60%BGC-CROP_CICE_BLOM%ECO_MOSART_DGLC%NOEVOLVE_SWAV_SESP</lname>
<lname>1850_CAM70%LT%NORESM%CAMoslo_CLM60%BGC-CROP_CICE_BLOM%HYB%ECO_MOSART_DGLC%NOEVOLVE_SWAV_SESP</lname>
</compset>
<compset>
<alias>N1850fates-sp</alias>
<lname>1850_CAM70%LT%NORESM%CAMoslo_CLM60%FATES-SP_CICE_BLOM%ECO_MOSART_DGLC%NOEVOLVE_SWAV_SESP</lname>
<lname>1850_CAM70%LT%NORESM%CAMoslo_CLM60%FATES-SP_CICE_BLOM%HYB%ECO_MOSART_DGLC%NOEVOLVE_SWAV_SESP</lname>
</compset>
<compset>
<alias>N1850fates-nocomp</alias>
<lname>1850_CAM70%LT%NORESM%CAMoslo_CLM60%FATES-NOCOMP_CICE_BLOM%ECO_MOSART_DGLC%NOEVOLVE_SWAV_SESP</lname>
<lname>1850_CAM70%LT%NORESM%CAMoslo_CLM60%FATES-NOCOMP_CICE_BLOM%HYB%ECO_MOSART_DGLC%NOEVOLVE_SWAV_SESP</lname>
</compset>

<compset>
<alias>N1850mam4</alias>
<lname>1850_CAM70%LT%GHGMAM4_CLM60%SP_CICE_BLOM%ECO_MOSART_DGLC%NOEVOLVE_SWAV_SESP</lname>
<lname>1850_CAM70%LT%GHGMAM4_CLM60%SP_CICE_BLOM%HYB%ECO_MOSART_DGLC%NOEVOLVE_SWAV_SESP</lname>
</compset>

<!-- BG compsets: evolving ice sheet -->
Expand All @@ -77,6 +77,12 @@
<lname>1850_DATM%CRUv7_CLM50%BGC-CROP_CICE_POP2_MOSART_CISM2%GRIS-EVOLVE_SWAV</lname>
</compset>

<!-- fully coupled without hybrid coordinate in BLOM for testing-->
<compset>
<alias>N1850nohyb</alias>
<lname>1850_CAM70%LT%NORESM%CAMoslo_CLM60%SP_CICE_BLOM%ECO_MOSART_DGLC%NOEVOLVE_SWAV_SESP</lname>
</compset>

<entries>
<entry id="RUN_STARTDATE">
<values>
Expand Down
8 changes: 8 additions & 0 deletions cime_config/testlist_allactive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,12 @@
<option name="wallclock"> 01:00:00 </option>
</options>
</test>
<test name="ERS_D_Ld4" grid="ne30pg3_tn14" compset="N1850nohyb" testmods="allactive/defaultio">
<machines>
<machine name="betzy" compiler="intel" category="prealpha_noresm"/>
</machines>
<options>
<option name="wallclock"> 01:00:00 </option>
</options>
</test>
</testlist>