Skip to content

Commit

Permalink
add subgrid_levels.arrow to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingru923 committed Jun 4, 2024
1 parent 22195f7 commit 61dfd01
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/core/usage.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,16 @@ subnetwork_id | Int32
priority | Int32
flow_rate | Float64
collect_demands | Bool

## Subgrid levels - `subgrid_levels.arrow`

This table is made for the [IMod Coupler](https://deltares.github.io/iMOD-Documentation/coupler_ribamod_technical.html#ribasim).
For the basin that has sloping water level, the water level in the basin can be varying.
Take the varying water level of a basin as input, the level of the basin subgrind are calculated by a linear projection.
The output are used in the IMod Coupler.

column | type
---------------| -----
time | DateTime
subgrid_id | Int32
subgrid_level | Float64

0 comments on commit 61dfd01

Please sign in to comment.