Skip to content

Commit

Permalink
warning for the stochastic_scenario_end duration
Browse files Browse the repository at this point in the history
  • Loading branch information
Tars Verschelde committed Oct 23, 2023
1 parent d6a5333 commit f80bbbb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/src/tutorial/stochastic_system.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,13 @@ When we run the model now, we will obtain values for all scenarios.
- connect the end scenario to each of the forecasts,
where the forecasts are considered as the parents
- set the weight of the end scenario to 1
- let the forecasts scenarios end after a duration of 4 hours
- let the forecasts scenarios end after a duration of 16 hours

![image](figs_stochastic/stochastic_system_dag_converge.png)

!!! warning
The *stochastic\_scenario\_end* parameter starts counting from the start of the simulation!
In the examples above, when the base scenario has a duration of 6h and the forecast scenarios have a duration of 16h,
the forecast scenarios will only be active for 10 hours between hour 6 and hour 16!

## Different stochastic structures

0 comments on commit f80bbbb

Please sign in to comment.