Skip to content

Commit

Permalink
Actually turn Meier off
Browse files Browse the repository at this point in the history
(cherry picked from commit 1a09d07)

 Conflicts:
	cime_config/testdefs/testmods_dirs/clm/ciso_decStartNoMeier/user_nl_clm
  • Loading branch information
ekluzek committed Nov 28, 2023
1 parent cae3667 commit 910514d
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions cime_config/testdefs/testlist_clm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
<option name="comment" >Transient case with isotopes with a December start</option>
</options>
</test>
<test name="ERP_D_Ld10_P36x2" grid="f10_f10_mg37" compset="IHistClm51BgcCrop" testmods="clm/ciso_decStartNoMeier">
<test name="ERP_D_Ld10_P36x2" grid="f10_f10_mg37" compset="IHistClm51BgcCrop" testmods="clm/default">
<machines>
<machine name="cheyenne" compiler="intel" category="aux_clm"/>
</machines>
Expand Down Expand Up @@ -1283,17 +1283,25 @@
<option name="comment" >Basic LII test, covering the standard range of subgrid heterogeneity - particularly, including crop. Uses a year-2000 restart file so that the restart file has non-zero product pools, so that we exercise the gridcell-level code in init_interp.</option>
</options>
</test>
<test name="LII_D_Ld3_PS" grid="ne30pg3_g17" compset="I1850Clm50BgcCrop" testmods="clm/clm51cam6LndTuningModeCisoNoMeier">
<test name="LII_D_Ld3_PS" grid="ne30pg3_g17" compset="I1850Clm50BgcCrop" testmods="clm/clm51cam6LndTuningModeCiso">
<machines>
<machine name="cheyenne" compiler="intel" category="aux_clm"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment" >Basic LII test, using the only finidat file that doesn't require use_init_interp=T</option>
<option name="comment" >Note, that a LII2FINIDATAREAS like this one fails</option>
<option name="comment" >Basic LII test</option>
</options>
</test>
<test name="LII2FINIDATAREAS_D_P72x2_Ld1" grid="ne30pg3_g17" compset="I1850Clm50BgcCrop" testmods="clm/clm51cam6LndTuningModeCisoNoMeier">
<test name="LII2FINIDATAREAS_D_P72x2_Ld1" grid="f09_g17" compset="I1850Clm50BgcCrop" testmods="clm/default">
<machines>
<machine name="cheyenne" compiler="intel" category="aux_clm"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment" >Exercise the init_interp_method='use_finidat_areas' option. See documentation at the top of the python script implementing this test for more details and rationale. This test requires a compatible finidat file (i.e., a file that can be used without interpolation). If no such file is available out-of-the-box, then the test will need to use a testmod that points to a compatible file.</option>
</options>
</test>
<test name="LII2FINIDATAREAS_D_P72x2_Ld1" grid="ne30pg3_g17" compset="I1850Clm50BgcCrop" testmods="clm/clm51cam6LndTuningModeCiso">
<machines>
<machine name="cheyenne" compiler="intel" category="aux_clm"/>
</machines>
Expand Down

0 comments on commit 910514d

Please sign in to comment.