Skip to content
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

Missing rural heat supply #388

Open
ClaraBuettner opened this issue Jan 30, 2025 · 4 comments
Open

Missing rural heat supply #388

ClaraBuettner opened this issue Jan 30, 2025 · 4 comments
Assignees

Comments

@ClaraBuettner
Copy link

There are no rural heat supply technologies in the eTraGo tables for eGon100RE
We should have:

  • rural_gas_boiler
  • rural_resistive_heater
  • rural_heat_pump
  • rural_solar_thermal
@ClaraBuettner ClaraBuettner self-assigned this Jan 30, 2025
@ClaraBuettner
Copy link
Author

The output of the intermediate table supply.egon_individual_heating looks like this:
"gas_boiler" 37970.14646086996
"resistive_heater" 39937.0135206852
"heat_pump" 0
"solar_thermal" 0.03407241838460816

Code:

SELECT carrier, sum(capacity)
FROM supply.egon_individual_heating
WHERE scenario = 'eGon100RE'
GROUP BY carrier

So there seem to be at least two different problems:

  • heat pumps are completely missing
  • other technologies are not copied correctly to the etrago tables

@ClaraBuettner
Copy link
Author

In a test run for Schleswig Holstein, there are now rural heat supply technologies (using this status of the branch https://github.com/openego/powerd-data/tree/261433b7b472fc7fbbd10a51a600471dbc70a)

@CarlosEpia
Copy link

This table shows the value given by the supply table and the total installed capacity per link in the model started on 074.02.25

Image

All the carriers you mentioned are now included in the supply table and the the links represented them sum up total values quite close to the expected ones. Should we close this issue @ClaraBuettner ?

@ClaraBuettner
Copy link
Author

I thought we wait with closing the issue until the branch is in dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants