Skip to content

Commit

Permalink
update the date used
Browse files Browse the repository at this point in the history
  • Loading branch information
mkapur-noaa committed Oct 23, 2024
1 parent 17e9a70 commit 60d1d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2024/safe/01a-main_table.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data <- safe::tier3 %>% data.frame()
safe_2023 <- read.csv(here::here(year,'safe','static_tables','safe_2023.csv'), header = FALSE)
## load base safe values, made using fAK_SCENARIOS.R
safe0 <- read.csv(here::here(year,'model_runs','03b_projection', '2024-10-15-exec_summ.csv')) %>%
safe0 <- read.csv(here::here(year,'model_runs','03b_projection', '2024-10-23-exec_summ.csv')) %>%
# t() %>%
data.frame() %>%
bind_cols(safe_2023[4:14,],.) %>%
Expand Down
2 changes: 1 addition & 1 deletion 2024/safe/bsai_fhs_2024.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ names(mod18.2c_2024$timeseries)[23] <- "F1" ## overwrite so inline works
end_proj <- year + 15
## read in exec summ and assign derived quants; these get populated in doc
execsumm <- read.csv(here::here(year,'model_runs','03b_projection','2024-10-15-exec_summ.csv'))[,2:3]
execsumm <- read.csv(here::here(year,'model_runs','03b_projection','2024-10-23-exec_summ.csv'))[,2:3]
ofl_25 <- round(execsumm[9,1]) ## ofl in mt
Fofl_25 <- round(execsumm[6,1],2)
Fabc_25 <- round(execsumm[7,1],2)
Expand Down

0 comments on commit 60d1d1f

Please sign in to comment.