This repository has been archived by the owner on May 10, 2022. It is now read-only.
cmip_fetch() with overwrite = TRUE
is not re-fetching the data
#15
Labels
This issue is part of this rOpenSci review.
I tried to run the following
key <- "bcsd/yearly/cnrm_cm3.1/cnrm_cm3.1.sresa1b.monthly.Prcp.2034.nc"
res <- cmip_fetch(key)
res1 <- cmip_fetch(key, overwrite = TRUE)
But noticed that the second time, it is not re-fetching the data. Is this the expected behaviour?
Maybe mention in the documentation that the data are going to be cached?
The text was updated successfully, but these errors were encountered: