fWindSpeedExtrapolation: Hellmann-constant-based extrapolation of wind speed for...

View source: R/wind_power.R

fWindSpeedExtrapolationR Documentation

Hellmann-constant-based extrapolation of wind speed for higher altitudes

Description

Hellmann-constant-based extrapolation of wind speed for higher altitudes

Usage

fWindSpeedExtrapolation(m, W10M, hellmann)

fWSE(m, W10M, hellmann)

Arguments

m

height (in meters) for which wind speed will be estimated;

W10M

wind speed at height of 10 meters (from MERRA2 database);

hellmann

Hellmann exponent (calculated with fHellmann function)

Value

a numeric vector of estimated wind speed (m/s) at the m height (meters).

References

<https://en.wikipedia.org/wiki/Wind_gradient>

See Also

fHellmann (fH) for estimation of Hellmann exponent

Examples

h <- fH(5, 7)
fWSE(50, 5, h)
fWSE(100, 5, h)
fWSE(seq(50, 200, 50), 5, h)

energyRt/merra2ools documentation built on May 2, 2024, 4:53 a.m.