Fabian Neumann
Fabian Neumann
We'll continue discussions over at PyPSA-Eur once merged.
closed via 27d4af8e6574d8b39f1a442caa37d896ff1ae876 was indeed a bug related to the new ENTSO-E grid extract, required a few manual corrections
The elastic demand should not be done with iterative optimisation. Since PyPSA v0.24.0, you can model elastic demand with a quadratic marginal cost term (https://pypsa.readthedocs.io/en/latest/release_notes.html#pypsa-0-24-0-27th-june-2023) Here's how this can be...
You can via a fork.
closed via #822
I'd support such a feature. It'll not be too difficult. You only want to check for any components occurring in each of the two networks that all their attributes match,...
It's actually very similar to a deep copy "into an existing network". Sketch with no guarantee for completeness: ``` import pypsa # take and solve and example network n =...
The approach for creating pull requests sounds right. We look forward to your contribution! I don't think there's an example in the PyPSA documentation yet. But PyPSA-Eur has a reserve...
Confirmed bug. (Even when setting `down_time_before=1` as well).
Do you have a small example where you see numerical problems in the PTDF calculation, that could help us reproduce the behaviour? Regarding the PR: I think using the scipy...