Skip to content

Commit

Permalink
Remove warning about tillage not being scientifically tested.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsrabin committed Jan 5, 2024
1 parent 0665754 commit 2f69473
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions bld/CLMBuildNamelist.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2252,9 +2252,6 @@ sub setup_logic_tillage {
my ($opts, $nl_flags, $definition, $defaults, $nl) = @_;

my $tillage_mode = remove_leading_and_trailing_quotes( $nl->get_value( "tillage_mode" ) );
if ( $tillage_mode ne "" && $tillage_mode ne "off") {
$log->warning( "Tillage has not yet been scientifically tested." );
}
if ( $tillage_mode ne "off" && $tillage_mode ne "" && not &value_is_true($nl->get_value('use_crop')) ) {
$log->fatal_error( "Tillage only works on crop columns, so use_crop must be true if tillage is enabled." );
}
Expand Down
2 changes: 0 additions & 2 deletions cime_config/testdefs/testmods_dirs/clm/till/shell_commands

This file was deleted.

0 comments on commit 2f69473

Please sign in to comment.