santoshphilip / eppy

scripting language for E+, Energyplus
MIT License
150 stars 66 forks source link

can not change north_axis #354

Open littejuice opened 3 years ago

littejuice commented 3 years ago

every time I change north_axis by building = model.idfobjects['BUILDING'][0] building.North_Axis = 90.0 errors occur image but I can run it on EPlauch

santoshphilip commented 3 years ago

wow ! never seen an error like that before. Can you show me what the Building object looks like in your changed IDF file.

littejuice commented 3 years ago

I change the parameters as the instructions suggested

------------------ 原始邮件 ------------------ 发件人: "santoshphilip/eppy" @.>; 发送时间: 2021年8月4日(星期三) 晚上9:19 @.>; @.**@.>; 主题: Re: [santoshphilip/eppy] can not change north_axis (#354)

wow ! never seen an error like that before. Can you show me what the Building object looks like in your changed IDF file.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

santoshphilip commented 3 years ago

Does this problem occur with any other changes or is it only with building.North_Axis=90.0

Two things will help me track down the issue.

  1. post more details of the script - including the line where you call run() [model.run()]
  2. post a piece of the new IDF file that gave the run error (if you have the new IDF)
littejuice commented 3 years ago

yes, it is only with the change. the whole codes as followed: from eppy import modeleditor from eppy.modeleditor import IDF

f2=r"C:\EnergyPlusV8-9-0\ExampleFiles\1ZoneDataCenterCRAC_wPumpedDXCoolingCoil.idf" model = IDF(f2)

model.printidf() building = model.idfobjects['BUILDING'][0] building.North_Axis=90 print(type(building.North_Axis)) model.saveas(r"D:\test\Untitled.idf")

idfname=r"D:\test\Untitled.idf" epwfile=r"C:\EnergyPlusV8-9-0\WeatherData\USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw" model = IDF(idfname, epwfile) model.run()

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年8月4日(星期三) 晚上11:45 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [santoshphilip/eppy] can not change north_axis (#354)

Does this problem occur with any other changes or is it only with building.North_Axis=90.0

Two things will help me track down the issue.

post more details of the script - including the line where you call run() [model.run()]

post a piece of the new IDF file that gave the run error (if you have the new IDF)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

santoshphilip commented 3 years ago

See the problem. you are missing the code:

IDF.setiddname(iddfile)  # include this line

Your code should look like the following

iddfile = c:/pathname/to/iddfile/Energy+.idd
IDF.setiddname(iddfile) 
model = IDF(f2)

see tutorial https://eppy.readthedocs.io/en/latest/Main_Tutorial.html#Quick-Start for this Let me know if it worked

littejuice commented 3 years ago

I made a mistakes when I copy the codes the whole codes as followed: from eppy import modeleditor from eppy.modeleditor import IDF iddfile =r"C:\EnergyPlusV8-9-0\Energy+.idd" IDF.setiddname(iddfile)

f2=r"C:\EnergyPlusV8-9-0\ExampleFiles\1ZoneDataCenterCRAC_wPumpedDXCoolingCoil.idf" model = IDF(f2)

model.printidf() building = model.idfobjects['BUILDING'][0] building.North_Axis=90 print(type(building.North_Axis)) model.saveas(r"D:\test\Untitled.idf")

idfname=r"D:\test\Untitled.idf" epwfile=r"C:\EnergyPlusV8-9-0\WeatherData\USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw" model = IDF(idfname, epwfile) model.run()

------------------ 原始邮件 ------------------ 发件人: "santoshphilip/eppy" @.>; 发送时间: 2021年8月5日(星期四) 中午12:49 @.>; @.**@.>; 主题: Re: [santoshphilip/eppy] can not change north_axis (#354)

See the problem. you are missing the code: IDF.setiddname(iddfile) # include this line
Your code should look like the following iddfile = c:/pathname/to/iddfile/Energy+.idd IDF.setiddname(iddfile) model = IDF(f2)
see tutorial https://eppy.readthedocs.io/en/latest/Main_Tutorial.html#Quick-Start for this Let me know if it worked

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

santoshphilip commented 3 years ago

I modified the pathnames in your code and ran it.

from eppy import modeleditor
from eppy.modeleditor import IDF
iddfile =r"/Applications/EnergyPlus-8-9-0/Energy+.idd"
IDF.setiddname(iddfile)

f2=r"/Applications/EnergyPlus-8-9-0/ExampleFiles/1ZoneDataCenterCRAC_wApproachTemp.idf"
model = IDF(f2)

# model.printidf()
building = model.idfobjects['BUILDING'][0]
building.North_Axis=90
print(type(building.North_Axis))
model.saveas(r"./Untitled.idf")

idfname=r"./Untitled.idf"
epwfile=r"/Applications/EnergyPlus-8-9-0/WeatherData/USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw"
model = IDF(idfname, epwfile)
model.run()

I get

<class 'int'>

/Applications/EnergyPlus-8-9-0/energyplus --weather /Applications/EnergyPlus-8-9-0/WeatherData/USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw --output-directory /Users/santoshphilip/Documents/coolshadow/github/eppy --idd /Applications/EnergyPlus-8-9-0/Energy+.idd /Users/santoshphilip/Documents/coolshadow/github/eppy/in.idf

EnergyPlus Starting
EnergyPlus, Version 8.9.0-40101eaafd, YMD=2021.08.04 23:04
Adjusting Air System Sizing
Adjusting Standard 62.1 Ventilation Sizing
Initializing Simulation
Reporting Surfaces
Beginning Primary Simulation
Initializing New Environment Parameters
Warming up {1}
Warming up {2}
Warming up {3}
Warming up {4}
Warming up {5}
Warming up {6}
Starting Simulation at 12/21 for DENVER CENTENNIAL ANN HTG 99.6% CONDNS DB
Initializing New Environment Parameters
Warming up {1}
Warming up {2}
Warming up {3}
Warming up {4}
Warming up {5}
Warming up {6}
Starting Simulation at 07/21 for DENVER CENTENNIAL ANN CLG 1% CONDNS DB=>MWB
Initializing New Environment Parameters
Warming up {1}
Warming up {2}
Warming up {3}
Warming up {4}
Warming up {5}
Warming up {6}
Starting Simulation at 01/01 for JAN
Updating Shadowing Calculations, Start Date=01/21
Continuing Simulation at 01/21 for JAN
Initializing New Environment Parameters
Warming up {1}
Warming up {2}
Warming up {3}
Warming up {4}
Warming up {5}
Warming up {6}
Starting Simulation at 07/01 for JUL
Updating Shadowing Calculations, Start Date=07/21
Continuing Simulation at 07/21 for JUL
Writing tabular output file results using HTML format.
EnergyPlus Completed Successfully.

It runs fine for me. Can you try running your code again.

Just a note on file pathname

Instead of

iddfile =r"C:\EnergyPlusV8-9-0\Energy+.idd"

write

iddfile ="C:/EnergyPlusV8-9-0/Energy+.idd"

change \ to /. That's how you do it in python

littejuice commented 3 years ago

I do it as your suggestions, but it does not work. from eppy import modeleditor from eppy.modeleditor import IDF iddfile =r"C:/EnergyPlusV8-9-0/Energy+.idd" IDF.setiddname(iddfile)

f2=r"D:/test/origin1_orig.idf" model = IDF(f2)

model.printidf()

building = model.idfobjects['BUILDING'][0] building.North_Axis=90 print(type(building.North_Axis)) model.saveas(r"D:/test/Untitled.idf")

idfname=r"D:/test/Untitled.idf" epwfile=r"C:/EnergyPlusV8-9-0/WeatherData/USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw" model = IDF(idfname, epwfile) model.run()

------------------ 原始邮件 ------------------ 发件人: "santoshphilip/eppy" @.>; 发送时间: 2021年8月5日(星期四) 下午2:09 @.>; @.**@.>; 主题: Re: [santoshphilip/eppy] can not change north_axis (#354)

I modified the pathnames in your code and ran it. from eppy import modeleditor from eppy.modeleditor import IDF iddfile =r"/Applications/EnergyPlus-8-9-0/Energy+.idd" IDF.setiddname(iddfile) f2=r"/Applications/EnergyPlus-8-9-0/ExampleFiles/1ZoneDataCenterCRAC_wApproachTemp.idf" model = IDF(f2) # model.printidf() building = model.idfobjects['BUILDING'][0] building.North_Axis=90 print(type(building.North_Axis)) model.saveas(r"./Untitled.idf") idfname=r"./Untitled.idf" epwfile=r"/Applications/EnergyPlus-8-9-0/WeatherData/USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw" model = IDF(idfname, epwfile) model.run()
I get <class 'int'> /Applications/EnergyPlus-8-9-0/energyplus --weather /Applications/EnergyPlus-8-9-0/WeatherData/USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw --output-directory /Users/santoshphilip/Documents/coolshadow/github/eppy --idd /Applications/EnergyPlus-8-9-0/Energy+.idd /Users/santoshphilip/Documents/coolshadow/github/eppy/in.idf EnergyPlus Starting EnergyPlus, Version 8.9.0-40101eaafd, YMD=2021.08.04 23:04 Adjusting Air System Sizing Adjusting Standard 62.1 Ventilation Sizing Initializing Simulation Reporting Surfaces Beginning Primary Simulation Initializing New Environment Parameters Warming up {1} Warming up {2} Warming up {3} Warming up {4} Warming up {5} Warming up {6} Starting Simulation at 12/21 for DENVER CENTENNIAL ANN HTG 99.6% CONDNS DB Initializing New Environment Parameters Warming up {1} Warming up {2} Warming up {3} Warming up {4} Warming up {5} Warming up {6} Starting Simulation at 07/21 for DENVER CENTENNIAL ANN CLG 1% CONDNS DB=>MWB Initializing New Environment Parameters Warming up {1} Warming up {2} Warming up {3} Warming up {4} Warming up {5} Warming up {6} Starting Simulation at 01/01 for JAN Updating Shadowing Calculations, Start Date=01/21 Continuing Simulation at 01/21 for JAN Initializing New Environment Parameters Warming up {1} Warming up {2} Warming up {3} Warming up {4} Warming up {5} Warming up {6} Starting Simulation at 07/01 for JUL Updating Shadowing Calculations, Start Date=07/21 Continuing Simulation at 07/21 for JUL Writing tabular output file results using HTML format. EnergyPlus Completed Successfully.
It runs fine for me. Can you try running your code again.

Just a note on file pathname

Instead of iddfile =r"C:\EnergyPlusV8-9-0\Energy+.idd"
write iddfile ="C:/EnergyPlusV8-9-0/Energy+.idd"
change \ to /. That's how you do it in python

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

santoshphilip commented 3 years ago

Can you send me the file Untitled.idf. (you can attach it by dragging and dropping into the GitHub window)

littejuice commented 3 years ago

发送自 Windows 10 版邮件应用

发件人: santoshphilip 发送时间: Thursday, 5 August 2021 22:07 收件人: santoshphilip/eppy 抄送: littejuice; Author 主题: Re: [santoshphilip/eppy] can not change north_axis (#354)

Can you send me the file Untitled.idf. (you can attach it by dragging and dropping into the GitHub window) — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

santoshphilip commented 3 years ago

Looks like you tried to send the file thru email (I did not get the attachment) You need to use the GitHub website to post your reply and attach the file go to https://github.com/santoshphilip/eppy/issues/354 to do this

An alternative is to paste the entire text of the Untitled.idf file into you reply email

littejuice commented 3 years ago

!- Windows Line endings

Version, 8.9; !- Version Identifier

SimulationControl, No, !- Do Zone Sizing Calculation No, !- Do System Sizing Calculation No, !- Do Plant Sizing Calculation Yes, !- Run Simulation for Sizing Periods Yes; !- Run Simulation for Weather File Run Periods

Building, Building 1, !- Name 90, !- North Axis , !- Terrain , !- Loads Convergence Tolerance Value , !- Temperature Convergence Tolerance Value , !- Solar Distribution , !- Maximum Number of Warmup Days ; !- Minimum Number of Warmup Days

Timestep, 6; !- Number of Timesteps per Hour

RunPeriod, Run Period 1, !- Name 1, !- Begin Month 1, !- Begin Day of Month 12, !- End Month 31, !- End Day of Month Thursday, !- Day of Week for Start Day No, !- Use Weather File Holidays and Special Days No, !- Use Weather File Daylight Saving Period No, !- Apply Weekend Holiday Rule Yes, !- Use Weather File Rain Indicators Yes, !- Use Weather File Snow Indicators 1; !- Number of Times Runperiod to be Repeated

ScheduleTypeLimits, ActivityLevel, !- Name 0, !- Lower Limit Value , !- Upper Limit Value Continuous, !- Numeric Type activitylevel; !- Unit Type

ScheduleTypeLimits, ActivityLevel 12, !- Name 0, !- Lower Limit Value , !- Upper Limit Value Continuous, !- Numeric Type activitylevel; !- Unit Type

ScheduleTypeLimits, ActivityLevel 13, !- Name 0, !- Lower Limit Value , !- Upper Limit Value Continuous, !- Numeric Type activitylevel; !- Unit Type

ScheduleTypeLimits, ActivityLevel 5, !- Name 0, !- Lower Limit Value , !- Upper Limit Value Continuous, !- Numeric Type activitylevel; !- Unit Type

ScheduleTypeLimits, Fraction, !- Name 0, !- Lower Limit Value 1, !- Upper Limit Value CONTINUOUS; !- Numeric Type

ScheduleTypeLimits, Fractional, !- Name 0, !- Lower Limit Value 1, !- Upper Limit Value Continuous; !- Numeric Type

ScheduleTypeLimits, Temperature 11, !- Name , !- Lower Limit Value , !- Upper Limit Value Continuous, !- Numeric Type temperature; !- Unit Type

ScheduleTypeLimits, Temperature 3, !- Name , !- Lower Limit Value , !- Upper Limit Value Continuous, !- Numeric Type temperature; !- Unit Type

ScheduleTypeLimits, Temperature 36, !- Name , !- Lower Limit Value , !- Upper Limit Value Continuous, !- Numeric Type temperature; !- Unit Type

ScheduleTypeLimits, Temperature 37, !- Name , !- Lower Limit Value , !- Upper Limit Value Continuous, !- Numeric Type temperature; !- Unit Type

ScheduleTypeLimits, Temperature 4, !- Name , !- Lower Limit Value , !- Upper Limit Value Continuous, !- Numeric Type temperature; !- Unit Type

ScheduleTypeLimits, Temperature 5, !- Name , !- Lower Limit Value , !- Upper Limit Value Continuous, !- Numeric Type temperature; !- Unit Type

ScheduleTypeLimits, On/Off, !- Name 0, !- Lower Limit Value 1, !- Upper Limit Value Discrete; !- Numeric Type

Schedule:Day:Interval, Large Office Activity Default Schedule, !- Name ActivityLevel 5, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 120; !- Value Until Time 1

Schedule:Day:Interval, Large Office Activity Summer Design Day, !- Name ActivityLevel 5, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 120; !- Value Until Time 1

Schedule:Day:Interval, Large Office Activity Winter Design Day, !- Name ActivityLevel 5, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 120; !- Value Until Time 1

Schedule:Day:Interval, Large Office Bldg Equip Default Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 08:00, !- Time 1 0.4, !- Value Until Time 1 12:00, !- Time 2 0.9, !- Value Until Time 2 13:00, !- Time 3 0.8, !- Value Until Time 3 17:00, !- Time 4 0.9, !- Value Until Time 4 18:00, !- Time 5 0.8, !- Value Until Time 5 20:00, !- Time 6 0.6, !- Value Until Time 6 22:00, !- Time 7 0.5, !- Value Until Time 7 24:00, !- Time 8 0.4; !- Value Until Time 8

Schedule:Day:Interval, Large Office Bldg Equip Rule 1 Day Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0.3; !- Value Until Time 1

Schedule:Day:Interval, Large Office Bldg Equip Rule 2 Day Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0.3, !- Value Until Time 1 08:00, !- Time 2 0.4, !- Value Until Time 2 14:00, !- Time 3 0.5, !- Value Until Time 3 17:00, !- Time 4 0.35, !- Value Until Time 4 24:00, !- Time 5 0.3; !- Value Until Time 5

Schedule:Day:Interval, Large Office Bldg Equip Summer Design Day, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 1; !- Value Until Time 1

Schedule:Day:Interval, Large Office Bldg Equip Winter Design Day, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0; !- Value Until Time 1

Schedule:Day:Interval, Large Office Bldg Light Default Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 05:00, !- Time 1 0.05, !- Value Until Time 1 07:00, !- Time 2 0.1, !- Value Until Time 2 08:00, !- Time 3 0.3, !- Value Until Time 3 17:00, !- Time 4 0.9, !- Value Until Time 4 18:00, !- Time 5 0.7, !- Value Until Time 5 20:00, !- Time 6 0.5, !- Value Until Time 6 22:00, !- Time 7 0.3, !- Value Until Time 7 23:00, !- Time 8 0.1, !- Value Until Time 8 24:00, !- Time 9 0.05; !- Value Until Time 9

Schedule:Day:Interval, Large Office Bldg Light Rule 1 Day Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0.05; !- Value Until Time 1

Schedule:Day:Interval, Large Office Bldg Light Rule 2 Day Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0.05, !- Value Until Time 1 08:00, !- Time 2 0.1, !- Value Until Time 2 14:00, !- Time 3 0.5, !- Value Until Time 3 17:00, !- Time 4 0.15, !- Value Until Time 4 24:00, !- Time 5 0.05; !- Value Until Time 5

Schedule:Day:Interval, Large Office Bldg Light Summer Design Day, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 1; !- Value Until Time 1

Schedule:Day:Interval, Large Office Bldg Light Winter Design Day, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0; !- Value Until Time 1

Schedule:Day:Interval, Large Office Bldg Occ Default Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0, !- Value Until Time 1 07:00, !- Time 2 0.1, !- Value Until Time 2 08:00, !- Time 3 0.2, !- Value Until Time 3 12:00, !- Time 4 0.95, !- Value Until Time 4 13:00, !- Time 5 0.5, !- Value Until Time 5 17:00, !- Time 6 0.95, !- Value Until Time 6 18:00, !- Time 7 0.7, !- Value Until Time 7 20:00, !- Time 8 0.4, !- Value Until Time 8 22:00, !- Time 9 0.1, !- Value Until Time 9 24:00, !- Time 10 0.05; !- Value Until Time 10

Schedule:Day:Interval, Large Office Bldg Occ Rule 1 Day Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0; !- Value Until Time 1

Schedule:Day:Interval, Large Office Bldg Occ Rule 2 Day Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0, !- Value Until Time 1 08:00, !- Time 2 0.1, !- Value Until Time 2 14:00, !- Time 3 0.5, !- Value Until Time 3 17:00, !- Time 4 0.1, !- Value Until Time 4 24:00, !- Time 5 0; !- Value Until Time 5

Schedule:Day:Interval, Large Office Bldg Occ Summer Design Day, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0, !- Value Until Time 1 22:00, !- Time 2 1, !- Value Until Time 2 24:00, !- Time 3 0.05; !- Value Until Time 3

Schedule:Day:Interval, Large Office Bldg Occ Winter Design Day, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0; !- Value Until Time 1

Schedule:Day:Interval, Large Office ClgSetp Default Schedule, !- Name Temperature 5, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 26.7, !- Value Until Time 1 22:00, !- Time 2 24, !- Value Until Time 2 24:00, !- Time 3 26.7; !- Value Until Time 3

Schedule:Day:Interval, Large Office ClgSetp Rule 1 Day Schedule, !- Name Temperature 5, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 26.7; !- Value Until Time 1

Schedule:Day:Interval, Large Office ClgSetp Rule 2 Day Schedule, !- Name Temperature 5, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 26.7, !- Value Until Time 1 18:00, !- Time 2 24, !- Value Until Time 2 24:00, !- Time 3 26.7; !- Value Until Time 3

Schedule:Day:Interval, Large Office ClgSetp Summer Design Day, !- Name Temperature 5, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 26.7, !- Value Until Time 1 22:00, !- Time 2 24, !- Value Until Time 2 24:00, !- Time 3 26.7; !- Value Until Time 3

Schedule:Day:Interval, Large Office ClgSetp Winter Design Day, !- Name Temperature 5, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 26.7; !- Value Until Time 1

Schedule:Day:Interval, Large Office HtgSetp Default Schedule, !- Name Temperature 3, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 15.6, !- Value Until Time 1 22:00, !- Time 2 21, !- Value Until Time 2 24:00, !- Time 3 15.6; !- Value Until Time 3

Schedule:Day:Interval, Large Office HtgSetp Rule 1 Day Schedule, !- Name Temperature 3, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 15.6; !- Value Until Time 1

Schedule:Day:Interval, Large Office HtgSetp Rule 2 Day Schedule, !- Name Temperature 3, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 15.6, !- Value Until Time 1 18:00, !- Time 2 21, !- Value Until Time 2 24:00, !- Time 3 15.6; !- Value Until Time 3

Schedule:Day:Interval, Large Office HtgSetp Summer Design Day, !- Name Temperature 3, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 15.6; !- Value Until Time 1

Schedule:Day:Interval, Large Office HtgSetp Winter Design Day, !- Name Temperature 3, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 21; !- Value Until Time 1

Schedule:Day:Interval, Large Office Infil Quarter On Default Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 1, !- Value Until Time 1 22:00, !- Time 2 0.25, !- Value Until Time 2 24:00, !- Time 3 1; !- Value Until Time 3

Schedule:Day:Interval, Large Office Infil Quarter On Rule 1 Day Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 1; !- Value Until Time 1

Schedule:Day:Interval, Large Office Infil Quarter On Rule 2 Day Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 1, !- Value Until Time 1 18:00, !- Time 2 0.25, !- Value Until Time 2 24:00, !- Time 3 1; !- Value Until Time 3

Schedule:Day:Interval, Large Office Infil Quarter On Summer Design Day, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 1, !- Value Until Time 1 22:00, !- Time 2 0.25, !- Value Until Time 2 24:00, !- Time 3 1; !- Value Until Time 3

Schedule:Day:Interval, Large Office Infil Quarter On Winter Design Day, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 1, !- Value Until Time 1 18:00, !- Time 2 0.25, !- Value Until Time 2 24:00, !- Time 3 1; !- Value Until Time 3

Schedule:Day:Interval, Medium Office Activity Default Schedule, !- Name ActivityLevel 13, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 120; !- Value Until Time 1

Schedule:Day:Interval, Medium Office Activity Summer Design Day, !- Name ActivityLevel 13, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 120; !- Value Until Time 1

Schedule:Day:Interval, Medium Office Activity Winter Design Day, !- Name ActivityLevel 13, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 120; !- Value Until Time 1

Schedule:Day:Interval, Medium Office Bldg Equip Default Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 08:00, !- Time 1 0.4, !- Value Until Time 1 12:00, !- Time 2 0.9, !- Value Until Time 2 13:00, !- Time 3 0.8, !- Value Until Time 3 17:00, !- Time 4 0.9, !- Value Until Time 4 18:00, !- Time 5 0.8, !- Value Until Time 5 20:00, !- Time 6 0.6, !- Value Until Time 6 22:00, !- Time 7 0.5, !- Value Until Time 7 24:00, !- Time 8 0.4; !- Value Until Time 8

Schedule:Day:Interval, Medium Office Bldg Equip Rule 1 Day Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0.3; !- Value Until Time 1

Schedule:Day:Interval, Medium Office Bldg Equip Rule 2 Day Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0.3, !- Value Until Time 1 08:00, !- Time 2 0.4, !- Value Until Time 2 14:00, !- Time 3 0.5, !- Value Until Time 3 17:00, !- Time 4 0.35, !- Value Until Time 4 24:00, !- Time 5 0.3; !- Value Until Time 5

Schedule:Day:Interval, Medium Office Bldg Equip Summer Design Day, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 1; !- Value Until Time 1

Schedule:Day:Interval, Medium Office Bldg Equip Winter Design Day, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0; !- Value Until Time 1

Schedule:Day:Interval, Medium Office Bldg Occ Default Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0, !- Value Until Time 1 07:00, !- Time 2 0.1, !- Value Until Time 2 08:00, !- Time 3 0.2, !- Value Until Time 3 12:00, !- Time 4 0.95, !- Value Until Time 4 13:00, !- Time 5 0.5, !- Value Until Time 5 17:00, !- Time 6 0.95, !- Value Until Time 6 18:00, !- Time 7 0.7, !- Value Until Time 7 20:00, !- Time 8 0.4, !- Value Until Time 8 22:00, !- Time 9 0.1, !- Value Until Time 9 24:00, !- Time 10 0.05; !- Value Until Time 10

Schedule:Day:Interval, Medium Office Bldg Occ Rule 1 Day Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0; !- Value Until Time 1

Schedule:Day:Interval, Medium Office Bldg Occ Rule 2 Day Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0, !- Value Until Time 1 08:00, !- Time 2 0.1, !- Value Until Time 2 14:00, !- Time 3 0.5, !- Value Until Time 3 17:00, !- Time 4 0.1, !- Value Until Time 4 24:00, !- Time 5 0; !- Value Until Time 5

Schedule:Day:Interval, Medium Office Bldg Occ Summer Design Day, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0, !- Value Until Time 1 22:00, !- Time 2 1, !- Value Until Time 2 24:00, !- Time 3 0.05; !- Value Until Time 3

Schedule:Day:Interval, Medium Office Bldg Occ Winter Design Day, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0; !- Value Until Time 1

Schedule:Day:Interval, Medium Office ClgSetp Default Schedule, !- Name Temperature 37, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 26.7, !- Value Until Time 1 22:00, !- Time 2 24, !- Value Until Time 2 24:00, !- Time 3 26.7; !- Value Until Time 3

Schedule:Day:Interval, Medium Office ClgSetp Rule 1 Day Schedule, !- Name Temperature 37, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 26.7; !- Value Until Time 1

Schedule:Day:Interval, Medium Office ClgSetp Rule 2 Day Schedule, !- Name Temperature 37, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 26.7, !- Value Until Time 1 18:00, !- Time 2 24, !- Value Until Time 2 24:00, !- Time 3 26.7; !- Value Until Time 3

Schedule:Day:Interval, Medium Office ClgSetp Summer Design Day, !- Name Temperature 37, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 26.7, !- Value Until Time 1 22:00, !- Time 2 24, !- Value Until Time 2 24:00, !- Time 3 26.7; !- Value Until Time 3

Schedule:Day:Interval, Medium Office ClgSetp Winter Design Day, !- Name Temperature 37, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 26.7; !- Value Until Time 1

Schedule:Day:Interval, Medium Office HtgSetp Default Schedule, !- Name Temperature 36, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 15.6, !- Value Until Time 1 22:00, !- Time 2 21, !- Value Until Time 2 24:00, !- Time 3 15.6; !- Value Until Time 3

Schedule:Day:Interval, Medium Office HtgSetp Rule 1 Day Schedule, !- Name Temperature 36, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 15.6; !- Value Until Time 1

Schedule:Day:Interval, Medium Office HtgSetp Rule 2 Day Schedule, !- Name Temperature 36, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 15.6, !- Value Until Time 1 18:00, !- Time 2 21, !- Value Until Time 2 24:00, !- Time 3 15.6; !- Value Until Time 3

Schedule:Day:Interval, Medium Office HtgSetp Summer Design Day, !- Name Temperature 36, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 15.6; !- Value Until Time 1

Schedule:Day:Interval, Medium Office HtgSetp Winter Design Day, !- Name Temperature 36, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 21; !- Value Until Time 1

Schedule:Day:Interval, Medium Office Infil Quarter On Default Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 1, !- Value Until Time 1 22:00, !- Time 2 0.25, !- Value Until Time 2 24:00, !- Time 3 1; !- Value Until Time 3

Schedule:Day:Interval, Medium Office Infil Quarter On Rule 1 Day Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 1; !- Value Until Time 1

Schedule:Day:Interval, Medium Office Infil Quarter On Rule 2 Day Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 1, !- Value Until Time 1 18:00, !- Time 2 0.25, !- Value Until Time 2 24:00, !- Time 3 1; !- Value Until Time 3

Schedule:Day:Interval, Medium Office Infil Quarter On Summer Design Day, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 1, !- Value Until Time 1 22:00, !- Time 2 0.25, !- Value Until Time 2 24:00, !- Time 3 1; !- Value Until Time 3

Schedule:Day:Interval, Medium Office Infil Quarter On Winter Design Day, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 1, !- Value Until Time 1 18:00, !- Time 2 0.25, !- Value Until Time 2 24:00, !- Time 3 1; !- Value Until Time 3

Schedule:Day:Interval, Office Activity Default Schedule, !- Name ActivityLevel, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 132; !- Value Until Time 1

Schedule:Day:Interval, Office Activity Summer Design Day, !- Name ActivityLevel, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 132; !- Value Until Time 1

Schedule:Day:Interval, Office Activity Winter Design Day, !- Name ActivityLevel, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 132; !- Value Until Time 1

Schedule:Day:Interval, Office Bldg Equip Default Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 08:00, !- Time 1 0.4, !- Value Until Time 1 12:00, !- Time 2 0.9, !- Value Until Time 2 13:00, !- Time 3 0.8, !- Value Until Time 3 17:00, !- Time 4 0.9, !- Value Until Time 4 18:00, !- Time 5 0.8, !- Value Until Time 5 20:00, !- Time 6 0.6, !- Value Until Time 6 22:00, !- Time 7 0.5, !- Value Until Time 7 24:00, !- Time 8 0.4; !- Value Until Time 8

Schedule:Day:Interval, Office Bldg Equip Rule 1 Day Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0.3; !- Value Until Time 1

Schedule:Day:Interval, Office Bldg Equip Rule 2 Day Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0.3, !- Value Until Time 1 08:00, !- Time 2 0.4, !- Value Until Time 2 14:00, !- Time 3 0.5, !- Value Until Time 3 17:00, !- Time 4 0.35, !- Value Until Time 4 24:00, !- Time 5 0.3; !- Value Until Time 5

Schedule:Day:Interval, Office Bldg Equip Summer Design Day, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 1; !- Value Until Time 1

Schedule:Day:Interval, Office Bldg Equip Winter Design Day, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0; !- Value Until Time 1

Schedule:Day:Interval, Office Bldg Light Default Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 05:00, !- Time 1 0.05, !- Value Until Time 1 07:00, !- Time 2 0.1, !- Value Until Time 2 08:00, !- Time 3 0.3, !- Value Until Time 3 17:00, !- Time 4 0.9, !- Value Until Time 4 18:00, !- Time 5 0.7, !- Value Until Time 5 20:00, !- Time 6 0.5, !- Value Until Time 6 22:00, !- Time 7 0.3, !- Value Until Time 7 23:00, !- Time 8 0.1, !- Value Until Time 8 24:00, !- Time 9 0.05; !- Value Until Time 9

Schedule:Day:Interval, Office Bldg Light Rule 1 Day Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0.05; !- Value Until Time 1

Schedule:Day:Interval, Office Bldg Light Rule 2 Day Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0.05, !- Value Until Time 1 08:00, !- Time 2 0.1, !- Value Until Time 2 14:00, !- Time 3 0.5, !- Value Until Time 3 17:00, !- Time 4 0.15, !- Value Until Time 4 24:00, !- Time 5 0.05; !- Value Until Time 5

Schedule:Day:Interval, Office Bldg Light Summer Design Day, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 1; !- Value Until Time 1

Schedule:Day:Interval, Office Bldg Light Winter Design Day, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0; !- Value Until Time 1

Schedule:Day:Interval, Office Bldg Occ Default Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0, !- Value Until Time 1 07:00, !- Time 2 0.100000001490116, !- Value Until Time 2 08:00, !- Time 3 0.200000002980232, !- Value Until Time 3 12:00, !- Time 4 0.850000023841858, !- Value Until Time 4 13:00, !- Time 5 0.5, !- Value Until Time 5 17:00, !- Time 6 0.850000023841858, !- Value Until Time 6 18:00, !- Time 7 0.699999988079071, !- Value Until Time 7 20:00, !- Time 8 0.400000005960464, !- Value Until Time 8 22:00, !- Time 9 0.100000001490116, !- Value Until Time 9 24:00, !- Time 10 0.0500000007450581; !- Value Until Time 10

Schedule:Day:Interval, Office Bldg Occ Default Schedule 1, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0, !- Value Until Time 1 07:00, !- Time 2 0.100000001490116, !- Value Until Time 2 08:00, !- Time 3 0.200000002980232, !- Value Until Time 3 20:00, !- Time 4 0.400000005960464, !- Value Until Time 4 22:00, !- Time 5 0.100000001490116, !- Value Until Time 5 24:00, !- Time 6 0.0500000007450581; !- Value Until Time 6

Schedule:Day:Interval, Office Bldg Occ Rule 1 Day Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0; !- Value Until Time 1

Schedule:Day:Interval, Office Bldg Occ Rule 1 Day Schedule 1, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0; !- Value Until Time 1

Schedule:Day:Interval, Office Bldg Occ Rule 2 Day Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0, !- Value Until Time 1 08:00, !- Time 2 0.100000001490116, !- Value Until Time 2 14:00, !- Time 3 0.400000005960464, !- Value Until Time 3 17:00, !- Time 4 0.100000001490116, !- Value Until Time 4 24:00, !- Time 5 0; !- Value Until Time 5

Schedule:Day:Interval, Office Bldg Occ Rule 2 Day Schedule 1, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0, !- Value Until Time 1 08:00, !- Time 2 0.100000001490116, !- Value Until Time 2 14:00, !- Time 3 0.25, !- Value Until Time 3 17:00, !- Time 4 0.100000001490116, !- Value Until Time 4 24:00, !- Time 5 0; !- Value Until Time 5

Schedule:Day:Interval, Office Bldg Occ Summer Design Day, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0, !- Value Until Time 1 22:00, !- Time 2 1, !- Value Until Time 2 24:00, !- Time 3 0.05; !- Value Until Time 3

Schedule:Day:Interval, Office Bldg Occ Summer Design Day 1, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0, !- Value Until Time 1 22:00, !- Time 2 1, !- Value Until Time 2 24:00, !- Time 3 0.05; !- Value Until Time 3

Schedule:Day:Interval, Office Bldg Occ Winter Design Day, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0; !- Value Until Time 1

Schedule:Day:Interval, Office Bldg Occ Winter Design Day 1, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0; !- Value Until Time 1

Schedule:Day:Interval, Office Infil Quarter On Default Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 1, !- Value Until Time 1 22:00, !- Time 2 0.25, !- Value Until Time 2 24:00, !- Time 3 1; !- Value Until Time 3

Schedule:Day:Interval, Office Infil Quarter On Rule 1 Day Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 1; !- Value Until Time 1

Schedule:Day:Interval, Office Infil Quarter On Rule 2 Day Schedule, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 1, !- Value Until Time 1 18:00, !- Time 2 0.25, !- Value Until Time 2 24:00, !- Time 3 1; !- Value Until Time 3

Schedule:Day:Interval, Office Infil Quarter On Summer Design Day, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 1, !- Value Until Time 1 22:00, !- Time 2 0.25, !- Value Until Time 2 24:00, !- Time 3 1; !- Value Until Time 3

Schedule:Day:Interval, Office Infil Quarter On Winter Design Day, !- Name Fraction, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 1, !- Value Until Time 1 18:00, !- Time 2 0.25, !- Value Until Time 2 24:00, !- Time 3 1; !- Value Until Time 3

Schedule:Day:Interval, Small Office Activity Default Schedule, !- Name ActivityLevel 12, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 120; !- Value Until Time 1

Schedule:Day:Interval, Small Office Activity Summer Design Day, !- Name ActivityLevel 12, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 120; !- Value Until Time 1

Schedule:Day:Interval, Small Office Activity Winter Design Day, !- Name ActivityLevel 12, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 120; !- Value Until Time 1

Schedule:Day:Interval, Small Office Bldg Equip Default Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 08:00, !- Time 1 0.4, !- Value Until Time 1 12:00, !- Time 2 0.9, !- Value Until Time 2 13:00, !- Time 3 0.8, !- Value Until Time 3 17:00, !- Time 4 0.9, !- Value Until Time 4 18:00, !- Time 5 0.5, !- Value Until Time 5 24:00, !- Time 6 0.4; !- Value Until Time 6

Schedule:Day:Interval, Small Office Bldg Equip Rule 1 Day Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0.3; !- Value Until Time 1

Schedule:Day:Interval, Small Office Bldg Equip Rule 2 Day Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0.3, !- Value Until Time 1 08:00, !- Time 2 0.4, !- Value Until Time 2 12:00, !- Time 3 0.5, !- Value Until Time 3 17:00, !- Time 4 0.35, !- Value Until Time 4 24:00, !- Time 5 0.3; !- Value Until Time 5

Schedule:Day:Interval, Small Office Bldg Equip Summer Design Day, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 1; !- Value Until Time 1

Schedule:Day:Interval, Small Office Bldg Equip Winter Design Day, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0; !- Value Until Time 1

Schedule:Day:Interval, Small Office Bldg Occ Default Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0, !- Value Until Time 1 07:00, !- Time 2 0.1, !- Value Until Time 2 08:00, !- Time 3 0.2, !- Value Until Time 3 12:00, !- Time 4 0.95, !- Value Until Time 4 13:00, !- Time 5 0.5, !- Value Until Time 5 17:00, !- Time 6 0.95, !- Value Until Time 6 18:00, !- Time 7 0.3, !- Value Until Time 7 20:00, !- Time 8 0.1, !- Value Until Time 8 24:00, !- Time 9 0.05; !- Value Until Time 9

Schedule:Day:Interval, Small Office Bldg Occ Rule 1 Day Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0; !- Value Until Time 1

Schedule:Day:Interval, Small Office Bldg Occ Rule 2 Day Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0, !- Value Until Time 1 08:00, !- Time 2 0.1, !- Value Until Time 2 12:00, !- Time 3 0.3, !- Value Until Time 3 17:00, !- Time 4 0.1, !- Value Until Time 4 24:00, !- Time 5 0; !- Value Until Time 5

Schedule:Day:Interval, Small Office Bldg Occ Summer Design Day, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 0, !- Value Until Time 1 22:00, !- Time 2 1, !- Value Until Time 2 24:00, !- Time 3 0.05; !- Value Until Time 3

Schedule:Day:Interval, Small Office Bldg Occ Winter Design Day, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 0; !- Value Until Time 1

Schedule:Day:Interval, Small Office ClgSetp Default Schedule, !- Name Temperature 4, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 26.7, !- Value Until Time 1 22:00, !- Time 2 24, !- Value Until Time 2 24:00, !- Time 3 26.7; !- Value Until Time 3

Schedule:Day:Interval, Small Office ClgSetp Rule 1 Day Schedule, !- Name Temperature 4, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 26.7; !- Value Until Time 1

Schedule:Day:Interval, Small Office ClgSetp Rule 2 Day Schedule, !- Name Temperature 4, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 26.7, !- Value Until Time 1 18:00, !- Time 2 24, !- Value Until Time 2 24:00, !- Time 3 26.7; !- Value Until Time 3

Schedule:Day:Interval, Small Office ClgSetp Summer Design Day, !- Name Temperature 4, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 26.7, !- Value Until Time 1 22:00, !- Time 2 24, !- Value Until Time 2 24:00, !- Time 3 26.7; !- Value Until Time 3

Schedule:Day:Interval, Small Office ClgSetp Winter Design Day, !- Name Temperature 4, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 26.7; !- Value Until Time 1

Schedule:Day:Interval, Small Office HtgSetp Default Schedule, !- Name Temperature 11, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 15.6, !- Value Until Time 1 22:00, !- Time 2 21, !- Value Until Time 2 24:00, !- Time 3 15.6; !- Value Until Time 3

Schedule:Day:Interval, Small Office HtgSetp Rule 1 Day Schedule, !- Name Temperature 11, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 15.6; !- Value Until Time 1

Schedule:Day:Interval, Small Office HtgSetp Rule 2 Day Schedule, !- Name Temperature 11, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 15.6, !- Value Until Time 1 18:00, !- Time 2 21, !- Value Until Time 2 24:00, !- Time 3 15.6; !- Value Until Time 3

Schedule:Day:Interval, Small Office HtgSetp Summer Design Day, !- Name Temperature 11, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 15.6; !- Value Until Time 1

Schedule:Day:Interval, Small Office HtgSetp Winter Design Day, !- Name Temperature 11, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 21; !- Value Until Time 1

Schedule:Day:Interval, Small Office Infil Quarter On Default Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 1, !- Value Until Time 1 22:00, !- Time 2 0.25, !- Value Until Time 2 24:00, !- Time 3 1; !- Value Until Time 3

Schedule:Day:Interval, Small Office Infil Quarter On Rule 1 Day Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 24:00, !- Time 1 1; !- Value Until Time 1

Schedule:Day:Interval, Small Office Infil Quarter On Rule 2 Day Schedule, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 1, !- Value Until Time 1 18:00, !- Time 2 0.25, !- Value Until Time 2 24:00, !- Time 3 1; !- Value Until Time 3

Schedule:Day:Interval, Small Office Infil Quarter On Summer Design Day, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 1, !- Value Until Time 1 22:00, !- Time 2 0.25, !- Value Until Time 2 24:00, !- Time 3 1; !- Value Until Time 3

Schedule:Day:Interval, Small Office Infil Quarter On Winter Design Day, !- Name Fractional, !- Schedule Type Limits Name No, !- Interpolate to Timestep 06:00, !- Time 1 1, !- Value Until Time 1 18:00, !- Time 2 0.25, !- Value Until Time 2 24:00, !- Time 3 1; !- Value Until Time 3

Schedule:Week:Daily, Large Office Activity Week Rule - Jan1-Dec31, !- Name Large Office Activity Default Schedule, !- Sunday ScheduleDay Name Large Office Activity Default Schedule, !- Monday ScheduleDay Name Large Office Activity Default Schedule, !- Tuesday ScheduleDay Name Large Office Activity Default Schedule, !- Wednesday ScheduleDay Name Large Office Activity Default Schedule, !- Thursday ScheduleDay Name Large Office Activity Default Schedule, !- Friday ScheduleDay Name Large Office Activity Default Schedule, !- Saturday ScheduleDay Name Large Office Activity Default Schedule, !- Holiday ScheduleDay Name Large Office Activity Summer Design Day, !- SummerDesignDay ScheduleDay Name Large Office Activity Winter Design Day, !- WinterDesignDay ScheduleDay Name Large Office Activity Default Schedule, !- CustomDay1 ScheduleDay Name Large Office Activity Default Schedule; !- CustomDay2 ScheduleDay Name

Schedule:Week:Daily, Large Office Bldg Equip Week Rule - Jan1-Jan3, !- Name Large Office Bldg Equip Default Schedule, !- Sunday ScheduleDay Name Large Office Bldg Equip Default Schedule, !- Monday ScheduleDay Name Large Office Bldg Equip Default Schedule, !- Tuesday ScheduleDay Name Large Office Bldg Equip Default Schedule, !- Wednesday ScheduleDay Name Large Office Bldg Equip Default Schedule, !- Thursday ScheduleDay Name Large Office Bldg Equip Default Schedule, !- Friday ScheduleDay Name Large Office Bldg Equip Rule 2 Day Schedule, !- Saturday ScheduleDay Name Large Office Bldg Equip Default Schedule, !- Holiday ScheduleDay Name Large Office Bldg Equip Summer Design Day, !- SummerDesignDay ScheduleDay Name Large Office Bldg Equip Winter Design Day, !- WinterDesignDay ScheduleDay Name Large Office Bldg Equip Default Schedule, !- CustomDay1 ScheduleDay Name Large Office Bldg Equip Default Schedule; !- CustomDay2 ScheduleDay Name

Schedule:Week:Daily, Large Office Bldg Equip Week Rule - Jan4-Dec31, !- Name Large Office Bldg Equip Rule 1 Day Schedule, !- Sunday ScheduleDay Name Large Office Bldg Equip Default Schedule, !- Monday ScheduleDay Name Large Office Bldg Equip Default Schedule, !- Tuesday ScheduleDay Name Large Office Bldg Equip Default Schedule, !- Wednesday ScheduleDay Name Large Office Bldg Equip Default Schedule, !- Thursday ScheduleDay Name Large Office Bldg Equip Default Schedule, !- Friday ScheduleDay Name Large Office Bldg Equip Rule 2 Day Schedule, !- Saturday ScheduleDay Name Large Office Bldg Equip Default Schedule, !- Holiday ScheduleDay Name Large Office Bldg Equip Summer Design Day, !- SummerDesignDay ScheduleDay Name Large Office Bldg Equip Winter Design Day, !- WinterDesignDay ScheduleDay Name Large Office Bldg Equip Default Schedule, !- CustomDay1 ScheduleDay Name Large Office Bldg Equip Default Schedule; !- CustomDay2 ScheduleDay Name

Schedule:Week:Daily, Large Office Bldg Light Week Rule - Jan1-Jan3, !- Name Large Office Bldg Light Default Schedule, !- Sunday ScheduleDay Name Large Office Bldg Light Default Schedule, !- Monday ScheduleDay Name Large Office Bldg Light Default Schedule, !- Tuesday ScheduleDay Name Large Office Bldg Light Default Schedule, !- Wednesday ScheduleDay Name Large Office Bldg Light Default Schedule, !- Thursday ScheduleDay Name Large Office Bldg Light Default Schedule, !- Friday ScheduleDay Name Large Office Bldg Light Rule 2 Day Schedule, !- Saturday ScheduleDay Name Large Office Bldg Light Default Schedule, !- Holiday ScheduleDay Name Large Office Bldg Light Summer Design Day, !- SummerDesignDay ScheduleDay Name Large Office Bldg Light Winter Design Day, !- WinterDesignDay ScheduleDay Name Large Office Bldg Light Default Schedule, !- CustomDay1 ScheduleDay Name Large Office Bldg Light Default Schedule; !- CustomDay2 ScheduleDay Name

Schedule:Week:Daily, Large Office Bldg Light Week Rule - Jan4-Dec31, !- Name Large Office Bldg Light Rule 1 Day Schedule, !- Sunday ScheduleDay Name Large Office Bldg Light Default Schedule, !- Monday ScheduleDay Name Large Office Bldg Light Default Schedule, !- Tuesday ScheduleDay Name Large Office Bldg Light Default Schedule, !- Wednesday ScheduleDay Name Large Office Bldg Light Default Schedule, !- Thursday ScheduleDay Name Large Office Bldg Light Default Schedule, !- Friday ScheduleDay Name Large Office Bldg Light Rule 2 Day Schedule, !- Saturday ScheduleDay Name Large Office Bldg Light Default Schedule, !- Holiday ScheduleDay Name Large Office Bldg Light Summer Design Day, !- SummerDesignDay ScheduleDay Name Large Office Bldg Light Winter Design Day, !- WinterDesignDay ScheduleDay Name Large Office Bldg Light Default Schedule, !- CustomDay1 ScheduleDay Name Large Office Bldg Light Default Schedule; !- CustomDay2 ScheduleDay Name

Schedule:Week:Daily, Large Office Bldg Occ Week Rule - Jan1-Jan3, !- Name Large Office Bldg Occ Default Schedule, !- Sunday ScheduleDay Name Large Office Bldg Occ Default Schedule, !- Monday ScheduleDay Name Large Office Bldg Occ Default Schedule, !- Tuesday ScheduleDay Name Large Office Bldg Occ Default Schedule, !- Wednesday ScheduleDay Name Large Office Bldg Occ Default Schedule, !- Thursday ScheduleDay Name Large Office Bldg Occ Default Schedule, !- Friday ScheduleDay Name Large Office Bldg Occ Rule 2 Day Schedule, !- Saturday ScheduleDay Name Large Office Bldg Occ Default Schedule, !- Holiday ScheduleDay Name Large Office Bldg Occ Summer Design Day, !- SummerDesignDay ScheduleDay Name Large Office Bldg Occ Winter Design Day, !- WinterDesignDay ScheduleDay Name Large Office Bldg Occ Default Schedule, !- CustomDay1 ScheduleDay Name Large Office Bldg Occ Default Schedule; !- CustomDay2 ScheduleDay Name

Schedule:Week:Daily, Large Office Bldg Occ Week Rule - Jan4-Dec31, !- Name Large Office Bldg Occ Rule 1 Day Schedule, !- Sunday ScheduleDay Name Large Office Bldg Occ Default Schedule, !- Monday ScheduleDay Name Large Office Bldg Occ Default Schedule, !- Tuesday ScheduleDay Name Large Office Bldg Occ Default Schedule, !- Wednesday ScheduleDay Name Large Office Bldg Occ Default Schedule, !- Thursday ScheduleDay Name Large Office Bldg Occ Default Schedule, !- Friday ScheduleDay Name Large Office Bldg Occ Rule 2 Day Schedule, !- Saturday ScheduleDay Name Large Office Bldg Occ Default Schedule, !- Holiday ScheduleDay Name Large Office Bldg Occ Summer Design Day, !- SummerDesignDay ScheduleDay Name Large Office Bldg Occ Winter Design Day, !- WinterDesignDay ScheduleDay Name Large Office Bldg Occ Default Schedule, !- CustomDay1 ScheduleDay Name Large Office Bldg Occ Default Schedule; !- CustomDay2 ScheduleDay Name

Schedule:Week:Daily, Large Office ClgSetp Week Rule - Jan1-Jan3, !- Name Large Office ClgSetp Default Schedule, !- Sunday ScheduleDay Name Large Office ClgSetp Default Schedule, !- Monday ScheduleDay Name Large Office ClgSetp Default Schedule, !- Tuesday ScheduleDay Name Large Office ClgSetp Default Schedule, !- Wednesday ScheduleDay Name Large Office ClgSetp Default Schedule, !- Thursday ScheduleDay Name Large Office ClgSetp Default Schedule, !- Friday ScheduleDay Name Large Office ClgSetp Rule 2 Day Schedule, !- Saturday ScheduleDay Name Large Office ClgSetp Default Schedule, !- Holiday ScheduleDay Name Large Office ClgSetp Summer Design Day, !- SummerDesignDay ScheduleDay Name Large Office ClgSetp Winter Design Day, !- WinterDesignDay ScheduleDay Name Large Office ClgSetp Default Schedule, !- CustomDay1 ScheduleDay Name Large Office ClgSetp Default Schedule; !- CustomDay2 ScheduleDay Name

Schedule:Week:Daily, Large Office ClgSetp Week Rule - Jan4-Dec31, !- Name Large Office ClgSetp Rule 1 Day Schedule, !- Sunday ScheduleDay Name Large Office ClgSetp Default Schedule, !- Monday ScheduleDay Name Large Office ClgSetp Default Schedule, !- Tuesday ScheduleDay Name Large Office ClgSetp Default Schedule, !- Wednesday ScheduleDay Name Large Office ClgSetp Default Schedule, !- Thursday ScheduleDay Name Large Office ClgSetp Default Schedule, !- Friday Schedul