windadjust: Apply height adjustment to wind speed

View source: R/simplemodel.R

windadjustR Documentation

Apply height adjustment to wind speed

Description

Function to apply height adjustment to wind speed, assuming a reference short grass surface

Usage

windadjust(ui, zi, zo)

Arguments

zi

height of input wind speed (m)

zo

height for which wind speed is required (m)

u

wind speed at height zi (m/s)

Value

wind speed at height zo (m/s)

Examples

zo<-c(20:100)/10
uo<-windadjust(1,2,zo)
plot(zo~uo, type="l", xlab="Wind speed (m/s)", ylab="Height (m)")

ilyamaclean/microctools documentation built on Jan. 25, 2023, 5:29 a.m.