fWindSpeedExtrapolation | R Documentation |
Hellmann-constant-based extrapolation of wind speed for higher altitudes
fWindSpeedExtrapolation(m, W10M, hellmann)
fWSE(m, W10M, hellmann)
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) |
a numeric vector of estimated wind speed (m/s) at the m
height (meters).
<https://en.wikipedia.org/wiki/Wind_gradient>
fHellmann
(fH
) for estimation of Hellmann exponent
h <- fH(5, 7)
fWSE(50, 5, h)
fWSE(100, 5, h)
fWSE(seq(50, 200, 50), 5, h)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.