diff --git a/scripts/prepare_sector_network.py b/scripts/prepare_sector_network.py index 33f9c4b6..b3fb0426 100644 --- a/scripts/prepare_sector_network.py +++ b/scripts/prepare_sector_network.py @@ -392,7 +392,8 @@ 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