Skip to content

Commit

Permalink
2025 update to seasonal_oisst_anom
Browse files Browse the repository at this point in the history
  • Loading branch information
BBeltz1 committed Dec 10, 2024
1 parent 4cbdbc8 commit 63f6de3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-raw/get_seasonal_oisst_anom.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ library(stringr)
### SST from ecopull
# https://github.com/kimberly-bastille/ecopull/blob/main/data/new_sst_anomaly.rda
raw.dir <- here::here("data-raw")
sst_rda<- "new_sst_anomaly_2024.rda"
sst_rda<- "new_sst_anomaly_2025.rda"

get_seasonal_oisst_anom<- function(save_clean = F){
load(file.path(raw.dir, sst_rda))
Expand Down
Binary file added data-raw/new_sst_anomaly_2025.rda
Binary file not shown.
Binary file modified data/seasonal_oisst_anom.rda
Binary file not shown.

0 comments on commit 63f6de3

Please sign in to comment.