Dag Lohmann, Greg O'Donnell, Keith Cherkauer
September 1997
This routine computes canopy 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 |
|
|
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 |
|
ra |
double |
s/m |
Aerodynamic resistance |
|
ppt |
double |
mm |
Precipitation |
|
f |
double |
N/A |
|
|
dt |
double |
hr |
Model time step |
|
Wdew |
double |
mm |
Intercepted water storage |
|
throughfall |
double * |
mm |
Rainfall that passes through the canopy |
Variable |
Type |
Units |
Description |
|
throughfall |
double * |
mm |
Rainfall that passes through the canopy |
|
layerevap |
double * |
mm |
Transpiration from soil layers |
Page Last Modified on 2/8/98