openstudio-standards 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/data/geometry/DEER_ERC.osm +2 -1
  3. data/data/geometry/DEER_MFm.osm +441 -70
  4. data/data/geometry/DEER_MFm_DXGF.json +210 -0
  5. data/data/geometry/DEER_MFm_DXHP.json +210 -0
  6. data/data/geometry/DEER_MFm_NCEH.json +163 -76
  7. data/data/geometry/DEER_MFm_NCGF.json +198 -44
  8. data/data/geometry/DEER_RtS.osm +0 -68
  9. data/data/geometry/DEER_SUn_Unc.json +2 -0
  10. data/data/standards/OpenStudio_Standards.xlsx +0 -0
  11. data/data/standards/OpenStudio_Standards_boilers.json +6 -6
  12. data/data/standards/OpenStudio_Standards_construction_properties.json +2304 -2304
  13. data/data/standards/OpenStudio_Standards_construction_sets.json +755 -125
  14. data/data/standards/OpenStudio_Standards_curves.json +51 -176
  15. data/data/standards/OpenStudio_Standards_entryways.json +11 -0
  16. data/data/standards/OpenStudio_Standards_exterior_lighting.json +30 -30
  17. data/data/standards/OpenStudio_Standards_ground_temperatures.json +288 -288
  18. data/data/standards/OpenStudio_Standards_heat_pumps.json +1320 -0
  19. data/data/standards/OpenStudio_Standards_heat_pumps_heating.json +840 -0
  20. data/data/standards/OpenStudio_Standards_materials.json +1 -1
  21. data/data/standards/OpenStudio_Standards_motors.json +11 -11
  22. data/data/standards/OpenStudio_Standards_parking.json +9 -0
  23. data/data/standards/OpenStudio_Standards_prototype_inputs.json +11877 -11301
  24. data/data/standards/OpenStudio_Standards_schedules.json +1847 -59
  25. data/data/standards/OpenStudio_Standards_space_types.json +88552 -75100
  26. data/data/standards/OpenStudio_Standards_templates.json +6 -6
  27. data/data/standards/OpenStudio_Standards_unitary_acs.json +1461 -185
  28. data/data/standards/OpenStudio_Standards_water_heaters.json +306 -0
  29. data/lib/openstudio-standards.rb +1 -0
  30. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.hvac.rb +19 -1
  31. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.swh.rb +13 -2
  32. data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +3 -3
  33. data/lib/openstudio-standards/prototypes/common/prototype_metaprogramming.rb +5 -0
  34. data/lib/openstudio-standards/standards/Standards.Construction.rb +26 -5
  35. data/lib/openstudio-standards/standards/Standards.Space.rb +1 -0
  36. data/lib/openstudio-standards/standards/Standards.SpaceType.rb +1 -1
  37. data/lib/openstudio-standards/standards/Standards.WaterHeaterMixed.rb +1 -1
  38. data/lib/openstudio-standards/standards/deer/deer.Space.rb +17 -0
  39. data/lib/openstudio-standards/version.rb +1 -1
  40. metadata +5 -2
@@ -2,38 +2,15 @@
2
2
  "schedules": [
3
3
  {
4
4
  "name": "Always Off",
5
- "category": "Elevator",
6
- "units": null,
5
+ "category": "Thermostat Setpoint",
6
+ "units": "C",
7
7
  "day_types": "Default",
8
8
  "start_date": "2014-01-01T00:00:00+00:00",
9
9
  "end_date": "2014-12-31T00:00:00+00:00",
10
- "type": "Hourly",
10
+ "type": "Constant",
11
11
  "notes": "From DOE Prototype Buildings",
12
12
  "values": [
13
- 0.05,
14
- 0.05,
15
- 0.05,
16
- 0.05,
17
- 0.1,
18
- 0.2,
19
- 0.4,
20
- 0.5,
21
- 0.5,
22
- 0.35,
23
- 0.15,
24
- 0.15,
25
- 0.15,
26
- 0.15,
27
- 0.15,
28
- 0.15,
29
- 0.35,
30
- 0.5,
31
- 0.5,
32
- 0.4,
33
- 0.4,
34
- 0.3,
35
- 0.2,
36
- 0.1
13
+ 23.9
37
14
  ]
38
15
  },
39
16
  {
@@ -72,33 +49,56 @@
72
49
  "type": "Constant",
73
50
  "notes": "From DOE Prototype Buildings",
74
51
  "values": [
75
- 23.9
52
+ 29.4
76
53
  ]
77
54
  },
78
55
  {
79
56
  "name": "Always Off",
80
- "category": "Thermostat Setpoint",
81
- "units": "C",
57
+ "category": "Elevator",
58
+ "units": null,
82
59
  "day_types": "Default",
83
60
  "start_date": "2014-01-01T00:00:00+00:00",
84
61
  "end_date": "2014-12-31T00:00:00+00:00",
85
- "type": "Constant",
62
+ "type": "Hourly",
86
63
  "notes": "From DOE Prototype Buildings",
87
64
  "values": [
88
- 29.4
65
+ 0.05,
66
+ 0.05,
67
+ 0.05,
68
+ 0.05,
69
+ 0.1,
70
+ 0.2,
71
+ 0.4,
72
+ 0.5,
73
+ 0.5,
74
+ 0.35,
75
+ 0.15,
76
+ 0.15,
77
+ 0.15,
78
+ 0.15,
79
+ 0.15,
80
+ 0.15,
81
+ 0.35,
82
+ 0.5,
83
+ 0.5,
84
+ 0.4,
85
+ 0.4,
86
+ 0.3,
87
+ 0.2,
88
+ 0.1
89
89
  ]
90
90
  },
91
91
  {
92
92
  "name": "Always Off",
93
- "category": "Thermostat Setpoint",
94
- "units": "C",
93
+ "category": "Unknown",
94
+ "units": null,
95
95
  "day_types": "Default|WntrDsn|SmrDsn",
96
96
  "start_date": "2014-01-01T00:00:00+00:00",
97
97
  "end_date": "2014-12-31T00:00:00+00:00",
98
98
  "type": "Constant",
99
99
  "notes": "From DOE Prototype Buildings",
100
100
  "values": [
101
- 0.0
101
+ 1.0
102
102
  ]
103
103
  },
104
104
  {
@@ -150,19 +150,6 @@
150
150
  0.29
151
151
  ]
152
152
  },
153
- {
154
- "name": "Always Off",
155
- "category": "Unknown",
156
- "units": null,
157
- "day_types": "Default|WntrDsn|SmrDsn",
158
- "start_date": "2014-01-01T00:00:00+00:00",
159
- "end_date": "2014-12-31T00:00:00+00:00",
160
- "type": "Constant",
161
- "notes": "From DOE Reference Buildings ",
162
- "values": [
163
- 0.0
164
- ]
165
- },
166
153
  {
167
154
  "name": "Always Off",
168
155
  "category": "Unknown",
@@ -173,7 +160,7 @@
173
160
  "type": "Constant",
174
161
  "notes": "From DOE Prototype Buildings",
175
162
  "values": [
176
- 0.0
163
+ 1.0
177
164
  ]
178
165
  },
179
166
  {
@@ -184,7 +171,7 @@
184
171
  "start_date": "2014-01-01T00:00:00+00:00",
185
172
  "end_date": "2014-12-31T00:00:00+00:00",
186
173
  "type": "Constant",
187
- "notes": "From DOE Reference Buildings ",
174
+ "notes": "From DOE Prototype Buildings",
188
175
  "values": [
189
176
  1.0
190
177
  ]
@@ -199,7 +186,7 @@
199
186
  "type": "Constant",
200
187
  "notes": "From DOE Prototype Buildings",
201
188
  "values": [
202
- 1.0
189
+ 0.0
203
190
  ]
204
191
  },
205
192
  {
@@ -225,7 +212,7 @@
225
212
  "type": "Constant",
226
213
  "notes": "From DOE Prototype Buildings",
227
214
  "values": [
228
- 1.0
215
+ 0.0
229
216
  ]
230
217
  },
231
218
  {
@@ -249,9 +236,9 @@
249
236
  "start_date": "2014-01-01T00:00:00+00:00",
250
237
  "end_date": "2014-12-31T00:00:00+00:00",
251
238
  "type": "Constant",
252
- "notes": "From DOE Prototype Buildings",
239
+ "notes": "From DOE Reference Buildings ",
253
240
  "values": [
254
- 0.0
241
+ 1.0
255
242
  ]
256
243
  },
257
244
  {
@@ -262,9 +249,22 @@
262
249
  "start_date": "2014-01-01T00:00:00+00:00",
263
250
  "end_date": "2014-12-31T00:00:00+00:00",
264
251
  "type": "Constant",
252
+ "notes": "From DOE Reference Buildings ",
253
+ "values": [
254
+ 0.0
255
+ ]
256
+ },
257
+ {
258
+ "name": "Always Off",
259
+ "category": "Thermostat Setpoint",
260
+ "units": "C",
261
+ "day_types": "Default|WntrDsn|SmrDsn",
262
+ "start_date": "2014-01-01T00:00:00+00:00",
263
+ "end_date": "2014-12-31T00:00:00+00:00",
264
+ "type": "Constant",
265
265
  "notes": "From DOE Prototype Buildings",
266
266
  "values": [
267
- 1.0
267
+ 0.0
268
268
  ]
269
269
  },
