Group phot_inputs
Calculate photolysis attenuation in canopy. More...
Public Attributes
| Type | Name |
|---|---|
| real(rk), intent(in) | angle |
| real(rk), intent(in) | area |
| real(rk), intent(in) | clu |
| real(rk), intent(in) | clumping |
| real(rk), intent(in) | cosine |
| real(rk), intent(in) | coszen |
| real(rk), dimension(:), intent(in) | fclai |
| real(rk), dimension(z), intent(in) | fractional |
| real(rk), intent(in) | index |
| real(rk), intent(in) | input |
| real(rk), intent(in) | lai |
| real(rk), intent(in) | leaf |
| real(rk), intent(in) | model |
| real(rk), intent(in) | of |
| real(rk), intent(in) | shapes |
| real(rk), intent(in) | solar |
| real(rk), intent(in) | the |
| real(rk), intent(in) | total |
| real(rk), intent(in) | zenith |
Detailed Description
This subroutine computes the photolysis correction factors within a forest canopy using the exponential attenuation model from Makar et al. (2017). The calculation accounts for: * Fractional cumulative leaf area index (FCLAI) profiles * Total leaf area index (LAI) * Clumping index to account for non-random leaf distribution * Solar zenith angle effects on light penetration
The photolysis correction factor represents the fraction of photolysis rates relative to above-canopy conditions at each height within the canopy.
Parameters:
FCLAIFractional cumulative LAI shapes of plant surface distribution (nondimensional)LAIModel input total Leaf Area Index (m²/m²)CLUModel input Clumping Index (nondimensional)COSZENModel input Cosine Solar Zenith Angle (nondimensional)RJCFPhotolysis correction factor (nondimensional)