Skip to content
obergshavefun edited this page Jan 11, 2017 · 18 revisions

Welcome to the ICAP wiki!

Versions

Currently version 2.0 is in progress and is represented by the Github repository. Version 1.6 is available in binary form from https://github.com/obergshavefun/icap/blob/master/web/releases/ICAP-1.6.zip?raw=true

Examples

Tutorial data for version 1.6 is available from https://github.com/obergshavefun/icap/blob/master/web/releases/tutorial.zip?raw=true

Contained within the zip file is a PDF file that provides a detailed walk-through of the program. To run the program, simply open the example input file and press the run button.

In addition, an example conveyance analysis with comparison to HEC-RAS and hand calculations was performed. The report is available at https://github.com/obergshavefun/icap/blob/master/web/releases/ICAP_conveyance_analysis.pdf?raw=true

Building ICAP

Clone the Git repository

Download Boost

Download a binary distribution or build Boost (http://www.boost.org/). Place it in the icap/deps/boost directory (make sure that the contents of the Boost distribution are in that directory, not a subdirectory). Alternatively, if it is located elsewhere you can make hard link (Linux) or junction point (Windows) to the icap/deps/boost directory.

Clone this wiki locally