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

MV grid generation results in multiple subgrids #402

Open
1 of 2 tasks
nesnoj opened this issue Jul 24, 2024 · 0 comments
Open
1 of 2 tasks

MV grid generation results in multiple subgrids #402

nesnoj opened this issue Jul 24, 2024 · 0 comments
Assignees
Labels

Comments

@nesnoj
Copy link
Member

nesnoj commented Jul 24, 2024

Error:

  • In 10 of the 3854 MV grids, e.g. in Berlin 32356, 32391 (eGon-data run 06.04.23) grids are not generated properly
  • Log:
  File ".../ding0/ding0/tools/pypsa_io.py", line 1591, in _check_integrity_of_pypsa
    raise ValueError("The graph has isolated nodes or edges")
ValueError: The graph has isolated nodes or edges

Observations:

  • Error results from MV grid with multiple graphs (PF cannot be run)
  • This happens when connecting MV stubs in fct mv_urban_connect() and 2 stubs (or even more?) share the same root node, see stub_dict["root"]
  • When the 1st stub is handled, a cable distributor / branch tee is created from the root node. When connecting the 2nd stub, it is not connected to this very cable distributor - instead, a new cable distributor is created and connected to itself (circle).
  • Example: MVGD 32356, 2 stubs with root node (osm_id) 390032673

image

Next steps

  • Quick fix: Delete smaller graph to at least get largest parts of the grid
  • Fix: Find out why stubs' root nodes are sometimes redundant
@nesnoj nesnoj added the bug label Jul 24, 2024
@nesnoj nesnoj self-assigned this Jul 24, 2024
nesnoj added a commit that referenced this issue Jul 24, 2024
@nesnoj nesnoj changed the title Grid generation results in multiple graphs MV grid generation results in multiple subgrids Jul 24, 2024
nesnoj added a commit that referenced this issue Jul 24, 2024
nesnoj added a commit that referenced this issue Jul 25, 2024
Also remove: 1) LV grid district from load areas LVGD list, 2) Graph from LV grid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant