diff --git a/docs/dev/allocation.qmd b/docs/dev/allocation.qmd index da22c25fa..09b94bcc6 100644 --- a/docs/dev/allocation.qmd +++ b/docs/dev/allocation.qmd @@ -25,7 +25,7 @@ The [AllocationModel struct](https://deltares.github.io/Ribasim/dev/allocation.h When an instance of `AllocationModel` is created, a JuMP optimization model is defined and initialized in the instance. More details on how allocation interacts with `JuMP.jl` is explained [here](https://deltares.github.io/Ribasim/dev/allocation.html#jump.jl-problem-interaction). -After initialization, as the simulation starts, the allocation problem is solved and updated at every time step. +After initialization, as the simulation starts, the allocation problem is solved and updated after every allocation timestep (which is specified in the TOML). In each iteration, data needed for comuptation are updated. The parameters of the optimization problem are also updated. The optimization problem are solved and the data of the result are saved.