Dag Lohmann, Greg O'Donnell, Keith Cherkauer
September 1997
This routine computes canopy interception of rainfall, evaporation of intercepted water, and transpiration.
Routines based on the original work by Xu Liang.
Variable |
Type |
Units |
Description |
|
atmos |
atmos_data_struct* |
N/A |
|
|
layer |
layer_data_struct* |
N/A |
|
|
veg_var |
veg_var_struct* |
N/A |
|
|
soil_con |
soil_con_struct |
N/A |
|
|
veg_class |
int |
N/A |
Vegetation class number, used to index vegetation library table |
|
evap_temp |
double |
C |
Evaporation temperature, either surface temperature for energy balance model, or air temperature for water balance model. |
|
month |
int |
N/A |
Current month |
|
global |
global_param_struct |
N/A |
|
|
mu |
double |
fraction |
Fraction of grid cell that receives precipitation |
|
ra |
double |
s/m |
Aerodynamic resistance |
Variable |
Type |
Units |
Description |
|
layer |
layer_data_struct* |
N/A |
|
|
veg_var |
veg_var_struct* |
N/A |
|
|
x |
double |
fraction |
Fraction of grid cell for which the distributed rainfall exceeds the holding capacity of the vegetation. Set to 1 for average rainfall. |
Page Last Modified on 2/8/98