You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# this check has to be here and not earlier since use_init_interp is set here and hillslope is already set above in setup_logic_hillslope
2761
2761
if ( &value_is_true($nl->get_value($useinitvar)) && value_is_true($nl->get_value("use_hillslope")) ) {
2762
-
$log->warning("WARNING: You have set use_hillslope while $useinitvar is TRUE.\n This means all hillslope columns in a gridcell will read identical values" .
2763
-
" from initial conditions. If you are sure you want this behaviour:")
2762
+
$log->warning("WARNING: You have set use_hillslope while $useinitvar is TRUE.\n This means all hillslope columns in a gridcell will read identical values from initial conditions, even if the initial conditions (finidat) file has hillslope information. If you are sure you want this behaviour, add -ignore_warnings to CLM_BLDNML_OPTS.")
2764
2763
}
2765
2764
2766
2765
} # end initial conditions
@@ -3637,6 +3636,10 @@ sub setup_logic_hillslope {
3637
3636
if ( (! &value_is_true($use_hillslope)) && &value_is_true($use_hillslope_routing) ) {
3638
3637
$log->fatal_error("Cannot turn on use_hillslope_routing when use_hillslope is off\n" );
0 commit comments