rspatial / geodata

download geographic data
GNU General Public License v3.0
151 stars 15 forks source link

Downloads failing for model="GFDL-ESM4", ssp="585", res=2.5, time="2041-2060, tmin and tmax #48

Closed timbean closed 1 year ago

timbean commented 1 year ago

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 1 year ago

Nevermind, I see those are not listed as available on the WorldClim website.