Greg O'Donnell
September 9, 1997
This routine computes the surface energy balance for the full energy VIC model when there is no snow present on the ground.
Liang, X., D. P. Lettenmaier, E. F. Wood, and S. J. Burges, A Simple hydrologically Based Model of Land Surface Water and Energy Fluxes for GSMs, J. Geophys. Res., 99(D7), 14,415-14,428, 1994.
Variable |
Type |
Units |
Description |
|
rec |
int |
N/A |
Current record number |
|
iveg |
int |
N/A |
Current vegetation type |
|
nlayer |
int |
N/A |
Number of soil layers |
|
Nveg |
int |
N/A |
Total number of vegetation types in grid cell |
|
snow |
int |
N/A |
Flag for canopy_evap (TRUE = snow in canopy or snow on ground just melted, do not use canopy_evap, FALSE = use canopy_evap) |
|
ice |
double |
mm/mm |
Ice content of top layer |
|
moist |
double |
mm/mm |
Unfrozen moisture content of top layer |
|
dp |
double |
m |
Depth to thermal damping depth |
|
surf_atten |
double |
fraction |
Fractional attenuation of incoming radiation by vegetation cover |
|
T0 |
double |
C |
Current surface temperature |
|
T1 |
double * |
C |
Temperature at bottom of top layer |
|
aero_resist |
double |
s/m |
Aerodynamic resistance |
|
Le |
double |
J/kg |
Latent heat of vaporization |
|
mu |
double |
fraction |
Fraction of grid cell that receives precipitation |
|
x |
double * |
fraction |
Fraction of mu that receives precipitation greater than the inteception capacity of the vegetation |
|
atmos |
atmos_data_struct * |
N/A |
|
|
veg_var |
veg_var_struct * |
N/A |
|
|
energy |
energy_bal_struct * |
N/A |
|
|
gp |
global_param_struct |
N/A |
|
|
soil_con |
soil_con_struct |
N/A |
|
|
veg_class |
int |
N/A |
Vegetation type class number |
|
dmy |
dmy_struct |
N/A |
|
Variable |
Type |
Units |
Description |
|
surf_temp |
double |
C |
New surface temperature |
|
layer |
layer_data_struct * |
N/A |
|
|
energy |
energy_bal_struct * |
N/A |
|
Page Last Modified on 2/9/98