open229 / ruleset-model-description-schema

Developing a schema for ASHRAE Standard 229P.
Other
9 stars 3 forks source link

Modify Schedule.hourly_heating_design_day and hourly_cooling_design_day to tke [0..8784] #295

Open claperle opened 4 days ago

claperle commented 4 days ago

Many software tools including eQuest and I believe EnergyPlus as well allow the user to specify design day schedules for each day of the year. Simulations are then run across multiple days with the specified design day weather conditions held constant and with the design day schedule varying each day (in eQuest it also varies the sun angle for each day). Equipment is then sized based on the peak across the days simulated (or some varriation of this).

Currently Schedule.hourly_cooling_design_day and Schedules.hourly_heating_design_day only allow a single [0..24 hour schedule to be entered for each. We suggest that this be changed to a [0..8784] schedule like it is for Schedule.hourly_values.

In addition, I recommend that the schema include a note that the schedule should be populated with -1 (or some other indicator) to indicate days in which design day is not simulated. All days where the design day is simulated the actual design day schedule value would be populated in the schedule for each hour.