Skip to content

Commit

Permalink
technical availability constraint corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaHKazemi committed Apr 19, 2024
1 parent ff2f24b commit 045ae6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ Power output
:eq:`max_power_out_eq` The output is limited by the capacity of the conversion subprocess.

.. math:: Pout[cs,y,t] \leq Cap\_active[cs,y] * technical\_availability[cs] \quad \forall y\in Y,\forall t\in T, \forall cs\in CS
:label: re_availability_eq
:label: technical_availability_eq

:eq:`technical_availability_eq` The Generation of renewable energy is limited by the availability profile.
:eq:`technical_availability_eq` Energy generation is limited by the technical availability.

.. math:: Pout[cs,y,t] \leq Cap\_active[cs,y] * availability\_profile[cs,t] \quad \forall y\in Y,\forall t\in T, \forall cs\in CS \setminus SCS
:label: re_availability_eq
Expand Down

0 comments on commit 045ae6a

Please sign in to comment.