.get_Rabs {tealeaves} | R Documentation |
R_abs: total absorbed radiation (W / m^2)
Description
R_abs: total absorbed radiation (W / m^2)
Usage
.get_Rabs(pars, unitless)
Arguments
pars |
Concatenated parameters ( |
unitless |
Logical. Should function use parameters with |
Details
The following treatment follows Okajima et al. (2012):
The incident longwave (aka thermal infrared) radiation is modeled from sky and air temperature where
is function of the air temperature and incoming solar shortwave radiation:
Symbol | R | Description | Units | Default |
| abs_s | absorbtivity of shortwave radiation (0.3 - 4 m) | none | 0.80 |
| abs_l | absorbtivity of longwave radiation (4 - 80 m) | none | 0.97 |
| r | reflectance for shortwave irradiance (albedo) | none | 0.2 |
| s | Stefan-Boltzmann constant | W / (m K ) | 5.67e-08 |
| S_sw | incident short-wave (solar) radiation flux density | W / m | 1000 |
| S_lw | incident long-wave radiation flux density | W / m | calculated |
| T_air | air temperature | K | 298.15 |
| T_sky | sky temperature | K | calculated |
Value
Value in W / m of class
units
References
Okajima Y, H Taneda, K Noguchi, I Terashima. 2012. Optimum leaf size predicted by a novel leaf energy balance model incorporating dependencies of photosynthesis on light and temperature. Ecological Research 27: 333-46.
Examples
library(tealeaves)
cs <- make_constants()
ep <- make_enviropar()
lp <- make_leafpar()
ep$T_sky <- ep$T_sky(ep)
tealeaves:::.get_Rabs(c(cs, ep, lp), FALSE)