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

dynamic line rating time series are 0 for lines under construction #799

Closed
fneum opened this issue Dec 8, 2023 · 1 comment
Closed

dynamic line rating time series are 0 for lines under construction #799

fneum opened this issue Dec 8, 2023 · 1 comment
Labels
Milestone

Comments

@fneum
Copy link
Member

fneum commented Dec 8, 2023

There are ~300 lines which are under construction (under_construction = True and num_parallel = 0), which leads to unwanted zeros in the DLR time series here:

line_factor = relevant_lines.eval("v_nom * n_bundle * num_parallel") / 1e3 # in mW

Is there a good way to deal with this?

@fneum fneum added the bug label Dec 8, 2023
@fneum fneum added this to the v0.11.0 milestone May 12, 2024
@fneum
Copy link
Member Author

fneum commented May 13, 2024

We should just avoid adding lines with num_parallel=0 ever as it causes many problems with power flow; see e.g. #444 #208.

Lines under construction should either be added with full capacity in the respective planning horizon when they are finished or if added as candidates, they should be links (i.e. no KVL association).

@fneum fneum closed this as completed May 13, 2024
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