u2_fcn: Wind speed at 2m height

Description Usage Arguments Value References

View source: R/wind_functions.R

Description

Calculates the wind speed at 2 m height given a wind speed at z m height based on Equation 47 in Allen et al. (1998).

Usage

1
u2_fcn(uz, z = 10)

Arguments

uz

wind speed at z m above ground surface (m/s)

z

height of measurement above ground surface (m). Default is 10m, a common height for wind speed measurements in meteorology.

Value

u2

wind speed at 2 m above ground surface (m/s)

References

Allen, R. G., Pereira, L. S., Raes, D., & Smith, M. (1998). Crop evapotranspiration: Guidelines for computing crop water requirements. Rome: FAO. Retrieved from http://www.fao.org/docrep/X0490E/x0490e00.htm.


WDNR-Water-Use/CSLSevap documentation built on April 9, 2021, 1:35 a.m.