From 997ff3c74f2674e05b3fcc319d9bd560428b69a1 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Thu, 26 Sep 2024 21:31:04 +0200 Subject: [PATCH] No time in ConcentrationState --- docs/reference/node/basin.qmd | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/reference/node/basin.qmd b/docs/reference/node/basin.qmd index 3aee60f78..1105684a0 100644 --- a/docs/reference/node/basin.qmd +++ b/docs/reference/node/basin.qmd @@ -399,18 +399,17 @@ column | type | unit | restriction node_id | Int32 | - | sorted time | DateTime | - | sorted per node_id substance | String | | can correspond to known Delwaq substances -drainage | Float64 | $\text{g}/\text{m}^3$ | (optional) -precipitation | Float64 | $\text{g}/\text{m}^3$ | (optional) +drainage | Float64 | $\text{g}/\text{m}^3$ | (optional) +precipitation | Float64 | $\text{g}/\text{m}^3$ | (optional) ## ConcentrationState {#sec-basin-conc-state} -This table defines the concentration(s) of (a) substance(s) in the basin at the start of the simulation. +This table defines the concentration(s) of (a) substance(s) in the Basin at the start of the simulation. column | type | unit | restriction -------------- | -------- | ------------------------ | ----------- node_id | Int32 | - | sorted -time | DateTime | - | sorted per node_id substance | String | - | can correspond to known Delwaq substances -concentration | Float64 | $\text{g}/\text{m}^3$ | +concentration | Float64 | $\text{g}/\text{m}^3$ | ## ConcentrationExternal This table is used for (external) concentrations, that can be used for Control lookups. @@ -420,7 +419,7 @@ column | type | unit | restriction node_id | Int32 | - | sorted time | DateTime | - | sorted per node_id substance | String | - | can correspond to known Delwaq substances -concentration | Float64 | $\text{g}/\text{m}^3$ | +concentration | Float64 | $\text{g}/\text{m}^3$ | # Equations