openstudio-standards 0.2.13 → 0.2.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/data/standards/OpenStudio_Standards-ashrae_90_1-ALL-comstock(space_types).xlsx +0 -0
  3. data/data/standards/metadata_units_OpenStudio_Standards-ashrae_90_1-ALL-comstockspace_types.csv +18 -0
  4. data/lib/openstudio-standards.rb +2 -0
  5. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Hospital.rb +5 -1
  6. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Outpatient.rb +5 -1
  7. data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +40 -8
  8. data/lib/openstudio-standards/standards/Standards.ThermalZone.rb +2 -2
  9. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/data/comstock_ashrae_90_1_2004.ref_lnup.json +6 -6
  10. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/data/comstock_ashrae_90_1_2004.spc_typ.json +3154 -266
  11. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/data/comstock_ashrae_90_1_2007.ref_lnup.json +6 -6
  12. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/data/comstock_ashrae_90_1_2007.spc_typ.json +3158 -280
  13. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/data/comstock_ashrae_90_1_2010.ref_lnup.json +6 -6
  14. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/data/comstock_ashrae_90_1_2010.spc_typ.json +3183 -285
  15. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/data/comstock_ashrae_90_1_2013.ref_lnup.json +6 -6
  16. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/data/comstock_ashrae_90_1_2013.spc_typ.json +3261 -301
  17. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/comstock_ashrae_90_1_2016.rb +16 -0
  18. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/ashrae_90_1.schedules.json +344202 -0
  19. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/comstock_ashrae_90_1_2016.ext_ltg.json +169 -0
  20. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/comstock_ashrae_90_1_2016.ref_cases.json +763 -0
  21. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/comstock_ashrae_90_1_2016.ref_lnup.json +562 -0
  22. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/comstock_ashrae_90_1_2016.spc_typ.json +22231 -0
  23. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/comstock_ashrae_90_1_2019.rb +16 -0
  24. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/ashrae_90_1.schedules.json +344202 -0
  25. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/comstock_ashrae_90_1_2019.ext_ltg.json +169 -0
  26. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/comstock_ashrae_90_1_2019.ref_cases.json +763 -0
  27. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/comstock_ashrae_90_1_2019.ref_lnup.json +562 -0
  28. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/comstock_ashrae_90_1_2019.spc_typ.json +22256 -0
  29. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/data/comstock_doe_ref_1980_2004.ref_lnup.json +6 -6
  30. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/data/comstock_doe_ref_1980_2004.spc_typ.json +2493 -209
  31. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/comstock_doe_ref_pre_1980/data/comstock_doe_ref_pre_1980.ref_lnup.json +6 -6
  32. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/comstock_doe_ref_pre_1980/data/comstock_doe_ref_pre_1980.spc_typ.json +2472 -208
  33. data/lib/openstudio-standards/version.rb +1 -1
  34. metadata +15 -4
  35. data/data/standards/OpenStudio_Standards-ashrae_90_1(space_types).xlsx +0 -0
  36. data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
