Callback called multiple times during first day of simulation
Dear all,
I am using the EnergyPlus Python API and try to plot the daily energy consumption of a building. It is working for every day besides the first day of simulation. It seems like the callback_end_zone_timestep_after_zone_reporting Callback is called multiple times for the first day of the weather file. See the resulting plot in the attachement. Any ideas how to avoid this?
Next, I have seen hat the simulation goes through a DESIGN DAY and a RUN PERIOD X period. Do you know the differences?
Thank you! P
@Chelydrae it doesn't look like you attached the plot. Could you try again, please?
callback_end_zone_timestep_after_zone_reporting
as the name implies will be called at the end of each zone timestep, so if in your IDF file you haveTimestep,4;
, that's 24*4=96 times for each day of simulation.Hi! Sorry for my late response. I added the plot to the original post. The problem is not due to the timesteps. The values per timestep are averaged for each hour and the plot looks good for all following simulations. The graph looks like a correction process during warm up period.