Computes the evapotranspiration. So far as a function of the snow coverage and the temperature. Both the snow coverage and the temperature are distributed over several level zones.

stateX(htemp, sca)

Arguments

htemp
temperature for each level zone
sca
snow coverage for each level zone

Value

The output is a list with the evapotranspiraion (eatemp) as a value.

Examples

## Not run: ------------------------------------ # stateX() ## ---------------------------------------------