canopy_wind_speed: Calculate Windspeed within canopy

View source: R/canopy_wind_speed.R

canopy_wind_speedR Documentation

Calculate Windspeed within canopy

Description

Calculate Windspeed within canopy

Usage

canopy_wind_speed(wind_speed, canopy_height = 3, fruit_height = 2, a = 0.4)

Arguments

wind_speed

Wind speed at 10 m height (m/s)

canopy_height

Height of canopy (m), default 3 m

fruit_height

Height of fruit (m), default 2 m

a

Constant that determines rates of attenuation within canopy, default is 0.4 for fruit trees

Value

Wind speed at fruit height in canopy (m/s)

Examples

canopy_wind_speed(1)


pruettm/agclimtools documentation built on Aug. 8, 2022, 10:21 a.m.