Skip to content

Commit

Permalink
Merge branch 'bishtgautam/lnd/v3-compset' into next (PR #6108)
Browse files Browse the repository at this point in the history
Second merge of this branch.  Fix 4 failing tests.
  • Loading branch information
rljacob committed Jan 25, 2024
2 parents 0f6f71d + dc6c743 commit 4d6f1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/elm/bld/ELMBuildNamelist.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2313,7 +2313,7 @@ sub setup_logic_create_crop_landunit {
my ($test_files, $nl_flags, $definition, $defaults, $nl, $physv) = @_;

add_default($test_files, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'create_crop_landunit',
'use_crop'=>$nl_flags->{'use_crop'}, 'hgrid'=>$nl_flags->{'res'}, 'use_cn'=>$nl_flags->{'use_cn'});
'use_crop'=>$nl_flags->{'use_crop'}, 'hgrid'=>$nl_flags->{'res'}, 'use_cn'=>$nl_flags->{'use_cn'}, 'use_top_solar_rad'=>$nl->get_value('use_top_solar_rad'));
}

#-------------------------------------------------------------------------------
Expand Down

0 comments on commit 4d6f1e5

Please sign in to comment.