-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: "Coupling" | ||
--- | ||
|
||
# Coupling | ||
|
||
## iMOD | ||
|
||
Ribasim can also be (online) coupled to other kernels with the help of iMOD Coupler. The corresponding documentation can be found within the [iMOD Suite Documentation](https://deltares.github.io/iMOD-Documentation/coupler.html). | ||
|
||
## Water quality | ||
|
||
Ribasim can be offline coupled to Delwaq, the Deltares Water Quality model. Note that this functionality is still in active development. | ||
|
||
```{mermaid} | ||
flowchart LR | ||
Ribasim --> Delwaq | ||
``` | ||
|
||
### Setup | ||
|
||
Delwaq can calculate the concentration of substances in Ribasim Basin nodes over time, based on initial concentrations in basins, and of boundary flows. Ribasim exposes the [Basin / concentration](usage.qmd#sec-basin-conc), [Basin / concentrationstate](usage.qmd#sec-basin-conc-state), [FlowBoundary / concentration](usage.qmd#sec-flow-boundary-conc), and [LevelBoundary / concentration](usage.qmd#sec-level-boundary-conc) tables to setup these substances and concentrations. | ||
|
||
When a Ribasim model has been run with the above tables, one can use the utilities in the `coupling/delwaq` folder to generate the input required for Delwaq to run, as well as to parse the output from Delwaq into a Ribasim compatible format. For more information see the `README.md` in the same folder. |