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

District heating efficiency gains applied to decentral heat pumps #1451

Open
cpschau opened this issue Dec 12, 2024 · 0 comments
Open

District heating efficiency gains applied to decentral heat pumps #1451

cpschau opened this issue Dec 12, 2024 · 0 comments

Comments

@cpschau
Copy link
Contributor

cpschau commented Dec 12, 2024

In add_brownfield, the COPs of the heat pumps built in the previous planning horizon are supposed to be updated according to the efficiency gains in district heating due to decreasing supply temperatures. However, this COP update is also applied to all decentral heat pumps, that are also indexed with n_p.links.index[n_p.links.index.str.contains("heat pump")]. Instead, exclusively the urban central heat pumps should be indexed adjusting the string query or using the carrier column.

Furthermore, even the COPs for district heating should be considered to change not only based on the supply temperature dynamics but also the technological efficiency gains.

heat_pump_idx_previous_iteration = n_p.links.index[
n_p.links.index.str.contains("heat pump")
]

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

1 participant