Skip to content

Commit

Permalink
Merge pull request #13 from addelany/main
Browse files Browse the repository at this point in the history
configure s3 and scores
  • Loading branch information
addelany authored Sep 19, 2024
2 parents 2ba8ba8 + 6eaf4c7 commit 6a17cfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configuration/glm_flare_v3/configure_run.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
restart_file: .na
start_datetime: 2024-08-01 00:00:00
end_datetime: .na
forecast_start_datetime: 2024-09-06 00:00:00
forecast_start_datetime: 2024-09-18 00:00:00
forecast_horizon: 34.0
sim_name: glm_flare_v3
configure_flare: configure_flare.yml
Expand Down
8 changes: 4 additions & 4 deletions workflows/glm_flare_v3/combined_forecast.R
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ while(noaa_ready){
message('running scoring function')
scoring <- generate_forecast_score_arrow(targets_df = targets_df,
forecast_df = combined_forecasts, ## only works if dataframe returned from output
use_s3 = FALSE,
bucket = NULL,
endpoint = NULL,
local_directory = file.path(lake_directory,'scores/ccre'),
use_s3 = TRUE,
bucket = config$s3$scores$bucket,
endpoint = config$s3$scores$endpoint,
local_directory = './FCRE-forecast-code/scores/fcre',
variable_types = c("state","parameter"))


Expand Down

0 comments on commit 6a17cfd

Please sign in to comment.