-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#345 update nrts following 2319 OS (fix of sources criteria)
closes #345 Signed-off-by: Florentine Rosiere <florentine.rosiere@rte-france.com>
- Loading branch information
1 parent
93b5cf8
commit 54106f2
Showing
22 changed files
with
404 additions
and
375 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,52 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> | ||
<aggregatedResults xmlns="http://www.rte-france.com/dynawo"> | ||
<loadIncreaseResults loadLevel="100" status="CONVERGENCE"> | ||
<scenarioResults id="DisconnectLine" status="CRITERIA_NON_RESPECTED"> | ||
<criterionNonRespected id="total load power = 296.905MW > 200MW (criteria id: Risque protection)" time="100.000001"/> | ||
</scenarioResults> | ||
<scenarioResults id="DisconnectGroup" status="CRITERIA_NON_RESPECTED"> | ||
<criterionNonRespected id="total load power = 296.905MW > 200MW (criteria id: Risque protection)" time="100.000001"/> | ||
</scenarioResults> | ||
<loadIncreaseResults loadLevel="50" status="CONVERGENCE"> | ||
<scenarioResults id="DisconnectLine" status="CONVERGENCE"/> | ||
<scenarioResults id="DisconnectGroup" status="CONVERGENCE"/> | ||
<scenarioResults id="Fault" status="CRITERIA_NON_RESPECTED"> | ||
<criterionNonRespected id="total load power = 296.905MW > 200MW (criteria id: Risque protection)" time="100.000001"/> | ||
<criterionNonRespected id="total load power = 182.584MW > 100MW (criteria id: Risque protection)" time="109.999986"/> | ||
</scenarioResults> | ||
</loadIncreaseResults> | ||
<loadIncreaseResults loadLevel="50" status="CONVERGENCE"> | ||
<scenarioResults id="DisconnectLine" status="CONVERGENCE"/> | ||
<scenarioResults id="DisconnectGroup" status="CONVERGENCE"/> | ||
<scenarioResults id="Fault" status="CRITERIA_NON_RESPECTED"> | ||
<criterionNonRespected id="total load power = 345.328MW > 200MW (criteria id: Risque protection)" time="109.999986"/> | ||
<criterionNonRespected id="total load power = 182.584MW > 100MW (criteria id: Risque protection)" time="109.999986"/> | ||
</scenarioResults> | ||
</loadIncreaseResults> | ||
<loadIncreaseResults loadLevel="25" status="CONVERGENCE"> | ||
<scenarioResults id="DisconnectLine" status="CONVERGENCE"/> | ||
<scenarioResults id="DisconnectGroup" status="CONVERGENCE"/> | ||
<scenarioResults id="Fault" status="CRITERIA_NON_RESPECTED"> | ||
<criterionNonRespected id="total load power = 259.526MW > 200MW (criteria id: Risque protection)" time="109.999980"/> | ||
<criterionNonRespected id="total load power = 128.348MW > 100MW (criteria id: Risque protection)" time="109.999980"/> | ||
</scenarioResults> | ||
</loadIncreaseResults> | ||
<loadIncreaseResults loadLevel="13" status="CONVERGENCE"> | ||
<scenarioResults id="DisconnectLine" status="CONVERGENCE"/> | ||
<scenarioResults id="DisconnectGroup" status="CONVERGENCE"/> | ||
<scenarioResults id="Fault" status="CRITERIA_NON_RESPECTED"> | ||
<criterionNonRespected id="total load power = 214.966MW > 200MW (criteria id: Risque protection)" time="109.999979"/> | ||
<criterionNonRespected id="total load power = 101.132MW > 100MW (criteria id: Risque protection)" time="109.999979"/> | ||
</scenarioResults> | ||
</loadIncreaseResults> | ||
<loadIncreaseResults loadLevel="7" status="CONVERGENCE"> | ||
<scenarioResults id="DisconnectLine" status="CONVERGENCE"/> | ||
<scenarioResults id="DisconnectGroup" status="CONVERGENCE"/> | ||
<scenarioResults id="Fault" status="CRITERIA_NON_RESPECTED"> | ||
<criterionNonRespected id="total load power = 351.779MW > 200MW (criteria id: Risque protection)" time="110.057322"/> | ||
<criterionNonRespected id="total load power = 203.145MW > 100MW (criteria id: Risque protection)" time="110.057322"/> | ||
</scenarioResults> | ||
</loadIncreaseResults> | ||
<loadIncreaseResults loadLevel="4" status="CONVERGENCE"> | ||
<scenarioResults id="DisconnectLine" status="CONVERGENCE"/> | ||
<scenarioResults id="DisconnectGroup" status="CONVERGENCE"/> | ||
<scenarioResults id="Fault" status="CRITERIA_NON_RESPECTED"> | ||
<criterionNonRespected id="total load power = 312.12MW > 200MW (criteria id: Risque protection)" time="110.061418"/> | ||
<criterionNonRespected id="total load power = 175.168MW > 100MW (criteria id: Risque protection)" time="110.061418"/> | ||
</scenarioResults> | ||
</loadIncreaseResults> | ||
<loadIncreaseResults loadLevel="0" status="CONVERGENCE"> | ||
<scenarioResults id="DisconnectLine" status="CONVERGENCE"/> | ||
<scenarioResults id="DisconnectGroup" status="CONVERGENCE"/> | ||
<scenarioResults id="Fault" status="CRITERIA_NON_RESPECTED"> | ||
<criterionNonRespected id="total load power = 258.995MW > 200MW (criteria id: Risque protection)" time="110.061418"/> | ||
<criterionNonRespected id="total load power = 138.055MW > 100MW (criteria id: Risque protection)" time="110.061418"/> | ||
</scenarioResults> | ||
</loadIncreaseResults> | ||
</aggregatedResults> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,65 @@ | ||
2023-04-13 11:44:52 | INFO | ============================================================ | ||
2023-04-13 11:44:52 | INFO | Dynawo VERSION : 1.6.0 | ||
2023-04-13 11:44:52 | INFO | Dynawo REVISION: master-954c0ec | ||
2023-04-13 11:44:52 | INFO | Dynawo-algorithms VERSION : 1.6.0 | ||
2023-04-13 11:44:52 | INFO | Dynawo-algorithms REVISION: - | ||
2023-04-13 11:44:52 | INFO | ============================================================ | ||
2023-04-13 11:44:52 | INFO | starting variation 100% | ||
2023-04-13 11:44:52 | INFO | model MODEL_LOAD_VARIATION_AREA: stop time:40 current variation:0.5 | ||
2023-04-13 11:44:52 | INFO | load increase for variation 50% => CONVERGENCE | ||
2023-04-13 11:44:52 | INFO | load increase for variation 100% => CONVERGENCE | ||
2023-04-13 11:44:52 | INFO | scenario DisconnectLine-100 => CRITERIA_NON_RESPECTED | ||
2023-04-13 11:44:52 | INFO | scenario DisconnectGroup-100 => CRITERIA_NON_RESPECTED | ||
2023-04-13 11:44:52 | INFO | scenario Fault-100 => CRITERIA_NON_RESPECTED | ||
2023-04-13 11:44:52 | INFO | | ||
2023-04-13 11:44:52 | INFO | starting variation 50% | ||
2023-04-13 11:44:52 | INFO | using existing results for variation 50% | ||
2023-04-13 11:44:52 | INFO | scenario DisconnectLine-50 => CONVERGENCE | ||
2023-04-13 11:44:52 | INFO | scenario DisconnectGroup-50 => CONVERGENCE | ||
2023-04-13 11:44:52 | INFO | scenario Fault-50 => CRITERIA_NON_RESPECTED | ||
2023-04-13 11:44:52 | INFO | | ||
2023-04-13 11:44:52 | INFO | starting variation 25% | ||
2023-04-13 11:44:52 | INFO | model MODEL_LOAD_VARIATION_AREA: stop time:10 current variation:0 | ||
2023-04-13 11:44:53 | INFO | load increase for variation 0% => CONVERGENCE | ||
2023-04-13 11:44:53 | INFO | load increase for variation 25% => CONVERGENCE | ||
2023-04-13 11:44:53 | INFO | scenario DisconnectLine-25 => not simulated | ||
2023-04-13 11:44:53 | INFO | scenario DisconnectGroup-25 => not simulated | ||
2023-04-13 11:44:53 | INFO | scenario Fault-25 => CRITERIA_NON_RESPECTED | ||
2023-04-13 11:44:53 | INFO | | ||
2023-04-13 11:44:53 | INFO | starting variation 13% | ||
2023-04-13 11:44:53 | INFO | model MODEL_LOAD_VARIATION_AREA: stop time:17.8 current variation:0.13 | ||
2023-04-13 11:44:53 | INFO | load increase for variation 13% => CONVERGENCE | ||
2023-04-13 11:44:53 | INFO | load increase for variation 19% => CONVERGENCE | ||
2023-04-13 11:44:53 | INFO | scenario DisconnectLine-13 => not simulated | ||
2023-04-13 11:44:53 | INFO | scenario DisconnectGroup-13 => not simulated | ||
2023-04-13 11:44:53 | INFO | scenario Fault-13 => CRITERIA_NON_RESPECTED | ||
2023-04-13 11:44:53 | INFO | | ||
2023-04-13 11:44:53 | INFO | starting variation 7% | ||
2023-04-13 11:44:53 | INFO | model MODEL_LOAD_VARIATION_AREA: stop time:14.2 current variation:0.07 | ||
2023-04-13 11:44:53 | INFO | load increase for variation 7% => CONVERGENCE | ||
2023-04-13 11:44:53 | INFO | load increase for variation 10% => CONVERGENCE | ||
2023-04-13 11:44:53 | INFO | scenario DisconnectLine-7 => not simulated | ||
2023-04-13 11:44:53 | INFO | scenario DisconnectGroup-7 => not simulated | ||
2023-04-13 11:44:53 | INFO | scenario Fault-7 => CRITERIA_NON_RESPECTED | ||
2023-04-13 11:44:53 | INFO | | ||
2023-04-13 11:44:53 | INFO | starting variation 4% | ||
2023-04-13 11:44:53 | INFO | model MODEL_LOAD_VARIATION_AREA: stop time:12.4 current variation:0.04 | ||
2023-04-13 11:44:53 | INFO | load increase for variation 4% => CONVERGENCE | ||
2023-04-13 11:44:54 | INFO | scenario DisconnectLine-4 => not simulated | ||
2023-04-13 11:44:54 | INFO | scenario DisconnectGroup-4 => not simulated | ||
2023-04-13 11:44:54 | INFO | scenario Fault-4 => CRITERIA_NON_RESPECTED | ||
2023-04-13 11:44:54 | INFO | | ||
2023-04-13 11:44:54 | INFO | starting variation 0% | ||
2023-04-13 11:44:54 | INFO | using existing results for variation 0% | ||
2023-04-13 11:44:54 | INFO | scenario DisconnectLine => not simulated | ||
2023-04-13 11:44:54 | INFO | scenario DisconnectGroup => not simulated | ||
2023-04-13 11:44:54 | INFO | scenario DisconnectLine-0 => CONVERGENCE | ||
2023-04-13 11:44:54 | INFO | scenario DisconnectGroup-0 => CONVERGENCE | ||
2023-04-13 11:44:54 | INFO | scenario Fault-0 => CRITERIA_NON_RESPECTED | ||
2023-04-13 11:44:54 | INFO | ============================================================ | ||
2023-04-13 11:44:54 | INFO | maximal global variation is 0% | ||
2023-04-13 11:44:54 | INFO | Margin calculation finished in 2s | ||
2023-04-13 11:44:54 | INFO | ============================================================ | ||
2023-05-16 09:00:15 | INFO | ============================================================ | ||
2023-05-16 09:00:15 | INFO | Dynawo VERSION : 1.6.0 | ||
2023-05-16 09:00:15 | INFO | Dynawo REVISION: master-783db087bd | ||
2023-05-16 09:00:15 | INFO | Dynawo-algorithms VERSION : 1.6.0 | ||
2023-05-16 09:00:15 | INFO | Dynawo-algorithms REVISION: master-93b5cf8 | ||
2023-05-16 09:00:15 | INFO | ============================================================ | ||
2023-05-16 09:00:15 | INFO | starting variation 100% | ||
2023-05-16 09:00:15 | INFO | model MODEL_LOAD_VARIATION_AREA: stop time:40 current variation:0.5 | ||
2023-05-16 09:00:15 | INFO | load increase for variation 50% => CONVERGENCE | ||
2023-05-16 09:00:15 | INFO | load increase for variation 100% => CRITERIA_NON_RESPECTED | ||
2023-05-16 09:00:15 | INFO | starting variation 50% | ||
2023-05-16 09:00:15 | INFO | using existing results for variation 50% | ||
2023-05-16 09:00:16 | INFO | scenario DisconnectLine-50 => CONVERGENCE | ||
2023-05-16 09:00:16 | INFO | scenario DisconnectGroup-50 => CONVERGENCE | ||
2023-05-16 09:00:16 | INFO | scenario Fault-50 => CRITERIA_NON_RESPECTED | ||
2023-05-16 09:00:16 | INFO | | ||
2023-05-16 09:00:16 | INFO | starting variation 50% | ||
2023-05-16 09:00:16 | INFO | using existing results for variation 50% | ||
2023-05-16 09:00:16 | INFO | using existing results for scenarios with variation 50% | ||
2023-05-16 09:00:16 | INFO | scenario DisconnectLine-50 => not simulated | ||
2023-05-16 09:00:16 | INFO | scenario DisconnectGroup-50 => not simulated | ||
2023-05-16 09:00:16 | INFO | scenario Fault-50 => CRITERIA_NON_RESPECTED | ||
2023-05-16 09:00:16 | INFO | | ||
2023-05-16 09:00:16 | INFO | starting variation 25% | ||
2023-05-16 09:00:16 | INFO | model MODEL_LOAD_VARIATION_AREA: stop time:10 current variation:0 | ||
2023-05-16 09:00:16 | INFO | load increase for variation 0% => CONVERGENCE | ||
2023-05-16 09:00:16 | INFO | load increase for variation 25% => CONVERGENCE | ||
2023-05-16 09:00:16 | INFO | scenario DisconnectLine-25 => not simulated | ||
2023-05-16 09:00:16 | INFO | scenario DisconnectGroup-25 => not simulated | ||
2023-05-16 09:00:16 | INFO | scenario Fault-25 => CRITERIA_NON_RESPECTED | ||
2023-05-16 09:00:16 | INFO | | ||
2023-05-16 09:00:16 | INFO | starting variation 13% | ||
2023-05-16 09:00:17 | INFO | model MODEL_LOAD_VARIATION_AREA: stop time:17.8 current variation:0.13 | ||
2023-05-16 09:00:17 | INFO | load increase for variation 13% => CONVERGENCE | ||
2023-05-16 09:00:17 | INFO | load increase for variation 19% => CONVERGENCE | ||
2023-05-16 09:00:17 | INFO | scenario DisconnectLine-13 => not simulated | ||
2023-05-16 09:00:17 | INFO | scenario DisconnectGroup-13 => not simulated | ||
2023-05-16 09:00:17 | INFO | scenario Fault-13 => CRITERIA_NON_RESPECTED | ||
2023-05-16 09:00:17 | INFO | | ||
2023-05-16 09:00:17 | INFO | starting variation 7% | ||
2023-05-16 09:00:17 | INFO | model MODEL_LOAD_VARIATION_AREA: stop time:14.2 current variation:0.07 | ||
2023-05-16 09:00:17 | INFO | load increase for variation 7% => CONVERGENCE | ||
2023-05-16 09:00:17 | INFO | load increase for variation 10% => CONVERGENCE | ||
2023-05-16 09:00:17 | INFO | scenario DisconnectLine-7 => not simulated | ||
2023-05-16 09:00:17 | INFO | scenario DisconnectGroup-7 => not simulated | ||
2023-05-16 09:00:17 | INFO | scenario Fault-7 => CRITERIA_NON_RESPECTED | ||
2023-05-16 09:00:17 | INFO | | ||
2023-05-16 09:00:17 | INFO | starting variation 4% | ||
2023-05-16 09:00:17 | INFO | model MODEL_LOAD_VARIATION_AREA: stop time:12.4 current variation:0.04 | ||
2023-05-16 09:00:17 | INFO | load increase for variation 4% => CONVERGENCE | ||
2023-05-16 09:00:17 | INFO | scenario DisconnectLine-4 => not simulated | ||
2023-05-16 09:00:17 | INFO | scenario DisconnectGroup-4 => not simulated | ||
2023-05-16 09:00:17 | INFO | scenario Fault-4 => CRITERIA_NON_RESPECTED | ||
2023-05-16 09:00:17 | INFO | | ||
2023-05-16 09:00:17 | INFO | starting variation 0% | ||
2023-05-16 09:00:17 | INFO | using existing results for variation 0% | ||
2023-05-16 09:00:17 | INFO | scenario DisconnectLine => not simulated | ||
2023-05-16 09:00:17 | INFO | scenario DisconnectGroup => not simulated | ||
2023-05-16 09:00:18 | INFO | scenario DisconnectLine-0 => CONVERGENCE | ||
2023-05-16 09:00:18 | INFO | scenario DisconnectGroup-0 => CONVERGENCE | ||
2023-05-16 09:00:18 | INFO | scenario Fault-0 => CRITERIA_NON_RESPECTED | ||
2023-05-16 09:00:18 | INFO | ============================================================ | ||
2023-05-16 09:00:18 | INFO | maximal global variation is 0% | ||
2023-05-16 09:00:18 | INFO | Margin calculation finished in 3s | ||
2023-05-16 09:00:18 | INFO | ============================================================ |
Oops, something went wrong.