Open SarahAlidoost opened 2 years ago
Hey @SarahAlidoost ! I suspect this has to do with the fact that new versions of the Daymet dataset have been published - I have downloaded version 4.2 (https://doi.org/10.3334/ORNLDAAC/1840), while version 4.4 seems to be available from November 1 (https://doi.org/10.3334/ORNLDAAC/2129). Apparently the older versions of the dataset are not kept online - which might be an additional reason in favour of making a "local" copy of the dataset.
@fnattino I want to use the code sample in the notebook
01-download-Daymet4
to download daymet data on my own machine. In the notebook,ornl_daac_root
is set to"https://thredds.daac.ornl.gov/thredds/fileServer/ornldaac/1840/"
. This returnsFileNotFoundError
. If I replace1840
with2129
, it works fine, see data of 2129. I am wondering if we need a login to access1840
? any idea?