Skip to content
Snippets Groups Projects
Commit 2bb517ec authored by Jentsch, Helge's avatar Jentsch, Helge
Browse files

WC CMIP6 - typo in 5min resolution run

parent 65b38f15
Branches
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ Suggests: knitr, testthat, usethis, rmarkdown ...@@ -45,7 +45,7 @@ Suggests: knitr, testthat, usethis, rmarkdown
VignetteBuilder: knitr VignetteBuilder: knitr
SystemRequirements: Tested with at least 4 GB RAM. SystemRequirements: Tested with at least 4 GB RAM.
NeedsCompilation: no NeedsCompilation: no
Packaged: 2023-07-05 16:26:13 UTC; helge Packaged: 2023-07-06 09:14:58 UTC; admin
Author: Helge Jentsch [aut, cre], Author: Helge Jentsch [aut, cre],
Maria Bobrowski [aut], Maria Bobrowski [aut],
Johannes Weidinger [aut], Johannes Weidinger [aut],
......
...@@ -1223,7 +1223,7 @@ WorldClim.CMIP_6.download <- function(save.location = "./", ...@@ -1223,7 +1223,7 @@ WorldClim.CMIP_6.download <- function(save.location = "./",
for (res in resolution) { for (res in resolution) {
res.temp <- switch (res, res.temp <- switch (res,
"10min" = "10m", "10min" = "10m",
"5mmin" = "5m", "5min" = "5m",
"2.5min" = "2.5m", "2.5min" = "2.5m",
"30s" = "30s", "30s" = "30s",
"10m" = "10m", "10m" = "10m",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment