Skip to content

USDA-ARS-NWRC/pysnobal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bf8b41c · Oct 1, 2020
Oct 10, 2016
Sep 29, 2020
Oct 10, 2016
Jan 9, 2016
Jan 13, 2020
Sep 29, 2020
Jan 13, 2020
Jun 27, 2018
Oct 18, 2017
Oct 10, 2016
Oct 10, 2016
Jan 13, 2020
Oct 10, 2016
Jan 13, 2020
Oct 1, 2020
Oct 1, 2020
Jan 13, 2020
Oct 10, 2016
Mar 5, 2020
Oct 10, 2016

Repository files navigation

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