ET from Canopy Interception¶
1. Overview¶
Interception is defined as the process whereby precipitation is retained on the leaves, branches, and stems of vegetation. This intercepted water evaporates directly without adding to the moisture storage in the soil.
The interception process is modelled as an interception storage, which must be filled before stem flow to the ground surface takes place. The size of the interception storage capacity, Imax, depends on the vegetation type and its stage of development, which is characterised by the leaf area index, LAI. Thus,
\(I_{max} = C_{int} \cdot LAI\)
where Cint is an interception coefficient [L] and LAI is leaf area index [-].
The coefficient Cint defines the interception storage capacity of the vegetation. A typical value is about 0.05 mm but a more exact value may be determined through calibration.
Note
The interception coefficient is a unit of length [mm] - not a rate. This means that the full amount is intercepted in every time step, if precipitation is available and the storage is not full. Thus, the total amount of intercepted water is time step dependent. For example, if you have a precipitation rate of 2 mm/hour over 12 hours, the total precipitation will be 24 mm. However, the total interception could range between 2 mm if the time step length is 12 hours to the full 24 mm, if the time step length is 1 hour, assuming that there is 2 mm of evapotranspiration per time step.
2. Evaporation from the Canopy¶
The evaporation from the canopy storage is equal to the reference evapotranspiration, if sufficient water has been intercepted on the leaves, that is
\(E_{can} = min(I_{max}, ET_{ref} \Delta t\))
where Ecan is the canopy evaporation [LT-1], ETref is the reference evapotranspiration rate [LT-1] and \(\Delta t\) is the time step length for the simulation.
Note
The amount of evaporation from the canopy is time dependent, since the interception on the canopy is calculated for every time step. So, if you half the time step, then the total amount of water stored in the canopy will double. The total amount of water stored in the canopy in temperate climates is gen- erally small compared to the precipitation. However, semi-arid climates, this may impact your water balance.