Description Usage Arguments Value Examples
windSpeedErainterim
calculates the total wind speed [m/s] of raster based time series
(RasterBrick
or RasterStack
object, see:
Raster-class
) derived from netcdf raster files as downloaded from
ERA interim. This is done by computing the length of the total vector from the north-south
and east-west components as suggested by
https://confluence.ecmwf.int/pages/viewpage.action?pageId=77229867.
1 | windSpeedErainterim(u10, v10, cores = 10, timedate, clcall = NULL)
|
u10 |
A |
v10 |
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.