Skip to content

UW-Hydro/tonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.