1.1. Optical PropertiesΒΆ
ADELM derives the optical properties and geometric factors required by the
two-stream solver for Shortwave Radiation.
The main outputs are the single-scattering albedo
\(\omega_\Lambda\), the upscatter parameters
\(\beta_\Lambda^\mu\) (betad) and \(\beta_\Lambda^{\mathrm{d}}\) (betai), the
direct-beam extinction coefficient \(K_{\mathrm{dir}}\), the diffuse
optical-depth scale \(\bar{\mu}\), and the ground albedo
\(\alpha_{\mathrm{g},\Lambda}\).
See also
model.parameterization.optical_properties.calculate_optical_properties()
Notation
\(\Lambda \in \{\mathrm{vis}, \mathrm{nir}\}\) denotes spectral band
superscript \(\mu\) denotes direct-beam radiation, superscript \(\mathrm{d}\) denotes diffuse radiation
Coupling to other components
Snow Hydrology provides
snow_water_storage.Shortwave Radiation uses
canopy_single_scattering_albedo_{vis,nir},canopy_direct_beam_upscatter_parameter_{vis,nir},canopy_diffuse_upscatter_parameter_{vis,nir},canopy_direct_beam_extinction_coefficient,canopy_diffuse_optical_depth_scale, andground_{direct_beam,diffuse}_albedo_{vis,nir}.
1. Vegetation area index and element fractionsΒΆ
The vegetation area index is
where \(\mathrm{LAI}\) (lai) is leaf area index and
\(\mathrm{SAI}\) (stem_area_index) is stem area index.
The leaf and stem fractions used to weight optical properties are
where \(f_{\mathrm{leaf}}\) and \(f_{\mathrm{stem}}\) denote the leaf and stem fractions of \(\mathrm{VAI}\).
2. Single-scattering albedoΒΆ
The single-scattering albedo is
where \(\rho_\Lambda\) and \(\tau_\Lambda\) are canopy reflectance and transmittance in band \(\Lambda\). They are computed as leaf/stem-weighted means:
A larger \(\omega_\Lambda\) means that a greater fraction of intercepted radiation is redistributed by scattering, whereas a smaller \(\omega_\Lambda\) means that more is absorbed by vegetation. \(\rho_\Lambda\), \(\tau_\Lambda\), and \(\omega_\Lambda\) are clipped to \((0, 1)\) to ensure physical admissibility.
Symbol |
ADELM variables |
|---|---|
\(\omega_{\mathrm{vis}}\) |
|
\(\omega_{\mathrm{nir}}\) |
|
\(\rho_{\mathrm{vis}}^{\mathrm{leaf}}\) |
|
\(\rho_{\mathrm{vis}}^{\mathrm{stem}}\) |
|
\(\tau_{\mathrm{vis}}^{\mathrm{leaf}}\) |
|
\(\tau_{\mathrm{vis}}^{\mathrm{stem}}\) |
|
\(\rho_{\mathrm{nir}}^{\mathrm{leaf}}\) |
|
\(\rho_{\mathrm{nir}}^{\mathrm{stem}}\) |
|
\(\tau_{\mathrm{nir}}^{\mathrm{leaf}}\) |
|
\(\tau_{\mathrm{nir}}^{\mathrm{stem}}\) |
|
3. Two-stream geometryΒΆ
The Ross-Goudriaan coefficients are
where \(\chi\) (leaf_angle_dist_index) is the leaf-angle
distribution index, clamped to \([-0.4,\,0.6]\).
The mean projected vegetation area in the solar direction is
where \(\mu_s = \cos\theta_z\) (cosine_solar_zenith) is the cosine of the
solar zenith angle.
See also
model.utils.solar_geometry.compute_cosine_solar_zenith_series()
The direct-beam extinction coefficient per unit VAI is
and the diffuse optical-depth scale is
Physically, \(K_{\mathrm{dir}}\) sets how fast the direct beam is attenuated through the canopy; \(\bar{\mu}\) plays the equivalent role for diffuse streams. A more erectophile canopy (\(\chi < 0\)) presents less projected area to a high sun, giving lower \(K_{\mathrm{dir}}\).
The direct-beam upscatter parameter \(\beta_\Lambda^\mu\) (betad) is
where \(a_{s,\Lambda}\) is the single-scattering upward fraction for the direct beam:
The diffuse upscatter parameter \(\beta_\Lambda^{\mathrm{d}}\) (betai) is
The upscatter parameters \(\beta_\Lambda^\mu\) and \(\beta_\Lambda^{\mathrm{d}}\) describe what fraction of scattered radiation is redirected upward. The \((\rho_\Lambda - \tau_\Lambda)\) term reflects that leaves which reflect more than they transmit scatter more radiation upward. The \(((1+\chi)/2)^2\) factor modulates this with leaf angle: horizontal leaves (\(\chi > 0\)) intercept more diffuse radiation from above and scatter a larger fraction back upward. \(\beta_\Lambda^\mu\) and \(\beta_\Lambda^{\mathrm{d}}\) are clipped to \([0, 1]\).
Symbol |
ADELM variables |
|---|---|
\(\beta_{\mathrm{vis}}^\mu\) |
|
\(\beta_{\mathrm{nir}}^\mu\) |
|
\(\beta_{\mathrm{vis}}^{\mathrm{d}}\) |
|
\(\beta_{\mathrm{nir}}^{\mathrm{d}}\) |
|
4. Ground albedoΒΆ
The ground albedo is
where \(\alpha_{\Lambda}^{\mathrm{soil}}\) and \(\alpha_{\Lambda}^{\mathrm{snow}}\) are soil and snow albedo in band \(\Lambda\), and \(f_{\mathrm{snow}}\) is snow cover fraction.
Symbol |
ADELM variable |
|---|---|
\(\alpha_{\mathrm{vis}}^{\mathrm{soil}}\) |
|
\(\alpha_{\mathrm{nir}}^{\mathrm{soil}}\) |
|
\(\alpha_{\mathrm{vis}}^{\mathrm{snow}}\) |
|
\(\alpha_{\mathrm{nir}}^{\mathrm{snow}}\) |
|
The snow cover fraction is
where \(S_{\mathrm{snow}}\) (snow_water_storage) is snow water
storage and \(S_{\mathrm{snow},0}\) is snow_cover_scale.
Note
Direct-beam and diffuse ground albedos are set equal in ADELM, so \(\alpha_{\mathrm{g},\Lambda}^{\mu} = \alpha_{\mathrm{g},\Lambda}^{\mathrm{d}} = \alpha_{\mathrm{g},\Lambda}\).