Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dot-get_Sr

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 (leaf_par, enviro_par, and constants)

Details

S_r = 2 σ α_l T_air ^ 4

The factor of 2 accounts for re-radiation from both leaf surfaces (Foster and Smith 1986).

Symbol R Description Units Default
α_l abs_l absorbtivity of longwave radiation (4 - 80 μm) none 0.97
T_air T_air air temperature K 298.15
σ s Stefan-Boltzmann constant W / (m^2 K^4) 5.67e-08

Note that leaf absorbtivity is the same value as leaf emissivity

Value

Value in W / m^2 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))

tealeaves

Solve for Leaf Temperature Using Energy Balance

v1.0.5
MIT + file LICENSE
Authors
Chris Muir [aut, cre] (<https://orcid.org/0000-0003-2555-3878>)
Initial release
2020-06-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.