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

Add 2 compsets that use cam_dev physics #51

Merged
merged 4 commits into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all 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 Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local_path = ccs_config
required = True

[cam]
tag = cam-ew2.1.004
tag = cam-ew2.1.005
protocol = git
repo_url = https://github.com/EarthWorksOrg/CAM
local_path = components/cam
Expand Down
14 changes: 13 additions & 1 deletion cime_config/config_compsets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,13 @@
<!-- F2000climo, with MPASSI%PRES -->
<compset>
<alias>F2000climoEW</alias>
<lname>2000_CAM60_CLM50%SP_MPASSI%PRES_DOCN%DOM_MOSART_CISM2%NOEVOLVE_SWAV</lname>
<lname>2000_CAM60_CLM50%SP_MPASSI%PRES_DOCN%DOM_MOSART_SGLC_SWAV</lname>
</compset>

<!-- F2000dev, with MPASSI%PRES -->
<compset>
<alias>F2000devEW</alias>
<lname>2000_CAM%DEV_CLM50%SP_MPASSI%PRES_DOCN%DOM_MOSART_SGLC_SWAV</lname>
</compset>

<compset>
Expand All @@ -121,6 +127,12 @@
<lname>2000_CAM60_CLM50%SP_MPASSI_MPASO_MOSART_SGLC_SWAV</lname>
</compset>

<!-- Use cam_dev / CAM7 physics instead -->
<compset>
<alias>CHAOS2000dev</alias>
<lname>2000_CAM%DEV_CLM50%SP_MPASSI_MPASO_MOSART_SGLC_SWAV</lname>
</compset>

<entries>
<entry id="RUN_STARTDATE">
<values>
Expand Down