pointInspection {kehra} | R Documentation |
Get data from ECMWF ERA_Interim
Description
Get data from ECMWF ERA_Interim
Usage
pointInspection(years, points, var, prefix = "", path = "~",
parallel = FALSE)
Arguments
years |
years to retrieve data for |
points |
are lat/lon coordinates of points (e.g. stations) |
var |
variable to retrieve |
prefix |
string starting netcdf file name |
path |
folder path where netcdf files are stored |
parallel |
Bolean, if TRUE parallel jobs are allowed |
Details
Possible variables names are: "t2m" (2m temperature, in K), "u10" (10 metres wind U component, in m/s), "v10" (10 metres wind V component, in m/s), "tp" (total precipitation, in m), "blh" (boundary layer height, in m), "ssr" (surface net solar radiation, in W/m2s).
Value
time series variable
Examples
# pointInspection(years = 1981:2014, points, var = "t2m")
[Package kehra version 0.1 Index]