SPF-OST / optihood

The package provides a complete python-based framework to OPTImize the investment in alternative energy technologies (heat pump, solar thermal, PV, etc.) as well as the operation of available energy resources (natural gas, sun, grid electricity, etc.) at a neighbourHOOD-scale
https://optihood.readthedocs.io/
MIT License
3 stars 7 forks source link

Normalisation of source temperature in HP model #35

Open xavijoba opened 2 years ago

xavijoba commented 2 years ago

Hi, Vincent noted that in heat pump model the temperature is coded as t / 273.15 instead of t/273.15 +1 See the code here line 102: https://github.com/SPF-OST/OptimEase/blob/main/src/converters.py

Is this a mistake ?