improved docs on EGS cost scaling

This commit is contained in:
LukasFrankenQ 2024-06-01 00:32:44 +01:00
parent 732670adac
commit 4752840009

View File

@ -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"]