powsybl / powsybl-open-rao

A toolbox based on powsybl framework dedicated to power systems coordinated capacity calculation and security analysis projects
Mozilla Public License 2.0
15 stars 6 forks source link

Improve 2nd preventive RAO behaviour on sensitivity failure #1057

Open pet-mit opened 3 months ago

pet-mit commented 3 months ago

Describe the current behavior

Before running 2nd preventive RAO, a first sensitivity computation using initial network and applied CRAs is executed. If any sensitivity computation fails, the RAO falls back to 1st preventive result (see https://github.com/powsybl/powsybl-open-rao/pull/994)

Describe the expected behavior

Act like 1st preventive: when there is sensitivity failure in initial sensi computation, compute an overcost but do conduct RAO.

Describe the motivation

Robustness

Extra Information

No response