From 5ab0108dac57b6bc4e223ccd353b8b82936dcd17 Mon Sep 17 00:00:00 2001 From: Willem van Verseveld Date: Wed, 4 Oct 2023 12:31:18 +0200 Subject: [PATCH] Fix docs: adding `inflow` to kinematic wave --- docs/src/changelog.md | 5 +++-- docs/src/model_docs/lateral/kinwave.md | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index d3cec561f..b1ca038af 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -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 diff --git a/docs/src/model_docs/lateral/kinwave.md b/docs/src/model_docs/lateral/kinwave.md index 7d56c58f3..3e7b92727 100644 --- a/docs/src/model_docs/lateral/kinwave.md +++ b/docs/src/model_docs/lateral/kinwave.md @@ -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`.