openstudio-standards 0.8.2 → 0.8.3

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.
Files changed (71) 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/openstudio_standards_duplicates_log.csv +7962 -0
  4. data/lib/openstudio-standards/refrigeration/create_case.rb +58 -21
  5. data/lib/openstudio-standards/refrigeration/create_typical_refrigeration.rb +4 -2
  6. data/lib/openstudio-standards/refrigeration/create_walkin.rb +57 -22
  7. data/lib/openstudio-standards/refrigeration/data/refrigerated_cases.csv +31 -31
  8. data/lib/openstudio-standards/refrigeration/data/refrigerated_walkins.csv +76 -76
  9. data/lib/openstudio-standards/service_water_heating/create_typical.rb +10 -10
  10. data/lib/openstudio-standards/service_water_heating/create_water_heater.rb +10 -0
  11. data/lib/openstudio-standards/service_water_heating/create_water_heating_loop.rb +16 -3
  12. data/lib/openstudio-standards/service_water_heating/data/convert_data.rb +9 -9
  13. data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.csv +49 -49
  14. data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.json +159 -159
  15. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +7 -18
  16. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +10 -20
  17. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +6 -15
  18. data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +5 -6
  19. data/lib/openstudio-standards/standards/Standards.CoilDX.rb +93 -43
  20. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +5 -5
  21. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +135 -37
  22. data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +2 -2
  23. data/lib/openstudio-standards/standards/Standards.Model.rb +9 -4
  24. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.computer_room_acs.json +302 -140
  25. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps.json +648 -326
  26. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps_heating.json +371 -90
  27. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_heaters.json +66 -22
  28. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.computer_room_acs.json +302 -140
  29. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps.json +1012 -296
  30. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps_heating.json +443 -79
  31. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_heaters.json +66 -22
  32. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.computer_room_acs.json +302 -140
  33. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps.json +672 -306
  34. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps_heating.json +354 -74
  35. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_heaters.json +72 -24
  36. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.computer_room_acs.json +302 -140
  37. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.energy_recovery.json +8 -8
  38. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps.json +930 -604
  39. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps_heating.json +415 -111
  40. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_heaters.json +72 -24
  41. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.computer_room_acs.json +602 -140
  42. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps.json +1005 -333
  43. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps_heating.json +642 -88
  44. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.water_heaters.json +78 -26
  45. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.computer_room_acs.json +722 -140
  46. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps.json +1741 -426
  47. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps_heating.json +1108 -111
  48. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.water_heaters.json +186 -62
  49. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +62 -232
  50. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +2 -3
  51. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +1 -1
  52. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +7 -18
  53. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +9 -7
  54. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +1 -1
  55. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps.json +154 -69
  56. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps_heating.json +72 -72
  57. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.water_heaters.json +382 -295
  58. data/lib/openstudio-standards/standards/deer/data/deer.schedules.json +62 -232
  59. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps.json +16 -0
  60. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps_heating.json +6 -0
  61. data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps.json +16 -0
  62. data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps_heating.json +6 -0
  63. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +1 -1
  64. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +2 -2
  65. data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps.json +16 -0
  66. data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps_heating.json +8 -0
  67. data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps.json +20 -0
  68. data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps_heating.json +10 -0
  69. data/lib/openstudio-standards/utilities/simulation.rb +3 -2
  70. data/lib/openstudio-standards/version.rb +1 -1
  71. metadata +5 -3
