windprofile | R Documentation |
calculates wind speed at any given point above or below canopy from wind speed at reference height
windprofile(
ui,
zi,
zo,
a = 2,
PAI,
hgt,
psi_m = 0,
hgtg = 0.05 * hgt,
zm0 = 0.004
)
ui |
wind at reference height (m / s) |
zi |
height of wind measurement (m) |
zo |
height for which wind is required (m) |
a |
attenuation coefficient as returned by |
PAI |
plant area index (m / m) |
hgt |
height of canopy (m) |
psi_m |
diabatic correction factor as return by |
hgtg |
height of ground vegetation layer below canopy (m) |
zm0 |
roughness length (m) of vegetation layer below canopy as returned by |
wind speed (m /s) at height zo
zo<- c(0:200) / 100
uz <- windprofile(2, 2, zo, 2.3, 3, 2)
plot(zo ~ uz, type = "l", xlab = "wind speed", ylab = "height")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.