From 7a81f6bdddae35ce012cd280aaaadff6824c4484 Mon Sep 17 00:00:00 2001 From: Michael Lindner Date: Fri, 9 Aug 2024 11:00:02 +0200 Subject: [PATCH] finish rename of h2 retrofit --- workflow/scripts/modify_prenetwork.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/scripts/modify_prenetwork.py b/workflow/scripts/modify_prenetwork.py index 3443be04..fe01eb2f 100644 --- a/workflow/scripts/modify_prenetwork.py +++ b/workflow/scripts/modify_prenetwork.py @@ -773,8 +773,8 @@ def force_retrofit(n, params): return h2_plants = n.links.loc[gas_plants].copy() - h2_plants.carrier = h2_plants.carrier.str.replace("gas", "H2 retro") - h2_plants.index = h2_plants.index.str.replace("gas", "H2 retro") + h2_plants.carrier = h2_plants.carrier.str.replace("gas", "H2 retrofit") + h2_plants.index = h2_plants.index.str.replace("gas", "H2 retrofit") h2_plants.bus0 = h2_plants.bus1 + " H2" h2_plants.bus3 = "" h2_plants.efficiency -= params["efficiency_loss"]