diff --git a/canClimateData.R b/canClimateData.R index ee93805..488562b 100644 --- a/canClimateData.R +++ b/canClimateData.R @@ -181,7 +181,7 @@ Init <- function(sim) { rasterToMatch = sim$rasterToMatch, currentModuleName = "canClimateData" ) |> - Cache(omitArgs = c("climatePath", "climatePathOut")) ## TODO: improve use of cache + Cache(omitArgs = c("climatePath", "climatePathOut"), useCloud = Par$.useCloud) ## TODO: improve use of cache ## rename list elements and layers to match expected names downstream names(climateRasters) <- names(sim$climateVariables)