Skip to content

Commit

Permalink
Fix docs: adding inflow to kinematic wave
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-w committed Oct 4, 2023
1 parent 9b66942 commit 5ab0108
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]

### Fixed
- Documentation: add leakage term to the wflow\_sbm figure and document external input
parameter `ksathorfrac`.
- Documentation: add leakage term to the wflow\_sbm figure, document external input
parameter `ksathorfrac` and fix description of adding external `inflow` to the kinematic
wave.

## v0.7.2 - 2023-09-27

Expand Down
4 changes: 2 additions & 2 deletions docs/src/model_docs/lateral/kinwave.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ through a simple explicit scheme. In summary the following limitations apply:

## External inflows
External inflows, for example water supply or abstractions, can be added to the kinematic
wave via the `inflow` variable. For this, the user can supply a 2D map of the inflow which
can be static or dynamic (changing every timestep or cyclic is possible). These inflow are
wave via the `inflow` variable. For this, the user can supply a 2D map of the inflow, as a
cyclic parameter or as part of forcing (see also [Input section](@ref)). These inflows are
added or abstracted from the upstream inflow `qin` before running the kinematic wave to
solve the impact on resulting `q`. In case of a negative inflow (abstractions), a minimum of
zero is applied to the upstream flow `qin`.
Expand Down

0 comments on commit 5ab0108

Please sign in to comment.