From 4752840009e813e4d0a40d935c5f3a266bc3c740 Mon Sep 17 00:00:00 2001 From: LukasFrankenQ Date: Sat, 1 Jun 2024 00:32:44 +0100 Subject: [PATCH] improved docs on EGS cost scaling --- scripts/prepare_sector_network.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/scripts/prepare_sector_network.py b/scripts/prepare_sector_network.py index 99f9ae670..ab4096e2c 100644 --- a/scripts/prepare_sector_network.py +++ b/scripts/prepare_sector_network.py @@ -3743,11 +3743,17 @@ def add_enhanced_geothermal(n, egs_potentials, egs_overlap, costs): "'add_enhanced_geothermal' not implemented for multiple geothermal nodes." ) logger.info( - "EGS implemented with 2020 CAPEX from Aghahosseini et al 2021: 'From hot rock to...'." + "[EGS] implemented with 2020 CAPEX from Aghahosseini et al 2021: 'From hot rock to...'." ) logger.info( - "Recommended usage scales CAPEX to future cost expectations using config 'adjustments'." + "[EGS] Recommended usage scales CAPEX to future cost expectations using config 'adjustments'." ) + logger.info("[EGS] During this the relevant carriers are:") + logger.info("[EGS] drilling part -> 'geothermal heat'") + logger.info( + "[EGS] electricity generation part -> 'geothermal organic rankine cycle'" + ) + logger.info("[EGS] district heat distribution part -> 'geothermal district heat'") egs_config = snakemake.params["sector"]["enhanced_geothermal"] costs_config = snakemake.config["costs"]