u2_calculation {BrazilMet}R Documentation

Wind speed at 2 meters high

Description

Wind speed at two meters high can be calculated with this function.

Usage

u2_calculation(uz, z)

Arguments

uz

measured wind speed at z meters above ground surface

z

height of measurement above ground surface.

Value

A data.frame with the wind speed at 2 meters high calculated.

Author(s)

Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha

Examples

## Not run: 
u2_df <- u2_calculation(uz, z)

## End(Not run)

[Package BrazilMet version 0.2.0 Index]