Skip to content

HydroTrend v.3.0 is a climate-driven hydrological water balance and transport model that simulates water discharge and sediment load at a river outlet.

License

Notifications You must be signed in to change notification settings

kettner/hydrotrend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

126 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

HydroTrend v.3.0 is a climate-driven hydrological water balance and transport model that simulates water discharge and sediment load at a river outlet.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •