wind_shear: Calculates Wind Shear

Description Usage Arguments Examples

View source: R/wind_shear.R

Description

wind_shear Creates raster from nc path

Usage

1
wind_shear(u, v, zlev, zlev_bottom, zlev_top, list = FALSE)

Arguments

u

Numeric; u component of wind

v

Numeric; v component of wind

zlev

Numeric; levels of each wind

zlev_bottom

Numeric; bottom levels to calculate wind shear, from zlev

zlev_top

Numeric; top levels to calculate wind shear, from zlev

list

Logical; Do you want a list of data.frames with all values?

Examples

1
2
3
4
## Not run: 
#dont run

## End(Not run)

ibarraespinosa/ratmos documentation built on Jan. 24, 2020, 6:11 p.m.