Skip to content

Commit 1e5eec6

Browse files
committed
rename end_date
1 parent a255721 commit 1e5eec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/tutorials/integrated/snowy_land_fluxnet_tutorial.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ diagnostics = ClimaLand.default_diagnostics(
108108

109109
# How often we want to update the forcing.
110110
data_dt = Second(FluxnetSimulations.get_data_dt(site_ID));
111-
updateat = Array(start_date:data_dt:end_date);
111+
updateat = Array(start_date:data_dt:stop_date);
112112

113113
simulation = Simulations.LandSimulation(
114114
start_date,

docs/src/tutorials/integrated/soil_canopy_fluxnet_tutorial.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ diagnostics = ClimaLand.default_diagnostics(
112112

113113
# How often we want to update the forcing.
114114
data_dt = Second(FluxnetSimulations.get_data_dt(site_ID));
115-
updateat = Array(start_date:data_dt:end_date);
115+
updateat = Array(start_date:data_dt:stop_date);
116116

117117
simulation = Simulations.LandSimulation(
118118
start_date,

0 commit comments

Comments
 (0)