Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.62 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.62 KB

TONIC

Build Status

tonic is a toolkit for working with distributed hydrologic models and their output.

This is truly a work in progress...

Models:

  1. Variable Infiltration Capacity (VIC) model
  2. Community Land Model (CLM)
  3. Unified Land Model (ULM)
  4. Precipitation Runoff Modeling System (PRMS)
  5. Noah Land Surface Model
  6. Structure for Unifying Multiple Modeling Alternatives (SUMMA)
  7. FLO-2D hydrodynamic floodplain model
  8. SNOW17 accumulation and ablation model

Scripts:

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.

Install:

Dependencies:

  • python 2.7 or greater
  • netCDF4
  • xray
  • matplotlib
  • basemap
  • pandas

To install tonic, run python setup.py install from this directory.

Questions? Find us on Join the chat at https://gitter.im/UW-Hydro/tonic.