Skip to content

Commit

Permalink
Update inflow_aed.R
Browse files Browse the repository at this point in the history
  • Loading branch information
addelany authored Oct 1, 2024
1 parent c7cd0df commit 04d74b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_code/inflow_aed/inflow_aed.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inflow_targets_file <- "https://renc.osn.xsede.org/bio230121-bucket01/vera4cast/
met_target_file <- "https://renc.osn.xsede.org/bio230121-bucket01/vera4cast/targets/project_id=vera4cast/duration=P1D/daily-met-targets.csv.gz"

horizon <- 34
reference_datetime <- lubridate::as_date("2024-09-29")
reference_datetime <- lubridate::as_date("2024-09-30")
#reference_datetime <- Sys.Date()
noaa_date <- reference_datetime - lubridate::days(1)
ensemble_members <- 31
Expand Down

0 comments on commit 04d74b4

Please sign in to comment.