era5.temp.rh.wind.extract: Temperature, RH, and Wind extraction

Description Usage Arguments Examples

Description

This function allows you to extract out just the Temperature, RH, and Wind from ERA5 data—can be used with map to do many points on a grid (but beware of too many files open)

Usage

1
era5.temp.rh.wind.extract(latitude, longitude, date.start, date.end)

Arguments

latitude

Latitude of point (it will find closest ERA5 grid point)

longitude

Longitude of point

date.start

Start of ERA5 data—NOT date of interest—date in file

date.end

As above

Examples

1
2
dry.2015 <- map2_dfr(grid.subset2$Var1, grid.subset2$Var2, era5.temp.rh.wind.extract, date.start = "2015-03-01", date.end="2015-05-31")
This is pulling out all temps, RH, and winds (converting to u/v wind) for each point in the grid from every night of interest.

benkraj/ERA5.helpers documentation built on May 16, 2019, 3:07 p.m.