calculateAerodynamicResistance: calculateAerodynamicResistance.

Description Usage Arguments Details Value References Examples

View source: R/calculateWeatherVariables.R

Description

calculateAerodynamicResistance function to calculate aerodynamic resistance for a given crop

Usage

1
calculateAerodynamicResistance(windSpeed, cropHeight)

Arguments

-

windspeed: In m/s measured at 2m - double

-

cropHeight: in m

Details

function to calculate aerodynamic resistance for a given crop takes crop height (m) and wind speed as inputs EQN 4 in FAO 56

zW height of wind measurements [m], zH height of humidity measurements [m], zero plane displacement height [m], zOM roughness length governing momentum transfer [m], zOH roughness length governing transfer of heat and vapour [m], k von Karman's constant, 0.41 [-], z wind speed at height z [m s-1].

Value

double

References

see aWhere API Documentation (insert HTTP address)

Examples

1
NEED TO INSERT

aWhereAPI/CalculateWeatherVars_aWhere documentation built on March 10, 2020, 12:03 a.m.