View source: R/NicheMapRcode.R
tleafS | R Documentation |
Rapid method for calculating steady-state leaf and air temperature at one height
tleafS(
tair,
tground,
relhum,
pk,
theta,
gtt,
gt0,
gha,
gv,
gL,
Rabs,
vegem,
soilb,
Psie,
Smax,
surfwet,
leafdens
)
tair |
air temperature at reference height (deg C) |
tground |
ground surface temperature (as returned by e.g. |
relhum |
relative humidity at reference height (percentage) |
pk |
atmospheric pressure (kPa) |
theta |
volumetric water content of upper most soil layer in current time step (m^3 / m^3)
as returned by e.g. |
gtt |
molar conductivity from leaf height to reference height as returned by |
gt0 |
molar conductivity from leaf height to ground as returned by |
gha |
boundary layer conductance of leaf as returned by |
gv |
combined boundary layer and stomatal conductance of leaf |
gL |
combined boundary layer and leaf-air conductance given by 1/(1/gha+1/(uz*ph)) |
Rabs |
radiation absorbed by leaf as returned by e.g. |
soilb |
Shape parameter for Campbell soil model (dimensionless, > 1) as returned by
|
Psie |
Soil matric potential (J / m^3) as returned by |
Smax |
Volumetric water content at saturation (m3 / m3) |
surfwet |
proportion of leaf surface acting as free water surface |
leafdens |
Total one sided leaf area per m^3 at desired height |
a list of the following:
tleaf
leaf temperature
tn
air temperature
rh
relative humidity
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.