pointInspection: Get data from ECMWF ERA_Interim

Description Usage Arguments Details Value Examples

View source: R/pointInspection.R

Description

Get data from ECMWF ERA_Interim

Usage

1
2
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

1
# pointInspection(years = 1981:2014, points, var = "t2m")

kehraProject/kehra documentation built on May 20, 2019, 8:45 a.m.