gcanopy: Calculates conductance under turbulent convection within the...

View source: R/heat.R

gcanopyR Documentation

Calculates conductance under turbulent convection within the canopy

Description

Calculates conductance under turbulent convection within the canopy

Usage

gcanopy(
  uh,
  z1,
  z0,
  tc1,
  tc0,
  hgt,
  PAI = 3,
  cd = 0.2,
  iw = 0.5,
  phi_m = 1,
  pk = 101.3
)

Arguments

uh

wind speed at height of top of canopy (m/s) as returned by microclimc::windprofile()

z1

upper height to which conductance is wanted (m)

z0

lower height from which conductance is wanted (m)

tc1

temperature of upper layer (dec C) usually in previous timestep

tc0

temperature of lower layer (dec C) usually in previous timestep

hgt

height of canopy (m)

PAI

plant area index for mixing and attenuation coefficients

cd

drag coefficient

iw

relative turbulence intensity

phi_m

diabatic correction factor

pk

atmospheric pressure used for calculating moar density of air (kPA)

Value

conductance under tubulent convection within the canopy (mol/m^2/sec)


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