cmip6 | R Documentation |
Download downscaled and calibrated CMIP6 climate data for projected future climates. Either for the entire world or for a 30 degrees tile. For more information see https://www.worldclim.org/
cmip6_world(model, ssp, time, var, res, path, ...)
cmip6_tile(lon, lat, model, ssp, time, var, path, ...)
model |
character. Climate model abbrevation. One of "ACCESS-CM2", "ACCESS-ESM1-5", "AWI-CM-1-1-MR", "BCC-CSM2-MR", "CanESM5", "CanESM5-CanOE", "CMCC-ESM2", "CNRM-CM6-1", "CNRM-CM6-1-HR", "CNRM-ESM2-1", "EC-Earth3-Veg", "EC-Earth3-Veg-LR", "FIO-ESM-2-0", "GFDL-ESM4", "GISS-E2-1-G", "GISS-E2-1-H", "HadGEM3-GC31-LL", "INM-CM4-8", "INM-CM5-0", "IPSL-CM6A-LR", "MIROC-ES2L", "MIROC6", "MPI-ESM1-2-HR", "MPI-ESM1-2-LR", "MRI-ESM2-0", "UKESM1-0-LL" |
ssp |
character. A valid Shared Socio-economic Pathway code: "126", "245", "370" or "585". |
time |
character. A valid time period. One of "2021-2040", "2041-2060", or "2061-2080" |
var |
character. Valid variables names are "tmin", "tmax", "tavg", "prec" and "bioc" |
res |
numeric. Valid resolutions are 10, 5, 2.5 (minutes of a degree) |
path |
character. Path for storing the downloaded data. See |
... |
additional arguments passed to |
lon |
numeric. Longitude |
lat |
numeric. Latitude |
SpatRaster
vrt
to combine tiles
# download of large files takes a while
tmin10 <- cmip6_world("CNRM-CM6-1", "585", "2061-2080",
var="tmin", res=10, path=tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.