diff --git a/DESCRIPTION b/DESCRIPTION index 018dfe4..a2da021 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,8 +3,8 @@ Title: Utilities For Working With North American Climate Data Description: Utilities for working with North American climate data from 'ClimateNA' . URL: https://github.com/PredictiveEcology/climateData -Date: 2024-03-09 -Version: 2.0.2 +Date: 2024-03-13 +Version: 2.0.3 Authors@R: c( person("Alex M", "Chubaty", email = "achubaty@for-cast.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7146-8135")), diff --git a/R/ClimateNA_createTiles.R b/R/ClimateNA_createTiles.R index acf08a0..cdef76e 100644 --- a/R/ClimateNA_createTiles.R +++ b/R/ClimateNA_createTiles.R @@ -120,7 +120,7 @@ ClimateNA_path <- function(dataPath, tile = NULL, type = NULL, msy = NULL, gcm = historic = file.path(dataPath, "historic", MSY, tile), historic_normals = file.path(dataPath, "historic", "normals", MSY, tile), future = file.path(dataPath, "future", paste0(gcm, "_ssp", ssp), MSY, tile), - future_normals = file.path(dataPath, "future", "normals", MSY, tile) + future_normals = file.path(dataPath, "future", paste0(gcm, "_ssp", ssp), "normals", MSY, tile) ) |> normalizePath(mustWork = FALSE) |> (function(x) {