View source: R/read_met_wind.r
read_met_wind | R Documentation |
Read ARL packed meteorological data file winds
read_met_wind(path, yy, mm, dd, hh, lvl, wnd_warning = T)
path |
to ARL packed file |
yy |
desired record year |
mm |
desired record month of year |
dd |
desired record day of month |
hh |
desired record hour of day |
lvl |
desired record vertical level (0:nz) |
rasterStack with u and v rasterLayers projected into '+proj=longlat'
Ben Fasoli
Extracts the winds at given level from file. For the surface level (0), 10m u and v winds are reported.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.