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

[BUG] Grid reinforcement using only 10% criterion not correct #350

Open
birgits opened this issue Feb 10, 2023 · 1 comment
Open

[BUG] Grid reinforcement using only 10% criterion not correct #350

birgits opened this issue Feb 10, 2023 · 1 comment

Comments

@birgits
Copy link
Collaborator

birgits commented Feb 10, 2023

Describe the bug
The combined_analysis setting in the grid reinforcement is not correctly implemented, as it will solve voltage problems solely through LV grid expansion, which might in some cases not be sufficient. Also, as long as the n-1 security is not checked correctly (see #202), this will lead to underestimated grid expansion needs, as there could be high voltage drops in LV grids further upstream that are only detected in the fault case when they are served from the other side of the ring.
I would suggest to remove the combined analysis for now and maybe reimplement it once #202 is fixed.

@birgits birgits added the bug label Feb 10, 2023
@birgits birgits self-assigned this Feb 10, 2023
@birgits birgits changed the title [BUG] [BUG] Grid reinforcement using only 10% criterion not correct Feb 10, 2023
@birgits
Copy link
Collaborator Author

birgits commented May 16, 2024

Currently, a warning is raised when split_voltage_band is set to False, but it should still be fixed at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant