Initialize the information related to snow

init.snowReservoir(method = NULL, path = NULL, snomag = NULL,
  swe_h = NULL, middelsca = NULL, snofritt = 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"
snomag
snow mag, NEED MORE EXPLANATION
swe_h
swe_h, NEED MORE EXPLANATION
middelsca
averaged sca
snofritt
snowfree, NEED MORE EXPLANATION

Examples

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