Skip to content
Draft
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: 2 additions & 0 deletions cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ Caveats:
<value compset="_BGC%BDRD" >diagnostic</value>
<value compset="_BGC%BPRP" >prognostic</value>
<value compset="HIST.*_DATM" >diagnostic</value>
<value compset="DATM%CPLHIST_CLM60" >diagnostic</value>

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will come in with #4180 rather than here.

<value compset="SSP.*_DATM" >diagnostic</value>
</values>
<group>run_component_ctsm</group>
Expand Down Expand Up @@ -307,6 +308,7 @@ Caveats:
<default_value>FALSE</default_value>
<values>
<value compset="_CAM" >TRUE</value>
<value compset="1850_DATM%[^_]_CLM60">TRUE</value>
</values>
<group>run_component_ctsm</group>
<file>env_run.xml</file>
Expand Down
6 changes: 6 additions & 0 deletions cime_config/config_compsets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,12 @@
<lname>1850_DATM%CPLHIST_CLM60%BGC-CROP_SICE_SOCN_MOSART_DGLC%NOEVOLVE_SWAV</lname>
</compset>

<compset>

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also handled in #4180 rather than here.

<alias>I1850Clm60BgcCropSpinup</alias>
<lname>1850_DATM%CPLHIST_CLM60%BGC-CROP_SICE_SOCN_MOSART_SGLC_SWAV</lname>
</compset>


<!-- I CLM50 NWP Compsets -->

<!-- GSWP datm forcing, for global runs or regional runs outside the CONUS -->
Expand Down
4 changes: 2 additions & 2 deletions cime_config/testdefs/testlist_clm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2516,15 +2516,15 @@
<option name="wallclock">00:20:00</option>
</options>
</test>
<test name="SMS_D_Ld1" grid="ne30pg3_t232" compset="I1850Clm50BgcSpinup" testmods="clm/cplhist--clm/matrixcnOn">
<test name="SMS_D_Ld1" grid="ne30pg3_t232" compset="I1850Clm50BgcSpinup" testmods="clm/default--clm/matrixcnOn">

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be in #4180 rather than here.

<machines>
<machine name="derecho" compiler="intel" category="aux_clm"/>
<machine name="derecho" compiler="intel" category="prealpha"/>
<machine name="derecho" compiler="intel" category="matrixcn"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment">Repeat last SMS_D_Ld1...cplhist test with matrixcnOn"</option>
<option name="comment">Repeat last SMS_D_Ld1...Spinup test with matrixcnOn"</option>
</options>
</test>
<test name="SMS_D_Ld1_PS" grid="f19_f19_mg17" compset="I2010Clm50Sp" testmods="clm/clm50cam6LndTuningMode--clm/nofireemis">
Expand Down

This file was deleted.

8 changes: 0 additions & 8 deletions cime_config/testdefs/testmods_dirs/clm/cplhist/shell_commands

This file was deleted.

Loading