Closed timbean closed 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.
Nevermind, I see those are not listed as available on the WorldClim website.
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.