Skip to content

Commit

Permalink
Update number of tests and comment out the whole values section as it…
Browse files Browse the repository at this point in the history
… fails without at least one thing set
  • Loading branch information
ekluzek committed Jul 11, 2024
1 parent 170b3a5 commit ba28bea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bld/unit_testers/build-namelist_test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ sub cat_and_create_namelistinfile {
my $ntests = 3256;

if ( defined($opts{'compare'}) ) {
$ntests += 2001;
$ntests += 1965;
}
plan( tests=>$ntests );

Expand Down
4 changes: 2 additions & 2 deletions cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@
<type>logical</type>
<valid_values>TRUE,FALSE</valid_values>
<default_value>TRUE</default_value>
<!-- Until CAM sets dust settings in drv_flds_in this should only be TRUE
<values>
<!-- Until CAM sets dust settings in drv_flds_in this should only be TRUE
<value compset="CAM" >FALSE</value>
-->
</values>
-->
<group>run_component_cpl</group>
<file>env_run.xml</file>
<desc>If CTSM will set the dust settings in drv_flds_in (TRUE), or if ATM (i.e. CAM) will - DO NOT EDIT (set by compset name)</desc>
Expand Down

0 comments on commit ba28bea

Please sign in to comment.