init.soilMoisture: Initialize information related to Soil Moisture

Description Usage Arguments Examples

Description

Initialize the information related to ssoil Moisture

Usage

1
2
3
4
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", manual", "procecessed"

path

directory where to get the files

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

1
2
3
4
## Not run: 
init.soilMoisture()

## End(Not run)

nexModeling/dddSoilMoisture documentation built on May 23, 2019, 4:28 p.m.