Predicting the hydrologic response of the Columbia River system to climate change
The project repository is the central location for the models, documentation, and tools used for this project.
Detailed documentation on how each model is setup, calibrated, and run.
Subdirectories contain git submodules that point to each model:
- VIC: The Variable Infiltration Capacity Model
- ULM: The Unified Land Model
- PRMS: Precipitation Runoff Modeling System
- RVIC: Streamflow Routing Model
A directory of tests.
A directory of tools used for pre- and post-processing.
- Fork the BPA_304 repo: done by clicking on the
Fork
button in the upper right corner - Clone your fork:
git clone [email protected]:{username}/BPA_304.git
- Add UW-Hydro as the upstream remote:
git remote add upstream [email protected]:UW-Hydro/BPA_304.git
- Get submodules:
./setup.bash
- Get to work!
Bart Nijssen: nijssen at uw.edu