Skip to content

Commit

Permalink
update ResOps time series dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
swd-turner committed Feb 17, 2022
1 parent 16162be commit 2a2cb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/inputs.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#'
read_reservoir_data <- function(USRDATS_path, dam_id){

read_csv(paste0(USRDATS_path, "/TimeSeries_all/ResOpsUS_",
read_csv(paste0(USRDATS_path, "/time_series_all/ResOpsUS_",
dam_id, ".csv"),
col_types = cols(date = "D",
storage = "d",
Expand Down

0 comments on commit 2a2cb77

Please sign in to comment.