Skip to content

Latest commit

 

History

History
executable file
·
19 lines (11 loc) · 579 Bytes

README.md

File metadata and controls

executable file
·
19 lines (11 loc) · 579 Bytes

Python Snobal

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).

Usage

For Linux systems when installing: export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

Development Installation

To install the development environment:

pipenv install --dev