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
Copy file name to clipboardExpand all lines: bld/CLMBuildNamelist.pm
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2588,12 +2588,9 @@ sub setup_logic_initial_conditions {
2588
2588
my$finidat = $nl->get_value($var);
2589
2589
$nl_flags->{'excess_ice_on_finidat'} = "unknown";
2590
2590
if ( $nl_flags->{'clm_start_type'} =~ /cold/ ) {
2591
-
if (defined$finidat ) {
2592
-
$log->warning("setting $var (either explicitly in your user_nl_clm or by doing a hybrid or branch RUN_TYPE)\n is incomptable with using a cold start" .
2591
+
if (defined$finidat&& !&value_is_true(($nl->get_value('use_fates')))) {
2592
+
$log->fatal_error("setting $var (either explicitly in your user_nl_clm or by doing a hybrid or branch RUN_TYPE)\n is incompatible with using a cold start" .
2593
2593
" (by setting CLM_FORCE_COLDSTART=on)." );
2594
-
$log->warning("Overridding input $var file with one specifying that this is a cold start from arbitrary initial conditions." );
0 commit comments