foursail2 {ccrtm} | R Documentation |
R implementation of the foursail2 model with 2 canopy layers.
Description
The foursail2 model is a two layer implementation of the foursail model described in Verhoef and Bach (2007). Layers are assumed identical in particle inclination and hotspot, but may differ in the relative density and types of particles (see foursail2b for a layer specific inclination angle). In comparison to foursail, the background (soil), can now be non-Lambertain, having it own 4-stream BDRF (not implemented here but may be input by the user). There are two types of particles, generalized to primary and secondary (originally termed "green" and "brown" particles). The realtive abundance of the secondary particle in the top canopy is regulated by the dissociation paramerter.The model 4SAIL2 combines with prospect, libery or procosine for the reflectance and transmittance of the particles, and with the the foursail or Hapke elements for the background reflectance. If run alone, these require direct inputs which could be measured leaf reflectance.
Usage
foursail2(rhoA, tauA, rhoB = NULL, tauB = NULL, bgr, rsobgr = NULL,
rdobgr = NULL, rsdbgr = NULL, rddbgr = NULL, param)
Arguments
rhoA |
primary particle reflectance from 400-2500nm (can be measured or modeled) |
tauA |
primary particle transmittance from 400-2500nm (can be measured or modeled) |
rhoB |
secondary particle reflectance from 400-2500nm (can be measured or modeled) |
tauB |
secondary particle reflectance from 400-2500nm (can be measured or modeled) |
bgr |
background reflectance. Usual input is soil reflectance spectra from 400-2500nm (can be measured or modeled) |
rsobgr |
: background bidirectional reflectance (rso) |
rdobgr |
: background directional hemispherical reflectance (rdo) |
rsdbgr |
: background hemispherical directional reflectance (rsd) |
rddbgr |
: background bi-hemispherical diffuse reflectance (rdd) |
param |
A named vector of 4SAIL2 parameter values (note: program ignores case):
|
Value
spectra matrixwith 4 reflectance factors and canopy transmission for wavelengths 400 to 2500nm:
[1] = bi-hemispherical reflectance (rddt). White-sky albedo: the reflectance of the canopy under diffuse illumination. The BRDF integrated over all viewing and illumination directions. Diffuse reflectance for diffuse incidence.
[2] = hemispherical directional reflectance (rsdt). Black-sky albedpo: reflectance of a surface under direct light without a diffuse component. It is the integral of the BRDF over all viewing directions. Diffuse reflectance for direct solar incidence.
[3] = directional hemispherical reflectance (rdot). Diffuse reflectance in the vieweing direction.
[4] = bi-directional reflectance (rsot). The ratio of reflected radiance in the viewing direction to the incoming radiant flux in the solar direction.
References
Verhoef, W., Bach, H. (2007). Coupled soil-leaf-canopy and atmosphere radiative transfer modeling to simulate hyperspectral multi-angular surface reflectance and TOA radiance data. Remote Sens. Environ. 109, 166-182.
Examples
## see ?foursail for lower-level implementations
fRTM(rho~prospect5+foursail2)