Initialize the information related to snow

init.snow(method = NULL, path = NULL, isoil = NULL, gisoil = NULL,
  spd = NULL, wcd = NULL, sca = NULL, nsno = NULL, alfa = NULL,
  ny = NULL, snowfree = NULL)

Arguments

method
method for the initialization, "load", "source", "manual"
path
directory where to get the files, in used when method is "load" or "source"
isoil
precipitation and/or snowmelt from the elevation zones, vector(level zone)
gisoil
glaciermelt from the elevation zones, vector(level zone)
spd
Snow Water Equivalent in BV (NEED MORE EXPLANATION)
wcd
Free Water in BV (NEED MORE EXPLANATION)
sca
snow coverage (NEED MORE EXPLANATION)
nsno
number of event (NEED MORE EXPLANATION)
alfa
alfa parameter i nedbor gamma fordeling (NEED MORE EXPLANATION)
ny
ny parameter i nedbor gamma fordeling (NEED MORE EXPLANATION)
snowfree
percentage of snowfree area

Examples

## Not run: ------------------------------------ # init.snow() ## ---------------------------------------------