Skip to content

Commit

Permalink
initialise pastclim for CI in vignette 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Jul 26, 2024
1 parent df5a620 commit 514ff99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vignettes/a4_delta_downscale_d.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ For downscaling, we will use the WorldClim2 dataset as our high resolution obser
We will use the Example dataset (a subset of the Beyer2020 dataset) as our low
resolution model reconstructions. We start by extracting monthly temperature
for northern Europe for both datasets:
```{r initialis_pastclim, echo=FALSE, results="hide", eval=!download_data}
library(pastclim)
set_data_path(on_CRAN = TRUE)
```
```{r}
library(pastclim)
tavg_vars <- c(paste0("temperature_0",1:9),paste0("temperature_",10:12))
Expand Down

0 comments on commit 514ff99

Please sign in to comment.