tonic
is a toolkit for working with distributed hydrologic models and their output.
This is truly a work in progress...
- Variable Infiltration Capacity (VIC) model
- Community Land Model (CLM)
- Unified Land Model (ULM)
- Precipitation Runoff Modeling System (PRMS)
- Noah Land Surface Model
- Structure for Unifying Multiple Modeling Alternatives (SUMMA)
- FLO-2D hydrodynamic floodplain model
- SNOW17 accumulation and ablation model
tonic
currently has 1 script available for use on the command line.
vic_utils: a utility script that runs a number of VIC related processing tools. Once tonic
is installed, vic_utils
will be available in your path. Run vic_utils -h
for a description of the utilities available.
Dependencies:
- python 2.7 or greater
- netCDF4
- xray
- matplotlib
- basemap
- pandas
To install tonic
, run python setup.py install
from this directory.