-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add geothermal-sourced central heat pumps #1359
Conversation
Validator ReportI am the Validator. Download all artifacts here. ❗ Run failed!Download 'logs' artifact to see more details.
Model Metrics Comparing |
for more information, see https://pre-commit.ci
…ds sink outlet temperature
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…s' into add-geothermal-sourced-heat-pumps
Note: unpack() doesn't work in snakemake output, so geothermal is specified explicitly as only heat source!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good and clean to me! I have only two formal remarks about the data documentation and the technology data version referenced in the config. I would agree to to keep it turned off, until a reasonable value is found for the upper bound. For the latter, one could maybe use the open data from the seenergies project.
Thanks for the review, @cpschau! I've fixed the docs and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look good! Small change requests.
for more information, see https://pre-commit.ci
…s' into add-geothermal-sourced-heat-pumps
Co-authored-by: Fabian Neumann <[email protected]>
Co-authored-by: Fabian Neumann <[email protected]>
for more information, see https://pre-commit.ci
…s' into add-geothermal-sourced-heat-pumps
This feature adds geothermal-sourced central heating based on utilisation potentials by Manz et al. and technology data from the DEA techn. catalogue.
Changes proposed in this Pull Request
-
retrieve_fraunhofer_heat_source_utilisation_potentials
: retrieve heat source potentials for those heat sources set inconfig
undersector:district_heating:fraunhofer_heat_utilisation_potentials
if the respective source is listed in theconfig
undersector:heat_pump_sources:urban_central
-
build_heat_source_potentials
: map utilisation potentials to onshore-regions and scale them by a) FLH and b) unit (input is TWh)build_cop_profiles
: a) COP for fixed-source temperature geothermal heat is computed as for air-sourced heat pumps, b) for all sources: COP is set to zero if source temperature exceeds forward temperaturebuild_direct_heat_source_utilisation_potentials
: generates profiles in the same format as COP profiles. 1, when (where) forward temperature above source temperature, 0 otherwise.prepare_sector_network
: If heat pump source is infraunhofer_heat_sources
, then add a generator. The corresponding heat pumps convert1 MWe
(electricity) +(COP - 1) MWth
(geothermal heat) toCOP MWth
usable central heat. Also add a direct-utilisation-link (using the aforementioned profiles) that converts the heat source to urban central heat 1-to-1.Notes
config
setting points to thetechnology-data
master, rather than the latest release. I'm not entirely sure how to resolve that.Checklist
envs/environment.yaml
.config/config.default.yaml
.doc/configtables/*.csv
.doc/data_sources.rst
.doc/release_notes.rst
is added.Testing
I've used the following config for testing:
with the following
scenarios.yaml
:Results for the
no-geothermal-365h
scenario seem like a reasonable baseline:In the
geothermal-365h
scenario, it becomes apparent that we need to use a high spatial resolution, since geothermal heat utilisation varies strongly going from 6 to 20 to 60 clusters (note that the order in the plot is 20, 6, 60):I've quickly checked this and we can see that, if for each region, the geothermal potential is capped by the heat demand (i.e. we take the max. of the two per region) and sum over regions, this number decreases with an increasing number of clusters:
Hence, I propose to turn this feature off by default (I'm just leaving this turned on for the CI but would change this before merging - so please do not merge (or turn off geothermal heat in the config).