correctly name co2 submarine pipeline!

This commit is contained in:
Fabian Neumann 2021-07-09 14:36:13 +02:00
parent d58a7f86a4
commit 36fdde7887

View File

@ -403,7 +403,7 @@ def add_co2_network(n, costs):
co2_links = create_network_topology(n, "CO2 pipeline ")
cost_onshore = (1 - co2_links.underwater_fraction) * costs.at['CO2 pipeline', 'fixed'] * co2_links.length
cost_submarine = co2_links.underwater_fraction * costs.at['CO2 pipeline submarine', 'fixed'] * co2_links.length
cost_submarine = co2_links.underwater_fraction * costs.at['CO2 submarine pipeline', 'fixed'] * co2_links.length
capital_cost = cost_onshore + cost_submarine
n.madd("Link",