From 4b1360c3f0946238a41de75a66582bc1c71a48e2 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Sun, 20 Feb 2022 15:59:51 +0100 Subject: [PATCH] do not aggregate rooftop and solar PV in plots --- scripts/plot_network.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/plot_network.py b/scripts/plot_network.py index 3a4859ce..e2409a99 100644 --- a/scripts/plot_network.py +++ b/scripts/plot_network.py @@ -26,8 +26,8 @@ def rename_techs_tyndp(tech): return "H2 storage" elif tech in ["OCGT", "CHP", "gas boiler", "H2 Fuel Cell"]: return "gas-to-power/heat" - elif "solar" in tech: - return "solar" + # elif "solar" in tech: + # return "solar" elif tech == "Fischer-Tropsch": return "power-to-liquid" elif "offshore wind" in tech: