The function provides the key features of the soil Moisture. 1- Compute the water amount of precipitation and snowmelt, for each level zone: i-on non-glaciated soils ii- on glaciated soils iii- on glaciers iv- NOT YET on bogs 2- compute the Z(t): Actual water volume present in the soil moisture zone (Skaugen et Onof, 2013)

do.soilMoisture(isoil, gisoil, bisoil = NULL, swgt, gwgt, snowfree, glacfrac)

Arguments

isoil
precipitation and/or snowmelt from the elevation zones, vector(level zone)
gisoil
glaciermelt from the elevation zones, vector(level zone)
bisoil
bog melt from the elevation zones, vector(level zone)
swgt
weights for input for each elevation zone
gwgt
weights for input for each elevation zone
snowfree
weights for input for each elevation zone
glacfrac
fraction of glaciers area

Examples

## Not run: ------------------------------------ # do.soilMoisture() ## ---------------------------------------------