Learn R Programming

kehra (version 0.1)

pointInspection: 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

Value

time series variable

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).

Examples

Run this code
# pointInspection(years = 1981:2014, points, var = "t2m")

Run the code above in your browser using DataLab