openstudio-standards 0.8.0 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/openstudio-standards/exterior_lighting/create.rb +2 -2
- data/lib/openstudio-standards/exterior_lighting/data/convert_entryway_data.rb +94 -0
- data/lib/openstudio-standards/exterior_lighting/data/convert_parking_data.rb +82 -0
- data/lib/openstudio-standards/exterior_lighting/data/entryways.json +565 -0
- data/lib/openstudio-standards/exterior_lighting/data/parking.json +428 -0
- data/lib/openstudio-standards/exterior_lighting/information.rb +14 -14
- data/lib/openstudio-standards/hvac/components/create.rb +4 -4
- data/lib/openstudio-standards/hvac/components/modify.rb +2 -2
- data/lib/openstudio-standards/hvac/exhaust/create_exhaust_fan.rb +2 -2
- data/lib/openstudio-standards/hvac/exhaust/data/convert_typical_exhaust_data.rb +67 -0
- data/lib/openstudio-standards/infiltration/data/NISTInfiltrationCorrelations.json +3172 -0
- data/lib/openstudio-standards/infiltration/data/convert_infiltration_data.rb +87 -0
- data/lib/openstudio-standards/infiltration/infiltration.rb +3 -3
- data/lib/openstudio-standards/infiltration/nist_infiltration.rb +42 -42
- data/lib/openstudio-standards/refrigeration/create_case.rb +2 -2
- data/lib/openstudio-standards/refrigeration/create_typical_refrigeration.rb +22 -21
- data/lib/openstudio-standards/service_water_heating/create_typical.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.Space.rb +3 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirLoopHVAC.rb +10 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +131 -107
- data/lib/openstudio-standards/standards/deer/data/deer.schedules.json +24 -24
- data/lib/openstudio-standards/utilities/ruleset_check.rb +1 -2
- data/lib/openstudio-standards/version.rb +1 -1
- data/lib/openstudio-standards/weather/stat_file.rb +13 -4
- metadata +9 -3
- data/lib/openstudio-standards/hvac/exhaust/data/convert_data.rb +0 -86
@@ -0,0 +1,565 @@
|
|
1
|
+
{
|
2
|
+
"entryways": [
|
3
|
+
{
|
4
|
+
"building_type": "SmallOffice",
|
5
|
+
"rollup_doors_per_10000_ft2": 0.47,
|
6
|
+
"entrance_doors_per_10000_ft2": 2.0,
|
7
|
+
"other_doors_per_10000_ft2": 2.0,
|
8
|
+
"entrance_canopies": null,
|
9
|
+
"emergency_canopies": null,
|
10
|
+
"canopy_size": null,
|
11
|
+
"floor_area_per_drive_through_window": null,
|
12
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
13
|
+
},
|
14
|
+
{
|
15
|
+
"building_type": "MediumOffice",
|
16
|
+
"rollup_doors_per_10000_ft2": 0.13,
|
17
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
18
|
+
"other_doors_per_10000_ft2": 3.0,
|
19
|
+
"entrance_canopies": null,
|
20
|
+
"emergency_canopies": null,
|
21
|
+
"canopy_size": null,
|
22
|
+
"floor_area_per_drive_through_window": null,
|
23
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"building_type": "LargeOffice",
|
27
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
28
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
29
|
+
"other_doors_per_10000_ft2": 3.0,
|
30
|
+
"entrance_canopies": null,
|
31
|
+
"emergency_canopies": null,
|
32
|
+
"canopy_size": null,
|
33
|
+
"floor_area_per_drive_through_window": null,
|
34
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"building_type": "Retail",
|
38
|
+
"rollup_doors_per_10000_ft2": 1.84,
|
39
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
40
|
+
"other_doors_per_10000_ft2": 2.93,
|
41
|
+
"entrance_canopies": null,
|
42
|
+
"emergency_canopies": null,
|
43
|
+
"canopy_size": null,
|
44
|
+
"floor_area_per_drive_through_window": null,
|
45
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"building_type": "StripMall",
|
49
|
+
"rollup_doors_per_10000_ft2": 0.05,
|
50
|
+
"entrance_doors_per_10000_ft2": 6.0,
|
51
|
+
"other_doors_per_10000_ft2": 6.6,
|
52
|
+
"entrance_canopies": null,
|
53
|
+
"emergency_canopies": null,
|
54
|
+
"canopy_size": null,
|
55
|
+
"floor_area_per_drive_through_window": null,
|
56
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"building_type": "PrimarySchool",
|
60
|
+
"rollup_doors_per_10000_ft2": 0.07,
|
61
|
+
"entrance_doors_per_10000_ft2": 2.0,
|
62
|
+
"other_doors_per_10000_ft2": 3.3,
|
63
|
+
"entrance_canopies": null,
|
64
|
+
"emergency_canopies": null,
|
65
|
+
"canopy_size": null,
|
66
|
+
"floor_area_per_drive_through_window": null,
|
67
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"building_type": "SecondarySchool",
|
71
|
+
"rollup_doors_per_10000_ft2": 0.1,
|
72
|
+
"entrance_doors_per_10000_ft2": 2.0,
|
73
|
+
"other_doors_per_10000_ft2": 2.45,
|
74
|
+
"entrance_canopies": null,
|
75
|
+
"emergency_canopies": null,
|
76
|
+
"canopy_size": null,
|
77
|
+
"floor_area_per_drive_through_window": null,
|
78
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"building_type": "Outpatient",
|
82
|
+
"rollup_doors_per_10000_ft2": 0.1,
|
83
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
84
|
+
"other_doors_per_10000_ft2": 5.19,
|
85
|
+
"entrance_canopies": null,
|
86
|
+
"emergency_canopies": null,
|
87
|
+
"canopy_size": null,
|
88
|
+
"floor_area_per_drive_through_window": null,
|
89
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"building_type": "Hospital",
|
93
|
+
"rollup_doors_per_10000_ft2": 0.03,
|
94
|
+
"entrance_doors_per_10000_ft2": 2.0,
|
95
|
+
"other_doors_per_10000_ft2": 3.8,
|
96
|
+
"entrance_canopies": null,
|
97
|
+
"emergency_canopies": 1.0,
|
98
|
+
"canopy_size": 720.0,
|
99
|
+
"floor_area_per_drive_through_window": null,
|
100
|
+
"notes": "No source for canopy size, Table 5.41. Exterior Lighting Savings Summary for Addendum 90.1-07i doesn't indicate canopy lighting. Section 5.4.2 Exterior Lights in U.S. Department of Energy Commercial Reference Building Models of the National Building Stock shows their use."
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"building_type": "SmallHotel",
|
104
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
105
|
+
"entrance_doors_per_10000_ft2": 2.0,
|
106
|
+
"other_doors_per_10000_ft2": 28.91,
|
107
|
+
"entrance_canopies": 1.0,
|
108
|
+
"emergency_canopies": null,
|
109
|
+
"canopy_size": 720.0,
|
110
|
+
"floor_area_per_drive_through_window": null,
|
111
|
+
"notes": "SmallHotel appears to have exterior entries for all units, No source for canopy size, Table 5.41. Exterior Lighting Savings Summary for Addendum 90.1-07i doesn't indicate canopy lighting. Section 5.4.2 Exterior Lights in U.S. Department of Energy Commercial Reference Building Models of the National Building Stock shows their use."
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"building_type": "LargeHotel",
|
115
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
116
|
+
"entrance_doors_per_10000_ft2": 2.0,
|
117
|
+
"other_doors_per_10000_ft2": 2.27,
|
118
|
+
"entrance_canopies": 1.0,
|
119
|
+
"emergency_canopies": null,
|
120
|
+
"canopy_size": 1620.0,
|
121
|
+
"floor_area_per_drive_through_window": null,
|
122
|
+
"notes": "No source for canopy size, Table 5.41. Exterior Lighting Savings Summary for Addendum 90.1-07i doesn't indicate canopy lighting. Section 5.4.2 Exterior Lights in U.S. Department of Energy Commercial Reference Building Models of the National Building Stock shows their use."
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"building_type": "Warehouse",
|
126
|
+
"rollup_doors_per_10000_ft2": 3.67,
|
127
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
128
|
+
"other_doors_per_10000_ft2": 2.0,
|
129
|
+
"entrance_canopies": null,
|
130
|
+
"emergency_canopies": null,
|
131
|
+
"canopy_size": null,
|
132
|
+
"floor_area_per_drive_through_window": null,
|
133
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"building_type": "QuickServiceRestaurant",
|
137
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
138
|
+
"entrance_doors_per_10000_ft2": 2.0,
|
139
|
+
"other_doors_per_10000_ft2": 1.0,
|
140
|
+
"entrance_canopies": null,
|
141
|
+
"emergency_canopies": null,
|
142
|
+
"canopy_size": null,
|
143
|
+
"floor_area_per_drive_through_window": 2500.0,
|
144
|
+
"notes": "No source for drive through count, Table 5.41. Exterior Lighting Savings Summary for Addendum 90.1-07i doesn't indicate drive through lighting. Section 5.4.2 Exterior Lights in U.S. Department of Energy Commercial Reference Building Models of the National Building Stock shows their use."
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"building_type": "FullServiceRestaurant",
|
148
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
149
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
150
|
+
"other_doors_per_10000_ft2": 3.0,
|
151
|
+
"entrance_canopies": null,
|
152
|
+
"emergency_canopies": null,
|
153
|
+
"canopy_size": null,
|
154
|
+
"floor_area_per_drive_through_window": null,
|
155
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
156
|
+
},
|
157
|
+
{
|
158
|
+
"building_type": "MidriseApartment",
|
159
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
160
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
161
|
+
"other_doors_per_10000_ft2": 1.13,
|
162
|
+
"entrance_canopies": null,
|
163
|
+
"emergency_canopies": null,
|
164
|
+
"canopy_size": null,
|
165
|
+
"floor_area_per_drive_through_window": null,
|
166
|
+
"notes": "Midrise not in table 4.18, using half of values from LargeHotel."
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"building_type": "HighriseApartment",
|
170
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
171
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
172
|
+
"other_doors_per_10000_ft2": 1.13,
|
173
|
+
"entrance_canopies": null,
|
174
|
+
"emergency_canopies": null,
|
175
|
+
"canopy_size": null,
|
176
|
+
"floor_area_per_drive_through_window": null,
|
177
|
+
"notes": "Highrise not in table 4.18, using half of values from LargeHotel."
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"building_type": "SuperMarket",
|
181
|
+
"rollup_doors_per_10000_ft2": 1.84,
|
182
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
183
|
+
"other_doors_per_10000_ft2": 2.93,
|
184
|
+
"entrance_canopies": null,
|
185
|
+
"emergency_canopies": null,
|
186
|
+
"canopy_size": null,
|
187
|
+
"floor_area_per_drive_through_window": null,
|
188
|
+
"notes": "SuperMarket not in table 4.18, using values from RetailStandAlone. Consistant with SuperMarket parking area used in U.S. Department of Energy Commercial Reference Building Models of the National Building Stock report."
|
189
|
+
},
|
190
|
+
{
|
191
|
+
"building_type": "Courthouse",
|
192
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
193
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
194
|
+
"other_doors_per_10000_ft2": 3.0,
|
195
|
+
"entrance_canopies": null,
|
196
|
+
"emergency_canopies": null,
|
197
|
+
"canopy_size": null,
|
198
|
+
"floor_area_per_drive_through_window": null,
|
199
|
+
"notes": "match MediumOffice"
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"building_type": "College",
|
203
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
204
|
+
"entrance_doors_per_10000_ft2": 2.0,
|
205
|
+
"other_doors_per_10000_ft2": 2.45,
|
206
|
+
"entrance_canopies": null,
|
207
|
+
"emergency_canopies": null,
|
208
|
+
"canopy_size": null,
|
209
|
+
"floor_area_per_drive_through_window": null,
|
210
|
+
"notes": "match SecondarySchool"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"building_type": "Laboratory",
|
214
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
215
|
+
"entrance_doors_per_10000_ft2": 2.0,
|
216
|
+
"other_doors_per_10000_ft2": 2.45,
|
217
|
+
"entrance_canopies": null,
|
218
|
+
"emergency_canopies": null,
|
219
|
+
"canopy_size": null,
|
220
|
+
"floor_area_per_drive_through_window": null,
|
221
|
+
"notes": "match SecondarySchool"
|
222
|
+
},
|
223
|
+
{
|
224
|
+
"building_type": "SmallDataCenterLowITE",
|
225
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
226
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
227
|
+
"other_doors_per_10000_ft2": 3.0,
|
228
|
+
"entrance_canopies": null,
|
229
|
+
"emergency_canopies": null,
|
230
|
+
"canopy_size": null,
|
231
|
+
"floor_area_per_drive_through_window": null,
|
232
|
+
"notes": "match MediumOffice"
|
233
|
+
},
|
234
|
+
{
|
235
|
+
"building_type": "SmallDataCenterHighITE",
|
236
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
237
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
238
|
+
"other_doors_per_10000_ft2": 3.0,
|
239
|
+
"entrance_canopies": null,
|
240
|
+
"emergency_canopies": null,
|
241
|
+
"canopy_size": null,
|
242
|
+
"floor_area_per_drive_through_window": null,
|
243
|
+
"notes": "match MediumOffice"
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"building_type": "LargeDataCenterLowITE",
|
247
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
248
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
249
|
+
"other_doors_per_10000_ft2": 3.0,
|
250
|
+
"entrance_canopies": null,
|
251
|
+
"emergency_canopies": null,
|
252
|
+
"canopy_size": null,
|
253
|
+
"floor_area_per_drive_through_window": null,
|
254
|
+
"notes": "match MediumOffice"
|
255
|
+
},
|
256
|
+
{
|
257
|
+
"building_type": "LargeDataCenterHighITE",
|
258
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
259
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
260
|
+
"other_doors_per_10000_ft2": 3.0,
|
261
|
+
"entrance_canopies": null,
|
262
|
+
"emergency_canopies": null,
|
263
|
+
"canopy_size": null,
|
264
|
+
"floor_area_per_drive_through_window": null,
|
265
|
+
"notes": "match MediumOffice"
|
266
|
+
},
|
267
|
+
{
|
268
|
+
"building_type": "SmallOfficeDetailed",
|
269
|
+
"rollup_doors_per_10000_ft2": 0.47,
|
270
|
+
"entrance_doors_per_10000_ft2": 2.0,
|
271
|
+
"other_doors_per_10000_ft2": 2.0,
|
272
|
+
"entrance_canopies": null,
|
273
|
+
"emergency_canopies": null,
|
274
|
+
"canopy_size": null,
|
275
|
+
"floor_area_per_drive_through_window": null,
|
276
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"building_type": "MediumOfficeDetailed",
|
280
|
+
"rollup_doors_per_10000_ft2": 0.13,
|
281
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
282
|
+
"other_doors_per_10000_ft2": 3.0,
|
283
|
+
"entrance_canopies": null,
|
284
|
+
"emergency_canopies": null,
|
285
|
+
"canopy_size": null,
|
286
|
+
"floor_area_per_drive_through_window": null,
|
287
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
288
|
+
},
|
289
|
+
{
|
290
|
+
"building_type": "LargeOfficeDetailed",
|
291
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
292
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
293
|
+
"other_doors_per_10000_ft2": 3.0,
|
294
|
+
"entrance_canopies": null,
|
295
|
+
"emergency_canopies": null,
|
296
|
+
"canopy_size": null,
|
297
|
+
"floor_area_per_drive_through_window": null,
|
298
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
299
|
+
},
|
300
|
+
{
|
301
|
+
"building_type": "Asm",
|
302
|
+
"rollup_doors_per_10000_ft2": 0.1,
|
303
|
+
"entrance_doors_per_10000_ft2": 2.0,
|
304
|
+
"other_doors_per_10000_ft2": 2.45,
|
305
|
+
"entrance_canopies": null,
|
306
|
+
"emergency_canopies": null,
|
307
|
+
"canopy_size": null,
|
308
|
+
"floor_area_per_drive_through_window": null,
|
309
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
310
|
+
},
|
311
|
+
{
|
312
|
+
"building_type": "ECC",
|
313
|
+
"rollup_doors_per_10000_ft2": 0.1,
|
314
|
+
"entrance_doors_per_10000_ft2": 2.0,
|
315
|
+
"other_doors_per_10000_ft2": 2.45,
|
316
|
+
"entrance_canopies": null,
|
317
|
+
"emergency_canopies": null,
|
318
|
+
"canopy_size": null,
|
319
|
+
"floor_area_per_drive_through_window": null,
|
320
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
321
|
+
},
|
322
|
+
{
|
323
|
+
"building_type": "EPr",
|
324
|
+
"rollup_doors_per_10000_ft2": 0.07,
|
325
|
+
"entrance_doors_per_10000_ft2": 2.0,
|
326
|
+
"other_doors_per_10000_ft2": 3.3,
|
327
|
+
"entrance_canopies": null,
|
328
|
+
"emergency_canopies": null,
|
329
|
+
"canopy_size": null,
|
330
|
+
"floor_area_per_drive_through_window": null,
|
331
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
332
|
+
},
|
333
|
+
{
|
334
|
+
"building_type": "ERC",
|
335
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
336
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
337
|
+
"other_doors_per_10000_ft2": 0.0,
|
338
|
+
"entrance_canopies": null,
|
339
|
+
"emergency_canopies": null,
|
340
|
+
"canopy_size": null,
|
341
|
+
"floor_area_per_drive_through_window": null,
|
342
|
+
"notes": "Relocatable classrooms typically have 1 door based on engineering judgement"
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"building_type": "ESe",
|
346
|
+
"rollup_doors_per_10000_ft2": 0.1,
|
347
|
+
"entrance_doors_per_10000_ft2": 2.0,
|
348
|
+
"other_doors_per_10000_ft2": 2.45,
|
349
|
+
"entrance_canopies": null,
|
350
|
+
"emergency_canopies": null,
|
351
|
+
"canopy_size": null,
|
352
|
+
"floor_area_per_drive_through_window": null,
|
353
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
354
|
+
},
|
355
|
+
{
|
356
|
+
"building_type": "EUn",
|
357
|
+
"rollup_doors_per_10000_ft2": 0.1,
|
358
|
+
"entrance_doors_per_10000_ft2": 2.0,
|
359
|
+
"other_doors_per_10000_ft2": 2.45,
|
360
|
+
"entrance_canopies": null,
|
361
|
+
"emergency_canopies": null,
|
362
|
+
"canopy_size": null,
|
363
|
+
"floor_area_per_drive_through_window": null,
|
364
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
365
|
+
},
|
366
|
+
{
|
367
|
+
"building_type": "Gro",
|
368
|
+
"rollup_doors_per_10000_ft2": 1.84,
|
369
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
370
|
+
"other_doors_per_10000_ft2": 2.93,
|
371
|
+
"entrance_canopies": null,
|
372
|
+
"emergency_canopies": null,
|
373
|
+
"canopy_size": null,
|
374
|
+
"floor_area_per_drive_through_window": null,
|
375
|
+
"notes": "SuperMarket not in table 4.18, using values from RetailStandAlone. Consistant with SuperMarket parking area used in U.S. Department of Energy Commercial Reference Building Models of the National Building Stock report."
|
376
|
+
},
|
377
|
+
{
|
378
|
+
"building_type": "Hsp",
|
379
|
+
"rollup_doors_per_10000_ft2": 0.03,
|
380
|
+
"entrance_doors_per_10000_ft2": 0.67,
|
381
|
+
"other_doors_per_10000_ft2": 3.8,
|
382
|
+
"entrance_canopies": null,
|
383
|
+
"emergency_canopies": 1.0,
|
384
|
+
"canopy_size": 720.0,
|
385
|
+
"floor_area_per_drive_through_window": null,
|
386
|
+
"notes": "No source for canopy size, Table 5.41. Exterior Lighting Savings Summary for Addendum 90.1-07i doesn't indicate canopy lighting. Section 5.4.2 Exterior Lights in U.S. Department of Energy Commercial Reference Building Models of the National Building Stock shows their use."
|
387
|
+
},
|
388
|
+
{
|
389
|
+
"building_type": "Htl",
|
390
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
391
|
+
"entrance_doors_per_10000_ft2": 0.67,
|
392
|
+
"other_doors_per_10000_ft2": 2.27,
|
393
|
+
"entrance_canopies": 1.0,
|
394
|
+
"emergency_canopies": null,
|
395
|
+
"canopy_size": 1620.0,
|
396
|
+
"floor_area_per_drive_through_window": null,
|
397
|
+
"notes": "No source for canopy size, Table 5.41. Exterior Lighting Savings Summary for Addendum 90.1-07i doesn't indicate canopy lighting. Section 5.4.2 Exterior Lights in U.S. Department of Energy Commercial Reference Building Models of the National Building Stock shows their use."
|
398
|
+
},
|
399
|
+
{
|
400
|
+
"building_type": "MBT",
|
401
|
+
"rollup_doors_per_10000_ft2": 3.67,
|
402
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
403
|
+
"other_doors_per_10000_ft2": 2.0,
|
404
|
+
"entrance_canopies": null,
|
405
|
+
"emergency_canopies": null,
|
406
|
+
"canopy_size": null,
|
407
|
+
"floor_area_per_drive_through_window": null,
|
408
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
409
|
+
},
|
410
|
+
{
|
411
|
+
"building_type": "MFm",
|
412
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
413
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
414
|
+
"other_doors_per_10000_ft2": 1.13,
|
415
|
+
"entrance_canopies": null,
|
416
|
+
"emergency_canopies": null,
|
417
|
+
"canopy_size": null,
|
418
|
+
"floor_area_per_drive_through_window": null,
|
419
|
+
"notes": "Midrise not in table 4.18, using half of values from LargeHotel."
|
420
|
+
},
|
421
|
+
{
|
422
|
+
"building_type": "MLI",
|
423
|
+
"rollup_doors_per_10000_ft2": 3.67,
|
424
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
425
|
+
"other_doors_per_10000_ft2": 2.0,
|
426
|
+
"entrance_canopies": null,
|
427
|
+
"emergency_canopies": null,
|
428
|
+
"canopy_size": null,
|
429
|
+
"floor_area_per_drive_through_window": null,
|
430
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
431
|
+
},
|
432
|
+
{
|
433
|
+
"building_type": "Mtl",
|
434
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
435
|
+
"entrance_doors_per_10000_ft2": 2.0,
|
436
|
+
"other_doors_per_10000_ft2": 28.91,
|
437
|
+
"entrance_canopies": null,
|
438
|
+
"emergency_canopies": null,
|
439
|
+
"canopy_size": null,
|
440
|
+
"floor_area_per_drive_through_window": null,
|
441
|
+
"notes": "Assuming no canopy; this is different from the DOE SmallHotel prototype. The DOE SmallHotel appears to have exterior entries for all units, No source for canopy size, Table 5.41. Exterior Lighting Savings Summary for Addendum 90.1-07i doesn't indicate canopy lighting. Section 5.4.2 Exterior Lights in U.S. Department of Energy Commercial Reference Building Models of the National Building Stock shows their use."
|
442
|
+
},
|
443
|
+
{
|
444
|
+
"building_type": "Nrs",
|
445
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
446
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
447
|
+
"other_doors_per_10000_ft2": 1.13,
|
448
|
+
"entrance_canopies": null,
|
449
|
+
"emergency_canopies": null,
|
450
|
+
"canopy_size": null,
|
451
|
+
"floor_area_per_drive_through_window": null,
|
452
|
+
"notes": "Nursing home not in table 4.18, using half of values from LargeHotel."
|
453
|
+
},
|
454
|
+
{
|
455
|
+
"building_type": "OfL",
|
456
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
457
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
458
|
+
"other_doors_per_10000_ft2": 3.0,
|
459
|
+
"entrance_canopies": null,
|
460
|
+
"emergency_canopies": null,
|
461
|
+
"canopy_size": null,
|
462
|
+
"floor_area_per_drive_through_window": null,
|
463
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
464
|
+
},
|
465
|
+
{
|
466
|
+
"building_type": "OfS",
|
467
|
+
"rollup_doors_per_10000_ft2": 0.47,
|
468
|
+
"entrance_doors_per_10000_ft2": 2.0,
|
469
|
+
"other_doors_per_10000_ft2": 2.0,
|
470
|
+
"entrance_canopies": null,
|
471
|
+
"emergency_canopies": null,
|
472
|
+
"canopy_size": null,
|
473
|
+
"floor_area_per_drive_through_window": null,
|
474
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
475
|
+
},
|
476
|
+
{
|
477
|
+
"building_type": "RFF",
|
478
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
479
|
+
"entrance_doors_per_10000_ft2": 2.0,
|
480
|
+
"other_doors_per_10000_ft2": 1.0,
|
481
|
+
"entrance_canopies": null,
|
482
|
+
"emergency_canopies": null,
|
483
|
+
"canopy_size": null,
|
484
|
+
"floor_area_per_drive_through_window": 2500.0,
|
485
|
+
"notes": "No source for drive through count, Table 5.41. Exterior Lighting Savings Summary for Addendum 90.1-07i doesn't indicate drive through lighting. Section 5.4.2 Exterior Lights in U.S. Department of Energy Commercial Reference Building Models of the National Building Stock shows their use."
|
486
|
+
},
|
487
|
+
{
|
488
|
+
"building_type": "RSD",
|
489
|
+
"rollup_doors_per_10000_ft2": 0.0,
|
490
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
491
|
+
"other_doors_per_10000_ft2": 3.0,
|
492
|
+
"entrance_canopies": null,
|
493
|
+
"emergency_canopies": null,
|
494
|
+
"canopy_size": null,
|
495
|
+
"floor_area_per_drive_through_window": null,
|
496
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
497
|
+
},
|
498
|
+
{
|
499
|
+
"building_type": "Rt3",
|
500
|
+
"rollup_doors_per_10000_ft2": 1.84,
|
501
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
502
|
+
"other_doors_per_10000_ft2": 2.93,
|
503
|
+
"entrance_canopies": null,
|
504
|
+
"emergency_canopies": null,
|
505
|
+
"canopy_size": null,
|
506
|
+
"floor_area_per_drive_through_window": null,
|
507
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
508
|
+
},
|
509
|
+
{
|
510
|
+
"building_type": "RtL",
|
511
|
+
"rollup_doors_per_10000_ft2": 1.84,
|
512
|
+
"entrance_doors_per_10000_ft2": 1.0,
|
513
|
+
"other_doors_per_10000_ft2": 2.93,
|
514
|
+
"entrance_canopies": null,
|
515
|
+
"emergency_canopies": null,
|
516
|
+
"canopy_size": null,
|
517
|
+
"floor_area_per_drive_through_window": null,
|
518
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"building_type": "RtS",
|
522
|
+
"rollup_doors_per_10000_ft2": 0.05,
|
523
|
+
"entrance_doors_per_10000_ft2": 6.0,
|
524
|
+
"other_doors_per_10000_ft2": 6.6,
|
525
|
+
"entrance_canopies": null,
|
526
|
+
"emergency_canopies": null,
|
527
|
+
"canopy_size": null,
|
528
|
+
"floor_area_per_drive_through_window": null,
|
529
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
530
|
+
},
|
531
|
+
{
|
532
|
+
"building_type": "SCn",
|
533
|
+
"rollup_doors_per_10000_ft2": 3.67,
|
534
|
+
"entrance_doors_per_10000_ft2": 0.2,
|
535
|
+
"other_doors_per_10000_ft2": 0.2,
|
536
|
+
"entrance_canopies": null,
|
537
|
+
"emergency_canopies": null,
|
538
|
+
"canopy_size": null,
|
539
|
+
"floor_area_per_drive_through_window": null,
|
540
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
541
|
+
},
|
542
|
+
{
|
543
|
+
"building_type": "SUn",
|
544
|
+
"rollup_doors_per_10000_ft2": 3.67,
|
545
|
+
"entrance_doors_per_10000_ft2": 0.2,
|
546
|
+
"other_doors_per_10000_ft2": 0.2,
|
547
|
+
"entrance_canopies": null,
|
548
|
+
"emergency_canopies": null,
|
549
|
+
"canopy_size": null,
|
550
|
+
"floor_area_per_drive_through_window": null,
|
551
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
552
|
+
},
|
553
|
+
{
|
554
|
+
"building_type": "WRf",
|
555
|
+
"rollup_doors_per_10000_ft2": 3.67,
|
556
|
+
"entrance_doors_per_10000_ft2": 0.2,
|
557
|
+
"other_doors_per_10000_ft2": 0.2,
|
558
|
+
"entrance_canopies": null,
|
559
|
+
"emergency_canopies": null,
|
560
|
+
"canopy_size": null,
|
561
|
+
"floor_area_per_drive_through_window": null,
|
562
|
+
"notes": "Based on Table 4.18 Number of Doors by Door Type from Achieving the 30% Goal: Energy and Cost Savings Analysis of ASHRAE Standard 90.1-2010"
|
563
|
+
}
|
564
|
+
]
|
565
|
+
}
|