Initialize the information related to Soil Moisture

init.soilMoisture(method = NULL, path = NULL, waterSoil = NULL,
  waterGlaciatedSoil = NULL, waterGlaciers = NULL, Z = NULL,
  isoil = NULL, gisoil = NULL, bisoil = NULL, swgt = NULL,
  gwgt = NULL, snowfree = NULL, glacfrac = NULL)

Arguments

method
method for the initialization, "load", "source", "manual", "procecessed"
path
directory where to get the files, in used when method is "load" or "source"
waterSoil
amount of water in soil (in mm)
waterGlaciatedSoil
amount of water in glaciated soil (in mm)
waterGlaciers
amount of water in glaciers (in mm)
Z
waterVolume, input from rain, snow and glaciers (in mm)
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: ------------------------------------ # init.soilMoisture() ## ---------------------------------------------