lambdacapital_fun: Lambda Capital Function.

Description Usage Arguments Value

View source: R/lambdacapital_fun.R

Description

Calculates the frontal area of the streamlined canopy per ground area.

Usage

1
2
3
4
5
6
7
8
9
lambdacapital_fun(
  cr_width,
  cr_depth,
  spacing,
  uguess,
  n_drag,
  c_drag,
  drag_upper_limit
)

Arguments

cr_width

Width of the canopy in windless conditions (m).

cr_depth

Length of the canopy in windless conditions (m).

spacing

Mean distance between trees (m).

uguess

Critical wind speed at canopy top calculated with the roughness or single-tree method (m s-1).

n_drag

N parameter of the drag coefficient formula (dimensionless).

c_drag

C parameter of the drag coefficient formula (dimensionless).

drag_upper_limit

Maximum wind speed used during the experiments from which n_drag and c_drag were derived (m*s-1).

Value

lambdacapital, the frontal area of the streamlined crown under per ground area.


tom-locatelli/fgr documentation built on Oct. 2, 2020, 2:09 a.m.