Skip to content

Commit

Permalink
Update combined_forecast.R
Browse files Browse the repository at this point in the history
  • Loading branch information
addelany authored Sep 6, 2024
1 parent 1f8a0a3 commit b4af1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/glm_flare_v3/combined_forecast.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ while(noaa_ready){
use_s3 = FALSE,
bucket = NULL,
endpoint = NULL,
local_directory = '/home/addelany/CCRE-forecast-code/scoring/ccre',
local_directory = NA,
variable_types = c("state","parameter"))


Expand Down Expand Up @@ -166,4 +166,4 @@ while(noaa_ready){
noaa_ready <- FLAREr:::check_noaa_present(lake_directory,
configure_run_file,
config_set_name = config_set_name)
}
}

0 comments on commit b4af1c6

Please sign in to comment.