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,169 @@
1
+ {
2
+ "exterior_lighting": [
3
+ {
4
+ "exterior_lighting_zone_number": 0.0,
5
+ "exterior_lighting_zone_name": "Undeveloped Areas Parks",
6
+ "template": "ComStock 90.1-2016",
7
+ "control_option": "AstronomicalClock",
8
+ "building_facade_and_landscape_automatic_shut_off": 1,
9
+ "occupancy_setback_reduction": 0.3,
10
+ "base_site_allowance_power": 0.0,
11
+ "base_site_allowance_fraction": null,
12
+ "parking_areas_and_drives": 0.0,
13
+ "walkways_less_than_10ft_wide": 0.0,
14
+ "walkways_10ft_wide_or_greater": 0.0,
15
+ "stairways": 0.0,
16
+ "pedestrian_tunnels": 0.0,
17
+ "landscaping": 0.0,
18
+ "main_entries": 0.0,
19
+ "other_doors": 0.0,
20
+ "entry_canopies": 0.0,
21
+ "loading_docks": 0.0,
22
+ "sales_canopies": 0.0,
23
+ "outdoor_sales_open_areas": 0.0,
24
+ "outdoor_sales_street_frontage_for_vehicle_sales": 0.0,
25
+ "building_facades": 0.0,
26
+ "building_facades_alt_perim": 0.0,
27
+ "automated_teller_machines_per_location": 0.0,
28
+ "automated_teller_machines_per_machine": 0.0,
29
+ "entries_and_gates": 0.0,
30
+ "loading_areas_for_emergency_vehicles": 0.0,
31
+ "drive_through_windows_and_doors": 0.0,
32
+ "parking_near_24_hour_entrances": 0.0,
33
+ "roadway_parking": 60.0,
34
+ "notes": null
35
+ },
36
+ {
37
+ "exterior_lighting_zone_number": 1.0,
38
+ "exterior_lighting_zone_name": "Developed Areas Parks",
39
+ "template": "ComStock 90.1-2016",
40
+ "control_option": "AstronomicalClock",
41
+ "building_facade_and_landscape_automatic_shut_off": 1,
42
+ "occupancy_setback_reduction": 0.3,
43
+ "base_site_allowance_power": 500.0,
44
+ "base_site_allowance_fraction": null,
45
+ "parking_areas_and_drives": 0.04,
46
+ "walkways_less_than_10ft_wide": 0.7,
47
+ "walkways_10ft_wide_or_greater": 0.14,
48
+ "stairways": 0.75,
49
+ "pedestrian_tunnels": 0.15,
50
+ "landscaping": 0.04,
51
+ "main_entries": 20.0,
52
+ "other_doors": 20.0,
53
+ "entry_canopies": 0.25,
54
+ "loading_docks": 0.5,
55
+ "sales_canopies": 0.6,
56
+ "outdoor_sales_open_areas": 0.25,
57
+ "outdoor_sales_street_frontage_for_vehicle_sales": 0.0,
58
+ "building_facades": 0.0,
59
+ "building_facades_alt_perim": 0.0,
60
+ "automated_teller_machines_per_location": 270.0,
61
+ "automated_teller_machines_per_machine": 90.0,
62
+ "entries_and_gates": 0.75,
63
+ "loading_areas_for_emergency_vehicles": 0.5,
64
+ "drive_through_windows_and_doors": 400.0,
65
+ "parking_near_24_hour_entrances": 800.0,
66
+ "roadway_parking": 0.0,
67
+ "notes": null
68
+ },
69
+ {
70
+ "exterior_lighting_zone_number": 2.0,
71
+ "exterior_lighting_zone_name": "Neighborhood",
72
+ "template": "ComStock 90.1-2016",
73
+ "control_option": "AstronomicalClock",
74
+ "building_facade_and_landscape_automatic_shut_off": 1,
75
+ "occupancy_setback_reduction": 0.3,
76
+ "base_site_allowance_power": 600.0,
77
+ "base_site_allowance_fraction": null,
78
+ "parking_areas_and_drives": 0.06,
79
+ "walkways_less_than_10ft_wide": 0.7,
80
+ "walkways_10ft_wide_or_greater": 0.14,
81
+ "stairways": 1.0,
82
+ "pedestrian_tunnels": 0.15,
83
+ "landscaping": 0.05,
84
+ "main_entries": 20.0,
85
+ "other_doors": 20.0,
86
+ "entry_canopies": 0.25,
87
+ "loading_docks": 0.5,
88
+ "sales_canopies": 0.6,
89
+ "outdoor_sales_open_areas": 0.25,
90
+ "outdoor_sales_street_frontage_for_vehicle_sales": 10.0,
91
+ "building_facades": 0.1,
92
+ "building_facades_alt_perim": 2.5,
93
+ "automated_teller_machines_per_location": 270.0,
94
+ "automated_teller_machines_per_machine": 90.0,
95
+ "entries_and_gates": 0.75,
96
+ "loading_areas_for_emergency_vehicles": 0.5,
97
+ "drive_through_windows_and_doors": 400.0,
98
+ "parking_near_24_hour_entrances": 800.0,
99
+ "roadway_parking": 0.0,
100
+ "notes": null
101
+ },
102
+ {
103
+ "exterior_lighting_zone_number": 3.0,
104
+ "exterior_lighting_zone_name": "All Other Areas",
105
+ "template": "ComStock 90.1-2016",
106
+ "control_option": "AstronomicalClock",
107
+ "building_facade_and_landscape_automatic_shut_off": 1,
108
+ "occupancy_setback_reduction": 0.3,
109
+ "base_site_allowance_power": 750.0,
110
+ "base_site_allowance_fraction": null,
111
+ "parking_areas_and_drives": 0.030296,
112
+ "walkways_less_than_10ft_wide": 0.8,
113
+ "walkways_10ft_wide_or_greater": 0.16,
114
+ "stairways": 1.0,
115
+ "pedestrian_tunnels": 0.2,
116
+ "landscaping": 0.05,
117
+ "main_entries": 30.0,
118
+ "other_doors": 20.0,
119
+ "entry_canopies": 0.4,
120
+ "loading_docks": 0.5,
121
+ "sales_canopies": 0.8,
122
+ "outdoor_sales_open_areas": 0.5,
123
+ "outdoor_sales_street_frontage_for_vehicle_sales": 10.0,
124
+ "building_facades": 0.15,
125
+ "building_facades_alt_perim": 3.75,
126
+ "automated_teller_machines_per_location": 270.0,
127
+ "automated_teller_machines_per_machine": 90.0,
128
+ "entries_and_gates": 0.75,
129
+ "loading_areas_for_emergency_vehicles": 0.5,
130
+ "drive_through_windows_and_doors": 400.0,
131
+ "parking_near_24_hour_entrances": 800.0,
132
+ "roadway_parking": 0.0,
133
+ "notes": "Parking Areas and Drives lpd updated based on values derived from 2015 U.S. Lighting Market Characterization report."
134
+ },
135
+ {
136
+ "exterior_lighting_zone_number": 4.0,
137
+ "exterior_lighting_zone_name": "High Activity",
138
+ "template": "ComStock 90.1-2016",
139
+ "control_option": "AstronomicalClock",
140
+ "building_facade_and_landscape_automatic_shut_off": 1,
141
+ "occupancy_setback_reduction": 0.3,
142
+ "base_site_allowance_power": 1300.0,
143
+ "base_site_allowance_fraction": null,
144
+ "parking_areas_and_drives": 0.13,
145
+ "walkways_less_than_10ft_wide": 1.0,
146
+ "walkways_10ft_wide_or_greater": 0.2,
147
+ "stairways": 1.0,
148
+ "pedestrian_tunnels": 0.3,
149
+ "landscaping": 0.05,
150
+ "main_entries": 30.0,
151
+ "other_doors": 20.0,
152
+ "entry_canopies": 0.4,
153
+ "loading_docks": 0.5,
154
+ "sales_canopies": 1.0,
155
+ "outdoor_sales_open_areas": 0.7,
156
+ "outdoor_sales_street_frontage_for_vehicle_sales": 30.0,
157
+ "building_facades": 0.2,
158
+ "building_facades_alt_perim": 5.0,
159
+ "automated_teller_machines_per_location": 270.0,
160
+ "automated_teller_machines_per_machine": 90.0,
161
+ "entries_and_gates": 0.75,
162
+ "loading_areas_for_emergency_vehicles": 0.5,
163
+ "drive_through_windows_and_doors": 400.0,
164
+ "parking_near_24_hour_entrances": 800.0,
165
+ "roadway_parking": 0.0,
166
+ "notes": null
167
+ }
168
+ ]
169
+ }
@@ -0,0 +1,763 @@
1
+ {
2
+ "refrigerated_cases": [
3
+ {
4
+ "template": "ComStock 90.1-2016",
5
+ "size_category": "35k - 50k ft2",
6
+ "case_type": "Frozen Food Reach-Ins",
7
+ "case_category": "Frozen Food Reach-Ins",
8
+ "case_model": "Hussman_RL",
9
+ "ft_tube_per_ft_case": 3.775,
10
+ "latent_heat_ratio": 0.1,
11
+ "rated_runtime_fraction": 0.85,
12
+ "case_length": 135.9,
13
+ "case_temp": -5.08,
14
+ "cooling_capacity_per_length": 603.87,
15
+ "evap_fan_power_per_length": 21.4,
16
+ "evap_temp": -11.02,
17
+ "lighting_per_ft": 30.2,
18
+ "fraction_of_lighting_energy_to_case": 0.5,
19
+ "latent_case_credit_curve_name": "Open Latent Curve Case",
20
+ "defrost_power_per_length": 372.3,
21
+ "defrost_type": "ElectricwithTemperatureTermination",
22
+ "defrost_correction_type": "DewpointMethod",
23
+ "defrost_correction_curve_name": "Glass Door Defrost Curve",
24
+ "anti_sweat_power": 87.4,
25
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
26
+ "anti_sweat_heater_control": "RelativeHumidity",
27
+ "fractionofantisweatheaterenergytocase": 0.7,
28
+ "restocking_schedule": "Always Off",
29
+ "lighting_schedule": "Always On",
30
+ "minutes_defrost": 40.0,
31
+ "defrost_per_day": 1.0,
32
+ "minutes_dripdown": 50.0,
33
+ "dripdown_per_day": 1.0,
34
+ "notes": "Hussman RL with doors (from AEDG)"
35
+ },
36
+ {
37
+ "template": "ComStock 90.1-2016",
38
+ "size_category": "35k - 50k ft2",
39
+ "case_type": "Ice Cream Coffins",
40
+ "case_category": "Ice Cream Coffins",
41
+ "case_model": "Hussman_LWUG",
42
+ "ft_tube_per_ft_case": 0.0,
43
+ "latent_heat_ratio": 0.15,
44
+ "rated_runtime_fraction": 0.85,
45
+ "case_length": 8.0,
46
+ "case_temp": -22.0,
47
+ "cooling_capacity_per_length": 723.82076,
48
+ "evap_fan_power_per_length": 11.25,
49
+ "evap_temp": -30.0,
50
+ "lighting_per_ft": 0.0,
51
+ "fraction_of_lighting_energy_to_case": 0.5,
52
+ "latent_case_credit_curve_name": "Open Latent Curve Case",
53
+ "defrost_power_per_length": 208.75,
54
+ "defrost_type": "ElectricwithTemperatureTermination",
55
+ "defrost_correction_type": "DewpointMethod",
56
+ "defrost_correction_curve_name": "Coffin Defrost Curve",
57
+ "anti_sweat_power": 31.25,
58
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
59
+ "anti_sweat_heater_control": "RelativeHumidity",
60
+ "fractionofantisweatheaterenergytocase": 0.7,
61
+ "restocking_schedule": "Always Off",
62
+ "lighting_schedule": "Always On",
63
+ "minutes_defrost": 60.0,
64
+ "defrost_per_day": 1.0,
65
+ "minutes_dripdown": 60.0,
66
+ "dripdown_per_day": 1.0,
67
+ "notes": "Hussman LWUG (from AEDG)"
68
+ },
69
+ {
70
+ "template": "ComStock 90.1-2016",
71
+ "size_category": "35k - 50k ft2",
72
+ "case_type": "Ice Cream Reach-Ins",
73
+ "case_category": "Ice Cream Reach-Ins",
74
+ "case_model": "Hussman_RL",
75
+ "ft_tube_per_ft_case": 3.775,
76
+ "latent_heat_ratio": 0.1,
77
+ "rated_runtime_fraction": 0.85,
78
+ "case_length": 144.0,
79
+ "case_temp": -11.92,
80
+ "cooling_capacity_per_length": 638.71,
81
+ "evap_fan_power_per_length": 21.4,
82
+ "evap_temp": -18.94,
83
+ "lighting_per_ft": 30.2,
84
+ "fraction_of_lighting_energy_to_case": 0.5,
85
+ "latent_case_credit_curve_name": "Open Latent Curve Case",
86
+ "defrost_power_per_length": 372.3,
87
+ "defrost_type": "ElectricwithTemperatureTermination",
88
+ "defrost_correction_type": "DewpointMethod",
89
+ "defrost_correction_curve_name": "Glass Door Defrost Curve",
90
+ "anti_sweat_power": 87.4,
91
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
92
+ "anti_sweat_heater_control": "RelativeHumidity",
93
+ "fractionofantisweatheaterenergytocase": 0.7,
94
+ "restocking_schedule": "Always Off",
95
+ "lighting_schedule": "Always On",
96
+ "minutes_defrost": 40.0,
97
+ "defrost_per_day": 1.0,
98
+ "minutes_dripdown": 50.0,
99
+ "dripdown_per_day": 1.0,
100
+ "notes": "Hussman RL with doors (from AEDG)"
101
+ },
102
+ {
103
+ "template": "ComStock 90.1-2016",
104
+ "size_category": "35k - 50k ft2",
105
+ "case_type": "Meat Cases Low",
106
+ "case_category": "Meat Cases Low",
107
+ "case_model": "Hussman_M4",
108
+ "ft_tube_per_ft_case": 2.7625,
109
+ "latent_heat_ratio": 0.3,
110
+ "rated_runtime_fraction": 0.85,
111
+ "case_length": 20.0,
112
+ "case_temp": 28.04,
113
+ "cooling_capacity_per_length": 1325.87728,
114
+ "evap_fan_power_per_length": 26.2,
115
+ "evap_temp": 17.96,
116
+ "lighting_per_ft": 22.1,
117
+ "fraction_of_lighting_energy_to_case": 0.5,
118
+ "latent_case_credit_curve_name": "Glass Door Latent Curve Case",
119
+ "defrost_power_per_length": 0.0,
120
+ "defrost_type": "OffCycle",
121
+ "defrost_correction_type": "None",
122
+ "defrost_correction_curve_name": null,
123
+ "anti_sweat_power": 0.0,
124
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
125
+ "anti_sweat_heater_control": "RelativeHumidity",
126
+ "fractionofantisweatheaterenergytocase": 0.7,
127
+ "restocking_schedule": "Always Off",
128
+ "lighting_schedule": "Always On",
129
+ "minutes_defrost": 25.0,
130
+ "defrost_per_day": 4.0,
131
+ "minutes_dripdown": 35.0,
132
+ "dripdown_per_day": 4.0,
133
+ "notes": "Hussman M4 (from AEDG)"
134
+ },
135
+ {
136
+ "template": "ComStock 90.1-2016",
137
+ "size_category": "35k - 50k ft2",
138
+ "case_type": "Prepared Foods Cases",
139
+ "case_category": "Prepared Foods Cases",
140
+ "case_model": "Hussman_C2-LE",
141
+ "ft_tube_per_ft_case": 2.7625,
142
+ "latent_heat_ratio": 0.3,
143
+ "rated_runtime_fraction": 0.85,
144
+ "case_length": 56.0,
145
+ "case_temp": 26.96,
146
+ "cooling_capacity_per_length": 1185.796368,
147
+ "evap_fan_power_per_length": 9.8,
148
+ "evap_temp": 21.02,
149
+ "lighting_per_ft": 22.1,
150
+ "fraction_of_lighting_energy_to_case": 0.5,
151
+ "latent_case_credit_curve_name": "Open Latent Curve Case",
152
+ "defrost_power_per_length": 0.0,
153
+ "defrost_type": "OffCycle",
154
+ "defrost_correction_type": "None",
155
+ "defrost_correction_curve_name": null,
156
+ "anti_sweat_power": 11.2,
157
+ "minimum_anti_sweat_heater_power_per_unit_length": 11.2,
158
+ "anti_sweat_heater_control": "RelativeHumidity",
159
+ "fractionofantisweatheaterenergytocase": 0.7,
160
+ "restocking_schedule": "Always Off",
161
+ "lighting_schedule": "Always On",
162
+ "minutes_defrost": 30.0,
163
+ "defrost_per_day": 4.0,
164
+ "minutes_dripdown": 45.0,
165
+ "dripdown_per_day": 4.0,
166
+ "notes": "Hussman C2-LE (from AEDG)"
167
+ },
168
+ {
169
+ "template": "ComStock 90.1-2016",
170
+ "size_category": "35k - 50k ft2",
171
+ "case_type": "Produce Islands",
172
+ "case_category": "Produce Islands",
173
+ "case_model": "Hussman_PW",
174
+ "ft_tube_per_ft_case": 0.0,
175
+ "latent_heat_ratio": 0.15,
176
+ "rated_runtime_fraction": 0.85,
177
+ "case_length": 36.0,
178
+ "case_temp": 33.98,
179
+ "cooling_capacity_per_length": 1230.859544,
180
+ "evap_fan_power_per_length": 15.5,
181
+ "evap_temp": 21.02,
182
+ "lighting_per_ft": 0.0,
183
+ "fraction_of_lighting_energy_to_case": 0.5,
184
+ "latent_case_credit_curve_name": "Open Latent Curve Case",
185
+ "defrost_power_per_length": 0.0,
186
+ "defrost_type": "OffCycle",
187
+ "defrost_correction_type": "None",
188
+ "defrost_correction_curve_name": null,
189
+ "anti_sweat_power": 0.0,
190
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
191
+ "anti_sweat_heater_control": "RelativeHumidity",
192
+ "fractionofantisweatheaterenergytocase": 0.7,
193
+ "restocking_schedule": "Always Off",
194
+ "lighting_schedule": "Always On",
195
+ "minutes_defrost": 45.0,
196
+ "defrost_per_day": 4.0,
197
+ "minutes_dripdown": 55.0,
198
+ "dripdown_per_day": 4.0,
199
+ "notes": "Hussman PW (from AEDG)"
200
+ },
201
+ {
202
+ "template": "ComStock 90.1-2016",
203
+ "size_category": "35k - 50k ft2",
204
+ "case_type": "Service Bakery Cases",
205
+ "case_category": "Service Bakery Cases",
206
+ "case_model": "Hussman_SMBT",
207
+ "ft_tube_per_ft_case": 2.725,
208
+ "latent_heat_ratio": 0.1,
209
+ "rated_runtime_fraction": 0.85,
210
+ "case_length": 8.0,
211
+ "case_temp": 24.08,
212
+ "cooling_capacity_per_length": 420.242736,
213
+ "evap_fan_power_per_length": 9.8,
214
+ "evap_temp": 17.96,
215
+ "lighting_per_ft": 21.8,
216
+ "fraction_of_lighting_energy_to_case": 0.5,
217
+ "latent_case_credit_curve_name": "Glass Door Latent Curve Case",
218
+ "defrost_power_per_length": 0.0,
219
+ "defrost_type": "OffCycle",
220
+ "defrost_correction_type": "None",
221
+ "defrost_correction_curve_name": null,
222
+ "anti_sweat_power": 0.0,
223
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
224
+ "anti_sweat_heater_control": "RelativeHumidity",
225
+ "fractionofantisweatheaterenergytocase": 0.7,
226
+ "restocking_schedule": "Always Off",
227
+ "lighting_schedule": "Always On",
228
+ "minutes_defrost": 60.0,
229
+ "defrost_per_day": 4.0,
230
+ "minutes_dripdown": 60.0,
231
+ "dripdown_per_day": 4.0,
232
+ "notes": "Hussman SMBT (from AEDG)"
233
+ },
234
+ {
235
+ "template": "ComStock 90.1-2016",
236
+ "size_category": "35k - 50k ft2",
237
+ "case_type": "Service Deli Cases",
238
+ "case_category": "Service Deli Cases",
239
+ "case_model": "Hussman_SMBT",
240
+ "ft_tube_per_ft_case": 2.725,
241
+ "latent_heat_ratio": 0.1,
242
+ "rated_runtime_fraction": 0.85,
243
+ "case_length": 44.0,
244
+ "case_temp": 24.08,
245
+ "cooling_capacity_per_length": 420.242736,
246
+ "evap_fan_power_per_length": 9.8,
247
+ "evap_temp": 17.96,
248
+ "lighting_per_ft": 21.8,
249
+ "fraction_of_lighting_energy_to_case": 0.5,
250
+ "latent_case_credit_curve_name": "Open Latent Curve Case",
251
+ "defrost_power_per_length": 0.0,
252
+ "defrost_type": "OffCycle",
253
+ "defrost_correction_type": "None",
254
+ "defrost_correction_curve_name": null,
255
+ "anti_sweat_power": 0.0,
256
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
257
+ "anti_sweat_heater_control": "RelativeHumidity",
258
+ "fractionofantisweatheaterenergytocase": 0.7,
259
+ "restocking_schedule": "Always Off",
260
+ "lighting_schedule": "Always On",
261
+ "minutes_defrost": 60.0,
262
+ "defrost_per_day": 4.0,
263
+ "minutes_dripdown": 60.0,
264
+ "dripdown_per_day": 4.0,
265
+ "notes": "Hussman SMBT (from AEDG)"
266
+ },
267
+ {
268
+ "template": "ComStock 90.1-2016",
269
+ "size_category": "35k - 50k ft2",
270
+ "case_type": "Service Meat Cases",
271
+ "case_category": "Service Meat Cases",
272
+ "case_model": "Hussman_SMBT",
273
+ "ft_tube_per_ft_case": 2.725,
274
+ "latent_heat_ratio": 0.1,
275
+ "rated_runtime_fraction": 0.85,
276
+ "case_length": 20.0,
277
+ "case_temp": 24.08,
278
+ "cooling_capacity_per_length": 420.242736,
279
+ "evap_fan_power_per_length": 9.8,
280
+ "evap_temp": 17.96,
281
+ "lighting_per_ft": 21.8,
282
+ "fraction_of_lighting_energy_to_case": 0.5,
283
+ "latent_case_credit_curve_name": "Open Latent Curve Case",
284
+ "defrost_power_per_length": 0.0,
285
+ "defrost_type": "OffCycle",
286
+ "defrost_correction_type": "None",
287
+ "defrost_correction_curve_name": null,
288
+ "anti_sweat_power": 0.0,
289
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
290
+ "anti_sweat_heater_control": "RelativeHumidity",
291
+ "fractionofantisweatheaterenergytocase": 0.7,
292
+ "restocking_schedule": "Always Off",
293
+ "lighting_schedule": "Always On",
294
+ "minutes_defrost": 60.0,
295
+ "defrost_per_day": 4.0,
296
+ "minutes_dripdown": 60.0,
297
+ "dripdown_per_day": 4.0,
298
+ "notes": "Hussman SMBT (from AEDG)"
299
+ },
300
+ {
301
+ "template": "ComStock 90.1-2016",
302
+ "size_category": "<35k ft2",
303
+ "case_type": "Frozen Food Reach-Ins",
304
+ "case_category": "Frozen Food Reach-Ins",
305
+ "case_model": "Hussman_RL",
306
+ "ft_tube_per_ft_case": 3.775,
307
+ "latent_heat_ratio": 0.1,
308
+ "rated_runtime_fraction": 0.85,
309
+ "case_length": 90.6,
310
+ "case_temp": -5.08,
311
+ "cooling_capacity_per_length": 603.87,
312
+ "evap_fan_power_per_length": 28.157894736842103,
313
+ "evap_temp": -11.02,
314
+ "lighting_per_ft": 45.3,
315
+ "fraction_of_lighting_energy_to_case": 0.5,
316
+ "latent_case_credit_curve_name": "Open Latent Curve Case",
317
+ "defrost_power_per_length": 372.3,
318
+ "defrost_type": "ElectricwithTemperatureTermination",
319
+ "defrost_correction_type": "DewpointMethod",
320
+ "defrost_correction_curve_name": "Glass Door Defrost Curve",
321
+ "anti_sweat_power": 0.0,
322
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
323
+ "anti_sweat_heater_control": "Constant",
324
+ "fractionofantisweatheaterenergytocase": 0.7,
325
+ "restocking_schedule": "Always Off",
326
+ "lighting_schedule": "Always On",
327
+ "minutes_defrost": 40.0,
328
+ "defrost_per_day": 1.0,
329
+ "minutes_dripdown": 50.0,
330
+ "dripdown_per_day": 1.0,
331
+ "notes": "Hussman RL with doors (from AEDG)"
332
+ },
333
+ {
334
+ "template": "ComStock 90.1-2016",
335
+ "size_category": "<35k ft2",
336
+ "case_type": "Ice Cream Coffins",
337
+ "case_category": "Ice Cream Coffins",
338
+ "case_model": "Hussman_LWUG",
339
+ "ft_tube_per_ft_case": 0.0,
340
+ "latent_heat_ratio": 0.15,
341
+ "rated_runtime_fraction": 0.85,
342
+ "case_length": 8.0,
343
+ "case_temp": -22.0,
344
+ "cooling_capacity_per_length": 723.82076,
345
+ "evap_fan_power_per_length": 14.8,
346
+ "evap_temp": -30.0,
347
+ "lighting_per_ft": 0.0,
348
+ "fraction_of_lighting_energy_to_case": 0.5,
349
+ "latent_case_credit_curve_name": "Open Latent Curve Case",
350
+ "defrost_power_per_length": 208.75,
351
+ "defrost_type": "ElectricwithTemperatureTermination",
352
+ "defrost_correction_type": "DewpointMethod",
353
+ "defrost_correction_curve_name": "Coffin Defrost Curve",
354
+ "anti_sweat_power": 0.0,
355
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
356
+ "anti_sweat_heater_control": "Constant",
357
+ "fractionofantisweatheaterenergytocase": 0.7,
358
+ "restocking_schedule": "Always Off",
359
+ "lighting_schedule": "Always On",
360
+ "minutes_defrost": 60.0,
361
+ "defrost_per_day": 1.0,
362
+ "minutes_dripdown": 60.0,
363
+ "dripdown_per_day": 1.0,
364
+ "notes": "Hussman LWUG (from AEDG)"
365
+ },
366
+ {
367
+ "template": "ComStock 90.1-2016",
368
+ "size_category": "<35k ft2",
369
+ "case_type": "Ice Cream Reach-Ins",
370
+ "case_category": "Ice Cream Reach-Ins",
371
+ "case_model": "Hussman_RL",
372
+ "ft_tube_per_ft_case": 3.775,
373
+ "latent_heat_ratio": 0.1,
374
+ "rated_runtime_fraction": 0.85,
375
+ "case_length": 96.0,
376
+ "case_temp": -11.92,
377
+ "cooling_capacity_per_length": 638.71,
378
+ "evap_fan_power_per_length": 28.157894736842103,
379
+ "evap_temp": -18.94,
380
+ "lighting_per_ft": 45.3,
381
+ "fraction_of_lighting_energy_to_case": 0.5,
382
+ "latent_case_credit_curve_name": "Glass Door Latent Curve Case",
383
+ "defrost_power_per_length": 372.3,
384
+ "defrost_type": "ElectricwithTemperatureTermination",
385
+ "defrost_correction_type": "DewpointMethod",
386
+ "defrost_correction_curve_name": "Glass Door Defrost Curve",
387
+ "anti_sweat_power": 0.0,
388
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
389
+ "anti_sweat_heater_control": "Constant",
390
+ "fractionofantisweatheaterenergytocase": 0.7,
391
+ "restocking_schedule": "Always Off",
392
+ "lighting_schedule": "Always On",
393
+ "minutes_defrost": 40.0,
394
+ "defrost_per_day": 1.0,
395
+ "minutes_dripdown": 50.0,
396
+ "dripdown_per_day": 1.0,
397
+ "notes": "Hussman RL with doors (from AEDG)"
398
+ },
399
+ {
400
+ "template": "ComStock 90.1-2016",
401
+ "size_category": "<35k ft2",
402
+ "case_type": "Service Bakery Cases",
403
+ "case_category": "Service Bakery Cases",
404
+ "case_model": "Hussman_SMBT",
405
+ "ft_tube_per_ft_case": 2.725,
406
+ "latent_heat_ratio": 0.1,
407
+ "rated_runtime_fraction": 0.85,
408
+ "case_length": 8.0,
409
+ "case_temp": 24.08,
410
+ "cooling_capacity_per_length": 420.242736,
411
+ "evap_fan_power_per_length": 12.894736842105264,
412
+ "evap_temp": 17.96,
413
+ "lighting_per_ft": 32.7,
414
+ "fraction_of_lighting_energy_to_case": 0.5,
415
+ "latent_case_credit_curve_name": "Glass Door Latent Curve Case",
416
+ "defrost_power_per_length": 0.0,
417
+ "defrost_type": "OffCycle",
418
+ "defrost_correction_type": "None",
419
+ "defrost_correction_curve_name": null,
420
+ "anti_sweat_power": 0.0,
421
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
422
+ "anti_sweat_heater_control": "None",
423
+ "fractionofantisweatheaterenergytocase": 0.7,
424
+ "restocking_schedule": "Always Off",
425
+ "lighting_schedule": "Always On",
426
+ "minutes_defrost": 60.0,
427
+ "defrost_per_day": 4.0,
428
+ "minutes_dripdown": 60.0,
429
+ "dripdown_per_day": 4.0,
430
+ "notes": "Hussman SMBT (from AEDG)"
431
+ },
432
+ {
433
+ "template": "ComStock 90.1-2016",
434
+ "size_category": "<35k ft2",
435
+ "case_type": "Service Meat Cases",
436
+ "case_category": "Service Meat Cases",
437
+ "case_model": "Hussman_SMBT",
438
+ "ft_tube_per_ft_case": 2.725,
439
+ "latent_heat_ratio": 0.1,
440
+ "rated_runtime_fraction": 0.85,
441
+ "case_length": 20.0,
442
+ "case_temp": 24.08,
443
+ "cooling_capacity_per_length": 420.242736,
444
+ "evap_fan_power_per_length": 12.894736842105264,
445
+ "evap_temp": 17.96,
446
+ "lighting_per_ft": 32.7,
447
+ "fraction_of_lighting_energy_to_case": 0.5,
448
+ "latent_case_credit_curve_name": "Open Latent Curve Case",
449
+ "defrost_power_per_length": 0.0,
450
+ "defrost_type": "OffCycle",
451
+ "defrost_correction_type": "None",
452
+ "defrost_correction_curve_name": null,
453
+ "anti_sweat_power": 0.0,
454
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
455
+ "anti_sweat_heater_control": "None",
456
+ "fractionofantisweatheaterenergytocase": 0.7,
457
+ "restocking_schedule": "Always Off",
458
+ "lighting_schedule": "Always On",
459
+ "minutes_defrost": 60.0,
460
+ "defrost_per_day": 4.0,
461
+ "minutes_dripdown": 60.0,
462
+ "dripdown_per_day": 4.0,
463
+ "notes": "Hussman SMBT (from AEDG)"
464
+ },
465
+ {
466
+ "template": "ComStock 90.1-2016",
467
+ "size_category": ">50k ft2",
468
+ "case_type": "Frozen Food Reach-Ins",
469
+ "case_category": "Frozen Food Reach-Ins",
470
+ "case_model": "Hussman_RL",
471
+ "ft_tube_per_ft_case": 3.775,
472
+ "latent_heat_ratio": 0.1,
473
+ "rated_runtime_fraction": 0.85,
474
+ "case_length": 135.9,
475
+ "case_temp": -5.08,
476
+ "cooling_capacity_per_length": 603.87,
477
+ "evap_fan_power_per_length": 14.92,
478
+ "evap_temp": -11.02,
479
+ "lighting_per_ft": 16.91,
480
+ "fraction_of_lighting_energy_to_case": 0.5,
481
+ "latent_case_credit_curve_name": "Open Latent Curve Case",
482
+ "defrost_power_per_length": 372.3,
483
+ "defrost_type": "ElectricwithTemperatureTermination",
484
+ "defrost_correction_type": "DewpointMethod",
485
+ "defrost_correction_curve_name": "Glass Door Defrost Curve",
486
+ "anti_sweat_power": 0.0,
487
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
488
+ "anti_sweat_heater_control": "Constant",
489
+ "fractionofantisweatheaterenergytocase": 0.7,
490
+ "restocking_schedule": "Always Off",
491
+ "lighting_schedule": "Always On",
492
+ "minutes_defrost": 40.0,
493
+ "defrost_per_day": 1.0,
494
+ "minutes_dripdown": 50.0,
495
+ "dripdown_per_day": 1.0,
496
+ "notes": "Hussman RL with doors (from AEDG)"
497
+ },
498
+ {
499
+ "template": "ComStock 90.1-2016",
500
+ "size_category": ">50k ft2",
501
+ "case_type": "Ice Cream Coffins",
502
+ "case_category": "Ice Cream Coffins",
503
+ "case_model": "Hussman_LWUG",
504
+ "ft_tube_per_ft_case": 0.0,
505
+ "latent_heat_ratio": 0.15,
506
+ "rated_runtime_fraction": 0.85,
507
+ "case_length": 8.0,
508
+ "case_temp": -22.0,
509
+ "cooling_capacity_per_length": 723.82076,
510
+ "evap_fan_power_per_length": 7.845,
511
+ "evap_temp": -30.0,
512
+ "lighting_per_ft": 0.0,
513
+ "fraction_of_lighting_energy_to_case": 0.5,
514
+ "latent_case_credit_curve_name": "Open Latent Curve Case",
515
+ "defrost_power_per_length": 208.75,
516
+ "defrost_type": "ElectricwithTemperatureTermination",
517
+ "defrost_correction_type": "DewpointMethod",
518
+ "defrost_correction_curve_name": "Coffin Defrost Curve",
519
+ "anti_sweat_power": 31.25,
520
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
521
+ "anti_sweat_heater_control": "Constant",
522
+ "fractionofantisweatheaterenergytocase": 0.7,
523
+ "restocking_schedule": "Always Off",
524
+ "lighting_schedule": "Always On",
525
+ "minutes_defrost": 60.0,
526
+ "defrost_per_day": 1.0,
527
+ "minutes_dripdown": 60.0,
528
+ "dripdown_per_day": 1.0,
529
+ "notes": "Hussman LWUG (from AEDG)"
530
+ },
531
+ {
532
+ "template": "ComStock 90.1-2016",
533
+ "size_category": ">50k ft2",
534
+ "case_type": "Ice Cream Reach-Ins",
535
+ "case_category": "Ice Cream Reach-Ins",
536
+ "case_model": "Hussman_RL",
537
+ "ft_tube_per_ft_case": 3.775,
538
+ "latent_heat_ratio": 0.1,
539
+ "rated_runtime_fraction": 0.85,
540
+ "case_length": 144.0,
541
+ "case_temp": -11.92,
542
+ "cooling_capacity_per_length": 638.71,
543
+ "evap_fan_power_per_length": 14.92,
544
+ "evap_temp": -18.94,
545
+ "lighting_per_ft": 16.91,
546
+ "fraction_of_lighting_energy_to_case": 0.5,
547
+ "latent_case_credit_curve_name": "Glass Door Latent Curve Case",
548
+ "defrost_power_per_length": 372.3,
549
+ "defrost_type": "ElectricwithTemperatureTermination",
550
+ "defrost_correction_type": "DewpointMethod",
551
+ "defrost_correction_curve_name": "Glass Door Defrost Curve",
552
+ "anti_sweat_power": 0.0,
553
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
554
+ "anti_sweat_heater_control": "Constant",
555
+ "fractionofantisweatheaterenergytocase": 0.7,
556
+ "restocking_schedule": "Always Off",
557
+ "lighting_schedule": "Always On",
558
+ "minutes_defrost": 40.0,
559
+ "defrost_per_day": 1.0,
560
+ "minutes_dripdown": 50.0,
561
+ "dripdown_per_day": 1.0,
562
+ "notes": "Hussman RL with doors (from AEDG)"
563
+ },
564
+ {
565
+ "template": "ComStock 90.1-2016",
566
+ "size_category": ">50k ft2",
567
+ "case_type": "Meat Cases Low",
568
+ "case_category": "Meat Cases Low",
569
+ "case_model": "Hussman_M4",
570
+ "ft_tube_per_ft_case": 2.7625,
571
+ "latent_heat_ratio": 0.3,
572
+ "rated_runtime_fraction": 0.85,
573
+ "case_length": 20.0,
574
+ "case_temp": 28.04,
575
+ "cooling_capacity_per_length": 1325.87728,
576
+ "evap_fan_power_per_length": 18.27,
577
+ "evap_temp": 17.96,
578
+ "lighting_per_ft": 12.37,
579
+ "fraction_of_lighting_energy_to_case": 0.5,
580
+ "latent_case_credit_curve_name": "Open Latent Curve Case",
581
+ "defrost_power_per_length": 0.0,
582
+ "defrost_type": "OffCycle",
583
+ "defrost_correction_type": "None",
584
+ "defrost_correction_curve_name": null,
585
+ "anti_sweat_power": 0.0,
586
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
587
+ "anti_sweat_heater_control": "None",
588
+ "fractionofantisweatheaterenergytocase": 0.7,
589
+ "restocking_schedule": "Always Off",
590
+ "lighting_schedule": "Always On",
591
+ "minutes_defrost": 25.0,
592
+ "defrost_per_day": 4.0,
593
+ "minutes_dripdown": 35.0,
594
+ "dripdown_per_day": 4.0,
595
+ "notes": "Hussman M4 (from AEDG)"
596
+ },
597
+ {
598
+ "template": "ComStock 90.1-2016",
599
+ "size_category": ">50k ft2",
600
+ "case_type": "Prepared Foods Cases",
601
+ "case_category": "Prepared Foods Cases",
602
+ "case_model": "Hussman_C2-LE",
603
+ "ft_tube_per_ft_case": 2.7625,
604
+ "latent_heat_ratio": 0.3,
605
+ "rated_runtime_fraction": 0.85,
606
+ "case_length": 56.0,
607
+ "case_temp": 26.96,
608
+ "cooling_capacity_per_length": 1185.796368,
609
+ "evap_fan_power_per_length": 6.834,
610
+ "evap_temp": 21.02,
611
+ "lighting_per_ft": 12.37,
612
+ "fraction_of_lighting_energy_to_case": 0.5,
613
+ "latent_case_credit_curve_name": "Glass Door Latent Curve Case",
614
+ "defrost_power_per_length": 0.0,
615
+ "defrost_type": "OffCycle",
616
+ "defrost_correction_type": "None",
617
+ "defrost_correction_curve_name": null,
618
+ "anti_sweat_power": 11.2,
619
+ "minimum_anti_sweat_heater_power_per_unit_length": 11.2,
620
+ "anti_sweat_heater_control": "None",
621
+ "fractionofantisweatheaterenergytocase": 0.7,
622
+ "restocking_schedule": "Always Off",
623
+ "lighting_schedule": "Always On",
624
+ "minutes_defrost": 30.0,
625
+ "defrost_per_day": 4.0,
626
+ "minutes_dripdown": 45.0,
627
+ "dripdown_per_day": 4.0,
628
+ "notes": "Hussman C2-LE (from AEDG)"
629
+ },
630
+ {
631
+ "template": "ComStock 90.1-2016",
632
+ "size_category": ">50k ft2",
633
+ "case_type": "Produce Islands",
634
+ "case_category": "Produce Islands",
635
+ "case_model": "Hussman_PW",
636
+ "ft_tube_per_ft_case": 0.0,
637
+ "latent_heat_ratio": 0.15,
638
+ "rated_runtime_fraction": 0.85,
639
+ "case_length": 36.0,
640
+ "case_temp": 33.98,
641
+ "cooling_capacity_per_length": 1230.859544,
642
+ "evap_fan_power_per_length": 10.81,
643
+ "evap_temp": 21.02,
644
+ "lighting_per_ft": 0.0,
645
+ "fraction_of_lighting_energy_to_case": 0.5,
646
+ "latent_case_credit_curve_name": "Glass Door Latent Curve Case",
647
+ "defrost_power_per_length": 0.0,
648
+ "defrost_type": "OffCycle",
649
+ "defrost_correction_type": "None",
650
+ "defrost_correction_curve_name": null,
651
+ "anti_sweat_power": 0.0,
652
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
653
+ "anti_sweat_heater_control": "None",
654
+ "fractionofantisweatheaterenergytocase": 0.7,
655
+ "restocking_schedule": "Always Off",
656
+ "lighting_schedule": "Always On",
657
+ "minutes_defrost": 45.0,
658
+ "defrost_per_day": 4.0,
659
+ "minutes_dripdown": 55.0,
660
+ "dripdown_per_day": 4.0,
661
+ "notes": "Hussman PW (from AEDG)"
662
+ },
663
+ {
664
+ "template": "ComStock 90.1-2016",
665
+ "size_category": ">50k ft2",
666
+ "case_type": "Service Bakery Cases",
667
+ "case_category": "Service Bakery Cases",
668
+ "case_model": "Hussman_SMBT",
669
+ "ft_tube_per_ft_case": 2.725,
670
+ "latent_heat_ratio": 0.1,
671
+ "rated_runtime_fraction": 0.85,
672
+ "case_length": 8.0,
673
+ "case_temp": 24.08,
674
+ "cooling_capacity_per_length": 420.242736,
675
+ "evap_fan_power_per_length": 6.834,
676
+ "evap_temp": 17.96,
677
+ "lighting_per_ft": 12.21,
678
+ "fraction_of_lighting_energy_to_case": 0.5,
679
+ "latent_case_credit_curve_name": "Coffin Latent Curve Case",
680
+ "defrost_power_per_length": 0.0,
681
+ "defrost_type": "OffCycle",
682
+ "defrost_correction_type": "None",
683
+ "defrost_correction_curve_name": null,
684
+ "anti_sweat_power": 0.0,
685
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
686
+ "anti_sweat_heater_control": "None",
687
+ "fractionofantisweatheaterenergytocase": 0.7,
688
+ "restocking_schedule": "Always Off",
689
+ "lighting_schedule": "Always On",
690
+ "minutes_defrost": 60.0,
691
+ "defrost_per_day": 4.0,
692
+ "minutes_dripdown": 60.0,
693
+ "dripdown_per_day": 4.0,
694
+ "notes": "Hussman SMBT (from AEDG)"
695
+ },
696
+ {
697
+ "template": "ComStock 90.1-2016",
698
+ "size_category": ">50k ft2",
699
+ "case_type": "Service Deli Cases",
700
+ "case_category": "Service Deli Cases",
701
+ "case_model": "Hussman_SMBT",
702
+ "ft_tube_per_ft_case": 2.725,
703
+ "latent_heat_ratio": 0.1,
704
+ "rated_runtime_fraction": 0.85,
705
+ "case_length": 44.0,
706
+ "case_temp": 24.08,
707
+ "cooling_capacity_per_length": 420.242736,
708
+ "evap_fan_power_per_length": 6.834,
709
+ "evap_temp": 17.96,
710
+ "lighting_per_ft": 12.21,
711
+ "fraction_of_lighting_energy_to_case": 0.5,
712
+ "latent_case_credit_curve_name": "Glass Door Latent Curve Case",
713
+ "defrost_power_per_length": 0.0,
714
+ "defrost_type": "OffCycle",
715
+ "defrost_correction_type": "None",
716
+ "defrost_correction_curve_name": null,
717
+ "anti_sweat_power": 0.0,
718
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
719
+ "anti_sweat_heater_control": "None",
720
+ "fractionofantisweatheaterenergytocase": 0.7,
721
+ "restocking_schedule": "Always Off",
722
+ "lighting_schedule": "Always On",
723
+ "minutes_defrost": 60.0,
724
+ "defrost_per_day": 4.0,
725
+ "minutes_dripdown": 60.0,
726
+ "dripdown_per_day": 4.0,
727
+ "notes": "Hussman SMBT (from AEDG)"
728
+ },
729
+ {
730
+ "template": "ComStock 90.1-2016",
731
+ "size_category": ">50k ft2",
732
+ "case_type": "Service Meat Cases",
733
+ "case_category": "Service Meat Cases",
734
+ "case_model": "Hussman_SMBT",
735
+ "ft_tube_per_ft_case": 2.725,
736
+ "latent_heat_ratio": 0.1,
737
+ "rated_runtime_fraction": 0.85,
738
+ "case_length": 20.0,
739
+ "case_temp": 24.08,
740
+ "cooling_capacity_per_length": 420.242736,
741
+ "evap_fan_power_per_length": 6.834,
742
+ "evap_temp": 17.96,
743
+ "lighting_per_ft": 12.21,
744
+ "fraction_of_lighting_energy_to_case": 0.5,
745
+ "latent_case_credit_curve_name": "Open Latent Curve Case",
746
+ "defrost_power_per_length": 0.0,
747
+ "defrost_type": "OffCycle",
748
+ "defrost_correction_type": "None",
749
+ "defrost_correction_curve_name": null,
750
+ "anti_sweat_power": 0.0,
751
+ "minimum_anti_sweat_heater_power_per_unit_length": 0.0,
752
+ "anti_sweat_heater_control": "None",
753
+ "fractionofantisweatheaterenergytocase": 0.7,
754
+ "restocking_schedule": "Always Off",
755
+ "lighting_schedule": "Always On",
756
+ "minutes_defrost": 60.0,
757
+ "defrost_per_day": 4.0,
758
+ "minutes_dripdown": 60.0,
759
+ "dripdown_per_day": 4.0,
760
+ "notes": "Hussman SMBT (from AEDG)"
761
+ }
762
+ ]
763
+ }