Skip to content

Commit

Permalink
improved docs on EGS cost scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFrankenQ committed May 31, 2024
1 parent 732670a commit 4752840
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions scripts/prepare_sector_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 4752840

Please sign in to comment.