Skip to content

Snow Water Equivalent Modeling with the delta.snow model and Empirical Regression Models

License

Notifications You must be signed in to change notification settings

haraldschellander/nixmass

Repository files navigation

nixmass

CRAN status CRAN downloads (https://img.shields.io/github/v/tag/haraldschellander/mevr) Coverage

R-package with functions for Snow Water Equivalent Modeling with the $\Delta\text{SNOW}$ Model and Empirical Regression Models.

Snow water equivalent is modeled with the process based $\Delta\text{SNOW}$ model and empirical regression models using relationships between density and diverse at-site parameters. The methods are described in Winkler et al. (2021), Guyennon et al. (2019), Pistocchi (2016), Jonas et al. (2009) and Sturm et al. (2010).

Note that there exists a very similar model which has many ideas in common with the $\Delta\text{SNOW}$ model.

Installation

The easiest way to get nixmass is to install it from CRAN

install.packages("nixmass")

Development version

To install the development version from GitHub

# install.packages("pak")
pak::pak("haraldschellander/nixmass")