You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/manual/optimization-variables.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The latter is the recommended approach.
9
9
!!! note
10
10
The majority of the variables in `EnergyModelsBase` are rate variables.
11
11
This imples that they are calculated for either an operational period duration of 1, when indexed over operational period ``t`` or a strategic period duration of 1, when indexed over strategic period ``t_\texttt{inv}``.
12
-
Typical units for rates are MW for energy streams, tonne/hour for mass streams, tonne/year for strategic emissions, and €/year for operational expenditures.
12
+
Typical units for rates are MW for energy streams, tonne/hour for mass streams, tonne/year for strategic emissions, and €/year for operating expenses.
13
13
In this example, the duration of an operational period of 1 corresponds to an hour, while the duration of a strategic period of 1 corresponds to a year.
14
14
15
15
Variables that are energy/mass based have that property highlighted in the documentation below.
@@ -27,9 +27,16 @@ The multiplication then leads to an energy/mass quantity in stead of an energy/m
27
27
The coupling of strategic and operational periods can be achieved through the function `scale_op_sp(t, t_inv)`.
28
28
This functions allows for considering the scaling of the operational periods within a strategic period.
29
29
30
+
!!! note "`TwoLevelTree` and variables"
31
+
All variables that are indexed over strategic periods do not take into consideration the branch probability.
32
+
This is, *e.g.*, the case for the strategic emission variables or the variable operating expenses that apply per scenario/branch.
33
+
The reason for this approach is to simplify the comparison of individual values between different branches without the need to consider the probability.
34
+
35
+
The branch probability is however taken into account when calculating the objective function.
0 commit comments