Downloads failing for model="GFDL-ESM4", ssp="585", res=2.5, time="2041-2060, tmin and tmax
timbean opened this issue · 1 comments
timbean commented
I am trying to run the following lines of code:
cur.tmax <- cmip6_world(ssp="585", model=cur.gcm, time="2041-2060", var="tmax", res=2.5)
cur.tmin <- cmip6_world(ssp="585", model=cur.gcm, time="2041-2060", var="tmin", res=2.5)
and receive the following error:
trying URL 'https://geodata.ucdavis.edu/cmip6/2.5m/GFDL-ESM4/ssp585/wc2.1_2.5m_tmax_GFDL-ESM4_ssp585_2041-2060.tif'
download failed
(equivalent error for tmin).
Downloading those files directly from the URL also does not work. The precipitation variable works okay, all other tmin and tmax work for the specified time period and ssp using other GCMs.
timbean commented
Nevermind, I see those are not listed as available on the WorldClim website.