Python implementation of the Snobal model applied at either a point or over and image (iSnobal). This package conatains the C libraries of Snobal in a python wrapper for more flexibility and ease of interaction.
ipysnobal.py has functions for general interaction. More detailed and flexible functions can be found in the Automated Water Supply Model (AWSM).
For Linux systems when installing: export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
To install the development environment:
pipenv install --dev