CMIP6 climate model data
Download downscaled and callibrated CMIP6 climate data for projected future climates.
cmip6_world(model, ssp, time, var, res, path)
model |
character. Climate model abbrevation. One of "BCC-CSM2-MR", "CNRM-CM6-1", "CNRM-ESM2-1", "CanESM5", "GFDL-ESM4", "IPSL-CM6A-LR", "MIROC-ES2L", "MIROC6", "MRI-ESM2-0" |
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 where to download the data to |
SpatRaster
bio10 <- cmip6_world("CNRM-CM6-1", "585", "2061-2080", var="bio", res=10, path=tempdir())
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.