@@ -0,0 +1,562 @@
1
+ {
2
+ "refrigeration_system_lineup": [
3
+ {
4
+ "template": "ComStock 90.1-2019",
5
+ "building_type": "FullServiceRestaurant",
6
+ "size_category": "Any",
7
+ "system_type": "Low Temperature",
8
+ "number_of_display_cases": 0.0,
9
+ "number_of_walkins": 1.0,
10
+ "case_type_1": null,
11
+ "case_type_2": null,
12
+ "case_type_3": null,
13
+ "case_type_4": null,
14
+ "case_type_5": null,
15
+ "case_type_6": null,
16
+ "case_type_7": null,
17
+ "case_type_8": null,
18
+ "case_type_9": null,
19
+ "case_type_10": null,
20
+ "case_type_11": null,
21
+ "case_type_12": null,
22
+ "case_type_13": null,
23
+ "case_type_14": null,
24
+ "walkin_type_1": "Full Service Restaurant Freezer",
25
+ "walkin_type_2": null,
26
+ "walkin_type_3": null,
27
+ "walkin_type_4": null,
28
+ "walkin_type_5": null,
29
+ "walkin_type_6": null,
30
+ "walkin_type_7": null,
31
+ "walkin_type_8": null,
32
+ "compressor_name": "LT compressor"
33
+ },
34
+ {
35
+ "template": "ComStock 90.1-2019",
36
+ "building_type": "FullServiceRestaurant",
37
+ "size_category": "Any",
38
+ "system_type": "Medium Temperature",
39
+ "number_of_display_cases": 0.0,
40
+ "number_of_walkins": 1.0,
41
+ "case_type_1": null,
42
+ "case_type_2": null,
43
+ "case_type_3": null,
44
+ "case_type_4": null,
45
+ "case_type_5": null,
46
+ "case_type_6": null,
47
+ "case_type_7": null,
48
+ "case_type_8": null,
49
+ "case_type_9": null,
50
+ "case_type_10": null,
51
+ "case_type_11": null,
52
+ "case_type_12": null,
53
+ "case_type_13": null,
54
+ "case_type_14": null,
55
+ "walkin_type_1": "Full Service Restaurant Cooler",
56
+ "walkin_type_2": null,
57
+ "walkin_type_3": null,
58
+ "walkin_type_4": null,
59
+ "walkin_type_5": null,
60
+ "walkin_type_6": null,
61
+ "walkin_type_7": null,
62
+ "walkin_type_8": null,
63
+ "compressor_name": "MT compressor"
64
+ },
65
+ {
66
+ "template": "ComStock 90.1-2019",
67
+ "building_type": "Hospital",
68
+ "size_category": "Any",
69
+ "system_type": "Low Temperature",
70
+ "number_of_display_cases": 0.0,
71
+ "number_of_walkins": 1.0,
72
+ "case_type_1": null,
73
+ "case_type_2": null,
74
+ "case_type_3": null,
75
+ "case_type_4": null,
76
+ "case_type_5": null,
77
+ "case_type_6": null,
78
+ "case_type_7": null,
79
+ "case_type_8": null,
80
+ "case_type_9": null,
81
+ "case_type_10": null,
82
+ "case_type_11": null,
83
+ "case_type_12": null,
84
+ "case_type_13": null,
85
+ "case_type_14": null,
86
+ "walkin_type_1": "Hospital Freezer",
87
+ "walkin_type_2": null,
88
+ "walkin_type_3": null,
89
+ "walkin_type_4": null,
90
+ "walkin_type_5": null,
91
+ "walkin_type_6": null,
92
+ "walkin_type_7": null,
93
+ "walkin_type_8": null,
94
+ "compressor_name": "LT compressor"
95
+ },
96
+ {
97
+ "template": "ComStock 90.1-2019",
98
+ "building_type": "Hospital",
99
+ "size_category": "Any",
100
+ "system_type": "Medium Temperature",
101
+ "number_of_display_cases": 0.0,
102
+ "number_of_walkins": 1.0,
103
+ "case_type_1": null,
104
+ "case_type_2": null,
105
+ "case_type_3": null,
106
+ "case_type_4": null,
107
+ "case_type_5": null,
108
+ "case_type_6": null,
109
+ "case_type_7": null,
110
+ "case_type_8": null,
111
+ "case_type_9": null,
112
+ "case_type_10": null,
113
+ "case_type_11": null,
114
+ "case_type_12": null,
115
+ "case_type_13": null,
116
+ "case_type_14": null,
117
+ "walkin_type_1": "Hospital Cooler",
118
+ "walkin_type_2": null,
119
+ "walkin_type_3": null,
120
+ "walkin_type_4": null,
121
+ "walkin_type_5": null,
122
+ "walkin_type_6": null,
123
+ "walkin_type_7": null,
124
+ "walkin_type_8": null,
125
+ "compressor_name": "MT compressor"
126
+ },
127
+ {
128
+ "template": "ComStock 90.1-2019",
129
+ "building_type": "LargeHotel",
130
+ "size_category": "Any",
131
+ "system_type": "Low Temperature",
132
+ "number_of_display_cases": 0.0,
133
+ "number_of_walkins": 1.0,
134
+ "case_type_1": null,
135
+ "case_type_2": null,
136
+ "case_type_3": null,
137
+ "case_type_4": null,
138
+ "case_type_5": null,
139
+ "case_type_6": null,
140
+ "case_type_7": null,
141
+ "case_type_8": null,
142
+ "case_type_9": null,
143
+ "case_type_10": null,
144
+ "case_type_11": null,
145
+ "case_type_12": null,
146
+ "case_type_13": null,
147
+ "case_type_14": null,
148
+ "walkin_type_1": "Large Hotel Freezer",
149
+ "walkin_type_2": null,
150
+ "walkin_type_3": null,
151
+ "walkin_type_4": null,
152
+ "walkin_type_5": null,
153
+ "walkin_type_6": null,
154
+ "walkin_type_7": null,
155
+ "walkin_type_8": null,
156
+ "compressor_name": "LT compressor"
157
+ },
158
+ {
159
+ "template": "ComStock 90.1-2019",
160
+ "building_type": "LargeHotel",
161
+ "size_category": "Any",
162
+ "system_type": "Medium Temperature",
163
+ "number_of_display_cases": 0.0,
164
+ "number_of_walkins": 1.0,
165
+ "case_type_1": null,
166
+ "case_type_2": null,
167
+ "case_type_3": null,
168
+ "case_type_4": null,
169
+ "case_type_5": null,
170
+ "case_type_6": null,
171
+ "case_type_7": null,
172
+ "case_type_8": null,
173
+ "case_type_9": null,
174
+ "case_type_10": null,
175
+ "case_type_11": null,
176
+ "case_type_12": null,
177
+ "case_type_13": null,
178
+ "case_type_14": null,
179
+ "walkin_type_1": "Large Hotel Cooler",
180
+ "walkin_type_2": null,
181
+ "walkin_type_3": null,
182
+ "walkin_type_4": null,
183
+ "walkin_type_5": null,
184
+ "walkin_type_6": null,
185
+ "walkin_type_7": null,
186
+ "walkin_type_8": null,
187
+ "compressor_name": "MT compressor"
188
+ },
189
+ {
190
+ "template": "ComStock 90.1-2019",
191
+ "building_type": "PrimarySchool",
192
+ "size_category": "Any",
193
+ "system_type": "Low Temperature",
194
+ "number_of_display_cases": 0.0,
195
+ "number_of_walkins": 1.0,
196
+ "case_type_1": null,
197
+ "case_type_2": null,
198
+ "case_type_3": null,
199
+ "case_type_4": null,
200
+ "case_type_5": null,
201
+ "case_type_6": null,
202
+ "case_type_7": null,
203
+ "case_type_8": null,
204
+ "case_type_9": null,
205
+ "case_type_10": null,
206
+ "case_type_11": null,
207
+ "case_type_12": null,
208
+ "case_type_13": null,
209
+ "case_type_14": null,
210
+ "walkin_type_1": "Primary School Freezer",
211
+ "walkin_type_2": null,
212
+ "walkin_type_3": null,
213
+ "walkin_type_4": null,
214
+ "walkin_type_5": null,
215
+ "walkin_type_6": null,
216
+ "walkin_type_7": null,
217
+ "walkin_type_8": null,
218
+ "compressor_name": "LT compressor"
219
+ },
220
+ {
221
+ "template": "ComStock 90.1-2019",
222
+ "building_type": "PrimarySchool",
223
+ "size_category": "Any",
224
+ "system_type": "Medium Temperature",
225
+ "number_of_display_cases": 0.0,
226
+ "number_of_walkins": 1.0,
227
+ "case_type_1": null,
228
+ "case_type_2": null,
229
+ "case_type_3": null,
230
+ "case_type_4": null,
231
+ "case_type_5": null,
232
+ "case_type_6": null,
233
+ "case_type_7": null,
234
+ "case_type_8": null,
235
+ "case_type_9": null,
236
+ "case_type_10": null,
237
+ "case_type_11": null,
238
+ "case_type_12": null,
239
+ "case_type_13": null,
240
+ "case_type_14": null,
241
+ "walkin_type_1": "Primary School Cooler",
242
+ "walkin_type_2": null,
243
+ "walkin_type_3": null,
244
+ "walkin_type_4": null,
245
+ "walkin_type_5": null,
246
+ "walkin_type_6": null,
247
+ "walkin_type_7": null,
248
+ "walkin_type_8": null,
249
+ "compressor_name": "MT compressor"
250
+ },
251
+ {
252
+ "template": "ComStock 90.1-2019",
253
+ "building_type": "QuickServiceRestaurant",
254
+ "size_category": "Any",
255
+ "system_type": "Low Temperature",
256
+ "number_of_display_cases": 0.0,
257
+ "number_of_walkins": 1.0,
258
+ "case_type_1": null,
259
+ "case_type_2": null,
260
+ "case_type_3": null,
261
+ "case_type_4": null,
262
+ "case_type_5": null,
263
+ "case_type_6": null,
264
+ "case_type_7": null,
265
+ "case_type_8": null,
266
+ "case_type_9": null,
267
+ "case_type_10": null,
268
+ "case_type_11": null,
269
+ "case_type_12": null,
270
+ "case_type_13": null,
271
+ "case_type_14": null,
272
+ "walkin_type_1": "Quick Service Restaurant Freezer",
273
+ "walkin_type_2": null,
274
+ "walkin_type_3": null,
275
+ "walkin_type_4": null,
276
+ "walkin_type_5": null,
277
+ "walkin_type_6": null,
278
+ "walkin_type_7": null,
279
+ "walkin_type_8": null,
280
+ "compressor_name": "LT compressor"
281
+ },
282
+ {
283
+ "template": "ComStock 90.1-2019",
284
+ "building_type": "QuickServiceRestaurant",
285
+ "size_category": "Any",
286
+ "system_type": "Medium Temperature",
287
+ "number_of_display_cases": 0.0,
288
+ "number_of_walkins": 1.0,
289
+ "case_type_1": null,
290
+ "case_type_2": null,
291
+ "case_type_3": null,
292
+ "case_type_4": null,
293
+ "case_type_5": null,
294
+ "case_type_6": null,
295
+ "case_type_7": null,
296
+ "case_type_8": null,
297
+ "case_type_9": null,
298
+ "case_type_10": null,
299
+ "case_type_11": null,
300
+ "case_type_12": null,
301
+ "case_type_13": null,
302
+ "case_type_14": null,
303
+ "walkin_type_1": "Quick Service Restaurant Cooler",
304
+ "walkin_type_2": null,
305
+ "walkin_type_3": null,
306
+ "walkin_type_4": null,
307
+ "walkin_type_5": null,
308
+ "walkin_type_6": null,
309
+ "walkin_type_7": null,
310
+ "walkin_type_8": null,
311
+ "compressor_name": "MT compressor"
312
+ },
313
+ {
314
+ "template": "ComStock 90.1-2019",
315
+ "building_type": "SecondarySchool",
316
+ "size_category": "Any",
317
+ "system_type": "Low Temperature",
318
+ "number_of_display_cases": 0.0,
319
+ "number_of_walkins": 1.0,
320
+ "case_type_1": null,
321
+ "case_type_2": null,
322
+ "case_type_3": null,
323
+ "case_type_4": null,
324
+ "case_type_5": null,
325
+ "case_type_6": null,
326
+ "case_type_7": null,
327
+ "case_type_8": null,
328
+ "case_type_9": null,
329
+ "case_type_10": null,
330
+ "case_type_11": null,
331
+ "case_type_12": null,
332
+ "case_type_13": null,
333
+ "case_type_14": null,
334
+ "walkin_type_1": "Secondary School Freezer",
335
+ "walkin_type_2": null,
336
+ "walkin_type_3": null,
337
+ "walkin_type_4": null,
338
+ "walkin_type_5": null,
339
+ "walkin_type_6": null,
340
+ "walkin_type_7": null,
341
+ "walkin_type_8": null,
342
+ "compressor_name": "LT compressor"
343
+ },
344
+ {
345
+ "template": "ComStock 90.1-2019",
346
+ "building_type": "SecondarySchool",
347
+ "size_category": "Any",
348
+ "system_type": "Medium Temperature",
349
+ "number_of_display_cases": 0.0,
350
+ "number_of_walkins": 1.0,
351
+ "case_type_1": null,
352
+ "case_type_2": null,
353
+ "case_type_3": null,
354
+ "case_type_4": null,
355
+ "case_type_5": null,
356
+ "case_type_6": null,
357
+ "case_type_7": null,
358
+ "case_type_8": null,
359
+ "case_type_9": null,
360
+ "case_type_10": null,
361
+ "case_type_11": null,
362
+ "case_type_12": null,
363
+ "case_type_13": null,
364
+ "case_type_14": null,
365
+ "walkin_type_1": "Secondary School Cooler",
366
+ "walkin_type_2": null,
367
+ "walkin_type_3": null,
368
+ "walkin_type_4": null,
369
+ "walkin_type_5": null,
370
+ "walkin_type_6": null,
371
+ "walkin_type_7": null,
372
+ "walkin_type_8": null,
373
+ "compressor_name": "MT compressor"
374
+ },
375
+ {
376
+ "template": "ComStock 90.1-2019",
377
+ "building_type": "SuperMarket",
378
+ "size_category": "35k - 50k ft2",
379
+ "system_type": "Low Temperature",
380
+ "number_of_display_cases": 3.0,
381
+ "number_of_walkins": 2.0,
382
+ "case_type_1": "Ice Cream Reach-Ins",
383
+ "case_type_2": "Ice Cream Coffins",
384
+ "case_type_3": "Frozen Food Reach-Ins",
385
+ "case_type_4": null,
386
+ "case_type_5": null,
387
+ "case_type_6": null,
388
+ "case_type_7": null,
389
+ "case_type_8": null,
390
+ "case_type_9": null,
391
+ "case_type_10": null,
392
+ "case_type_11": null,
393
+ "case_type_12": null,
394
+ "case_type_13": null,
395
+ "case_type_14": null,
396
+ "walkin_type_1": "Grocery Freezer",
397
+ "walkin_type_2": "Bakery Freezer",
398
+ "walkin_type_3": null,
399
+ "walkin_type_4": null,
400
+ "walkin_type_5": null,
401
+ "walkin_type_6": null,
402
+ "walkin_type_7": null,
403
+ "walkin_type_8": null,
404
+ "compressor_name": "LT compressor"
405
+ },
406
+ {
407
+ "template": "ComStock 90.1-2019",
408
+ "building_type": "SuperMarket",
409
+ "size_category": "35k - 50k ft2",
410
+ "system_type": "Medium Temperature",
411
+ "number_of_display_cases": 14.0,
412
+ "number_of_walkins": 8.0,
413
+ "case_type_1": "Deli Cases",
414
+ "case_type_2": "Dairy Cases",
415
+ "case_type_3": "Meat Cases Med",
416
+ "case_type_4": "Meat Cases Low",
417
+ "case_type_5": "Service Meat Cases",
418
+ "case_type_6": "Beverage Cases",
419
+ "case_type_7": "Service Deli Cases",
420
+ "case_type_8": "Salad Cases",
421
+ "case_type_9": "Produce Cases Med",
422
+ "case_type_10": "Produce Cases Low",
423
+ "case_type_11": "Produce Islands",
424
+ "case_type_12": "Floral Cases",
425
+ "case_type_13": "Service Bakery Cases",
426
+ "case_type_14": "Prepared Foods Cases",
427
+ "walkin_type_1": "Dairy Cooler",
428
+ "walkin_type_2": "Beer Cooler",
429
+ "walkin_type_3": "Meat Cooler",
430
+ "walkin_type_4": "Meat Prep",
431
+ "walkin_type_5": "Bloom Box",
432
+ "walkin_type_6": "Deli Cooler",
433
+ "walkin_type_7": "Produce Cooler",
434
+ "walkin_type_8": "Fish Cooler",
435
+ "compressor_name": "MT compressor"
436
+ },
437
+ {
438
+ "template": "ComStock 90.1-2019",
439
+ "building_type": "SuperMarket",
440
+ "size_category": "<35k ft2",
441
+ "system_type": "Low Temperature",
442
+ "number_of_display_cases": 3.0,
443
+ "number_of_walkins": 2.0,
444
+ "case_type_1": "Ice Cream Reach-Ins",
445
+ "case_type_2": "Ice Cream Coffins",
446
+ "case_type_3": "Frozen Food Reach-Ins",
447
+ "case_type_4": null,
448
+ "case_type_5": null,
449
+ "case_type_6": null,
450
+ "case_type_7": null,
451
+ "case_type_8": null,
452
+ "case_type_9": null,
453
+ "case_type_10": null,
454
+ "case_type_11": null,
455
+ "case_type_12": null,
456
+ "case_type_13": null,
457
+ "case_type_14": null,
458
+ "walkin_type_1": "Grocery Freezer",
459
+ "walkin_type_2": "Bakery Freezer",
460
+ "walkin_type_3": null,
461
+ "walkin_type_4": null,
462
+ "walkin_type_5": null,
463
+ "walkin_type_6": null,
464
+ "walkin_type_7": null,
465
+ "walkin_type_8": null,
466
+ "compressor_name": "LT compressor_SmallandOld"
467
+ },
468
+ {
469
+ "template": "ComStock 90.1-2019",
470
+ "building_type": "SuperMarket",
471
+ "size_category": "<35k ft2",
472
+ "system_type": "Medium Temperature",
473
+ "number_of_display_cases": 7.0,
474
+ "number_of_walkins": 4.0,
475
+ "case_type_1": "Deli Cases",
476
+ "case_type_2": "Dairy Cases",
477
+ "case_type_3": "Service Meat Cases",
478
+ "case_type_4": "Beverage Cases",
479
+ "case_type_5": "Produce Cases Med",
480
+ "case_type_6": "Produce Cases Low",
481
+ "case_type_7": "Service Bakery Cases",
482
+ "case_type_8": null,
483
+ "case_type_9": null,
484
+ "case_type_10": null,
485
+ "case_type_11": null,
486
+ "case_type_12": null,
487
+ "case_type_13": null,
488
+ "case_type_14": null,
489
+ "walkin_type_1": "Dairy Cooler",
490
+ "walkin_type_2": "Meat Cooler",
491
+ "walkin_type_3": "Deli Cooler",
492
+ "walkin_type_4": "Produce Cooler",
493
+ "walkin_type_5": null,
494
+ "walkin_type_6": null,
495
+ "walkin_type_7": null,
496
+ "walkin_type_8": null,
497
+ "compressor_name": "MT compressor_SmallandOld"
498
+ },
499
+ {
500
+ "template": "ComStock 90.1-2019",
501
+ "building_type": "SuperMarket",
502
+ "size_category": ">50k ft2",
503
+ "system_type": "Low Temperature",
504
+ "number_of_display_cases": 3.0,
505
+ "number_of_walkins": 2.0,
506
+ "case_type_1": "Ice Cream Reach-Ins",
507
+ "case_type_2": "Ice Cream Coffins",
508
+ "case_type_3": "Frozen Food Reach-Ins",
509
+ "case_type_4": null,
510
+ "case_type_5": null,
511
+ "case_type_6": null,
512
+ "case_type_7": null,
513
+ "case_type_8": null,
514
+ "case_type_9": null,
515
+ "case_type_10": null,
516
+ "case_type_11": null,
517
+ "case_type_12": null,
518
+ "case_type_13": null,
519
+ "case_type_14": null,
520
+ "walkin_type_1": "Grocery Freezer",
521
+ "walkin_type_2": "Bakery Freezer",
522
+ "walkin_type_3": null,
523
+ "walkin_type_4": null,
524
+ "walkin_type_5": null,
525
+ "walkin_type_6": null,
526
+ "walkin_type_7": null,
527
+ "walkin_type_8": null,
528
+ "compressor_name": "LT compressor"
529
+ },
530
+ {
531
+ "template": "ComStock 90.1-2019",
532
+ "building_type": "SuperMarket",
533
+ "size_category": ">50k ft2",
534
+ "system_type": "Medium Temperature",
535
+ "number_of_display_cases": 14.0,
536
+ "number_of_walkins": 8.0,
537
+ "case_type_1": "Deli Cases",
538
+ "case_type_2": "Dairy Cases",
539
+ "case_type_3": "Meat Cases Med",
540
+ "case_type_4": "Meat Cases Low",
541
+ "case_type_5": "Service Meat Cases",
542
+ "case_type_6": "Beverage Cases",
543
+ "case_type_7": "Service Deli Cases",
544
+ "case_type_8": "Salad Cases",
545
+ "case_type_9": "Produce Cases Med",
546
+ "case_type_10": "Produce Cases Low",
547
+ "case_type_11": "Produce Islands",
548
+ "case_type_12": "Floral Cases",
549
+ "case_type_13": "Service Bakery Cases",
550
+ "case_type_14": "Prepared Foods Cases",
551
+ "walkin_type_1": "Dairy Cooler",
552
+ "walkin_type_2": "Beer Cooler",
553
+ "walkin_type_3": "Meat Cooler",
554
+ "walkin_type_4": "Meat Prep",
555
+ "walkin_type_5": "Bloom Box",
556
+ "walkin_type_6": "Deli Cooler",
557
+ "walkin_type_7": "Produce Cooler",
558
+ "walkin_type_8": "Fish Cooler",
559
+ "compressor_name": "MT compressor"
560
+ }
561
+ ]
562
+ }