District Scenarios evaluation #3332
-
Hey CEA-Community, for a district with 36 buildings, I want to evaluate different scenarios:
The buildings are the same for every scenario, so the demand stays the same. In the CH-database ASSEMBLIES-HEATING-district heating - heatpump - soil/water the efficency is set to 0.6, which is the same value as the district heating - natural gas-fired boiler. I assumed this as an typo and changed it to 3.7 which is slightly worse than a decentralized HP. I hope that someone has more insights on how the different systems work together and could help me evaluate the systems more precise |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @amb1 The Supply-temperature is not dropping below 60C as it is hard-coded here: We do not have the option to change it using the dashboard. I hope this helps. |
Beta Was this translation helpful? Give feedback.
-
@amb1 regarding the "typo", I have created an issue and we are investigating. #3338 |
Beta Was this translation helpful? Give feedback.
Hi @amb1
The Supply-temperature is not dropping below 60C as it is hard-coded here:
cea > demand>constants.py>line59
TWW_SETPOINT = 60 # dhw tank set point temperature in C
We do not have the option to change it using the dashboard.
If you have to change it, you can go to the source code.
I hope this helps.