Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angle Monitoring with Scalable #993

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Angle Monitoring with Scalable #993

wants to merge 4 commits into from

Conversation

pet-mit
Copy link
Collaborator

@pet-mit pet-mit commented Apr 30, 2024

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce?

Feature

What is the current behavior?

Angle Monitoring uses CIM GLSK document to re-dipatch lost generation after stopping generators.

What is the new behavior (if this is a feature change)?
Now it should be able to use Scalable which is more generic.
Unfortunately, Scalable cannot be filtered like CimGLSKDocument: we need to exclude from the scaling generators that were stopped by the angle monitoring module when redispatching their production.
This requires the next release of powsybl that will add in scaling parameters a set of injections to ignore.
And also closes issue here: #890

Does this PR introduce a breaking change or deprecate an API?

  • Yes
  • No

What changes might users need to make in their application due to this PR? (migration steps)
AngleMonitoring API using CimGlskDocument is deprecated.
The users should convert the CimGlskDocument to a Scalable, using the Instant, and use the new API.

new AngleMonitoring(crac, network, raoResult, cimGlskDocument.getZonalScalable(inputNetwork, Instant.from(glskOffsetDateTime))

Signed-off-by: Peter Mitri <peter.mitri@rte-france.com>
@pet-mit pet-mit added cleaning This issue or pull request only concerns improving the overall state of the code feature New feature or request PR : pending-for-dependency-release This PR can't be merged until one dependency is updated labels Apr 30, 2024
Philippe Edwards added 3 commits May 24, 2024 15:26
Signed-off-by: Philippe Edwards <philippe.edwards@rte-france.com>
…_scalable

Signed-off-by: Philippe Edwards <philippe.edwards@rte-france.com>
Signed-off-by: Philippe Edwards <philippe.edwards@rte-france.com>
@bqth29 bqth29 linked an issue May 29, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleaning This issue or pull request only concerns improving the overall state of the code feature New feature or request PR : pending-for-dependency-release This PR can't be merged until one dependency is updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update GLSK handling for AngleMonitoring
1 participant