Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
@r0sv Did you figure it out? (We're working on improving our install instructions if that was the problem.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Sorry, maybe I'm wrong because I have little experience using SpineOpt.
After successfully implementing the example of a simple system and the example from the webinar, I tried to apply Ramping constraints.
https://spine-tools.github.io/SpineOpt.jl/latest/tutorial/ramping/
unit_capacity =100
start_up_limit = 0.1
initial_unit_flow=0
But the power plant is turned on at full load (100 MW) without a gradual increase in power (e.g. 10 MW).
In addition, the constraints "ramp_up_limit" or "rump_down_limit" are not executed at all. The simulation ends with an error.
I have upgraded spineopt. I'm using the latest templates (spineopt_template and basic_model_template). It did not help.
Please, help me to understand how to use ramping constraints.
Beta Was this translation helpful? Give feedback.
All reactions