Skip to content

Commit

Permalink
Update docs/dev/allocation.qmd
Browse files Browse the repository at this point in the history
Co-authored-by: Bart de Koning <[email protected]>
  • Loading branch information
Jingru923 and SouthEndMusic authored Jul 26, 2024
1 parent 1a72315 commit 7c0934a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/allocation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ When an instance of `AllocationModel` is created, a JuMP optimization model is d
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 after every allocation timestep (which is specified in the TOML).
In each iteration, data needed for comuptation are updated.
In each iteration, the data needed for comuptation is updated.
The parameters of the optimization problem are also updated.
The optimization problem are solved and the data of the result are saved.

Expand Down

0 comments on commit 7c0934a

Please sign in to comment.