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

Compute generator remaining margin depending on change direction #1183

Open
vmouradian opened this issue Feb 7, 2025 · 0 comments
Open

Compute generator remaining margin depending on change direction #1183

vmouradian opened this issue Feb 7, 2025 · 0 comments
Assignees

Comments

@vmouradian
Copy link
Member

Describe the current behavior

In active power distribution, when compution participation factor of a generator with PROPORTIONAL_TO_GENERATION_REMAINING_MARGIN. The participation factor is proportional to max(0, maxP - targetP), even if the distribution should reduce targetP.

Describe the expected behavior

Use max(0, maxP - targetP) if the mismatch to distribute is positive, and max(0, targetP - minP) if mismatch is negative.

Describe the motivation

Customer request. (+ is more consistent)

Extra Information

No response

@vmouradian vmouradian self-assigned this Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant