Skip to content

Commit

Permalink
Remove paths to old CRU data set and replace with new path
Browse files Browse the repository at this point in the history
  • Loading branch information
fabern committed Dec 20, 2024
1 parent b97c35f commit 8412f35
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion tests/testthat/test_CRU_WFDEI_NDEP.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ test_that("test CRU data (monthly and downscaled daily)", {
sitename = "CH-Lae",
source = "cru",
getvars = c("tmax", "tmin", "prec", "vpd"),
# dir = "/data/archive/cru_NA_2021/data/",
dir = "/data/archive/cru_harris_2024/data/",
timescale = "m",
year_start = 1901,
Expand Down
3 changes: 1 addition & 2 deletions vignettes/get_drivers_coordinates.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Now, let's complete the forcing with cloud cover `ccov` values from

```{r, eval=FALSE}
# Get CRU data
path_cru <- "/data/archive/cru_NA_2021/data/"
path_cru <- "/data/archive/cru_harris_2024/data/"
df_cru <- ingestr::ingest(
siteinfo = siteinfo,
Expand Down Expand Up @@ -392,4 +392,3 @@ ggplot() +
y = "GPP"
)
```
```
1 change: 0 additions & 1 deletion vignettes/ingest_cru_rsofun.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ mdf <- ingest_bysite(
sitename = "CH-Lae",
source = "cru",
getvars = c("tmax", "tmin", "prec", "vpd", "ppfd", "patm"),
# dir = "/data/archive/cru_NA_2021/data/",
dir = "/data/archive/cru_harris_2024/data/",
timescale = "m",
year_start = 1901,
Expand Down

0 comments on commit 8412f35

Please sign in to comment.