Update prepare_sector_network.py
add logger info if CO2 network is added
This commit is contained in:
parent
960d857d0b
commit
7ed20aba7a
@ -393,6 +393,7 @@ def add_co2_tracking(n, options):
|
||||
|
||||
def add_co2_network(n, costs):
|
||||
|
||||
logger.info("Adding CO2 network.")
|
||||
co2_links = create_network_topology(n, "CO2 pipeline ")
|
||||
|
||||
cost_onshore = (1 - co2_links.underwater_fraction) * costs.at['CO2 pipeline', 'fixed'] * co2_links.length
|
||||
|
Loading…
Reference in New Issue
Block a user