From 6507526d22299a27129e2a097eeb24a1e2f204c7 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Wed, 4 Aug 2021 10:36:16 +0200 Subject: [PATCH] add retrofitting costs from technology-data --- scripts/prepare_sector_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare_sector_network.py b/scripts/prepare_sector_network.py index 5223b658..bece8522 100644 --- a/scripts/prepare_sector_network.py +++ b/scripts/prepare_sector_network.py @@ -1053,7 +1053,7 @@ def add_storage(n, costs): p_nom_max=h2_pipes.pipe_capacity_MW * options["H2_retrofit_capacity_per_CH4"], p_nom_extendable=True, length=h2_pipes.length_km, - capital_cost=costs.at['H2 (g) pipeline','fixed'] * h2_pipes.length_km * 0.3, # TODO + capital_cost=costs.at['H2 (g) pipeline repurposed', 'fixed'] * h2_pipes.length_km, type=gas_pipes.num_parallel, tags=h2_pipes.id, carrier="H2 pipeline retrofitted",