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 May 10, 2024
1 parent 5e27e12 commit 0741944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inflow_aed.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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-05-10")
#reference_datetime <- Sys.Date()
#reference_datetime <- lubridate::as_date("2024-05-10")
reference_datetime <- Sys.Date()
noaa_date <- reference_datetime - lubridate::days(1)
ensemble_members <- 31

Expand Down

0 comments on commit 0741944

Please sign in to comment.