NREL / EnergyPlus

EnergyPlus™ is a whole building energy simulation program that engineers, architects, and researchers use to model both energy consumption and water use in buildings.
https://energyplus.net
Other
1.07k stars 381 forks source link

2ZoneDataCenterHVAC_wEconomizer East Zone does not work? #10594

Open kad99kev opened 1 month ago

kad99kev commented 1 month ago

Hello! Thank you for your work on EnergyPlus!

I wanted to raise an issue about controlling the setpoints of the East Zone of the Datacenter. It seems that when we change the setpoints, only the West Zone responds to the changes, the East Zone consistently has higher temperature values. I am using a Python library called Sinergym, and raise an issue there as well. But they claim it to be an EnergyPlus issue. I was wondering if you could provide some clarity behind the reason for this.

Even when updating from 23.1 to 24.1 the issue persists This was the issue I raised when I initially found the issue

Any advice or clarity on this would be greatly appreciated! Thank you once again!

mjwitte commented 1 month ago

@kad99kev Please attach a zip of idf files (and outputs if you like) so we can reproduce the problem. Also it would be helpful to mention specific results (dates/times) where you see the issue, and mention what weather file you are using.

kad99kev commented 1 month ago

ZIP file with IDF - Datacenter_issue.zip

I am using the USA_AZ_Davis-Monthan.AFB.722745_TMY3.epw weather file. I am running this using a reinforcement learning library called Sinergym. So in RL terms, at every timestep when I send control signals to the heating and cooling setpoints, only the West Zone seems to follow the policy given, while the East Zone does not.

Thank you!

jmarrec commented 1 week ago

The zip you shared has a single idf, which is actually an epJSON file. It has zero output variables.

Anyways, adding a couple of output variables myself, I guess the issue you're seeing is that the Temperature of the East zone is consistently way above the thermostat cooling setpoint of 23.0, right?

image

jmarrec commented 1 week ago

The same for 2ZoneDataCenterHVAC_wEconomizer.idf

image

kad99kev commented 1 week ago

Yes, that is precisely the issue that I've been noticing. I tried upgrading to EnergyPlus v24 but I noticed the same issue there as well.