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

Add percent change load action #3189

Merged
merged 30 commits into from
Nov 21, 2024
Merged

Add percent change load action #3189

merged 30 commits into from
Nov 21, 2024

Conversation

bc-rte
Copy link
Contributor

@bc-rte bc-rte commented Oct 23, 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)

Does this PR already have an issue describing the problem?

#3078

What kind of change does this PR introduce?

This PR adds a new action, and the corresponding network modification, that allows users to change a load without knowing existing values, by specifying a percent P0 change and its impact on Q0.

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

  • Yes
  • No

@bc-rte bc-rte requested a review from alicecaron October 23, 2024 13:48
@alicecaron alicecaron linked an issue Oct 24, 2024 that may be closed by this pull request
@bc-rte bc-rte force-pushed the add_pct_load_shedding_action branch 2 times, most recently from 3a96a6d to b0d19fd Compare October 28, 2024 09:03
@bc-rte bc-rte force-pushed the add_pct_load_shedding_action branch 3 times, most recently from 7139bdd to 287f78f Compare October 30, 2024 19:18
@olperr1
Copy link
Member

olperr1 commented Oct 31, 2024

For the documentation, I suggest the following change in docs/simulation/security/index.md:

- - Change the active and/or reactive power of a load
+ - Change the active and/or reactive power of a load (by setting the values, or defining changes in value or percentage)

bc-rte and others added 18 commits November 4, 2024 09:40
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Co-authored-by: Olivier Perrin <olivier.perrin@rte-france.com>
Signed-off-by: bc-rte <142609826+bc-rte@users.noreply.github.com>
Co-authored-by: Olivier Perrin <olivier.perrin@rte-france.com>
Signed-off-by: bc-rte <142609826+bc-rte@users.noreply.github.com>
Co-authored-by: Olivier Perrin <olivier.perrin@rte-france.com>
Signed-off-by: bc-rte <142609826+bc-rte@users.noreply.github.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
@bc-rte bc-rte force-pushed the add_pct_load_shedding_action branch from bba921d to 35b9004 Compare November 4, 2024 08:40
…ctionBuilder.java

Co-authored-by: Olivier Perrin <olivier.perrin@rte-france.com>
Signed-off-by: bc-rte <142609826+bc-rte@users.noreply.github.com>
bc-rte and others added 4 commits November 20, 2024 16:38
…LoadActionBuilderDeserializer.java

Co-authored-by: alicecaron <alicecaron94@gmail.com>
Signed-off-by: bc-rte <142609826+bc-rte@users.noreply.github.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
Signed-off-by: CHIQUET Benoit <benoit.chiquet@rte-france.com>
@bc-rte bc-rte force-pushed the add_pct_load_shedding_action branch from 3315671 to ab79f54 Compare November 20, 2024 15:44
@olperr1 olperr1 changed the title Add pct load shedding action Add percent change load action Nov 21, 2024
@olperr1 olperr1 merged commit b381318 into main Nov 21, 2024
7 checks passed
@olperr1 olperr1 deleted the add_pct_load_shedding_action branch November 21, 2024 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Actions API : LoadAction with % value
3 participants