swe.jonas: Statistical SWE modeling depending on month and region

Description Usage Arguments Details Value References

View source: R/swe.jonas.R

Description

Snow Water Equivalent (SWE) is modeled statistically depending on snow depth, altitude, date and region in Switzerland.

Usage

1
swe.jonas(data,alt,region)

Arguments

data

A data.frame of daily observations with two columns named date and hs referring to day and snow depth at that day. The date column must be a character string with the format YYYY-MM-DD. The hs column must be snow depth values ≥ 0 in m.

alt

station elevation in meters

region

Integer number of the Swiss region where the station belongs to, according to Fig. 1 in the original reference. Must be one of 1,2,3,4,5,6,7.

Details

swe.jonas This model parametrizes bulk snow density using snow depth, season (i.e. month), site altitude and site location. The location is implemented by a density offset according to the region in Switzerland, where the station belongs to. Non computable values are returned as NA.

Value

A list with SWE values for each region in mm.

References

Jonas, T., Marty, C. and Magnusson, J. (2009) 'Estimating the snow water equivalent from snow depth measurements in the Swiss Alps', Journal of Hydrology, 378(1 - 2), pp. 161 - 167. doi: 10.1016/j.jhydrol.2009.09.021.


swemod documentation built on Nov. 11, 2019, 3 p.m.

Related to swe.jonas in swemod...