.get_Sr {tealeaves} | R Documentation |
S_r: longwave re-radiation (W / m^2)
Description
S_r: longwave re-radiation (W / m^2)
Usage
.get_Sr(T_leaf, pars)
Arguments
T_leaf |
Leaf temperature in Kelvin |
pars |
Concatenated parameters ( |
Details
The factor of 2 accounts for re-radiation from both leaf surfaces (Foster and Smith 1986).
Symbol | R | Description | Units | Default |
| abs_l | absorbtivity of longwave radiation (4 - 80 m) | none | 0.97 |
| T_air | air temperature | K | 298.15 |
| s | Stefan-Boltzmann constant | W / (m K ) | 5.67e-08 |
Note that leaf absorbtivity is the same value as leaf emissivity
Value
Value in W / m of class
units
References
Foster JR, Smith WK. 1986. Influence of stomatal distribution on transpiration in low-wind environments. Plant, Cell & Environment 9: 751-9.
Examples
library(tealeaves)
cs <- make_constants()
ep <- make_enviropar()
lp <- make_leafpar()
T_leaf <- set_units(298.15, K)
tealeaves:::.get_Sr(T_leaf, c(cs, ep, lp))
[Package tealeaves version 1.0.6 Index]