Skip to content

Commit

Permalink
Update docs/reference/usage.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
visr authored Oct 10, 2024
1 parent 153428e commit d8876f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/usage.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The calculation and result stepsize need not be the same.
If you wish to save every calculation step, set `saveat = 0`.
If you wish to not save any intermediate steps, set `saveat = inf`.

The water balance error is a measure of the error in the consistency with which the core keeps track of the water resources per basin, for more details see [here](../concept/equations.qmd#the-water-balance-error).
The water balance error is a measure of the error in the consistency with which the core keeps track of the water resources per Basin, for more details see [here](/concept/equations.qmd#the-water-balance-error).
`water_balance_abstol` and `water_balance_reltol` give upper bounds on this error, above which an error is thrown.
A too large error generally indicates an error in the code or floating point truncation errors.

Expand Down

0 comments on commit d8876f6

Please sign in to comment.