windadjust | R Documentation |
Function to apply height adjustment to wind speed, assuming a reference short grass surface
windadjust(ui, zi, zo)
zi |
height of input wind speed (m) |
zo |
height for which wind speed is required (m) |
u |
wind speed at height |
wind speed at height zo
(m/s)
zo<-c(20:100)/10 uo<-windadjust(1,2,zo) plot(zo~uo, type="l", xlab="Wind speed (m/s)", ylab="Height (m)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.