@@ -1,144 +1,424 @@
1
1
  {
2
2
  "heat_pumps_heating": [
3
3
  {
4
- "template": "90.1-2010",
4
+ "equipment_type": "PTHP",
5
5
  "cooling_type": "AirCooled",
6
- "subcategory": "PTHP",
7
- "minimum_capacity": 0.0,
8
- "maximum_capacity": 9999999.0,
6
+ "configuration": null,
7
+ "subcategory": null,
8
+ "application": "Standard Size",
9
+ "rating_condition": null,
10
+ "electric_power_phase": null,
11
+ "region": null,
12
+ "minimum_capacity": 0,
13
+ "maximum_capacity": 9999999999,
9
14
  "start_date": "1919-09-09T00:00:00+00:00",
10
- "end_date": "2999-09-09T00:00:00+00:00",
15
+ "end_date": "2012-10-07T00:00:00+00:00",
11
16
  "minimum_heating_seasonal_performance_factor": null,
17
+ "minimum_heating_seasonal_performance_factor_2": null,
12
18
  "minimum_coefficient_of_performance_heating": null,
13
- "minimum_energy_efficiency_ratio": null,
14
19
  "pthp_cop_coefficient_1": 3.2,
15
20
  "pthp_cop_coefficient_2": 0.026,
16
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
17
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
18
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
19
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
20
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
21
- "notes": "From 90.1-2010 Table 6.8.1D before 10/08/2012"
21
+ "off_mode_power": null,
22
+ "minimum_coefficient_of_performance_no_fan_heating": null
23
+ },
24
+ {
25
+ "equipment_type": "PTHP",
26
+ "cooling_type": "AirCooled",
27
+ "configuration": null,
28
+ "subcategory": null,
29
+ "application": "Standard Size",
30
+ "rating_condition": null,
31
+ "electric_power_phase": null,
32
+ "region": null,
33
+ "minimum_capacity": 0,
34
+ "maximum_capacity": 9999999999,
35
+ "start_date": "2012-10-08T00:00:00+00:00",
36
+ "end_date": "2999-09-09T00:00:00+00:00",
37
+ "minimum_heating_seasonal_performance_factor": null,
38
+ "minimum_heating_seasonal_performance_factor_2": null,
39
+ "minimum_coefficient_of_performance_heating": null,
40
+ "pthp_cop_coefficient_1": 3.7,
41
+ "pthp_cop_coefficient_2": 0.052,
42
+ "off_mode_power": null,
43
+ "minimum_coefficient_of_performance_no_fan_heating": null
44
+ },
45
+ {
46
+ "equipment_type": "PTHP",
47
+ "cooling_type": "AirCooled",
48
+ "configuration": null,
49
+ "subcategory": null,
50
+ "application": "Nonstandard Size",
51
+ "rating_condition": null,
52
+ "electric_power_phase": null,
53
+ "region": null,
54
+ "minimum_capacity": 0,
55
+ "maximum_capacity": 9999999999,
56
+ "start_date": "1919-09-09T00:00:00+00:00",
57
+ "end_date": "2999-09-09T00:00:00+00:00",
58
+ "minimum_heating_seasonal_performance_factor": null,
59
+ "minimum_heating_seasonal_performance_factor_2": null,
60
+ "minimum_coefficient_of_performance_heating": null,
61
+ "pthp_cop_coefficient_1": 2.9,
62
+ "pthp_cop_coefficient_2": 0.026,
63
+ "off_mode_power": null,
64
+ "minimum_coefficient_of_performance_no_fan_heating": null
22
65
  },
23
66
  {
24
- "template": "90.1-2010",
67
+ "equipment_type": "SPVHP",
25
68
  "cooling_type": "AirCooled",
69
+ "configuration": null,
70
+ "subcategory": null,
71
+ "application": null,
72
+ "rating_condition": null,
73
+ "electric_power_phase": null,
74
+ "region": null,
75
+ "minimum_capacity": 0,
76
+ "maximum_capacity": 64999.99,
77
+ "start_date": "1919-09-09T00:00:00+00:00",
78
+ "end_date": "2999-09-09T00:00:00+00:00",
79
+ "minimum_heating_seasonal_performance_factor": null,
80
+ "minimum_heating_seasonal_performance_factor_2": null,
81
+ "minimum_coefficient_of_performance_heating": 3,
82
+ "pthp_cop_coefficient_1": null,
83
+ "pthp_cop_coefficient_2": null,
84
+ "off_mode_power": null,
85
+ "minimum_coefficient_of_performance_no_fan_heating": null
86
+ },
87
+ {
88
+ "equipment_type": "SPVHP",
89
+ "cooling_type": "AirCooled",
90
+ "configuration": null,
91
+ "subcategory": null,
92
+ "application": null,
93
+ "rating_condition": null,
94
+ "electric_power_phase": null,
95
+ "region": null,
96
+ "minimum_capacity": 65000,
97
+ "maximum_capacity": 134999.99,
98
+ "start_date": "1919-09-09T00:00:00+00:00",
99
+ "end_date": "2999-09-09T00:00:00+00:00",
100
+ "minimum_heating_seasonal_performance_factor": null,
101
+ "minimum_heating_seasonal_performance_factor_2": null,
102
+ "minimum_coefficient_of_performance_heating": 3,
103
+ "pthp_cop_coefficient_1": null,
104
+ "pthp_cop_coefficient_2": null,
105
+ "off_mode_power": null,
106
+ "minimum_coefficient_of_performance_no_fan_heating": null
107
+ },
108
+ {
109
+ "equipment_type": "SPVHP",
110
+ "cooling_type": "AirCooled",
111
+ "configuration": null,
112
+ "subcategory": null,
113
+ "application": null,
114
+ "rating_condition": null,
115
+ "electric_power_phase": null,
116
+ "region": null,
117
+ "minimum_capacity": 135000,
118
+ "maximum_capacity": 239999.99,
119
+ "start_date": "1919-09-09T00:00:00+00:00",
120
+ "end_date": "2999-09-09T00:00:00+00:00",
121
+ "minimum_heating_seasonal_performance_factor": null,
122
+ "minimum_heating_seasonal_performance_factor_2": null,
123
+ "minimum_coefficient_of_performance_heating": 2.9,
124
+ "pthp_cop_coefficient_1": null,
125
+ "pthp_cop_coefficient_2": null,
126
+ "off_mode_power": null,
127
+ "minimum_coefficient_of_performance_no_fan_heating": null
128
+ },
129
+ {
130
+ "equipment_type": "Heat Pumps",
131
+ "cooling_type": "AirCooled",
132
+ "configuration": null,
26
133
  "subcategory": "Single Package",
27
- "minimum_capacity": 0.0,
28
- "maximum_capacity": 64999.0,
134
+ "application": null,
135
+ "rating_condition": null,
136
+ "electric_power_phase": null,
137
+ "region": null,
138
+ "minimum_capacity": 0,
139
+ "maximum_capacity": 64999.99,
29
140
  "start_date": "1919-09-09T00:00:00+00:00",
30
141
  "end_date": "2999-09-09T00:00:00+00:00",
31
142
  "minimum_heating_seasonal_performance_factor": 7.7,
143
+ "minimum_heating_seasonal_performance_factor_2": null,
32
144
  "minimum_coefficient_of_performance_heating": null,
33
- "minimum_energy_efficiency_ratio": null,
34
145
  "pthp_cop_coefficient_1": null,
35
146
  "pthp_cop_coefficient_2": null,
36
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
37
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
38
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
39
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
40
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
41
- "notes": "From 90.1-2010 Table 6.8.1B"
147
+ "off_mode_power": null,
148
+ "minimum_coefficient_of_performance_no_fan_heating": null
42
149
  },
43
150
  {
44
- "template": "90.1-2010",
151
+ "equipment_type": "Heat Pumps",
45
152
  "cooling_type": "AirCooled",
153
+ "configuration": null,
46
154
  "subcategory": "Single Package",
47
- "minimum_capacity": 65000.0,
48
- "maximum_capacity": 134999.0,
155
+ "application": null,
156
+ "rating_condition": "47F db/43F wb outdoor air",
157
+ "electric_power_phase": null,
158
+ "region": null,
159
+ "minimum_capacity": 65000,
160
+ "maximum_capacity": 134999.99,
49
161
  "start_date": "1919-09-09T00:00:00+00:00",
50
162
  "end_date": "2999-09-09T00:00:00+00:00",
51
163
  "minimum_heating_seasonal_performance_factor": null,
164
+ "minimum_heating_seasonal_performance_factor_2": null,
52
165
  "minimum_coefficient_of_performance_heating": 3.3,
53
- "minimum_energy_efficiency_ratio": null,
54
166
  "pthp_cop_coefficient_1": null,
55
167
  "pthp_cop_coefficient_2": null,
56
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
57
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
58
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
59
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
60
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
61
- "notes": "From 90.1-2010 Table 6.8.1B"
168
+ "off_mode_power": null,
169
+ "minimum_coefficient_of_performance_no_fan_heating": null
62
170
  },
63
171
  {
64
- "template": "90.1-2010",
172
+ "equipment_type": "Heat Pumps",
65
173
  "cooling_type": "AirCooled",
174
+ "configuration": null,
66
175
  "subcategory": "Single Package",
67
- "minimum_capacity": 135000.0,
68
- "maximum_capacity": 9999999.0,
176
+ "application": null,
177
+ "rating_condition": "17F db/15F wb outdoor air",
178
+ "electric_power_phase": null,
179
+ "region": null,
180
+ "minimum_capacity": 65000,
181
+ "maximum_capacity": 134999.99,
69
182
  "start_date": "1919-09-09T00:00:00+00:00",
70
183
  "end_date": "2999-09-09T00:00:00+00:00",
71
184
  "minimum_heating_seasonal_performance_factor": null,
185
+ "minimum_heating_seasonal_performance_factor_2": null,
186
+ "minimum_coefficient_of_performance_heating": 2.25,
187
+ "pthp_cop_coefficient_1": null,
188
+ "pthp_cop_coefficient_2": null,
189
+ "off_mode_power": null,
190
+ "minimum_coefficient_of_performance_no_fan_heating": null
191
+ },
192
+ {
193
+ "equipment_type": "Heat Pumps",
194
+ "cooling_type": "AirCooled",
195
+ "configuration": null,
196
+ "subcategory": "Single Package",
197
+ "application": null,
198
+ "rating_condition": "47F db/43F wb outdoor air",
199
+ "electric_power_phase": null,
200
+ "region": null,
201
+ "minimum_capacity": 135000,
202
+ "maximum_capacity": 9999999999,
203
+ "start_date": "1919-09-09T00:00:00+00:00",
204
+ "end_date": "2999-09-09T00:00:00+00:00",
205
+ "minimum_heating_seasonal_performance_factor": null,
206
+ "minimum_heating_seasonal_performance_factor_2": null,
72
207
  "minimum_coefficient_of_performance_heating": 3.2,
73
- "minimum_energy_efficiency_ratio": null,
74
208
  "pthp_cop_coefficient_1": null,
75
209
  "pthp_cop_coefficient_2": null,
76
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
77
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
78
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
79
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
80
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
81
- "notes": "From 90.1-2010 Table 6.8.1B"
210
+ "off_mode_power": null,
211
+ "minimum_coefficient_of_performance_no_fan_heating": null
82
212
  },
83
213
  {
84
- "template": "90.1-2010",
214
+ "equipment_type": "Heat Pumps",
85
215
  "cooling_type": "AirCooled",
216
+ "configuration": null,
217
+ "subcategory": "Single Package",
218
+ "application": null,
219
+ "rating_condition": "17F db/15F wb outdoor air",
220
+ "electric_power_phase": null,
221
+ "region": null,
222
+ "minimum_capacity": 135000,
223
+ "maximum_capacity": 9999999999,
224
+ "start_date": "1919-09-09T00:00:00+00:00",
225
+ "end_date": "2999-09-09T00:00:00+00:00",
226
+ "minimum_heating_seasonal_performance_factor": null,
227
+ "minimum_heating_seasonal_performance_factor_2": null,
228
+ "minimum_coefficient_of_performance_heating": 2.05,
229
+ "pthp_cop_coefficient_1": null,
230
+ "pthp_cop_coefficient_2": null,
231
+ "off_mode_power": null,
232
+ "minimum_coefficient_of_performance_no_fan_heating": null
233
+ },
234
+ {
235
+ "equipment_type": "Heat Pumps",
236
+ "cooling_type": "AirCooled",
237
+ "configuration": null,
86
238
  "subcategory": "Split System",
87
- "minimum_capacity": 0.0,
88
- "maximum_capacity": 64999.0,
239
+ "application": null,
240
+ "rating_condition": null,
241
+ "electric_power_phase": null,
242
+ "region": null,
243
+ "minimum_capacity": 0,
244
+ "maximum_capacity": 64999.99,
89
245
  "start_date": "1919-09-09T00:00:00+00:00",
90
246
  "end_date": "2999-09-09T00:00:00+00:00",
91
247
  "minimum_heating_seasonal_performance_factor": 7.7,
248
+ "minimum_heating_seasonal_performance_factor_2": null,
92
249
  "minimum_coefficient_of_performance_heating": null,
93
- "minimum_energy_efficiency_ratio": null,
94
250
  "pthp_cop_coefficient_1": null,
95
251
  "pthp_cop_coefficient_2": null,
96
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
97
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
98
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
99
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
100
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
101
- "notes": "From 90.1-2010 Table 6.8.1B"
252
+ "off_mode_power": null,
253
+ "minimum_coefficient_of_performance_no_fan_heating": null
102
254
  },
103
255
  {
104
- "template": "90.1-2010",
105
- "cooling_type": "ThroughWall",
256
+ "equipment_type": "Through the Wall",
257
+ "cooling_type": "AirCooled",
258
+ "configuration": null,
106
259
  "subcategory": "Single Package",
107
- "minimum_capacity": 0.0,
108
- "maximum_capacity": 29999.0,
260
+ "application": null,
261
+ "rating_condition": null,
262
+ "electric_power_phase": null,
263
+ "region": null,
264
+ "minimum_capacity": 0,
265
+ "maximum_capacity": 30000,
109
266
  "start_date": "1919-09-09T00:00:00+00:00",
110
267
  "end_date": "2999-09-09T00:00:00+00:00",
111
268
  "minimum_heating_seasonal_performance_factor": 7.4,
269
+ "minimum_heating_seasonal_performance_factor_2": null,
112
270
  "minimum_coefficient_of_performance_heating": null,
113
- "minimum_energy_efficiency_ratio": null,
114
271
  "pthp_cop_coefficient_1": null,
115
272
  "pthp_cop_coefficient_2": null,
116
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
117
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
118
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
119
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
120
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
121
- "notes": "From 90.1-2010 Table 6.8.1B"
273
+ "off_mode_power": null,
274
+ "minimum_coefficient_of_performance_no_fan_heating": null
122
275
  },
123
276
  {
124
- "template": "90.1-2010",
125
- "cooling_type": "ThroughWall",
277
+ "equipment_type": "Through the Wall",
278
+ "cooling_type": "AirCooled",
279
+ "configuration": null,
126
280
  "subcategory": "Split System",
127
- "minimum_capacity": 0.0,
128
- "maximum_capacity": 29999.0,
281
+ "application": null,
282
+ "rating_condition": null,
283
+ "electric_power_phase": null,
284
+ "region": null,
285
+ "minimum_capacity": 0,
286
+ "maximum_capacity": 30000,
129
287
  "start_date": "1919-09-09T00:00:00+00:00",
130
288
  "end_date": "2999-09-09T00:00:00+00:00",
131
289
  "minimum_heating_seasonal_performance_factor": 7.4,
290
+ "minimum_heating_seasonal_performance_factor_2": null,
132
291
  "minimum_coefficient_of_performance_heating": null,
133
- "minimum_energy_efficiency_ratio": null,
134
292
  "pthp_cop_coefficient_1": null,
135
293
  "pthp_cop_coefficient_2": null,
136
- "heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
137
- "heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
138
- "heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
139
- "heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
140
- "heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
141
- "notes": "From 90.1-2010 Table 6.8.1B"
294
+ "off_mode_power": null,
295
+ "minimum_coefficient_of_performance_no_fan_heating": null
296
+ },
297
+ {
298
+ "equipment_type": "Heat Pumps",
299
+ "cooling_type": "WaterSource",
300
+ "configuration": null,
301
+ "subcategory": null,
302
+ "application": null,
303
+ "rating_condition": null,
304
+ "electric_power_phase": null,
305
+ "region": null,
306
+ "minimum_capacity": 0,
307
+ "maximum_capacity": 134999.99,
308
+ "start_date": "1919-09-09T00:00:00+00:00",
309
+ "end_date": "2999-09-09T00:00:00+00:00",
310
+ "minimum_heating_seasonal_performance_factor": null,
311
+ "minimum_heating_seasonal_performance_factor_2": null,
312
+ "minimum_coefficient_of_performance_heating": 4.2,
313
+ "pthp_cop_coefficient_1": null,
314
+ "pthp_cop_coefficient_2": null,
315
+ "off_mode_power": null,
316
+ "minimum_coefficient_of_performance_no_fan_heating": null
317
+ },
318
+ {
319
+ "equipment_type": "Heat Pumps",
320
+ "cooling_type": "GroundWaterSource",
321
+ "configuration": null,
322
+ "subcategory": null,
323
+ "application": null,
324
+ "rating_condition": null,
325
+ "electric_power_phase": null,
326
+ "region": null,
327
+ "minimum_capacity": 0,
328
+ "maximum_capacity": 134999.99,
329
+ "start_date": "1919-09-09T00:00:00+00:00",
330
+ "end_date": "2999-09-09T00:00:00+00:00",
331
+ "minimum_heating_seasonal_performance_factor": null,
332
+ "minimum_heating_seasonal_performance_factor_2": null,
333
+ "minimum_coefficient_of_performance_heating": 3.6,
334
+ "pthp_cop_coefficient_1": null,
335
+ "pthp_cop_coefficient_2": null,
336
+ "off_mode_power": null,
337
+ "minimum_coefficient_of_performance_no_fan_heating": null
338
+ },
339
+ {
340
+ "equipment_type": "Heat Pumps",
341
+ "cooling_type": "GroundSource",
342
+ "configuration": null,
343
+ "subcategory": null,
344
+ "application": null,
345
+ "rating_condition": null,
346
+ "electric_power_phase": null,
347
+ "region": null,
348
+ "minimum_capacity": 0,
349
+ "maximum_capacity": 134999.99,
350
+ "start_date": "1919-09-09T00:00:00+00:00",
351
+ "end_date": "2999-09-09T00:00:00+00:00",
352
+ "minimum_heating_seasonal_performance_factor": null,
353
+ "minimum_heating_seasonal_performance_factor_2": null,
354
+ "minimum_coefficient_of_performance_heating": 3.1,
355
+ "pthp_cop_coefficient_1": null,
356
+ "pthp_cop_coefficient_2": null,
357
+ "off_mode_power": null,
358
+ "minimum_coefficient_of_performance_no_fan_heating": null
359
+ },
360
+ {
361
+ "equipment_type": "Heat Pumps",
362
+ "cooling_type": "WaterSource",
363
+ "configuration": "Water to Water",
364
+ "subcategory": null,
365
+ "application": null,
366
+ "rating_condition": null,
367
+ "electric_power_phase": null,
368
+ "region": null,
369
+ "minimum_capacity": 0,
370
+ "maximum_capacity": 134999.99,
371
+ "start_date": "1919-09-09T00:00:00+00:00",
372
+ "end_date": "2999-09-09T00:00:00+00:00",
373
+ "minimum_heating_seasonal_performance_factor": null,
374
+ "minimum_heating_seasonal_performance_factor_2": null,
375
+ "minimum_coefficient_of_performance_heating": 3.7,
376
+ "pthp_cop_coefficient_1": null,
377
+ "pthp_cop_coefficient_2": null,
378
+ "off_mode_power": null,
379
+ "minimum_coefficient_of_performance_no_fan_heating": null
380
+ },
381
+ {
382
+ "equipment_type": "Heat Pumps",
383
+ "cooling_type": "GroundWaterSource",
384
+ "configuration": "Water to Water",
385
+ "subcategory": null,
386
+ "application": null,
387
+ "rating_condition": null,
388
+ "electric_power_phase": null,
389
+ "region": null,
390
+ "minimum_capacity": 0,
391
+ "maximum_capacity": 134999.99,
392
+ "start_date": "1919-09-09T00:00:00+00:00",
393
+ "end_date": "2999-09-09T00:00:00+00:00",
394
+ "minimum_heating_seasonal_performance_factor": null,
395
+ "minimum_heating_seasonal_performance_factor_2": null,
396
+ "minimum_coefficient_of_performance_heating": 3.1,
397
+ "pthp_cop_coefficient_1": null,
398
+ "pthp_cop_coefficient_2": null,
399
+ "off_mode_power": null,
400
+ "minimum_coefficient_of_performance_no_fan_heating": null
401
+ },
402
+ {
403
+ "equipment_type": "Heat Pumps",
404
+ "cooling_type": "GroundSource",
405
+ "configuration": "Brine to Water",
406
+ "subcategory": null,
407
+ "application": null,
408
+ "rating_condition": null,
409
+ "electric_power_phase": null,
410
+ "region": null,
411
+ "minimum_capacity": 0,
412
+ "maximum_capacity": 134999.99,
413
+ "start_date": "1919-09-09T00:00:00+00:00",
414
+ "end_date": "2999-09-09T00:00:00+00:00",
415
+ "minimum_heating_seasonal_performance_factor": null,
416
+ "minimum_heating_seasonal_performance_factor_2": null,
417
+ "minimum_coefficient_of_performance_heating": 2.5,
418
+ "pthp_cop_coefficient_1": null,
419
+ "pthp_cop_coefficient_2": null,
420
+ "off_mode_power": null,
421
+ "minimum_coefficient_of_performance_no_fan_heating": null
142
422
  }
143
423
  ]
144
424
  }