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: tests/src/test/resources/com/powsybl/openrao/tests/features/4_time_coupled/4_2_generator_constraints_json_1.feature
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -412,8 +412,9 @@ Feature: 4.2: Time-coupled generator constraints with MARMOT based on JSON time-
412
412
Then the preventive power of load "FFR1AA1 _load" at timestamp "2025-11-04 23:30" is 0.0 MW
413
413
414
414
Scenario: 4.2.4: Long lead and lag times and no gradient
415
-
The generator has a long lead time (6h), since the generator is initially OFF ie. if it had enough time to warm up to be turn on at 4:00.
416
-
For now, we assume that the answer is yes. We can set it at its optimal power at 4:00 even if the lead time is 6h.
415
+
The generator has a long lead time (6h) but it is initially OFF.
416
+
Meaning that we can't really know when it was last shut down so we don't know if it had enough time to warm up to be turned on at 4:00.
417
+
For now, we assume that the answer is yes: we can start it at 4:00 even if the lead time is 6h since it was initially OFF.
417
418
Given configuration file is "epic93/RaoParameters_minCost_megawatt_dc_0_shift.json"
418
419
Given time-coupled constraints are in file "epic93/time-coupled-constraints-with-long-lead-and-long-lag-times.json" and rao inputs are:
419
420
| Timestamp | Network | CRAC |
@@ -541,7 +542,7 @@ Feature: 4.2: Time-coupled generator constraints with MARMOT based on JSON time-
541
542
542
543
Scenario: 4.2.5: Small upward gradient < PMin and Pmin - downward gradient * 1h = PMax
543
544
We have a small upward gradient more precisely the gradient < PMin, meaning that if we took it into account between [0;PMin] we should
544
-
not be able to reach the PMin in just one timestamp. However, one of our convention dictate that the gradient only matter above PMin !
545
+
not be able to reach the PMin in just one timestamp. However, one of our convention dictates that the gradient only matter above PMin !
545
546
At start up the generator can reach up to PMin + gradient * delta_t.
546
547
Similarly, the generator can be shut down in one timestamp if P <= Pmin - downward gradient * delta_t which is the case in this test.
547
548
Given configuration file is "epic93/RaoParameters_minCost_megawatt_dc_0_shift.json"
@@ -812,7 +813,7 @@ Feature: 4.2: Time-coupled generator constraints with MARMOT based on JSON time-
812
813
In particular, the generator does not go through PMin during its startup and shutdown -> we should not force it as it is not optimal.
813
814
Since there is no gradient constraint, it should be able to reach optimal power after waiting for sufficient time (satisfying the lead and lag time constraints).
814
815
Given configuration file is "epic93/RaoParameters_minCost_megawatt_dc_0_shift_penalty_100.json"
815
-
Given time-coupled constraints are in file "epic93/empty-time-coupled-constraints.json" and rao inputs are:
816
+
Given time-coupled constraints are in file "epic93/time-coupled-constraints-with-lead-and-lag-times-4_2_7.json" and rao inputs are:
0 commit comments