Skip to content

Commit

Permalink
Add coupling documentation. (#1481)
Browse files Browse the repository at this point in the history
Forgot to add this in #1137, currently the website can't find this page.
  • Loading branch information
evetion committed May 21, 2024
1 parent 1c9c845 commit fec38a2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/core/coupling.qmd
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.

0 comments on commit fec38a2

Please sign in to comment.