Merge branch 'complete-losses' of github.com:PyPSA/pypsa-eur into complete-losses
This commit is contained in:
commit
72e6c208ef
@ -3439,9 +3439,7 @@ def lossy_bidirectional_links(n, carrier, efficiencies={}):
|
|||||||
n.links.loc[carrier_i, "length"] / 1e3
|
n.links.loc[carrier_i, "length"] / 1e3
|
||||||
)
|
)
|
||||||
rev_links = (
|
rev_links = (
|
||||||
n.links.loc[carrier_i]
|
n.links.loc[carrier_i].copy().rename({"bus0": "bus1", "bus1": "bus0"}, axis=1)
|
||||||
.copy()
|
|
||||||
.rename({"bus0": "bus1", "bus1": "bus0"}, axis=1)
|
|
||||||
)
|
)
|
||||||
rev_links["length_original"] = rev_links["length"]
|
rev_links["length_original"] = rev_links["length"]
|
||||||
rev_links["capital_cost"] = 0
|
rev_links["capital_cost"] = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user