Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

If you wanted the monthly and annual averages during certain time windows, then you could use Output:Table:Monthly with the following columns:

  1. "Schedule Value" for a schedule that is 1 from 2pm-5pm on applicable day types, type HoursPositive
  2. "Facility Total Electric Demand Power", type SumOrAverageDuringHoursShown - this will average during the hours counted in the previous column.

But if this is supposed to be the maximum 3-day moving average, you'll need to use an EMS (EnergyManagementSystem:*) program to do the calculations and generate a custom output variable. If you want the result for that to end up in the html output, you can use Output:Table:Monthly to report the monthly and annual maximum of the custom EMS output variable.

I also considered using UtilityCost:Ratchet but I don't see a way to set the demand window to 9 hours.