Title: | A Package for Accessing Chelsa Climate Data |
---|---|
Description: | Download Chelsa data <https://chelsa-climate.org/>. |
Authors: | Kevin Cazelles [aut, cre] , Nicolas Casajus [ctb] |
Maintainer: | Kevin Cazelles <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.0.9001 |
Built: | 2024-11-09 02:51:43 UTC |
Source: | https://github.com/inSileco/rchelsa |
Access high resolution climate data for Europe.
chl_europ_obs(period = "year", var, year, path = ".")
chl_europ_obs(period = "year", var, year, path = ".")
period |
time period (see below) or "doc" for documentation. |
var |
variable name (see XXX). |
year |
year only available when period is set to 'daily' or 'yearly'. |
path |
path to the folder where files will be stored. |
Time periods (periods
) are as follows:
daily
: Data files on a daily resolution (usually years available are 1981-2005)
yearly
: Annual aggregations of a variable (usually years available are 1981-2005).
monthly
: Data files on a monthly resolution.
normal
: Long term, climatological, means of a variable over a Normals period.
Karger, D.N., Conrad, O., Böhner, J., Kawohl, T., Kreft, H., Soria-Auza, R.W., Zimmermann, N.E., Linder, H.P. & Kessler, M. (2017) Climatologies at high resolution for the earth’s land surface areas. Scientific Data 4, 170122
Karger, Dirk Nikolaus; Dabaghchian, Babek; Lange, Stefan; Thuiller, Wilfried; Zimmermann, Niklaus E.; Graham, Catherine H. (2020). High resolution climate data for Europe. EnviDat. doi:10.16904/envidat.150.
## Not run: chl_europ_obs("normal", "pr") ## End(Not run)
## Not run: chl_europ_obs("normal", "pr") ## End(Not run)
Chelsa V2
chl_global_mod( horizon = 2040, var = "bio", val = 10, model = "mpi-esm1", scenario = "ssp126", path = "." ) chl_global_obsv_daily(var, month = 1, day = 1, path = ".") chl_global_obsv_monthly(var, month = 1, year = 1980, path = ".")
chl_global_mod( horizon = 2040, var = "bio", val = 10, model = "mpi-esm1", scenario = "ssp126", path = "." ) chl_global_obsv_daily(var, month = 1, day = 1, path = ".") chl_global_obsv_monthly(var, month = 1, year = 1980, path = ".")
horizon |
time horizons. |
var |
variable. |
val |
values. |
model |
models. |
scenario |
scenarios. |
path |
path to the folder where files will be stored. |
month |
month. |
day |
day. |
year |
year. |
Models:
mpi-esm1
: MPI-ESM1-2-HR
gfdl-esm4
: GFDL-ESM4
ipsl-cm6a
: IPSL-CM6A-LR
mri-esm2
: MRI-ESM2-0
ukesm1
: UKESM1-0-LL
Scenarios (scenarios
): SSP (Shared Socioeconomic Pathways)
ssp126
: SSP 1, 2.6 W.m-2
ssp370
: SSP 3, 7.0 W.m-2
ssp585
: SSP 5, 8.5 W.m-2
Time horizons (horizons
):
2010
: 1981-2010 ('model' and 'scenario' are ignored).
2040
: 2011-2040
2070
: 2041-2070
2100
: 2071-2100
chl_global_obsv_daily()
: observed data daily (for 1980).
chl_global_obsv_monthly()
: observed data monthly (from 1980 up to 2018) .
## Not run: chl_global_mod(var = "pr", val = 1, model = "ukesm1", scenario = "ssp370", horizon = 2010) chl_global_mod(var = "pr", val = 1, model = "ukesm1", scenario = "ssp370", horizon = 2040) chl_global_obsv_monthly(var = "pr") ## End(Not run)
## Not run: chl_global_mod(var = "pr", val = 1, model = "ukesm1", scenario = "ssp370", horizon = 2010) chl_global_mod(var = "pr", val = 1, model = "ukesm1", scenario = "ssp370", horizon = 2040) chl_global_obsv_monthly(var = "pr") ## End(Not run)
Access CHELSA timeseries
chl_ts(var, year, val = NULL, path = ".")
chl_ts(var, year, val = NULL, path = ".")
var |
variable name. |
year |
year. |
val |
optional. |
path |
path to the folder where files will be stored. |
"The CHELSA timeseries data consists of monthly downscaled model output temperature and precipitation estimates at a horizontal resolution of 30 arc sec. from 1979-2013. The resulting data consist of a mean monthly temperature and precipitation amounts." (Karger et al. 2017)
Karger, D.N., Conrad, O., Böhner, J., Kawohl, T., Kreft, H., Soria-Auza, R.W., Zimmermann, N.E., Linder, H.P., Kessler, M.(2017) Data from: Climatologies at high resolution for the earth’s land surface areas. Dryad Digital Repository. doi.org/10.5061/dryad.kd1d4.
## Not run: chl_ts("prec", 1982, 3) chl_ts("gts30", 1982) ## End(Not run)
## Not run: chl_ts("prec", 1982, 3) chl_ts("gts30", 1982) ## End(Not run)
Download Chelsea data
get_chelsea_data(categ = "clim", type = "bio", id = 1, path = ".")
get_chelsea_data(categ = "clim", type = "bio", id = 1, path = ".")
categ |
category. |
type |
type. |
id |
resource id. |
path |
path to the folder where files will be stored. |