Skip to content

Commit

Permalink
Fix typo in the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
datejada committed Nov 3, 2023
1 parent e02a0b9 commit 62bcdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorial/ramping.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ When you're ready, save/commit all changes to the database.

The image above shows the electricity flow results for both power plants. As expected, the *power\_plant\_a* (i.e., the cheapest unit) output is limited to its ramp up and down limits, therefore it can't follow the demand changes as before. Therefore, the *power\_plant\_b* (i.e., the more expensive unit) must produce to cover the demand that plant 'a' can't due to its ramping limitations. As shown here, the ramping limits might lead to a higher costs in power systems.

*But...something is more here...Can you tell what?* :anguished:
*But...there is something more here...Can you tell what?* :anguished:

It is important to note that the optimal solution we have calculated assumes that the unit 'a' was already producing electricity before the *model\_start* parameter. This is because we have not defined an initial condition for the flow of the unit. Therefore, the flow at the first hour is the most cost-effective solution under this assumption. However, what if we changed this assumption and assumed that the unit had not produced any flow before the *model\_start* parameter? If you are curious to know the answer, join me in the next section.

Expand Down

0 comments on commit 62bcdc0

Please sign in to comment.