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

csdms-contrib/hydrotrend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Languages

  • C 81.3%
  • q 17.1%
  • CMake 0.9%
  • C++ 0.3%
  • Python 0.2%
  • Shell 0.1%
  • Dockerfile 0.1%