Skip to content

Commit

Permalink
Add description in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Aug 5, 2024
1 parent 5351176 commit 5506685
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/reference/usage.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -316,3 +316,15 @@ column | type
time | DateTime
subgrid_id | Int32
subgrid_level | Float64

## Solver statistics - `solver_stats.arrow`

This result file contains statistics about the solver, which can give an insight into how well the solver is performing over time. `water_balance` refers to the right-hand-side function of the system of differential equations solved by the Ribasim core.

column | type
--------------------| -----
time | DateTime
water_balance_calls | Int
linear_solves | Int
accepted_timesteps | Int
rejected_timesteps | Int

0 comments on commit 5506685

Please sign in to comment.