From 31b1ffb8d678025f0ee2be0f793f3accd35fc196 Mon Sep 17 00:00:00 2001 From: LukasFrankenQ Date: Fri, 17 Nov 2023 11:42:11 +0000 Subject: [PATCH] adjusted egs storage parameters --- scripts/prepare_sector_network.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/prepare_sector_network.py b/scripts/prepare_sector_network.py index eb37130f..654722f8 100644 --- a/scripts/prepare_sector_network.py +++ b/scripts/prepare_sector_network.py @@ -3480,14 +3480,13 @@ def add_enhanced_geothermal( ] boost = snakemake.params.sector["enhanced_geothermal_reservoir_max_boost"] - max_hours = max_hours * boost n.add( "StorageUnit", bus + " geothermal reservoir", bus=f"{bus} geothermal heat surface", carrier="geothermal heat", p_nom_extendable=True, - p_min_pu=-1.0 - boost, + p_min_pu=-boost, max_hours=max_hours, )