Skip to content

Commit

Permalink
Updates from Erik's code review and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
slevis-lmwg committed Oct 22, 2024
1 parent f673b5d commit 04ed153
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 15 additions & 1 deletion bld/unit_testers/build-namelist_test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ sub cat_and_create_namelistinfile {
#
# Figure out number of tests that will run
#
my $ntests = 3196;
my $ntests = 3229;

if ( defined($opts{'compare'}) ) {
$ntests += 2437;
Expand Down Expand Up @@ -605,6 +605,10 @@ sub cat_and_create_namelistinfile {
namelst=>"use_crop=.true.",
phys=>"clm4_5",
},
"LeungDust_WO_Prigent" =>{ options=>" -envxml_dir . -bgc sp",
namelst=>"use_prigent_roughness=.false.,dust_emis_method='Leung_2023'",
phys=>"clm6_0",
},
"soilm_stream off w file" =>{ options=>"-res 0.9x1.25 -envxml_dir .",
namelst=>"use_soil_moisture_streams = .false.,stream_fldfilename_soilm='file_provided_when_off'",
phys=>"clm5_0",
Expand Down Expand Up @@ -967,6 +971,16 @@ sub cat_and_create_namelistinfile {
GLC_TWO_WAY_COUPLING=>"TRUE",
phys=>"clm5_0",
},
"sasuspinupWOsoilmatx" =>{ options=>"-envxml_dir . -bgc bgc -clm_accelerated_spinup sasu",
namelst=>"use_soil_matrixcn=.false.,use_matrixcn=.false.",
GLC_TWO_WAY_COUPLING=>"TRUE",
phys=>"clm6_0",
},
"sasuspinupWOCN" =>{ options=>"-envxml_dir . -bgc sp -clm_accelerated_spinup sasu",
namelst=>"",
GLC_TWO_WAY_COUPLING=>"TRUE",
phys=>"clm6_0",
},
"nyrforceWOspinup" =>{ options=>"-envxml_dir . -bgc bgc -clm_accelerated_spinup sasu",
namelst=>"use_matrixcn=.false.,spinup_matrixcn=F,nyr_forcing=20",
GLC_TWO_WAY_COUPLING=>"TRUE",
Expand Down
2 changes: 0 additions & 2 deletions cime_config/testdefs/testlist_clm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
<option name="comment">CESM3 development Exact restart test with change in the processor count at f10, for izumi nag</option>
</options>
</test>
<!-- Remove when CESM no longer needs it-->
<test name="ERP_D_Ld9" grid="ne30pg3_t232" compset="I1850Clm60BgcCropG" testmods="clm/clm60cam6LndTuningMode">
<machines>
<machine name="derecho" compiler="intel" category="aux_clm"/>
Expand Down Expand Up @@ -960,7 +959,6 @@
<option name="comment" >Test Hist compset with Sp for CLM6.0</option>
</options>
</test>
<!-- Remove this when CAM removes the use of CLM60 in their testing and compsets -->
<test name="ERP_D_Ld5" grid="ne30pg3_t232" compset="IHistClm60Sp" testmods="clm/default">
<machines>
<machine name="derecho" compiler="intel" category="aux_clm"/>
Expand Down

0 comments on commit 04ed153

Please sign in to comment.