File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4478,6 +4478,10 @@ sub setup_logic_cngeneral {
44784478 " (eg. don't use these options with SP mode)." );
44794479 }
44804480 }
4481+ if ( &value_is_true($nl -> get_value(' reseed_dead_plants' )) &&
4482+ &remove_leading_and_trailing_quotes($nl_flags -> {' clm_start_type' }) eq " branch" ) {
4483+ $log -> fatal_error(" reseed_dead_plants MUST be .false. in a branch run" );
4484+ }
44814485}
44824486
44834487# -------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -678,6 +678,10 @@ sub cat_and_create_namelistinfile {
678678 namelst => " soil_decomp_method='None'" ,
679679 phys => " clm5_0" ,
680680 },
681+ " reseed with branch" => { options => " -clm_start_type branch -envxml_dir ." ,
682+ namelst => " reseed_dead_plants=.true." ,
683+ phys => " clm6_0" ,
684+ },
681685 " reseed without CN" => { options => " -envxml_dir . -bgc sp" ,
682686 namelst => " reseed_dead_plants=.true." ,
683687 phys => " clm5_0" ,
You can’t perform that action at this time.
0 commit comments