270
270
  {
@@ -3857,6 +3857,1794 @@
3857
3857
  0.05
3858
3858
  ]
3859
3859
  },
3860
+ {
3861
+ "name": "Courthouse ACTIVITY_SCH",
3862
+ "category": "Activity",
3863
+ "units": "W",
3864
+ "day_types": "Default|WntrDsn|SmrDsn",
3865
+ "start_date": "2014-01-01T00:00:00+00:00",
3866
+ "end_date": "2014-12-31T00:00:00+00:00",
3867
+ "type": "Constant",
3868
+ "notes": "Used OfficeMedium ACTIVITY_SCH",
3869
+ "values": [
3870
+ 120.0
3871
+ ]
3872
+ },
3873
+ {
3874
+ "name": "Courthouse BLDG ELEVATORS",
3875
+ "category": "Elevator",
3876
+ "units": null,
3877
+ "day_types": "Default",
3878
+ "start_date": "2014-01-01T00:00:00+00:00",
3879
+ "end_date": "2014-12-31T00:00:00+00:00",
3880
+ "type": "Hourly",
3881
+ "notes": null,
3882
+ "values": [
3883
+ 0.05,
3884
+ 0.05,
3885
+ 0.05,
3886
+ 0.05,
3887
+ 0.1,
3888
+ 0.2,
3889
+ 0.4,
3890
+ 0.5,
3891
+ 0.5,
3892
+ 0.35,
3893
+ 0.15,
3894
+ 0.15,
3895
+ 0.15,
3896
+ 0.15,
3897
+ 0.15,
3898
+ 0.15,
3899
+ 0.35,
3900
+ 0.5,
3901
+ 0.5,
3902
+ 0.4,
3903
+ 0.4,
3904
+ 0.3,
3905
+ 0.2,
3906
+ 0.1
3907
+ ]
3908
+ },
3909
+ {
3910
+ "name": "Courthouse BLDG_EQUIP_SCH",
3911
+ "category": "Equipment",
3912
+ "units": "FRACTION",
3913
+ "day_types": "Sat",
3914
+ "start_date": "2018-01-01T00:00:00+00:00",
3915
+ "end_date": "2018-12-31T00:00:00+00:00",
3916
+ "type": "Hourly",
3917
+ "notes": "Used OfficeMedium BLDG_EQUIP_SCH_2010",
3918
+ "values": [
3919
+ 0.238136,
3920
+ 0.238136,
3921
+ 0.238136,
3922
+ 0.238136,
3923
+ 0.238136,
3924
+ 0.238136,
3925
+ 0.384143,
3926
+ 0.384143,
3927
+ 0.480179,
3928
+ 0.480179,
3929
+ 0.480179,
3930
+ 0.480179,
3931
+ 0.336125,
3932
+ 0.336125,
3933
+ 0.336125,
3934
+ 0.336125,
3935
+ 0.336125,
3936
+ 0.288107,
3937
+ 0.288107,
3938
+ 0.238136,
3939
+ 0.238136,
3940
+ 0.238136,
3941
+ 0.238136,
3942
+ 0.238136
3943
+ ]
3944
+ },
3945
+ {
3946
+ "name": "Courthouse BLDG_EQUIP_SCH",
3947
+ "category": "Equipment",
3948
+ "units": "FRACTION",
3949
+ "day_types": "SmrDsn",
3950
+ "start_date": "2018-01-01T00:00:00+00:00",
3951
+ "end_date": "2018-12-31T00:00:00+00:00",
3952
+ "type": "Constant",
3953
+ "notes": "Used OfficeMedium BLDG_EQUIP_SCH_2010",
3954
+ "values": [
3955
+ 1.0
3956
+ ]
3957
+ },
3958
+ {
3959
+ "name": "Courthouse BLDG_EQUIP_SCH",
3960
+ "category": "Equipment",
3961
+ "units": "FRACTION",
3962
+ "day_types": "Sun",
3963
+ "start_date": "2018-01-01T00:00:00+00:00",
3964
+ "end_date": "2018-12-31T00:00:00+00:00",
3965
+ "type": "Hourly",
3966
+ "notes": "Used OfficeMedium BLDG_EQUIP_SCH_2010",
3967
+ "values": [
3968
+ 0.238136,
3969
+ 0.238136,
3970
+ 0.238136,
3971
+ 0.238136,
3972
+ 0.238136,
3973
+ 0.238136,
3974
+ 0.288107,
3975
+ 0.288107,
3976
+ 0.288107,
3977
+ 0.288107,
3978
+ 0.288107,
3979
+ 0.288107,
3980
+ 0.288107,
3981
+ 0.288107,
3982
+ 0.288107,
3983
+ 0.288107,
3984
+ 0.288107,
3985
+ 0.288107,
3986
+ 0.238136,
3987
+ 0.238136,
3988
+ 0.238136,
3989
+ 0.238136,
3990
+ 0.238136,
3991
+ 0.238136
3992
+ ]
3993
+ },
3994
+ {
3995
+ "name": "Courthouse BLDG_EQUIP_SCH",
3996
+ "category": "Equipment",
3997
+ "units": "FRACTION",
3998
+ "day_types": "Wkdy",
3999
+ "start_date": "2018-01-01T00:00:00+00:00",
4000
+ "end_date": "2018-12-31T00:00:00+00:00",
4001
+ "type": "Hourly",
4002
+ "notes": "Used OfficeMedium BLDG_EQUIP_SCH_2010",
4003
+ "values": [
4004
+ 0.317515,
4005
+ 0.317515,
4006
+ 0.317515,
4007
+ 0.317515,
4008
+ 0.317515,
4009
+ 0.317515,
4010
+ 0.384143,
4011
+ 0.384143,
4012
+ 0.864322,
4013
+ 0.864322,
4014
+ 0.864322,
4015
+ 0.864322,
4016
+ 0.768286,
4017
+ 0.864322,
4018
+ 0.864322,
4019
+ 0.864322,
4020
+ 0.864322,
4021
+ 0.480179,
4022
+ 0.384143,
4023
+ 0.384143,
4024
+ 0.384143,
4025
+ 0.384143,
4026
+ 0.384143,
4027
+ 0.384143
4028
+ ]
4029
+ },
4030
+ {
4031
+ "name": "Courthouse BLDG_EQUIP_SCH",
4032
+ "category": "Equipment",
4033
+ "units": "FRACTION",
4034
+ "day_types": "WntrDsn",
4035
+ "start_date": "2018-01-01T00:00:00+00:00",
4036
+ "end_date": "2018-12-31T00:00:00+00:00",
4037
+ "type": "Constant",
4038
+ "notes": "Used OfficeMedium BLDG_EQUIP_SCH_2010",
4039
+ "values": [
4040
+ 0.0
4041
+ ]
4042
+ },
4043
+ {
4044
+ "name": "Courthouse BLDG_SWH_SCH",
4045
+ "category": "Service Water Heating",
4046
+ "units": null,
4047
+ "day_types": "Default",
4048
+ "start_date": "2014-01-01T00:00:00+00:00",
4049
+ "end_date": "2014-12-31T00:00:00+00:00",
4050
+ "type": "Hourly",
4051
+ "notes": "Used OfficeMedium BLDG_SWH_SCH",
4052
+ "values": [
4053
+ 0.0,
4054
+ 0.0,
4055
+ 0.0,
4056
+ 0.0,
4057
+ 0.0,
4058
+ 0.0,
4059
+ 0.04,
4060
+ 0.04,
4061
+ 0.04,
4062
+ 0.04,
4063
+ 0.04,
4064
+ 0.06,
4065
+ 0.06,
4066
+ 0.09,
4067
+ 0.06,
4068
+ 0.04,
4069
+ 0.04,
4070
+ 0.04,
4071
+ 0.0,
4072
+ 0.0,
4073
+ 0.0,
4074
+ 0.0,
4075
+ 0.0,
4076
+ 0.0
4077
+ ]
4078
+ },
4079
+ {
4080
+ "name": "Courthouse BLDG_SWH_SCH",
4081
+ "category": "Service Water Heating",
4082
+ "units": null,
4083
+ "day_types": "SmrDsn|Wkdy",
4084
+ "start_date": "2014-01-01T00:00:00+00:00",
4085
+ "end_date": "2014-12-31T00:00:00+00:00",
4086
+ "type": "Hourly",
4087
+ "notes": "Used OfficeMedium BLDG_SWH_SCH",
4088
+ "values": [
4089
+ 0.0,
4090
+ 0.0,
4091
+ 0.0,
4092
+ 0.0,
4093
+ 0.0,
4094
+ 0.0,
4095
+ 0.07,
4096
+ 0.19,
4097
+ 0.35,
4098
+ 0.38,
4099
+ 0.39,
4100
+ 0.47,
4101
+ 0.57,
4102
+ 0.54,
4103
+ 0.34,
4104
+ 0.33,
4105
+ 0.44,
4106
+ 0.26,
4107
+ 0.21,
4108
+ 0.15,
4109
+ 0.17,
4110
+ 0.08,
4111
+ 0.05,
4112
+ 0.05
4113
+ ]
4114
+ },
4115
+ {
4116
+ "name": "Courthouse BLDG_SWH_SCH",
4117
+ "category": "Service Water Heating",
4118
+ "units": null,
4119
+ "day_types": "WntrDsn|Sat",
4120
+ "start_date": "2014-01-01T00:00:00+00:00",
4121
+ "end_date": "2014-12-31T00:00:00+00:00",
4122
+ "type": "Hourly",
4123
+ "notes": "Used OfficeMedium BLDG_SWH_SCH",
4124
+ "values": [
4125
+ 0.0,
4126
+ 0.0,
4127
+ 0.0,
4128
+ 0.0,
4129
+ 0.0,
4130
+ 0.0,
4131
+ 0.07,
4132
+ 0.11,
4133
+ 0.15,
4134
+ 0.21,
4135
+ 0.19,
4136
+ 0.23,
4137
+ 0.2,
4138
+ 0.19,
4139
+ 0.15,
4140
+ 0.13,
4141
+ 0.14,
4142
+ 0.07,
4143
+ 0.07,
4144
+ 0.0,
4145
+ 0.0,
4146
+ 0.0,
4147
+ 0.0,
4148
+ 0.0
4149
+ ]
4150
+ },
4151
+ {
4152
+ "name": "Courthouse CELL_OCC_SCH",
4153
+ "category": "Occupancy",
4154
+ "units": "FRACTION",
4155
+ "day_types": "Sat|Sun|Hol",
4156
+ "start_date": "2018-01-01T00:00:00+00:00",
4157
+ "end_date": "2018-12-31T00:00:00+00:00",
4158
+ "type": "Constant",
4159
+ "notes": "From GSA LEED Cost Study Final Report",
4160
+ "values": [
4161
+ 0.0
4162
+ ]
4163
+ },
4164
+ {
4165
+ "name": "Courthouse CELL_OCC_SCH",
4166
+ "category": "Occupancy",
4167
+ "units": "FRACTION",
4168
+ "day_types": "Wkdy",
4169
+ "start_date": "2018-01-01T00:00:00+00:00",
4170
+ "end_date": "2018-12-31T00:00:00+00:00",
4171
+ "type": "Hourly",
4172
+ "notes": "From GSA LEED Cost Study Final Report",
4173
+ "values": [
4174
+ 0.0,
4175
+ 0.0,
4176
+ 0.0,
4177
+ 0.0,
4178
+ 0.0,
4179
+ 0.0,
4180
+ 0.0,
4181
+ 0.75,
4182
+ 0.75,
4183
+ 0.75,
4184
+ 0.75,
4185
+ 0.75,
4186
+ 0.75,
4187
+ 0.75,
4188
+ 0.75,
4189
+ 0.75,
4190
+ 0.75,
4191
+ 0.6,
4192
+ 0.0,
4193
+ 0.0,
4194
+ 0.0,
4195
+ 0.0,
4196
+ 0.0,
4197
+ 0.0
4198
+ ]
4199
+ },
4200
+ {
4201
+ "name": "Courthouse CLGSETP",
4202
+ "category": "Thermostat Setpoint",
4203
+ "units": "C",
4204
+ "day_types": "Default|SmrDsn",
4205
+ "start_date": "2014-01-01T00:00:00+00:00",
4206
+ "end_date": "2014-12-31T00:00:00+00:00",
4207
+ "type": "Hourly",
4208
+ "notes": "Used Medium Office ClgSetp",
4209
+ "values": [
4210
+ 26.7,
4211
+ 26.7,
4212
+ 26.7,
4213
+ 26.7,
4214
+ 26.7,
4215
+ 26.7,
4216
+ 24.0,
4217
+ 24.0,
4218
+ 24.0,
4219
+ 24.0,
4220
+ 24.0,
4221
+ 24.0,
4222
+ 24.0,
4223
+ 24.0,
4224
+ 24.0,
4225
+ 24.0,
4226
+ 24.0,
4227
+ 24.0,
4228
+ 24.0,
4229
+ 24.0,
4230
+ 24.0,
4231
+ 24.0,
4232
+ 26.7,
4233
+ 26.7
4234
+ ]
4235
+ },
4236
+ {
4237
+ "name": "Courthouse CLGSETP",
4238
+ "category": "Thermostat Setpoint",
4239
+ "units": "C",
4240
+ "day_types": "Sat",
4241
+ "start_date": "2014-01-01T00:00:00+00:00",
4242
+ "end_date": "2014-12-31T00:00:00+00:00",
4243
+ "type": "Hourly",
4244
+ "notes": "Used Medium Office ClgSetp",
4245
+ "values": [
4246
+ 26.7,
4247
+ 26.7,
4248
+ 26.7,
4249
+ 26.7,
4250
+ 26.7,
4251
+ 26.7,
4252
+ 24.0,
4253
+ 24.0,
4254
+ 24.0,
4255
+ 24.0,
4256
+ 24.0,
4257
+ 24.0,
4258
+ 24.0,
4259
+ 24.0,
4260
+ 24.0,
4261
+ 24.0,
4262
+ 24.0,
4263
+ 24.0,
4264
+ 26.7,
4265
+ 26.7,
4266
+ 26.7,
4267
+ 26.7,
4268
+ 26.7,
4269
+ 26.7
4270
+ ]
4271
+ },
4272
+ {
4273
+ "name": "Courthouse CLGSETP",
4274
+ "category": "Thermostat Setpoint",
4275
+ "units": "C",
4276
+ "day_types": "WntrDsn|Sun",
4277
+ "start_date": "2014-01-01T00:00:00+00:00",
4278
+ "end_date": "2014-12-31T00:00:00+00:00",
4279
+ "type": "Constant",
4280
+ "notes": "Used Medium Office ClgSetp",
4281
+ "values": [
4282
+ 26.7
4283
+ ]
4284
+ },
4285
+ {
4286
+ "name": "Courthouse COURTROOM_LIGHT_SCH",
4287
+ "category": "Lighting",
4288
+ "units": "FRACTION",
4289
+ "day_types": "Sat|Sun|Hol",
4290
+ "start_date": "2018-01-01T00:00:00+00:00",
4291
+ "end_date": "2018-12-31T00:00:00+00:00",
4292
+ "type": "Constant",
4293
+ "notes": "From GSA LEED Cost Study Final Report",
4294
+ "values": [
4295
+ 0.05
4296
+ ]
4297
+ },
4298
+ {
4299
+ "name": "Courthouse COURTROOM_LIGHT_SCH",
4300
+ "category": "Lighting",
4301
+ "units": "FRACTION",
4302
+ "day_types": "Wkdy",
4303
+ "start_date": "2018-01-01T00:00:00+00:00",
4304
+ "end_date": "2018-12-31T00:00:00+00:00",
4305
+ "type": "Hourly",
4306
+ "notes": "From GSA LEED Cost Study Final Report",
4307
+ "values": [
4308
+ 0.05,
4309
+ 0.05,
4310
+ 0.05,
4311
+ 0.05,
4312
+ 0.05,
4313
+ 0.05,
4314
+ 0.05,
4315
+ 1.0,
4316
+ 1.0,
4317
+ 1.0,
4318
+ 1.0,
4319
+ 1.0,
4320
+ 1.0,
4321
+ 1.0,
4322
+ 1.0,
4323
+ 1.0,
4324
+ 1.0,
4325
+ 1.0,
4326
+ 1.0,
4327
+ 0.05,
4328
+ 0.05,
4329
+ 0.05,
4330
+ 0.05,
4331
+ 0.05
4332
+ ]
4333
+ },
4334
+ {
4335
+ "name": "Courthouse COURTROOM_OCC_SCH",
4336
+ "category": "Occupancy",
4337
+ "units": "FRACTION",
4338
+ "day_types": "Sat|Sun|Hol",
4339
+ "start_date": "2018-01-01T00:00:00+00:00",
4340
+ "end_date": "2018-12-31T00:00:00+00:00",
4341
+ "type": "Constant",
4342
+ "notes": "From GSA LEED Cost Study Final Report, District Courtrooms MW Week Schedule",
4343
+ "values": [
4344
+ 0.0
4345
+ ]
4346
+ },
4347
+ {
4348
+ "name": "Courthouse COURTROOM_OCC_SCH",
4349
+ "category": "Occupancy",
4350
+ "units": "FRACTION",
4351
+ "day_types": "Wkdy",
4352
+ "start_date": "2018-01-01T00:00:00+00:00",
4353
+ "end_date": "2018-12-31T00:00:00+00:00",
4354
+ "type": "Hourly",
4355
+ "notes": "From GSA LEED Cost Study Final Report, District Courtrooms MW Week Schedule",
4356
+ "values": [
4357
+ 0.0,
4358
+ 0.0,
4359
+ 0.0,
4360
+ 0.0,
4361
+ 0.0,
4362
+ 0.0,
4363
+ 0.0,
4364
+ 0.0,
4365
+ 0.0,
4366
+ 0.5,
4367
+ 0.5,
4368
+ 0.5,
4369
+ 0.5,
4370
+ 0.0,
4371
+ 0.5,
4372
+ 0.5,
4373
+ 0.5,
4374
+ 0.5,
4375
+ 0.5,
4376
+ 0.0,
4377
+ 0.0,
4378
+ 0.0,
4379
+ 0.0,
4380
+ 0.0
4381
+ ]
4382
+ },
4383
+ {
4384
+ "name": "Courthouse ELEV_LIGHT_FAN_SCH_24_7",
4385
+ "category": "Elevator",
4386
+ "units": null,
4387
+ "day_types": "Default",
4388
+ "start_date": "2014-01-01T00:00:00+00:00",
4389
+ "end_date": "2014-12-31T00:00:00+00:00",
4390
+ "type": "Constant",
4391
+ "notes": null,
4392
+ "values": [
4393
+ 1.0
4394
+ ]
4395
+ },
4396
+ {
4397
+ "name": "Courthouse Extended Use CLGSETP",
4398
+ "category": "Thermostat Setpoint",
4399
+ "units": "C",
4400
+ "day_types": "Default|SmrDsn",
4401
+ "start_date": "2014-01-01T00:00:00+00:00",
4402
+ "end_date": "2014-12-31T00:00:00+00:00",
4403
+ "type": "Hourly",
4404
+ "notes": null,
4405
+ "values": [
4406
+ 26.7,
4407
+ 26.7,
4408
+ 26.7,
4409
+ 26.7,
4410
+ 26.7,
4411
+ 26.7,
4412
+ 24.0,
4413
+ 24.0,
4414
+ 24.0,
4415
+ 24.0,
4416
+ 24.0,
4417
+ 24.0,
4418
+ 24.0,
4419
+ 24.0,
4420
+ 24.0,
4421
+ 24.0,
4422
+ 24.0,
4423
+ 24.0,
4424
+ 24.0,
4425
+ 24.0,
4426
+ 24.0,
4427
+ 24.0,
4428
+ 26.7,
4429
+ 26.7
4430
+ ]
4431
+ },
4432
+ {
4433
+ "name": "Courthouse Extended Use CLGSETP",
4434
+ "category": "Thermostat Setpoint",
4435
+ "units": "C",
4436
+ "day_types": "Sat",
4437
+ "start_date": "2014-01-01T00:00:00+00:00",
4438
+ "end_date": "2014-12-31T00:00:00+00:00",
4439
+ "type": "Hourly",
4440
+ "notes": null,
4441
+ "values": [
4442
+ 26.7,
4443
+ 26.7,
4444
+ 26.7,
4445
+ 26.7,
4446
+ 26.7,
4447
+ 26.7,
4448
+ 24.0,
4449
+ 24.0,
4450
+ 24.0,
4451
+ 24.0,
4452
+ 24.0,
4453
+ 24.0,
4454
+ 24.0,
4455
+ 24.0,
4456
+ 24.0,
4457
+ 24.0,
4458
+ 24.0,
4459
+ 24.0,
4460
+ 26.7,
4461
+ 26.7,
4462
+ 26.7,
4463
+ 26.7,
4464
+ 26.7,
4465
+ 26.7
4466
+ ]
4467
+ },
4468
+ {
4469
+ "name": "Courthouse Extended Use CLGSETP",
4470
+ "category": "Thermostat Setpoint",
4471
+ "units": "C",
4472
+ "day_types": "WntrDsn|Sun",
4473
+ "start_date": "2014-01-01T00:00:00+00:00",
4474
+ "end_date": "2014-12-31T00:00:00+00:00",
4475
+ "type": "Constant",
4476
+ "notes": null,
4477
+ "values": [
4478
+ 26.7
4479
+ ]
4480
+ },
4481
+ {
4482
+ "name": "Courthouse Extended Use HTGSETP",
4483
+ "category": "Thermostat Setpoint",
4484
+ "units": "C",
4485
+ "day_types": "Default",
4486
+ "start_date": "2014-01-01T00:00:00+00:00",
4487
+ "end_date": "2014-12-31T00:00:00+00:00",
4488
+ "type": "Hourly",
4489
+ "notes": null,
4490
+ "values": [
4491
+ 15.6,
4492
+ 15.6,
4493
+ 15.6,
4494
+ 15.6,
4495
+ 15.6,
4496
+ 15.6,
4497
+ 21.0,
4498
+ 21.0,
4499
+ 21.0,
4500
+ 21.0,
4501
+ 21.0,
4502
+ 21.0,
4503
+ 21.0,
4504
+ 21.0,
4505
+ 21.0,
4506
+ 21.0,
4507
+ 21.0,
4508
+ 21.0,
4509
+ 21.0,
4510
+ 21.0,
4511
+ 21.0,
4512
+ 21.0,
4513
+ 15.6,
4514
+ 15.6
4515
+ ]
4516
+ },
4517
+ {
4518
+ "name": "Courthouse Extended Use HTGSETP",
4519
+ "category": "Thermostat Setpoint",
4520
+ "units": "C",
4521
+ "day_types": "SmrDsn|Sun",
4522
+ "start_date": "2014-01-01T00:00:00+00:00",
4523
+ "end_date": "2014-12-31T00:00:00+00:00",
4524
+ "type": "Constant",
4525
+ "notes": null,
4526
+ "values": [
4527
+ 15.6
4528
+ ]
4529
+ },
4530
+ {
4531
+ "name": "Courthouse Extended Use HTGSETP",
4532
+ "category": "Thermostat Setpoint",
4533
+ "units": "C",
4534
+ "day_types": "WntrDsn",
4535
+ "start_date": "2014-01-01T00:00:00+00:00",
4536
+ "end_date": "2014-12-31T00:00:00+00:00",
4537
+ "type": "Constant",
4538
+ "notes": null,
4539
+ "values": [
4540
+ 21.0
4541
+ ]
4542
+ },
4543
+ {
4544
+ "name": "Courthouse Exterior_lighting_schedule_a",
4545
+ "category": "Lighting",
4546
+ "units": null,
4547
+ "day_types": "Default|WntrDsn|SmrDsn",
4548
+ "start_date": "2014-01-01T00:00:00+00:00",
4549
+ "end_date": "2014-12-31T00:00:00+00:00",
4550
+ "type": "Hourly",
4551
+ "notes": "From Medium Office Prototype",
4552
+ "values": [
4553
+ 0.0,
4554
+ 0.0,
4555
+ 0.0,
4556
+ 0.0,
4557
+ 0.0,
4558
+ 0.0,
4559
+ 1.0,
4560
+ 1.0,
4561
+ 1.0,
4562
+ 1.0,
4563
+ 1.0,
4564
+ 1.0,
4565
+ 1.0,
4566
+ 1.0,
4567
+ 1.0,
4568
+ 1.0,
4569
+ 1.0,
4570
+ 1.0,
4571
+ 1.0,
4572
+ 1.0,
4573
+ 1.0,
4574
+ 1.0,
4575
+ 1.0,
4576
+ 1.0
4577
+ ]
4578
+ },
4579
+ {
4580
+ "name": "Courthouse Exterior_lighting_schedule_b",
4581
+ "category": "Lighting",
4582
+ "units": null,
4583
+ "day_types": "Default|WntrDsn|SmrDsn",
4584
+ "start_date": "2014-01-01T00:00:00+00:00",
4585
+ "end_date": "2014-12-31T00:00:00+00:00",
4586
+ "type": "Hourly",
4587
+ "notes": "From Medium Office Prototype",
4588
+ "values": [
4589
+ 0.7,
4590
+ 0.7,
4591
+ 0.7,
4592
+ 0.7,
4593
+ 0.7,
4594
+ 0.7,
4595
+ 1.0,
4596
+ 1.0,
4597
+ 1.0,
4598
+ 1.0,
4599
+ 1.0,
4600
+ 1.0,
4601
+ 1.0,
4602
+ 1.0,
4603
+ 1.0,
4604
+ 1.0,
4605
+ 1.0,
4606
+ 1.0,
4607
+ 1.0,
4608
+ 1.0,
4609
+ 1.0,
4610
+ 1.0,
4611
+ 1.0,
4612
+ 1.0
4613
+ ]
4614
+ },
4615
+ {
4616
+ "name": "Courthouse GENERAL_LIGHT_SCH",
4617
+ "category": "Lighting",
4618
+ "units": "FRACTION",
4619
+ "day_types": "Sat|Sun|Hol",
4620
+ "start_date": "2018-01-01T00:00:00+00:00",
4621
+ "end_date": "2018-12-31T00:00:00+00:00",
4622
+ "type": "Constant",
4623
+ "notes": "From GSA LEED Cost Study Final Report; Applicable to Offices, Corridors and Cells",
4624
+ "values": [
4625
+ 0.05
4626
+ ]
4627
+ },
4628
+ {
4629
+ "name": "Courthouse GENERAL_LIGHT_SCH",
4630
+ "category": "Lighting",
4631
+ "units": "FRACTION",
4632
+ "day_types": "Wkdy",
4633
+ "start_date": "2018-01-01T00:00:00+00:00",
4634
+ "end_date": "2018-12-31T00:00:00+00:00",
4635
+ "type": "Hourly",
4636
+ "notes": "From GSA LEED Cost Study Final Report; Applicable to Offices, Corridors and Cells",
4637
+ "values": [
4638
+ 0.05,
4639
+ 0.05,
4640
+ 0.05,
4641
+ 0.05,
4642
+ 0.05,
4643
+ 0.05,
4644
+ 0.05,
4645
+ 1.0,
4646
+ 1.0,
4647
+ 1.0,
4648
+ 1.0,
4649
+ 1.0,
4650
+ 1.0,
4651
+ 1.0,
4652
+ 1.0,
4653
+ 1.0,
4654
+ 1.0,
4655
+ 1.0,
4656
+ 1.0,
4657
+ 0.05,
4658
+ 0.05,
4659
+ 0.05,
4660
+ 0.05,
4661
+ 0.05
4662
+ ]
4663
+ },
4664
+ {
4665
+ "name": "Courthouse HTGSETP",
4666
+ "category": "Thermostat Setpoint",
4667
+ "units": "C",
4668
+ "day_types": "Default",
4669
+ "start_date": "2014-01-01T00:00:00+00:00",
4670
+ "end_date": "2014-12-31T00:00:00+00:00",
4671
+ "type": "Hourly",
4672
+ "notes": "Used Medium Office HtgSetp",
4673
+ "values": [
4674
+ 15.6,
4675
+ 15.6,
4676
+ 15.6,
4677
+ 15.6,
4678
+ 15.6,
4679
+ 15.6,
4680
+ 21.0,
4681
+ 21.0,
4682
+ 21.0,
4683
+ 21.0,
4684
+ 21.0,
4685
+ 21.0,
4686
+ 21.0,
4687
+ 21.0,
4688
+ 21.0,
4689
+ 21.0,
4690
+ 21.0,
4691
+ 21.0,
4692
+ 21.0,
4693
+ 21.0,
4694
+ 21.0,
4695
+ 21.0,
4696
+ 15.6,
4697
+ 15.6
4698
+ ]
4699
+ },
4700
+ {
4701
+ "name": "Courthouse HTGSETP",
4702
+ "category": "Thermostat Setpoint",
4703
+ "units": "C",
4704
+ "day_types": "SmrDsn|Sun",
4705
+ "start_date": "2014-01-01T00:00:00+00:00",
4706
+ "end_date": "2014-12-31T00:00:00+00:00",
4707
+ "type": "Constant",
4708
+ "notes": "Used Medium Office HtgSetp",
4709
+ "values": [
4710
+ 15.6
4711
+ ]
4712
+ },
4713
+ {
4714
+ "name": "Courthouse HTGSETP",
4715
+ "category": "Thermostat Setpoint",
4716
+ "units": "C",
4717
+ "day_types": "WntrDsn",
4718
+ "start_date": "2014-01-01T00:00:00+00:00",
4719
+ "end_date": "2014-12-31T00:00:00+00:00",
4720
+ "type": "Constant",
4721
+ "notes": "Used Medium Office HtgSetp",
4722
+ "values": [
4723
+ 21.0
4724
+ ]
4725
+ },
4726
+ {
4727
+ "name": "Courthouse HVACOperationSched",
4728
+ "category": "Operation",
4729
+ "units": null,
4730
+ "day_types": "Default",
4731
+ "start_date": "2014-01-01T00:00:00+00:00",
4732
+ "end_date": "2014-12-31T00:00:00+00:00",
4733
+ "type": "Constant",
4734
+ "notes": "From Medium Office Prototype",
4735
+ "values": [
4736
+ 0.0
4737
+ ]
4738
+ },
4739
+ {
4740
+ "name": "Courthouse HVACOperationSched",
4741
+ "category": "Operation",
4742
+ "units": null,
4743
+ "day_types": "SmrDsn|Wkdy",
4744
+ "start_date": "2014-01-01T00:00:00+00:00",
4745
+ "end_date": "2014-12-31T00:00:00+00:00",
4746
+ "type": "Hourly",
4747
+ "notes": "From Medium Office Prototype",
4748
+ "values": [
4749
+ 0.0,
4750
+ 0.0,
4751
+ 0.0,
4752
+ 0.0,
4753
+ 0.0,
4754
+ 0.0,
4755
+ 1.0,
4756
+ 1.0,
4757
+ 1.0,
4758
+ 1.0,
4759
+ 1.0,
4760
+ 1.0,
4761
+ 1.0,
4762
+ 1.0,
4763
+ 1.0,
4764
+ 1.0,
4765
+ 1.0,
4766
+ 1.0,
4767
+ 1.0,
4768
+ 1.0,
4769
+ 1.0,
4770
+ 1.0,
4771
+ 0.0,
4772
+ 0.0
4773
+ ]
4774
+ },
4775
+ {
4776
+ "name": "Courthouse HVACOperationSched",
4777
+ "category": "Operation",
4778
+ "units": null,
4779
+ "day_types": "WntrDsn|Sat",
4780
+ "start_date": "2014-01-01T00:00:00+00:00",
4781
+ "end_date": "2014-12-31T00:00:00+00:00",
4782
+ "type": "Hourly",
4783
+ "notes": "From Medium Office Prototype",
4784
+ "values": [
4785
+ 0.0,
4786
+ 0.0,
4787
+ 0.0,
4788
+ 0.0,
4789
+ 0.0,
4790
+ 0.0,
4791
+ 1.0,
4792
+ 1.0,
4793
+ 1.0,
4794
+ 1.0,
4795
+ 1.0,
4796
+ 1.0,
4797
+ 1.0,
4798
+ 1.0,
4799
+ 1.0,
4800
+ 1.0,
4801
+ 1.0,
4802
+ 1.0,
4803
+ 0.0,
4804
+ 0.0,
4805
+ 0.0,
4806
+ 0.0,
4807
+ 0.0,
4808
+ 0.0
4809
+ ]
4810
+ },
4811
+ {
4812
+ "name": "Courthouse JUDGES_CHAMBER_LIGHT_SCH",
4813
+ "category": "Lighting",
4814
+ "units": "FRACTION",
4815
+ "day_types": "Sat|Sun|Hol",
4816
+ "start_date": "2018-01-01T00:00:00+00:00",
4817
+ "end_date": "2018-12-31T00:00:00+00:00",
4818
+ "type": "Constant",
4819
+ "notes": "From GSA LEED Cost Study Final Report",
4820
+ "values": [
4821
+ 0.05
4822
+ ]
4823
+ },
4824
+ {
4825
+ "name": "Courthouse JUDGES_CHAMBER_LIGHT_SCH",
4826
+ "category": "Lighting",
4827
+ "units": "FRACTION",
4828
+ "day_types": "Wkdy",
4829
+ "start_date": "2018-01-01T00:00:00+00:00",
4830
+ "end_date": "2018-12-31T00:00:00+00:00",
4831
+ "type": "Hourly",
4832
+ "notes": "From GSA LEED Cost Study Final Report",
4833
+ "values": [
4834
+ 0.05,
4835
+ 0.05,
4836
+ 0.05,
4837
+ 0.05,
4838
+ 0.05,
4839
+ 0.05,
4840
+ 0.05,
4841
+ 0.8,
4842
+ 0.8,
4843
+ 0.8,
4844
+ 0.8,
4845
+ 0.8,
4846
+ 0.8,
4847
+ 0.8,
4848
+ 0.8,
4849
+ 0.8,
4850
+ 0.8,
4851
+ 0.8,
4852
+ 0.8,
4853
+ 0.05,
4854
+ 0.05,
4855
+ 0.05,
4856
+ 0.05,
4857
+ 0.05
4858
+ ]
4859
+ },
4860
+ {
4861
+ "name": "Courthouse JUDGES_CHAMBER_OCC_SCH",
4862
+ "category": "Occupancy",
4863
+ "units": "FRACTION",
4864
+ "day_types": "Sat|Sun|Hol",
4865
+ "start_date": "2018-01-01T00:00:00+00:00",
4866
+ "end_date": "2018-12-31T00:00:00+00:00",
4867
+ "type": "Constant",
4868
+ "notes": "From GSA LEED Cost Study Final Report",
4869
+ "values": [
4870
+ 0.0
4871
+ ]
4872
+ },
4873
+ {
4874
+ "name": "Courthouse JUDGES_CHAMBER_OCC_SCH",
4875
+ "category": "Occupancy",
4876
+ "units": "FRACTION",
4877
+ "day_types": "Wkdy",
4878
+ "start_date": "2018-01-01T00:00:00+00:00",
4879
+ "end_date": "2018-12-31T00:00:00+00:00",
4880
+ "type": "Hourly",
4881
+ "notes": "From GSA LEED Cost Study Final Report",
4882
+ "values": [
4883
+ 0.0,
4884
+ 0.0,
4885
+ 0.0,
4886
+ 0.0,
4887
+ 0.0,
4888
+ 0.0,
4889
+ 0.0,
4890
+ 0.6,
4891
+ 0.6,
4892
+ 0.6,
4893
+ 0.6,
4894
+ 0.6,
4895
+ 0.6,
4896
+ 0.6,
4897
+ 0.6,
4898
+ 0.6,
4899
+ 0.6,
4900
+ 0.6,
4901
+ 0.0,
4902
+ 0.0,
4903
+ 0.0,
4904
+ 0.0,
4905
+ 0.0,
4906
+ 0.0
4907
+ ]
4908
+ },
4909
+ {
4910
+ "name": "Courthouse JURY_ASSEMBLY_LIGHT_SCH",
4911
+ "category": "Lighting",
4912
+ "units": "FRACTION",
4913
+ "day_types": "Mon",
4914
+ "start_date": "2018-01-01T00:00:00+00:00",
4915
+ "end_date": "2018-12-31T00:00:00+00:00",
4916
+ "type": "Hourly",
4917
+ "notes": "From GSA LEED Cost Study Final Report",
4918
+ "values": [
4919
+ 0.05,
4920
+ 0.05,
4921
+ 0.05,
4922
+ 0.05,
4923
+ 0.05,
4924
+ 0.05,
4925
+ 0.05,
4926
+ 1.0,
4927
+ 1.0,
4928
+ 1.0,
4929
+ 1.0,
4930
+ 1.0,
4931
+ 1.0,
4932
+ 1.0,
4933
+ 0.05,
4934
+ 0.05,
4935
+ 0.05,
4936
+ 0.05,
4937
+ 0.05,
4938
+ 0.05,
4939
+ 0.05,
4940
+ 0.05,
4941
+ 0.05,
4942
+ 0.05
4943
+ ]
4944
+ },
4945
+ {
4946
+ "name": "Courthouse JURY_ASSEMBLY_LIGHT_SCH",
4947
+ "category": "Lighting",
4948
+ "units": "FRACTION",
4949
+ "day_types": "Sat|Sun|Hol",
4950
+ "start_date": "2018-01-01T00:00:00+00:00",
4951
+ "end_date": "2018-12-31T00:00:00+00:00",
4952
+ "type": "Hourly",
4953
+ "notes": "From GSA LEED Cost Study Final Report",
4954
+ "values": [
4955
+ 0.05,
4956
+ 0.05,
4957
+ 0.05,
4958
+ 0.05,
4959
+ 0.05,
4960
+ 0.05,
4961
+ 0.05,
4962
+ 0.05,
4963
+ 0.05,
4964
+ 0.05,
4965
+ 1.0,
4966
+ 0.05,
4967
+ 0.05,
4968
+ 0.05,
4969
+ 0.05,
4970
+ 0.05,
4971
+ 0.05,
4972
+ 0.05,
4973
+ 0.05,
4974
+ 0.05,
4975
+ 0.05,
4976
+ 0.05,
4977
+ 0.05,
4978
+ 0.05
4979
+ ]
4980
+ },
4981
+ {
4982
+ "name": "Courthouse JURY_ASSEMBLY_LIGHT_SCH",
4983
+ "category": "Lighting",
4984
+ "units": "FRACTION",
4985
+ "day_types": "Tue|Wed|Thu|Fri",
4986
+ "start_date": "2018-01-01T00:00:00+00:00",
4987
+ "end_date": "2018-12-31T00:00:00+00:00",
4988
+ "type": "Hourly",
4989
+ "notes": "From GSA LEED Cost Study Final Report",
4990
+ "values": [
4991
+ 0.05,
4992
+ 0.05,
4993
+ 0.05,
4994
+ 0.05,
4995
+ 0.05,
4996
+ 0.05,
4997
+ 0.05,
4998
+ 1.0,
4999
+ 1.0,
5000
+ 1.0,
5001
+ 1.0,
5002
+ 1.0,
5003
+ 1.0,
5004
+ 1.0,
5005
+ 1.0,
5006
+ 1.0,
5007
+ 1.0,
5008
+ 1.0,
5009
+ 0.05,
5010
+ 0.05,
5011
+ 0.05,
5012
+ 0.05,
5013
+ 0.05,
5014
+ 0.05
5015
+ ]
5016
+ },
5017
+ {
5018
+ "name": "Courthouse JURY_ASSEMBLY_OCC_SCH",
5019
+ "category": "Occupancy",
5020
+ "units": "FRACTION",
5021
+ "day_types": "Mon",
5022
+ "start_date": "2018-01-01T00:00:00+00:00",
5023
+ "end_date": "2018-12-31T00:00:00+00:00",
5024
+ "type": "Hourly",
5025
+ "notes": "From GSA LEED Cost Study Final Report",
5026
+ "values": [
5027
+ 0.0,
5028
+ 0.0,
5029
+ 0.0,
5030
+ 0.0,
5031
+ 0.0,
5032
+ 0.0,
5033
+ 0.0,
5034
+ 0.0,
5035
+ 0.46,
5036
+ 0.35,
5037
+ 0.23,
5038
+ 0.12,
5039
+ 0.0,
5040
+ 0.0,
5041
+ 0.0,
5042
+ 0.0,
5043
+ 0.0,
5044
+ 0.0,
5045
+ 0.0,
5046
+ 0.0,
5047
+ 0.0,
5048
+ 0.0,
5049
+ 0.0,
5050
+ 0.0
5051
+ ]
5052
+ },
5053
+ {
5054
+ "name": "Courthouse JURY_ASSEMBLY_OCC_SCH",
5055
+ "category": "Occupancy",
5056
+ "units": "FRACTION",
5057
+ "day_types": "Sat|Sun|Hol",
5058
+ "start_date": "2018-01-01T00:00:00+00:00",
5059
+ "end_date": "2018-12-31T00:00:00+00:00",
5060
+ "type": "Constant",
5061
+ "notes": "From GSA LEED Cost Study Final Report",
5062
+ "values": [
5063
+ 0.0
5064
+ ]
5065
+ },
5066
+ {
5067
+ "name": "Courthouse JURY_ASSEMBLY_OCC_SCH",
5068
+ "category": "Occupancy",
5069
+ "units": "FRACTION",
5070
+ "day_types": "Tue|Wed|Thu|Fri",
5071
+ "start_date": "2018-01-01T00:00:00+00:00",
5072
+ "end_date": "2018-12-31T00:00:00+00:00",
5073
+ "type": "Hourly",
5074
+ "notes": "From GSA LEED Cost Study Final Report",
5075
+ "values": [
5076
+ 0.0,
5077
+ 0.0,
5078
+ 0.0,
5079
+ 0.0,
5080
+ 0.0,
5081
+ 0.0,
5082
+ 0.0,
5083
+ 0.0,
5084
+ 0.05,
5085
+ 0.05,
5086
+ 0.05,
5087
+ 0.05,
5088
+ 0.05,
5089
+ 0.05,
5090
+ 0.05,
5091
+ 0.05,
5092
+ 0.05,
5093
+ 0.0,
5094
+ 0.0,
5095
+ 0.0,
5096
+ 0.0,
5097
+ 0.0,
5098
+ 0.0,
5099
+ 0.0
5100
+ ]
5101
+ },
5102
+ {
5103
+ "name": "Courthouse JURY_DELIBERATION_LIGHT_SCH",
5104
+ "category": "Lighting",
5105
+ "units": "FRACTION",
5106
+ "day_types": "Fri|Sat|Sun|Hol",
5107
+ "start_date": "2018-01-01T00:00:00+00:00",
5108
+ "end_date": "2018-12-31T00:00:00+00:00",
5109
+ "type": "Constant",
5110
+ "notes": "From GSA LEED Cost Study Final Report",
5111
+ "values": [
5112
+ 0.05
5113
+ ]
5114
+ },
5115
+ {
5116
+ "name": "Courthouse JURY_DELIBERATION_LIGHT_SCH",
5117
+ "category": "Lighting",
5118
+ "units": "FRACTION",
5119
+ "day_types": "Mon",
5120
+ "start_date": "2018-01-01T00:00:00+00:00",
5121
+ "end_date": "2018-12-31T00:00:00+00:00",
5122
+ "type": "Hourly",
5123
+ "notes": "From GSA LEED Cost Study Final Report",
5124
+ "values": [
5125
+ 0.05,
5126
+ 0.05,
5127
+ 0.05,
5128
+ 0.05,
5129
+ 0.05,
5130
+ 0.05,
5131
+ 0.05,
5132
+ 0.05,
5133
+ 0.05,
5134
+ 0.05,
5135
+ 1.0,
5136
+ 0.05,
5137
+ 0.05,
5138
+ 0.05,
5139
+ 0.05,
5140
+ 0.05,
5141
+ 0.05,
5142
+ 0.05,
5143
+ 0.05,
5144
+ 0.05,
5145
+ 0.05,
5146
+ 0.05,
5147
+ 0.05,
5148
+ 0.05
5149
+ ]
5150
+ },
5151
+ {
5152
+ "name": "Courthouse JURY_DELIBERATION_LIGHT_SCH",
5153
+ "category": "Lighting",
5154
+ "units": "FRACTION",
5155
+ "day_types": "Tue",
5156
+ "start_date": "2018-01-01T00:00:00+00:00",
5157
+ "end_date": "2018-12-31T00:00:00+00:00",
5158
+ "type": "Hourly",
5159
+ "notes": "From GSA LEED Cost Study Final Report",
5160
+ "values": [
5161
+ 0.05,
5162
+ 0.05,
5163
+ 0.05,
5164
+ 0.05,
5165
+ 0.05,
5166
+ 0.05,
5167
+ 0.05,
5168
+ 0.05,
5169
+ 1.0,
5170
+ 1.0,
5171
+ 1.0,
5172
+ 1.0,
5173
+ 1.0,
5174
+ 0.05,
5175
+ 0.05,
5176
+ 0.05,
5177
+ 0.05,
5178
+ 0.05,
5179
+ 0.05,
5180
+ 0.05,
5181
+ 0.05,
5182
+ 0.05,
5183
+ 0.05,
5184
+ 0.05
5185
+ ]
5186
+ },
5187
+ {
5188
+ "name": "Courthouse JURY_DELIBERATION_LIGHT_SCH",
5189
+ "category": "Lighting",
5190
+ "units": "FRACTION",
5191
+ "day_types": "Wed|Thu",
5192
+ "start_date": "2018-01-01T00:00:00+00:00",
5193
+ "end_date": "2018-12-31T00:00:00+00:00",
5194
+ "type": "Hourly",
5195
+ "notes": "From GSA LEED Cost Study Final Report",
5196
+ "values": [
5197
+ 0.05,
5198
+ 0.05,
5199
+ 0.05,
5200
+ 0.05,
5201
+ 0.05,
5202
+ 0.05,
5203
+ 0.05,
5204
+ 1.0,
5205
+ 1.0,
5206
+ 1.0,
5207
+ 1.0,
5208
+ 1.0,
5209
+ 1.0,
5210
+ 1.0,
5211
+ 1.0,
5212
+ 0.05,
5213
+ 0.05,
5214
+ 0.05,
5215
+ 0.05,
5216
+ 0.05,
5217
+ 0.05,
5218
+ 0.05,
5219
+ 0.05,
5220
+ 0.05
5221
+ ]
5222
+ },
5223
+ {
5224
+ "name": "Courthouse JURY_DELIBERATION_OCC_SCH",
5225
+ "category": "Occupancy",
5226
+ "units": "FRACTION",
5227
+ "day_types": "Fri|Sat|Sun|Hol",
5228
+ "start_date": "2018-01-01T00:00:00+00:00",
5229
+ "end_date": "2018-12-31T00:00:00+00:00",
5230
+ "type": "Constant",
5231
+ "notes": "From GSA LEED Cost Study Final Report",
5232
+ "values": [
5233
+ 0.0
5234
+ ]
5235
+ },
5236
+ {
5237
+ "name": "Courthouse JURY_DELIBERATION_OCC_SCH",
5238
+ "category": "Occupancy",
5239
+ "units": "FRACTION",
5240
+ "day_types": "Mon",
5241
+ "start_date": "2018-01-01T00:00:00+00:00",
5242
+ "end_date": "2018-12-31T00:00:00+00:00",
5243
+ "type": "Hourly",
5244
+ "notes": "From GSA LEED Cost Study Final Report",
5245
+ "values": [
5246
+ 0.0,
5247
+ 0.0,
5248
+ 0.0,
5249
+ 0.0,
5250
+ 0.0,
5251
+ 0.0,
5252
+ 0.0,
5253
+ 0.0,
5254
+ 0.0,
5255
+ 0.0,
5256
+ 0.0,
5257
+ 1.5,
5258
+ 0.0,
5259
+ 0.0,
5260
+ 0.0,
5261
+ 0.0,
5262
+ 0.0,
5263
+ 0.0,
5264
+ 0.0,
5265
+ 0.0,
5266
+ 0.0,
5267
+ 0.0,
5268
+ 0.0,
5269
+ 0.0
5270
+ ]
5271
+ },
5272
+ {
5273
+ "name": "Courthouse JURY_DELIBERATION_OCC_SCH",
5274
+ "category": "Occupancy",
5275
+ "units": "FRACTION",
5276
+ "day_types": "Tue",
5277
+ "start_date": "2018-01-01T00:00:00+00:00",
5278
+ "end_date": "2018-12-31T00:00:00+00:00",
5279
+ "type": "Hourly",
5280
+ "notes": "From GSA LEED Cost Study Final Report",
5281
+ "values": [
5282
+ 0.0,
5283
+ 0.0,
5284
+ 0.0,
5285
+ 0.0,
5286
+ 0.0,
5287
+ 0.0,
5288
+ 0.0,
5289
+ 0.0,
5290
+ 0.0,
5291
+ 0.78,
5292
+ 0.0,
5293
+ 0.0,
5294
+ 0.0,
5295
+ 0.56,
5296
+ 0.0,
5297
+ 0.0,
5298
+ 0.0,
5299
+ 0.0,
5300
+ 0.0,
5301
+ 0.0,
5302
+ 0.0,
5303
+ 0.0,
5304
+ 0.0,
5305
+ 0.0
5306
+ ]
5307
+ },
5308
+ {
5309
+ "name": "Courthouse JURY_DELIBERATION_OCC_SCH",
5310
+ "category": "Occupancy",
5311
+ "units": "FRACTION",
5312
+ "day_types": "Wed|Thu",
5313
+ "start_date": "2018-01-01T00:00:00+00:00",
5314
+ "end_date": "2018-12-31T00:00:00+00:00",
5315
+ "type": "Hourly",
5316
+ "notes": "From GSA LEED Cost Study Final Report",
5317
+ "values": [
5318
+ 0.0,
5319
+ 0.0,
5320
+ 0.0,
5321
+ 0.0,
5322
+ 0.0,
5323
+ 0.0,
5324
+ 0.0,
5325
+ 0.0,
5326
+ 0.0,
5327
+ 0.78,
5328
+ 0.78,
5329
+ 0.78,
5330
+ 0.78,
5331
+ 0.78,
5332
+ 0.78,
5333
+ 0.78,
5334
+ 0.0,
5335
+ 0.0,
5336
+ 0.0,
5337
+ 0.0,
5338
+ 0.0,
5339
+ 0.0,
5340
+ 0.0,
5341
+ 0.0
5342
+ ]
5343
+ },
5344
+ {
5345
+ "name": "Courthouse OFFICE_OCC_SCH",
5346
+ "category": "Occupancy",
5347
+ "units": "FRACTION",
5348
+ "day_types": "Sat|Sun|Hol",
5349
+ "start_date": "2018-01-01T00:00:00+00:00",
5350
+ "end_date": "2018-12-31T00:00:00+00:00",
5351
+ "type": "Constant",
5352
+ "notes": "From GSA LEED Cost Study Final Report",
5353
+ "values": [
5354
+ 0.0
5355
+ ]
5356
+ },
5357
+ {
5358
+ "name": "Courthouse OFFICE_OCC_SCH",
5359
+ "category": "Occupancy",
5360
+ "units": "FRACTION",
5361
+ "day_types": "Wkdy",
5362
+ "start_date": "2018-01-01T00:00:00+00:00",
5363
+ "end_date": "2018-12-31T00:00:00+00:00",
5364
+ "type": "Hourly",
5365
+ "notes": "From GSA LEED Cost Study Final Report",
5366
+ "values": [
5367
+ 0.0,
5368
+ 0.0,
5369
+ 0.0,
5370
+ 0.0,
5371
+ 0.0,
5372
+ 0.0,
5373
+ 0.0,
5374
+ 0.25,
5375
+ 0.75,
5376
+ 0.9,
5377
+ 0.9,
5378
+ 0.9,
5379
+ 0.5,
5380
+ 0.75,
5381
+ 0.9,
5382
+ 0.9,
5383
+ 0.9,
5384
+ 0.5,
5385
+ 0.0,
5386
+ 0.0,
5387
+ 0.0,
5388
+ 0.0,
5389
+ 0.0,
5390
+ 0.0
5391
+ ]
5392
+ },
5393
+ {
5394
+ "name": "Courthouse_INFIL_QUARTER_ON_SCH",
5395
+ "category": "Infiltration",
5396
+ "units": "MULTIPLIER",
5397
+ "day_types": "Default|SmrDsn",
5398
+ "start_date": "2018-01-01T00:00:00+00:00",
5399
+ "end_date": "2018-12-31T00:00:00+00:00",
5400
+ "type": "Hourly",
5401
+ "notes": "Used Medium Office Infil Quarter On",
5402
+ "values": [
5403
+ 1.0,
5404
+ 1.0,
5405
+ 1.0,
5406
+ 1.0,
5407
+ 1.0,
5408
+ 1.0,
5409
+ 0.25,
5410
+ 0.25,
5411
+ 0.25,
5412
+ 0.25,
5413
+ 0.25,
5414
+ 0.25,
5415
+ 0.25,
5416
+ 0.25,
5417
+ 0.25,
5418
+ 0.25,
5419
+ 0.25,
5420
+ 0.25,
5421
+ 0.25,
5422
+ 0.25,
5423
+ 0.25,
5424
+ 0.25,
5425
+ 1.0,
5426
+ 1.0
5427
+ ]
5428
+ },
5429
+ {
5430
+ "name": "Courthouse_INFIL_QUARTER_ON_SCH",
5431
+ "category": "Infiltration",
5432
+ "units": "MULTIPLIER",
5433
+ "day_types": "Sun",
5434
+ "start_date": "2018-01-01T00:00:00+00:00",
5435
+ "end_date": "2018-12-31T00:00:00+00:00",
5436
+ "type": "Constant",
5437
+ "notes": "Used Medium Office Infil Quarter On",
5438
+ "values": [
5439
+ 1.0
5440
+ ]
5441
+ },
5442
+ {
5443
+ "name": "Courthouse_INFIL_QUARTER_ON_SCH",
5444
+ "category": "Infiltration",
5445
+ "units": "MULTIPLIER",
5446
+ "day_types": "WntrDsn|Sat",
5447
+ "start_date": "2018-01-01T00:00:00+00:00",
5448
+ "end_date": "2018-12-31T00:00:00+00:00",
5449
+ "type": "Hourly",
5450
+ "notes": "Used Medium Office Infil Quarter On",
5451
+ "values": [
5452
+ 1.0,
5453
+ 1.0,
5454
+ 1.0,
5455
+ 1.0,
5456
+ 1.0,
5457
+ 1.0,
5458
+ 0.25,
5459
+ 0.25,
5460
+ 0.25,
5461
+ 0.25,
5462
+ 0.25,
5463
+ 0.25,
5464
+ 0.25,
5465
+ 0.25,
5466
+ 0.25,
5467
+ 0.25,
5468
+ 0.25,
5469
+ 0.25,
5470
+ 1.0,
5471
+ 1.0,
5472
+ 1.0,
5473
+ 1.0,
5474
+ 1.0,
5475
+ 1.0
5476
+ ]
5477
+ },
5478
+ {
5479
+ "name": "Courthouse_INFIL_SCH",
5480
+ "category": "Infiltration",
5481
+ "units": "MULTIPLIER",
5482
+ "day_types": "Default",
5483
+ "start_date": "2018-01-01T00:00:00+00:00",
5484
+ "end_date": "2018-12-31T00:00:00+00:00",
5485
+ "type": "Constant",
5486
+ "notes": "Used OfficeMedium INFIL_SCH_PNNL",
5487
+ "values": [
5488
+ 1.0
5489
+ ]
5490
+ },
5491
+ {
5492
+ "name": "Courthouse_INFIL_SCH",
5493
+ "category": "Infiltration",
5494
+ "units": "MULTIPLIER",
5495
+ "day_types": "SmrDsn|Wkdy",
5496
+ "start_date": "2018-01-01T00:00:00+00:00",
5497
+ "end_date": "2018-12-31T00:00:00+00:00",
5498
+ "type": "Hourly",
5499
+ "notes": "Used OfficeMedium INFIL_SCH_PNNL",
5500
+ "values": [
5501
+ 1.0,
5502
+ 1.0,
5503
+ 1.0,
5504
+ 1.0,
5505
+ 1.0,
5506
+ 1.0,
5507
+ 0.25,
5508
+ 0.25,
5509
+ 0.25,
5510
+ 0.25,
5511
+ 0.25,
5512
+ 0.25,
5513
+ 0.25,
5514
+ 0.25,
5515
+ 0.25,
5516
+ 0.25,
5517
+ 0.25,
5518
+ 0.25,
5519
+ 0.25,
5520
+ 0.25,
5521
+ 0.25,
5522
+ 0.25,
5523
+ 1.0,
5524
+ 1.0
5525
+ ]
5526
+ },
5527
+ {
5528
+ "name": "Courthouse_INFIL_SCH",
5529
+ "category": "Infiltration",
5530
+ "units": "MULTIPLIER",
5531
+ "day_types": "WntrDsn|Sat",
5532
+ "start_date": "2018-01-01T00:00:00+00:00",
5533
+ "end_date": "2018-12-31T00:00:00+00:00",
5534
+ "type": "Hourly",
5535
+ "notes": "Used OfficeMedium INFIL_SCH_PNNL",
5536
+ "values": [
5537
+ 1.0,
5538
+ 1.0,
5539
+ 1.0,
5540
+ 1.0,
5541
+ 1.0,
5542
+ 1.0,
5543
+ 0.25,
5544
+ 0.25,
5545
+ 0.25,
5546
+ 0.25,
5547
+ 0.25,
5548
+ 0.25,
5549
+ 0.25,
5550
+ 0.25,
5551
+ 0.25,
5552
+ 0.25,
5553
+ 0.25,
5554
+ 0.25,
5555
+ 1.0,
5556
+ 1.0,
5557
+ 1.0,
5558
+ 1.0,
5559
+ 1.0,
5560
+ 1.0
5561
+ ]
5562
+ },
5563
+ {
5564
+ "name": "Courthouse_MinOA_MotorizedDamper_Sched",
5565
+ "category": "OA Air",
5566
+ "units": null,
5567
+ "day_types": "Default",
5568
+ "start_date": "2014-01-01T00:00:00+00:00",
5569
+ "end_date": "2014-12-31T00:00:00+00:00",
5570
+ "type": "Constant",
5571
+ "notes": "From Medium Office Prototype",
5572
+ "values": [
5573
+ 0.0
5574
+ ]
5575
+ },
5576
+ {
5577
+ "name": "Courthouse_MinOA_MotorizedDamper_Sched",
5578
+ "category": "OA Air",
5579
+ "units": null,
5580
+ "day_types": "SmrDsn|Wkdy",
5581
+ "start_date": "2014-01-01T00:00:00+00:00",
5582
+ "end_date": "2014-12-31T00:00:00+00:00",
5583
+ "type": "Hourly",
5584
+ "notes": "From Medium Office Prototype",
5585
+ "values": [
5586
+ 0.0,
5587
+ 0.0,
5588
+ 0.0,
5589
+ 0.0,
5590
+ 0.0,
5591
+ 0.0,
5592
+ 0.0,
5593
+ 1.0,
5594
+ 1.0,
5595
+ 1.0,
5596
+ 1.0,
5597
+ 1.0,
5598
+ 1.0,
5599
+ 1.0,
5600
+ 1.0,
5601
+ 1.0,
5602
+ 1.0,
5603
+ 1.0,
5604
+ 1.0,
5605
+ 1.0,
5606
+ 1.0,
5607
+ 1.0,
5608
+ 0.0,
5609
+ 0.0
5610
+ ]
5611
+ },
5612
+ {
5613
+ "name": "Courthouse_MinOA_MotorizedDamper_Sched",
5614
+ "category": "OA Air",
5615
+ "units": null,
5616
+ "day_types": "WntrDsn|Sat",
5617
+ "start_date": "2014-01-01T00:00:00+00:00",
5618
+ "end_date": "2014-12-31T00:00:00+00:00",
5619
+ "type": "Hourly",
5620
+ "notes": "From Medium Office Prototype",
5621
+ "values": [
5622
+ 0.0,
5623
+ 0.0,
5624
+ 0.0,
5625
+ 0.0,
5626
+ 0.0,
5627
+ 0.0,
5628
+ 0.0,
5629
+ 1.0,
5630
+ 1.0,
5631
+ 1.0,
5632
+ 1.0,
5633
+ 1.0,
5634
+ 1.0,
5635
+ 1.0,
5636
+ 1.0,
5637
+ 1.0,
5638
+ 1.0,
5639
+ 1.0,
5640
+ 0.0,
5641
+ 0.0,
5642
+ 0.0,
5643
+ 0.0,
5644
+ 0.0,
5645
+ 0.0
5646
+ ]
5647
+ },
3860
5648
  {
3861
5649
  "name": "D17_Asm_Aud_CFL_Yr",
3862
5650
  "category": "Lighting",
@@ -244401,7 +246189,7 @@
244401
246189
  "units": "ON_OFF",
244402
246190
  "day_types": "Default|Wkdy",
244403
246191
  "start_date": "2014-01-01T00:00:00+00:00",
244404
- "end_date": "0/0/2014",
246192
+ "end_date": "2014-12-31T00:00:00+00:00",
244405
246193
  "type": "Constant",
244406
246194
  "notes": "From eQ_Lib.dat in MASControl 2017",
244407
246195
  "values": [
@@ -244440,7 +246228,7 @@
244440
246228
  "units": "ON_OFF",
244441
246229
  "day_types": "Wknd",
244442
246230
  "start_date": "2014-01-01T00:00:00+00:00",
244443
- "end_date": "0/0/2014",
246231
+ "end_date": "2014-12-31T00:00:00+00:00",
244444
246232
  "type": "Constant",
244445
246233
  "notes": "From eQ_Lib.dat in MASControl 2017",
244446
246234
  "values": [
@@ -311173,7 +312961,7 @@
311173
312961
  "units": "FRACTION",
311174
312962
  "day_types": "Default|Wkdy",
311175
312963
  "start_date": "2014-01-01T00:00:00+00:00",
311176
- "end_date": "0/0/2014",
312964
+ "end_date": "2014-12-31T00:00:00+00:00",
311177
312965
  "type": "Constant",
311178
312966
  "notes": "From eQ_Lib.dat in MASControl 2017",
311179
312967
  "values": [
@@ -311212,7 +313000,7 @@
311212
313000
  "units": "FRACTION",
311213
313001
  "day_types": "Wknd",
311214
313002
  "start_date": "2014-01-01T00:00:00+00:00",
311215
- "end_date": "0/0/2014",
313003
+ "end_date": "2014-12-31T00:00:00+00:00",
311216
313004
  "type": "Constant",
311217
313005
  "notes": "From eQ_Lib.dat in MASControl 2017",
311218
313006
  "values": [