Skip to content

Commit

Permalink
minor comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed May 17, 2024
1 parent e6f62c4 commit 093f066
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bld/CLMBuildNamelist.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4510,7 +4510,8 @@ sub setup_logic_fates {
} elsif ( $mode eq 'surfdata_file' ) {
# Check to make sure that the user set the flanduse_timeseries file
# Since the flanduse_timeseries logic checking is upstream of the fates logic,
# don't try and add the default here
# don't add the default here. The onus is on the user to match the correct timeseries
# data to the correct surface dataset resolution
my $var = "flanduse_timeseries";
my $fname = remove_leading_and_trailing_quotes( $nl->get_value($var) );
if ( ! defined($nl->get_value($var)) ) {
Expand Down

0 comments on commit 093f066

Please sign in to comment.