Metadata-Version: 2.3
Name: snowmaus
Version: 0.1.0.dev0
Summary: Simplistic snow and melt model
Keywords: snowmodel
Author-email: Jan Haacker <jan.haacker@boku.ac.at>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: numpy
Project-URL: Documentation, https://j-haacker.github.io/snowmaus
Project-URL: Issues, https://github.com/j-haacker/snowmaus/issues
Project-URL: Repository, https://github.com/j-haacker/snowmaus.git

# snowMAUS

snowMAUS is a simple model that calculates the amounts of snowfall and meltwater
production based on the precipitation and the minimum and maximum temperatures.
The model was introduced in Agricultural and Forest Meteorology Issue 150, 2010,
by M. Trnka and others: "Simple snow cover model for agrometeorological
applications". This repository offers a python implementation of the model.


## dependencies

This implementation uses NumPy.

