You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 withn_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.
pypsa-eur/scripts/add_brownfield.py
Lines 245 to 247 in c7c664d
The text was updated successfully, but these errors were encountered: