Skip to content

Commit

Permalink
5.1 to 6.0 correction recommended by Erik
Browse files Browse the repository at this point in the history
  • Loading branch information
slevis-lmwg committed Oct 8, 2024
1 parent 726af13 commit dff408b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bld/CLMBuildNamelist.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2113,7 +2113,7 @@ sub setup_logic_roughness_methods {
my $phys = $physv->as_string();
if ( $phys eq "clm4_5" || $phys eq "clm5_0" ) {
if ( $var eq "Meier2022" ) {
$log->fatal_error("z0param_method = $var and phys = $phys, but this method has been tested only with clm5_1 and later versions; to use with earlier versions, disable this error, and add Meier2022 parameters to the corresponding params file");
$log->fatal_error("z0param_method = $var and phys = $phys, but this method has been tested only with clm6_0 and later versions; to use with earlier versions, disable this error, and add Meier2022 parameters to the corresponding params file");
}
}
}
Expand Down

0 comments on commit dff408b

Please sign in to comment.