Calculates snowpack accumulation at time steps, from a time series of precipitation values, freeze factor, and an initial snowpack value
1 | get_snowpack(ppt, freeze, p.0 = NULL)
|
ppt |
A vector of precipitation values. |
freeze |
A vector of freeze factor values, calculated from Tmean. Values are 0-1. |
p.0 |
(optional) Initial snowpack value. Default is 0. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.