Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 998 Bytes

README.md

File metadata and controls

46 lines (34 loc) · 998 Bytes

Hydrotrend

You can find the official version of HydroTrend source code here: https://github.com/kettern/hydrotrend

Install a pre-built version of HydroTrend

To install a pre-built version of this package with conda run:

$ conda install hydrotrend -c conda-forge

This will grab the latest version of HydroTrend from the conda-forge and install it into your current environment.

Build and install from source

To build and install from source:

$ mkdir _build && cd _build
$ cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_BUILD_TYPE=Release
$ make all -j4
$ make install

Run HydroTrend

Once HydroTrend is installed, use the --help option to get a brief overview of how to run it,

$ hydrotrend --help

To run the test example (using this repository),

$ cd data/input
$ hydrotrend --in-dir=. --out-dir=. --prefix=HYDRO