correctly name co2 submarine pipeline!
This commit is contained in:
parent
d58a7f86a4
commit
36fdde7887
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user