KMarkert / LohmannRouting.jl

Implementation of the Lohmann streamflow routing model in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LohmannRouting.jl

Implementation of the Lohmann streamflow routing model in Julia

The purpose of this model is to take runoff and baseflow simulated by a gridded hydrology model and estimate streamflow at a given point along the stream network.

This is a work in progress but is planned to be developed into a full-fledged Julia package. Contributions are welcome! So if you have comments/suggestions or want to contribute code, please submit an issue or pull request.

Installation

LohmannRouting.jl is not currently a Julia registered package.

Currently only developer version is available. It can be installed using:

$ julia
julia> ]
(@v1.5) pkg> dev https://github.com/kmarkert/LohmannRouting.jl

References

About

Implementation of the Lohmann streamflow routing model in Julia

License:MIT License


Languages

Language:Julia 100.0%