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.
- checksums.yaml +4 -4
- data/data/standards/OpenStudio_Standards-ashrae_90_1-ALL-comstock(space_types).xlsx +0 -0
- data/data/standards/openstudio_standards_duplicates_log.csv +7962 -0
- data/lib/openstudio-standards/refrigeration/create_case.rb +58 -21
- data/lib/openstudio-standards/refrigeration/create_typical_refrigeration.rb +4 -2
- data/lib/openstudio-standards/refrigeration/create_walkin.rb +57 -22
- data/lib/openstudio-standards/refrigeration/data/refrigerated_cases.csv +31 -31
- data/lib/openstudio-standards/refrigeration/data/refrigerated_walkins.csv +76 -76
- data/lib/openstudio-standards/service_water_heating/create_typical.rb +10 -10
- data/lib/openstudio-standards/service_water_heating/create_water_heater.rb +10 -0
- data/lib/openstudio-standards/service_water_heating/create_water_heating_loop.rb +16 -3
- data/lib/openstudio-standards/service_water_heating/data/convert_data.rb +9 -9
- data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.csv +49 -49
- data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.json +159 -159
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +7 -18
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +10 -20
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +6 -15
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +5 -6
- data/lib/openstudio-standards/standards/Standards.CoilDX.rb +93 -43
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +5 -5
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +135 -37
- data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.Model.rb +9 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps.json +648 -326
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps_heating.json +371 -90
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_heaters.json +66 -22
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps.json +1012 -296
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps_heating.json +443 -79
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_heaters.json +66 -22
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps.json +672 -306
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps_heating.json +354 -74
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_heaters.json +72 -24
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.computer_room_acs.json +302 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.energy_recovery.json +8 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps.json +930 -604
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps_heating.json +415 -111
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_heaters.json +72 -24
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.computer_room_acs.json +602 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps.json +1005 -333
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps_heating.json +642 -88
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.water_heaters.json +78 -26
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.computer_room_acs.json +722 -140
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps.json +1741 -426
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps_heating.json +1108 -111
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.water_heaters.json +186 -62
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +62 -232
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +2 -3
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +7 -18
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +9 -7
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +1 -1
- 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
- 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
- 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
- data/lib/openstudio-standards/standards/deer/data/deer.schedules.json +62 -232
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps.json +16 -0
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps_heating.json +6 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps.json +16 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps_heating.json +6 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +2 -2
- data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps.json +16 -0
- data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps_heating.json +8 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps.json +20 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps_heating.json +10 -0
- data/lib/openstudio-standards/utilities/simulation.rb +3 -2
- data/lib/openstudio-standards/version.rb +1 -1
- metadata +5 -3
@@ -1,204 +1,508 @@
|
|
1
1
|
{
|
2
2
|
"heat_pumps_heating": [
|
3
3
|
{
|
4
|
-
"
|
4
|
+
"equipment_type": "PTHP",
|
5
5
|
"cooling_type": "AirCooled",
|
6
|
-
"
|
7
|
-
"
|
8
|
-
"
|
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
15
|
"end_date": "2999-09-09T00: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.7,
|
15
20
|
"pthp_cop_coefficient_2": 0.052,
|
16
|
-
"
|
17
|
-
"
|
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-2013 Table 6.8.1-4"
|
21
|
+
"off_mode_power": null,
|
22
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
22
23
|
},
|
23
24
|
{
|
24
|
-
"
|
25
|
+
"equipment_type": "PTHP",
|
25
26
|
"cooling_type": "AirCooled",
|
27
|
+
"configuration": null,
|
28
|
+
"subcategory": null,
|
29
|
+
"application": "Nonstandard Size",
|
30
|
+
"rating_condition": null,
|
31
|
+
"electric_power_phase": null,
|
32
|
+
"region": null,
|
33
|
+
"minimum_capacity": 0,
|
34
|
+
"maximum_capacity": 9999999999,
|
35
|
+
"start_date": "1919-09-09T00: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": 2.9,
|
41
|
+
"pthp_cop_coefficient_2": 0.026,
|
42
|
+
"off_mode_power": null,
|
43
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"equipment_type": "SPVHP",
|
47
|
+
"cooling_type": "AirCooled",
|
48
|
+
"configuration": null,
|
49
|
+
"subcategory": null,
|
50
|
+
"application": null,
|
51
|
+
"rating_condition": null,
|
52
|
+
"electric_power_phase": null,
|
53
|
+
"region": null,
|
54
|
+
"minimum_capacity": 0,
|
55
|
+
"maximum_capacity": 64999.99,
|
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": 3,
|
61
|
+
"pthp_cop_coefficient_1": null,
|
62
|
+
"pthp_cop_coefficient_2": null,
|
63
|
+
"off_mode_power": null,
|
64
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"equipment_type": "SPVHP",
|
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": 65000,
|
76
|
+
"maximum_capacity": 134999.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": 135000,
|
97
|
+
"maximum_capacity": 239999.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": "Nonweatherized Space Constrained",
|
113
|
+
"application": null,
|
114
|
+
"rating_condition": null,
|
115
|
+
"electric_power_phase": null,
|
116
|
+
"region": null,
|
117
|
+
"minimum_capacity": 0,
|
118
|
+
"maximum_capacity": 30000,
|
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": 3,
|
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": "SPVHP",
|
131
|
+
"cooling_type": "AirCooled",
|
132
|
+
"configuration": null,
|
133
|
+
"subcategory": "Nonweatherized Space Constrained",
|
134
|
+
"application": null,
|
135
|
+
"rating_condition": null,
|
136
|
+
"electric_power_phase": null,
|
137
|
+
"region": null,
|
138
|
+
"minimum_capacity": 30000.01,
|
139
|
+
"maximum_capacity": 36000,
|
140
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
141
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
142
|
+
"minimum_heating_seasonal_performance_factor": null,
|
143
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
144
|
+
"minimum_coefficient_of_performance_heating": 3,
|
145
|
+
"pthp_cop_coefficient_1": null,
|
146
|
+
"pthp_cop_coefficient_2": null,
|
147
|
+
"off_mode_power": null,
|
148
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
149
|
+
},
|
150
|
+
{
|
151
|
+
"equipment_type": "Heat Pumps",
|
152
|
+
"cooling_type": "AirCooled",
|
153
|
+
"configuration": null,
|
26
154
|
"subcategory": "Single Package",
|
27
|
-
"
|
28
|
-
"
|
155
|
+
"application": null,
|
156
|
+
"rating_condition": null,
|
157
|
+
"electric_power_phase": null,
|
158
|
+
"region": null,
|
159
|
+
"minimum_capacity": 0,
|
160
|
+
"maximum_capacity": 64999.99,
|
29
161
|
"start_date": "1919-09-09T00:00:00+00:00",
|
30
162
|
"end_date": "2014-12-31T00:00:00+00:00",
|
31
163
|
"minimum_heating_seasonal_performance_factor": 7.7,
|
164
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
32
165
|
"minimum_coefficient_of_performance_heating": null,
|
33
|
-
"minimum_energy_efficiency_ratio": null,
|
34
166
|
"pthp_cop_coefficient_1": null,
|
35
167
|
"pthp_cop_coefficient_2": null,
|
36
|
-
"
|
37
|
-
"
|
38
|
-
"heat_eir_ft": "HPACHeatEIRFT",
|
39
|
-
"heat_eir_fflow": "HPACHeatEIRFFF",
|
40
|
-
"heat_plf_fplr": "HPACCOOLPLFFPLR",
|
41
|
-
"notes": "From 90.1-2013 Table 6.8.1-2, Before 1/1/2015"
|
168
|
+
"off_mode_power": null,
|
169
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
42
170
|
},
|
43
171
|
{
|
44
|
-
"
|
172
|
+
"equipment_type": "Heat Pumps",
|
45
173
|
"cooling_type": "AirCooled",
|
174
|
+
"configuration": null,
|
46
175
|
"subcategory": "Single Package",
|
47
|
-
"
|
48
|
-
"
|
176
|
+
"application": null,
|
177
|
+
"rating_condition": null,
|
178
|
+
"electric_power_phase": null,
|
179
|
+
"region": null,
|
180
|
+
"minimum_capacity": 0,
|
181
|
+
"maximum_capacity": 64999.99,
|
49
182
|
"start_date": "2015-01-01T00:00:00+00:00",
|
50
183
|
"end_date": "2999-09-09T00:00:00+00:00",
|
51
|
-
"minimum_heating_seasonal_performance_factor": 8
|
184
|
+
"minimum_heating_seasonal_performance_factor": 8,
|
185
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
52
186
|
"minimum_coefficient_of_performance_heating": null,
|
53
|
-
"minimum_energy_efficiency_ratio": null,
|
54
187
|
"pthp_cop_coefficient_1": null,
|
55
188
|
"pthp_cop_coefficient_2": null,
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"heat_eir_ft": "HPACHeatEIRFT",
|
59
|
-
"heat_eir_fflow": "HPACHeatEIRFFF",
|
60
|
-
"heat_plf_fplr": "HPACCOOLPLFFPLR",
|
61
|
-
"notes": "From 90.1-2013 Table 6.8.1-2, Before 1/1/2015"
|
189
|
+
"off_mode_power": null,
|
190
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
62
191
|
},
|
63
192
|
{
|
64
|
-
"
|
193
|
+
"equipment_type": "Heat Pumps",
|
65
194
|
"cooling_type": "AirCooled",
|
66
|
-
"
|
67
|
-
"
|
68
|
-
"
|
195
|
+
"configuration": null,
|
196
|
+
"subcategory": null,
|
197
|
+
"application": null,
|
198
|
+
"rating_condition": "47F db/43F wb outdoor air",
|
199
|
+
"electric_power_phase": null,
|
200
|
+
"region": null,
|
201
|
+
"minimum_capacity": 65000,
|
202
|
+
"maximum_capacity": 134999.99,
|
69
203
|
"start_date": "1919-09-09T00:00:00+00:00",
|
70
204
|
"end_date": "2999-09-09T00:00:00+00:00",
|
71
205
|
"minimum_heating_seasonal_performance_factor": null,
|
206
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
72
207
|
"minimum_coefficient_of_performance_heating": 3.3,
|
73
|
-
"minimum_energy_efficiency_ratio": null,
|
74
208
|
"pthp_cop_coefficient_1": null,
|
75
209
|
"pthp_cop_coefficient_2": null,
|
76
|
-
"
|
77
|
-
"
|
78
|
-
"heat_eir_ft": "HPACHeatEIRFT",
|
79
|
-
"heat_eir_fflow": "HPACHeatEIRFFF",
|
80
|
-
"heat_plf_fplr": "HPACCOOLPLFFPLR",
|
81
|
-
"notes": "From 90.1-2013 Table 6.8.1-5"
|
210
|
+
"off_mode_power": null,
|
211
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
82
212
|
},
|
83
213
|
{
|
84
|
-
"
|
214
|
+
"equipment_type": "Heat Pumps",
|
85
215
|
"cooling_type": "AirCooled",
|
86
|
-
"
|
87
|
-
"
|
88
|
-
"
|
216
|
+
"configuration": null,
|
217
|
+
"subcategory": null,
|
218
|
+
"application": null,
|
219
|
+
"rating_condition": "17F db/15F wb outdoor air",
|
220
|
+
"electric_power_phase": null,
|
221
|
+
"region": null,
|
222
|
+
"minimum_capacity": 65000,
|
223
|
+
"maximum_capacity": 134999.99,
|
89
224
|
"start_date": "1919-09-09T00:00:00+00:00",
|
90
225
|
"end_date": "2999-09-09T00:00:00+00:00",
|
91
226
|
"minimum_heating_seasonal_performance_factor": null,
|
227
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
228
|
+
"minimum_coefficient_of_performance_heating": 2.25,
|
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,
|
238
|
+
"subcategory": null,
|
239
|
+
"application": null,
|
240
|
+
"rating_condition": "47F db/43F wb outdoor air",
|
241
|
+
"electric_power_phase": null,
|
242
|
+
"region": null,
|
243
|
+
"minimum_capacity": 135000,
|
244
|
+
"maximum_capacity": 9999999999,
|
245
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
246
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
247
|
+
"minimum_heating_seasonal_performance_factor": null,
|
248
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
92
249
|
"minimum_coefficient_of_performance_heating": 3.2,
|
93
|
-
"minimum_energy_efficiency_ratio": null,
|
94
250
|
"pthp_cop_coefficient_1": null,
|
95
251
|
"pthp_cop_coefficient_2": null,
|
96
|
-
"
|
97
|
-
"
|
98
|
-
"heat_eir_ft": "HPACHeatEIRFT",
|
99
|
-
"heat_eir_fflow": "HPACHeatEIRFFF",
|
100
|
-
"heat_plf_fplr": "HPACCOOLPLFFPLR",
|
101
|
-
"notes": "From 90.1-2013 Table 6.8.1-6"
|
252
|
+
"off_mode_power": null,
|
253
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
102
254
|
},
|
103
255
|
{
|
104
|
-
"
|
256
|
+
"equipment_type": "Heat Pumps",
|
105
257
|
"cooling_type": "AirCooled",
|
258
|
+
"configuration": null,
|
259
|
+
"subcategory": null,
|
260
|
+
"application": null,
|
261
|
+
"rating_condition": "17F db/15F wb outdoor air",
|
262
|
+
"electric_power_phase": null,
|
263
|
+
"region": null,
|
264
|
+
"minimum_capacity": 135000,
|
265
|
+
"maximum_capacity": 9999999999,
|
266
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
267
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
268
|
+
"minimum_heating_seasonal_performance_factor": null,
|
269
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
270
|
+
"minimum_coefficient_of_performance_heating": 2.05,
|
271
|
+
"pthp_cop_coefficient_1": null,
|
272
|
+
"pthp_cop_coefficient_2": null,
|
273
|
+
"off_mode_power": null,
|
274
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"equipment_type": "Heat Pumps",
|
278
|
+
"cooling_type": "AirCooled",
|
279
|
+
"configuration": null,
|
106
280
|
"subcategory": "Split System",
|
107
|
-
"
|
108
|
-
"
|
281
|
+
"application": null,
|
282
|
+
"rating_condition": null,
|
283
|
+
"electric_power_phase": null,
|
284
|
+
"region": null,
|
285
|
+
"minimum_capacity": 0,
|
286
|
+
"maximum_capacity": 64999.99,
|
109
287
|
"start_date": "1919-09-09T00:00:00+00:00",
|
110
288
|
"end_date": "2014-12-31T00:00:00+00:00",
|
111
289
|
"minimum_heating_seasonal_performance_factor": 7.7,
|
290
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
112
291
|
"minimum_coefficient_of_performance_heating": null,
|
113
|
-
"minimum_energy_efficiency_ratio": null,
|
114
292
|
"pthp_cop_coefficient_1": null,
|
115
293
|
"pthp_cop_coefficient_2": null,
|
116
|
-
"
|
117
|
-
"
|
118
|
-
"heat_eir_ft": "HPACHeatEIRFT",
|
119
|
-
"heat_eir_fflow": "HPACHeatEIRFFF",
|
120
|
-
"heat_plf_fplr": "HPACCOOLPLFFPLR",
|
121
|
-
"notes": "From 90.1-2013 Table 6.8.1-2, Before 1/1/2015"
|
294
|
+
"off_mode_power": null,
|
295
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
122
296
|
},
|
123
297
|
{
|
124
|
-
"
|
298
|
+
"equipment_type": "Heat Pumps",
|
125
299
|
"cooling_type": "AirCooled",
|
300
|
+
"configuration": null,
|
126
301
|
"subcategory": "Split System",
|
127
|
-
"
|
128
|
-
"
|
302
|
+
"application": null,
|
303
|
+
"rating_condition": null,
|
304
|
+
"electric_power_phase": null,
|
305
|
+
"region": null,
|
306
|
+
"minimum_capacity": 0,
|
307
|
+
"maximum_capacity": 64999.99,
|
129
308
|
"start_date": "2015-01-01T00:00:00+00:00",
|
130
309
|
"end_date": "2999-09-09T00:00:00+00:00",
|
131
310
|
"minimum_heating_seasonal_performance_factor": 8.2,
|
311
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
132
312
|
"minimum_coefficient_of_performance_heating": null,
|
133
|
-
"minimum_energy_efficiency_ratio": null,
|
134
313
|
"pthp_cop_coefficient_1": null,
|
135
314
|
"pthp_cop_coefficient_2": null,
|
136
|
-
"
|
137
|
-
"
|
138
|
-
"heat_eir_ft": "HPACHeatEIRFT",
|
139
|
-
"heat_eir_fflow": "HPACHeatEIRFFF",
|
140
|
-
"heat_plf_fplr": "HPACCOOLPLFFPLR",
|
141
|
-
"notes": "From 90.1-2013 Table 6.8.1-2, Before 1/1/2015"
|
315
|
+
"off_mode_power": null,
|
316
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
142
317
|
},
|
143
318
|
{
|
144
|
-
"
|
145
|
-
"cooling_type": "
|
146
|
-
"
|
147
|
-
"
|
148
|
-
"
|
319
|
+
"equipment_type": "Through the Wall",
|
320
|
+
"cooling_type": "AirCooled",
|
321
|
+
"configuration": null,
|
322
|
+
"subcategory": "Single Package",
|
323
|
+
"application": null,
|
324
|
+
"rating_condition": null,
|
325
|
+
"electric_power_phase": null,
|
326
|
+
"region": null,
|
327
|
+
"minimum_capacity": 0,
|
328
|
+
"maximum_capacity": 30000,
|
149
329
|
"start_date": "1919-09-09T00:00:00+00:00",
|
150
330
|
"end_date": "2999-09-09T00:00:00+00:00",
|
151
|
-
"minimum_heating_seasonal_performance_factor":
|
331
|
+
"minimum_heating_seasonal_performance_factor": 7.4,
|
332
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
152
333
|
"minimum_coefficient_of_performance_heating": null,
|
153
|
-
"minimum_energy_efficiency_ratio": null,
|
154
334
|
"pthp_cop_coefficient_1": null,
|
155
335
|
"pthp_cop_coefficient_2": null,
|
156
|
-
"
|
157
|
-
"
|
158
|
-
"heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
|
159
|
-
"heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
|
160
|
-
"heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
|
161
|
-
"notes": "From 90.1-2013 Table 6.8.1-4"
|
336
|
+
"off_mode_power": null,
|
337
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
162
338
|
},
|
163
339
|
{
|
164
|
-
"
|
165
|
-
"cooling_type": "
|
166
|
-
"
|
167
|
-
"
|
168
|
-
"
|
340
|
+
"equipment_type": "Through the Wall",
|
341
|
+
"cooling_type": "AirCooled",
|
342
|
+
"configuration": null,
|
343
|
+
"subcategory": "Split System",
|
344
|
+
"application": null,
|
345
|
+
"rating_condition": null,
|
346
|
+
"electric_power_phase": null,
|
347
|
+
"region": null,
|
348
|
+
"minimum_capacity": 0,
|
349
|
+
"maximum_capacity": 30000,
|
169
350
|
"start_date": "1919-09-09T00:00:00+00:00",
|
170
351
|
"end_date": "2999-09-09T00:00:00+00:00",
|
171
352
|
"minimum_heating_seasonal_performance_factor": 7.4,
|
353
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
172
354
|
"minimum_coefficient_of_performance_heating": null,
|
173
|
-
"minimum_energy_efficiency_ratio": null,
|
174
355
|
"pthp_cop_coefficient_1": null,
|
175
356
|
"pthp_cop_coefficient_2": null,
|
176
|
-
"
|
177
|
-
"
|
178
|
-
"heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
|
179
|
-
"heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
|
180
|
-
"heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
|
181
|
-
"notes": "From 90.1-2013 Table 6.8.1-3"
|
357
|
+
"off_mode_power": null,
|
358
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
182
359
|
},
|
183
360
|
{
|
184
|
-
"
|
185
|
-
"cooling_type": "
|
361
|
+
"equipment_type": "Small Duct High Velocity",
|
362
|
+
"cooling_type": "AirCooled",
|
363
|
+
"configuration": null,
|
186
364
|
"subcategory": "Split System",
|
187
|
-
"
|
188
|
-
"
|
365
|
+
"application": null,
|
366
|
+
"rating_condition": null,
|
367
|
+
"electric_power_phase": null,
|
368
|
+
"region": null,
|
369
|
+
"minimum_capacity": 0,
|
370
|
+
"maximum_capacity": 64999.99,
|
189
371
|
"start_date": "1919-09-09T00:00:00+00:00",
|
190
372
|
"end_date": "2999-09-09T00:00:00+00:00",
|
191
|
-
"minimum_heating_seasonal_performance_factor":
|
373
|
+
"minimum_heating_seasonal_performance_factor": 6.8,
|
374
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
192
375
|
"minimum_coefficient_of_performance_heating": null,
|
193
|
-
"minimum_energy_efficiency_ratio": null,
|
194
376
|
"pthp_cop_coefficient_1": null,
|
195
377
|
"pthp_cop_coefficient_2": null,
|
196
|
-
"
|
197
|
-
"
|
198
|
-
|
199
|
-
|
200
|
-
"
|
201
|
-
"
|
378
|
+
"off_mode_power": null,
|
379
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
380
|
+
},
|
381
|
+
{
|
382
|
+
"equipment_type": "Heat Pumps",
|
383
|
+
"cooling_type": "WaterSource",
|
384
|
+
"configuration": "Water to Air",
|
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": 4.3,
|
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": "GroundWaterSource",
|
405
|
+
"configuration": "Water to Air",
|
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": 3.7,
|
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
|
422
|
+
},
|
423
|
+
{
|
424
|
+
"equipment_type": "Heat Pumps",
|
425
|
+
"cooling_type": "GroundSource",
|
426
|
+
"configuration": "Brine to Air",
|
427
|
+
"subcategory": null,
|
428
|
+
"application": null,
|
429
|
+
"rating_condition": null,
|
430
|
+
"electric_power_phase": null,
|
431
|
+
"region": null,
|
432
|
+
"minimum_capacity": 0,
|
433
|
+
"maximum_capacity": 134999.99,
|
434
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
435
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
436
|
+
"minimum_heating_seasonal_performance_factor": null,
|
437
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
438
|
+
"minimum_coefficient_of_performance_heating": 3.2,
|
439
|
+
"pthp_cop_coefficient_1": null,
|
440
|
+
"pthp_cop_coefficient_2": null,
|
441
|
+
"off_mode_power": null,
|
442
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
443
|
+
},
|
444
|
+
{
|
445
|
+
"equipment_type": "Heat Pumps",
|
446
|
+
"cooling_type": "WaterSource",
|
447
|
+
"configuration": "Water to Water",
|
448
|
+
"subcategory": null,
|
449
|
+
"application": null,
|
450
|
+
"rating_condition": null,
|
451
|
+
"electric_power_phase": null,
|
452
|
+
"region": null,
|
453
|
+
"minimum_capacity": 0,
|
454
|
+
"maximum_capacity": 134999.99,
|
455
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
456
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
457
|
+
"minimum_heating_seasonal_performance_factor": null,
|
458
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
459
|
+
"minimum_coefficient_of_performance_heating": 3.7,
|
460
|
+
"pthp_cop_coefficient_1": null,
|
461
|
+
"pthp_cop_coefficient_2": null,
|
462
|
+
"off_mode_power": null,
|
463
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
464
|
+
},
|
465
|
+
{
|
466
|
+
"equipment_type": "Heat Pumps",
|
467
|
+
"cooling_type": "GroundWaterSource",
|
468
|
+
"configuration": "Water to Water",
|
469
|
+
"subcategory": null,
|
470
|
+
"application": null,
|
471
|
+
"rating_condition": null,
|
472
|
+
"electric_power_phase": null,
|
473
|
+
"region": null,
|
474
|
+
"minimum_capacity": 0,
|
475
|
+
"maximum_capacity": 134999.99,
|
476
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
477
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
478
|
+
"minimum_heating_seasonal_performance_factor": null,
|
479
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
480
|
+
"minimum_coefficient_of_performance_heating": 3.1,
|
481
|
+
"pthp_cop_coefficient_1": null,
|
482
|
+
"pthp_cop_coefficient_2": null,
|
483
|
+
"off_mode_power": null,
|
484
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
485
|
+
},
|
486
|
+
{
|
487
|
+
"equipment_type": "Heat Pumps",
|
488
|
+
"cooling_type": "GroundSource",
|
489
|
+
"configuration": "Brine to Water",
|
490
|
+
"subcategory": null,
|
491
|
+
"application": null,
|
492
|
+
"rating_condition": null,
|
493
|
+
"electric_power_phase": null,
|
494
|
+
"region": null,
|
495
|
+
"minimum_capacity": 0,
|
496
|
+
"maximum_capacity": 134999.99,
|
497
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
498
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
499
|
+
"minimum_heating_seasonal_performance_factor": null,
|
500
|
+
"minimum_heating_seasonal_performance_factor_2": null,
|
501
|
+
"minimum_coefficient_of_performance_heating": 2.5,
|
502
|
+
"pthp_cop_coefficient_1": null,
|
503
|
+
"pthp_cop_coefficient_2": null,
|
504
|
+
"off_mode_power": null,
|
505
|
+
"minimum_coefficient_of_performance_no_fan_heating": null
|
202
506
|
}
|
203
507
|
]
|
204
508
|
}
|