no longer ignore 500 kV lines, type as 380 kV due to missing data
This commit is contained in:
parent
b94a797fed
commit
a89a9670e5
@ -85,7 +85,7 @@ co2_budget:
|
|||||||
|
|
||||||
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#electricity
|
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#electricity
|
||||||
electricity:
|
electricity:
|
||||||
voltages: [220., 300., 380., 750.]
|
voltages: [220., 300., 380., 500., 750.]
|
||||||
gaslimit: false
|
gaslimit: false
|
||||||
co2limit: 9.59e+7
|
co2limit: 9.59e+7
|
||||||
co2base: 1.918e+9
|
co2base: 1.918e+9
|
||||||
@ -234,6 +234,7 @@ lines:
|
|||||||
220.: "Al/St 240/40 2-bundle 220.0"
|
220.: "Al/St 240/40 2-bundle 220.0"
|
||||||
300.: "Al/St 240/40 3-bundle 300.0"
|
300.: "Al/St 240/40 3-bundle 300.0"
|
||||||
380.: "Al/St 240/40 4-bundle 380.0"
|
380.: "Al/St 240/40 4-bundle 380.0"
|
||||||
|
500.: "Al/St 240/40 4-bundle 380.0"
|
||||||
750.: "Al/St 560/50 4-bundle 750.0"
|
750.: "Al/St 560/50 4-bundle 750.0"
|
||||||
s_max_pu: 0.7
|
s_max_pu: 0.7
|
||||||
s_nom_max: .inf
|
s_nom_max: .inf
|
||||||
|
Loading…
Reference in New Issue
Block a user