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 converters as links and enable DC lines #385

Closed
davide-f opened this issue Jun 16, 2022 · 2 comments · Fixed by #392
Closed

Add converters as links and enable DC lines #385

davide-f opened this issue Jun 16, 2022 · 2 comments · Fixed by #392
Milestone

Comments

@davide-f
Copy link
Member

Describe the feature you'd like to see

HVDC lines and converters are not properly modelled yet. PR #348 will focus on the topology side to make sure that we are able to properly identify DC lines and have a complete network, yet all lines,buses and (fake-)converters will be treated as AC lines.
This issue shall focus on moving beyond that and model converters as links and HVDC lines as dc lines.

Note: In PyPSA-Eur DC lines are also modelled as links, though it may be better to model them as dc lines if it will be possible. With respect to the application to Africa, given the current status of the lines, no differences should occur.

@davide-f davide-f added this to the Version 0.1 milestone Jun 16, 2022
@davide-f
Copy link
Member Author

As also discussed with @fneum , treating DC lines as "Line" PyPSA component, instead of a "Link" is feasible and would need limited changes with respect to the pypsa-eur implementation.
So when this issue will be addressed, the goal is:

  • Enable converters modelled as "Link" PyPSA components. PyPSA-Eur will be the major example to take inspiration from
  • DC lines shall be kept stored in the lines.csv, but with "dc" flag being true
  • DC lines will be modelled as DC lines, instead of links, as done in PyPSA-Eur

PyPSA-Eur will serve as a good basis, yet debugging is needed

@davide-f
Copy link
Member Author

The recommendation to address this is to work step by step and revise in order:

  • clean_osm_network
  • build_osm_network
  • base_network

In these, we should make sure to have the converters input/output file, alike the other components.

In clean_osm_network, the focus should be in revising the get_converters function and create as output a dataframe having the structure that adheres with the type "Link" of PyPSA.

In build_osm_network the focus shall be into adapting the new converter approach and make sure the matching works fine and the network is complete.

In base_network, finally the converters shall be added as "Link" component.

In the scripts, the fix of setting everything as AC shall drop in the end, if possible.

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 a pull request may close this issue.

1 participant