Welcome to Easy VIC Build (EVB)
Easy VIC Build (EVB) is a Python framework for building VIC model inputs, preprocessing hydrometeorological data, and supporting routing and calibration workflows.
Documentation Contents
- Installation
- Usage
- General Configuration (
general_info.py) - How This Usage Page Is Derived
- Workflow Overview
- Step-to-Source Links
- 1. Build Modeling Directory
- 2. Build Basin and Grids
- 3. Build DPC Objects
- 4. Build Domain
- 5. Build Parameters
- 6. Build Hydroanalysis
- 7. Build Meteorological Forcing
- 8. Build Global Parameter File
- 9. Build RVIC Parameters (Optional)
- 10. Calibration and Evaluation
- Script Entry Points
- See also
- General Configuration (
- API Reference
- Contributing
- License
- Contact
- Notes
- References
- Citation
Package Layout
Main package:
easy_vic_build: top-level build interfaces and runtime entry points.
Tool subpackages:
easy_vic_build.tools.calibrate_funceasy_vic_build.tools.dpc_funceasy_vic_build.tools.geo_funceasy_vic_build.tools.hydroanalysis_funceasy_vic_build.tools.mete_funceasy_vic_build.tools.nc_funceasy_vic_build.tools.nested_basin_funceasy_vic_build.tools.params_funceasy_vic_build.tools.plot_funceasy_vic_build.tools.routing_func
Note
This project is under active development.