You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone! I noticed that some lines have s_max_pu values of 1 instead of 0.7. These are mostly TYNDP2020 lines and some lines whose names start with "P", see the output below.
If this is intentional, what is the reasoning behind this? I could not find anything in the documentation, and the default config file which I used specifies s_max_pu: 0.7 which should hold for all lines, as I understand it.
What I did
built the "default" PyPSA-Eur (on commit b328169) in different spatial resolutions using snakemake resources/networks/elec_s_{39,128,256,512,1024}.nc -call --configfile config/config.default.yaml
But it really makes no sense to put this there instead of a single place where s_max_pu is set for all lines. I think this should probably happen here:
Hi @grecht , you are right! I thought the line factor would be applied later for all lines but it already happens in base_network. I added your suggestion in PR #1323
Hi everyone! I noticed that some lines have
s_max_pu
values of 1 instead of 0.7. These are mostly TYNDP2020 lines and some lines whose names start with "P", see the output below.If this is intentional, what is the reasoning behind this? I could not find anything in the documentation, and the default config file which I used specifies
s_max_pu: 0.7
which should hold for all lines, as I understand it.What I did
snakemake resources/networks/elec_s_{39,128,256,512,1024}.nc -call --configfile config/config.default.yaml
The output:
The text was updated successfully, but these errors were encountered: