RWTH-EBC / richardsonpy

Python version of Richardson tool
GNU General Public License v3.0
17 stars 5 forks source link

Usage of parameter annual_demand in ElectricLoad class #31

Open fabmid opened 1 year ago

fabmid commented 1 year ago

Hi,

I tried your example script and added the annual_demand parameter. I noticed that the created profile does not fit the specifed annual_demand value. Could you clarify the meanding of the annual_demand parameter?

Thanks a lot Fabian

JSchiefelbein commented 1 year ago

Hi Fabian,

sorry for the late reply. Haven't used richardsonpy for a while. You need to set the optional parameter do_normalization = True to normalize the demand curve to the give annual_demand value.

Best regards

Jan