Description Usage Arguments Value Examples
relErainterimAirhumidity
calculates the relative air humidity [
(RasterBrick
or RasterStack
object, see:
Raster-class
) derived from netcdf raster files as downloaded from
ERA interim as suggested by
https://software.ecmwf.int/wiki/display/CKB/Do+ERA+datasets+contain+parameters+for+near-surface+humidity,
based on the dew point temperature and the air temperature. This is done using thw Teten's
formula for saturation over water as suggested at
https://software.ecmwf.int/wiki/display/CKB/Do+ERA+datasets+contain+parameters+for+near-surface+humidity and in
https://www.ecmwf.int/sites/default/files/elibrary/2016/16648-part-iv-physical-processes.pdf.
1 2 | relErainterimAirhumidity(dt, t, interval = NULL, cores = 10, timedate,
clcall = NULL)
|
dt |
A |
t |
A |
cores |
The number of cores to be used in parallel computing. |
timedate |
A |
clcall |
A function passed to |
A list with the first element representing the relative air humidity [
time series with as a RasterBrick
with the same temporal resultution as
dt
and t
and
the second element a POSIXct
vector containing the time information.
1 | #
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.