![]() | 1 | initial version |
Schedule:Day:List is not a widely used EnergyPlus schedule type. It only appears in one example file ( 1ZoneUncontrolled_DDChanges.idf ), and this example file doesn't show how to include the daily schedule into a weekly or yearly schedule. However, in order to reference your Schedule:Day:List schedule by the people object, you need to build a yearly schedule - most likely using Schedule:Week:Daily, and Schedule:Year
The schedule types that I use the most are:
Schedule:Compact - a flexible format for relatively simple schedules Schedule:File - a very flexible format when I want to calculate highly changeable variables for each hour of the simulation.