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 a3d6351 commit 5e3fd52
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 @@ -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.
Expand Down

0 comments on commit 5e3fd52

Please sign in to comment.