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

Implement n-1 security #423

Draft
wants to merge 12 commits into
base: dev
Choose a base branch
from
Draft

Implement n-1 security #423

wants to merge 12 commits into from

Conversation

birgits
Copy link
Collaborator

@birgits birgits commented Sep 13, 2024

Description

In #202 I raised the issue, that we currently don't check n-1 security. On this branch I started an implementation to fix this. However, I didn't have time to finish it.
The idea is, to first run the normal grid expansion without n-1. In a second reinforcement step, n-1 is checked. Therefore, the residual load per MV feeder is determined and feed-in and load in all time steps, where the residual load in the feeder is negative, would be set to zero, so that only load cases (with a positive residual load) are reinforced in the second step, with lower allowed load factors (these are specified in the config files).

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • New and adjusted code is formatted using the pre-commit hooks
  • New and adjusted code includes type hinting now
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • The Read the Docs documentation is compiling correctly
  • If new packages are needed, I added them the setup.py, and if needed the rtd_requirements.txt, the eDisGo_env.yml and the eDisGo_env_dev.yml.
  • I have added new features to the corresponding whatsnew file

@birgits birgits mentioned this pull request Sep 13, 2024
3 tasks
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

Successfully merging this pull request may close these issues.

1 participant