openstudio-standards 0.2.12.rc4 → 0.2.12.rc5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/data/standards/OpenStudio_Standards-ashrae_90_1(space_types).xlsx +0 -0
  3. data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
  4. data/data/standards/test_performance_expected_dd_results.csv +950 -950
  5. data/lib/openstudio-standards.rb +8 -1
  6. data/lib/openstudio-standards/btap/btap.model.rb +1 -1
  7. data/lib/openstudio-standards/btap/economics.rb +14 -11
  8. data/lib/openstudio-standards/btap/envelope.rb +185 -257
  9. data/lib/openstudio-standards/btap/fileio.rb +1 -0
  10. data/lib/openstudio-standards/btap/geometry.rb +21 -1
  11. data/lib/openstudio-standards/btap/measures.rb +12 -11
  12. data/lib/openstudio-standards/btap/schedules.rb +3 -12
  13. data/lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVACUnitaryHeatPumpAirToAirMultiSpeed.rb +178 -0
  14. data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingDXMultiSpeed.rb +8 -8
  15. data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +3 -0
  16. data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +3 -3
  17. data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +25 -23
  18. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +91 -0
  19. data/lib/openstudio-standards/standards/Standards.CoilDX.rb +20 -2
  20. data/lib/openstudio-standards/standards/Standards.CoilHeatingGasMultiStage.rb +39 -0
  21. data/lib/openstudio-standards/standards/Standards.Model.rb +29 -0
  22. data/lib/openstudio-standards/standards/Standards.ThermalZone.rb +37 -4
  23. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.unitary_acs.json +15 -15
  24. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.unitary_acs.json +15 -15
  25. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.unitary_acs.json +5 -5
  26. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.unitary_acs.json +15 -15
  27. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.spc_typ.json +5963 -2723
  28. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.spc_typ.json +5917 -2697
  29. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.spc_typ.json +2011 -1112
  30. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.spc_typ.json +1946 -1106
  31. data/lib/openstudio-standards/standards/necb/BTAP1980TO2010/btap_1980to2010.rb +2 -18
  32. data/lib/openstudio-standards/standards/necb/BTAP1980TO2010/data/space_types.json +1677 -1005
  33. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +64 -13
  34. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/building_envelope.rb +31 -19
  35. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/curves.json +75 -0
  36. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps.json +16 -16
  37. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/space_types.json +1677 -1005
  38. data/lib/openstudio-standards/standards/necb/ECMS/data/boiler_set.json +29 -0
  39. data/lib/openstudio-standards/standards/necb/ECMS/data/curves.json +913 -0
  40. data/lib/openstudio-standards/standards/necb/ECMS/data/equip_eff_lim.json +52 -0
  41. data/lib/openstudio-standards/standards/necb/ECMS/data/erv.json +105 -0
  42. data/lib/openstudio-standards/standards/necb/ECMS/data/furnace_set.json +23 -0
  43. data/lib/openstudio-standards/standards/necb/ECMS/data/heat_pumps.json +803 -0
  44. data/lib/openstudio-standards/standards/necb/ECMS/data/heat_pumps_heating.json +787 -0
  45. data/lib/openstudio-standards/standards/necb/ECMS/data/shw_set.json +29 -0
  46. data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +87 -0
  47. data/lib/openstudio-standards/standards/necb/ECMS/erv.rb +22 -0
  48. data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +1593 -0
  49. data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +68 -33
  50. data/lib/openstudio-standards/standards/necb/NECB2011/beps_compliance_path.rb +24 -13
  51. data/lib/openstudio-standards/standards/necb/NECB2011/building_envelope.rb +104 -99
  52. data/lib/openstudio-standards/standards/necb/NECB2011/data/constants.json +24 -24
  53. data/lib/openstudio-standards/standards/necb/NECB2011/data/curves.json +50 -0
  54. data/lib/openstudio-standards/standards/necb/NECB2011/data/erv.json +31 -0
  55. data/lib/openstudio-standards/standards/necb/NECB2011/data/led_lighting_data.json +2028 -0
  56. data/lib/openstudio-standards/standards/necb/NECB2011/data/space_types.json +1745 -1297
  57. data/lib/openstudio-standards/standards/necb/NECB2011/daylighting_control.md +70 -0
  58. data/lib/openstudio-standards/standards/necb/NECB2011/demand_controlled_ventilation.md +46 -0
  59. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_multi_speed.rb +69 -107
  60. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +24 -1
  61. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +139 -141
  62. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +24 -0
  63. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +344 -234
  64. data/lib/openstudio-standards/standards/necb/NECB2011/led_lighting.md +51 -0
  65. data/lib/openstudio-standards/standards/necb/NECB2011/lighting.rb +57 -9
  66. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +1060 -34
  67. data/lib/openstudio-standards/standards/necb/NECB2011/qaqc/necb_qaqc.rb +9 -1
  68. data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +1 -1
  69. data/lib/openstudio-standards/standards/necb/NECB2015/data/led_lighting_data.json +2883 -0
  70. data/lib/openstudio-standards/standards/necb/NECB2015/data/space_types.json +2554 -1916
  71. data/lib/openstudio-standards/standards/necb/NECB2015/necb_2015.rb +32 -1
  72. data/lib/openstudio-standards/standards/necb/NECB2017/data/led_lighting_data.json +2883 -0
  73. data/lib/openstudio-standards/standards/necb/NECB2017/data/space_types.json +2554 -1916
  74. data/lib/openstudio-standards/standards/necb/NECB2017/necb_2017.rb +29 -0
  75. data/lib/openstudio-standards/version.rb +1 -1
  76. metadata +21 -2
@@ -0,0 +1,787 @@
1
+ {
2
+ "tables": {
3
+ "heat_pumps_heating_ecm_hs08_vrfzonal": {
4
+ "data_type": "table",
5
+ "refs": [
6
+ "assumption"
7
+ ],
8
+ "table": [
9
+ {
10
+ "cooling_type": "AirCooled",
11
+ "heating_type": "All Other",
12
+ "subcategory": "Single Package",
13
+ "minimum_capacity": 0.0,
14
+ "maximum_capacity": 8700.0,
15
+ "start_date": "9/9/1919",
16
+ "end_date": "2999-09-09T00:00:00+00:00",
17
+ "minimum_heating_seasonal_performance_factor": null,
18
+ "minimum_coefficient_of_performance_heating": 4.68,
19
+ "minimum_energy_efficiency_ratio": null,
20
+ "heat_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HCAPFT curve",
21
+ "heat_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT Boundary curve",
22
+ "heat_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HCAPFT curve",
23
+ "heat_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFT curve",
24
+ "heat_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT Boundary curve",
25
+ "heat_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFT curve",
26
+ "heat_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFPLR curve",
27
+ "heat_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFPLR curve",
28
+ "heat_hcr": "Mitsubishi Hyper Heating VRF Outdoor Unit HCR curve",
29
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off HPLFFPLR curve",
30
+ "heat_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFPL curve",
31
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
32
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MUZ_FH)"
33
+ },
34
+ {
35
+ "cooling_type": "AirCooled",
36
+ "heating_type": "All Other",
37
+ "subcategory": "Single Package",
38
+ "minimum_capacity": 8700.0,
39
+ "maximum_capacity": 10900.0,
40
+ "start_date": "9/9/1919",
41
+ "end_date": "2999-09-09T00:00:00+00:00",
42
+ "minimum_heating_seasonal_performance_factor": null,
43
+ "minimum_coefficient_of_performance_heating": 4.5,
44
+ "minimum_energy_efficiency_ratio": null,
45
+ "heat_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HCAPFT curve",
46
+ "heat_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT Boundary curve",
47
+ "heat_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HCAPFT curve",
48
+ "heat_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFT curve",
49
+ "heat_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT Boundary curve",
50
+ "heat_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFT curve",
51
+ "heat_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFPLR curve",
52
+ "heat_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFPLR curve",
53
+ "heat_hcr": "Mitsubishi Hyper Heating VRF Outdoor Unit HCR curve",
54
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off HPLFFPLR curve",
55
+ "heat_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFPL curve",
56
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
57
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MUZ_FH)"
58
+ },
59
+ {
60
+ "cooling_type": "AirCooled",
61
+ "heating_type": "All Other",
62
+ "subcategory": "Single Package",
63
+ "minimum_capacity": 10900.0,
64
+ "maximum_capacity": 13600.0,
65
+ "start_date": "9/9/1919",
66
+ "end_date": "2999-09-09T00:00:00+00:00",
67
+ "minimum_heating_seasonal_performance_factor": null,
68
+ "minimum_coefficient_of_performance_heating": 4.2,
69
+ "minimum_energy_efficiency_ratio": null,
70
+ "heat_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HCAPFT curve",
71
+ "heat_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT Boundary curve",
72
+ "heat_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HCAPFT curve",
73
+ "heat_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFT curve",
74
+ "heat_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT Boundary curve",
75
+ "heat_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFT curve",
76
+ "heat_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFPLR curve",
77
+ "heat_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFPLR curve",
78
+ "heat_hcr": "Mitsubishi Hyper Heating VRF Outdoor Unit HCR curve",
79
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off HPLFFPLR curve",
80
+ "heat_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFPL curve",
81
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
82
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MUZ_FH)"
83
+ },
84
+ {
85
+ "cooling_type": "AirCooled",
86
+ "heating_type": "All Other",
87
+ "subcategory": "Single Package",
88
+ "minimum_capacity": 13600.0,
89
+ "maximum_capacity": 18000.0,
90
+ "start_date": "9/9/1919",
91
+ "end_date": "2999-09-09T00:00:00+00:00",
92
+ "minimum_heating_seasonal_performance_factor": null,
93
+ "minimum_coefficient_of_performance_heating": 4.06,
94
+ "minimum_energy_efficiency_ratio": null,
95
+ "heat_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HCAPFT curve",
96
+ "heat_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT Boundary curve",
97
+ "heat_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HCAPFT curve",
98
+ "heat_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFT curve",
99
+ "heat_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT Boundary curve",
100
+ "heat_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFT curve",
101
+ "heat_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFPLR curve",
102
+ "heat_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFPLR curve",
103
+ "heat_hcr": "Mitsubishi Hyper Heating VRF Outdoor Unit HCR curve",
104
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off HPLFFPLR curve",
105
+ "heat_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFPL curve",
106
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
107
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MUZ_FH)"
108
+ },
109
+ {
110
+ "cooling_type": "AirCooled",
111
+ "heating_type": "All Other",
112
+ "subcategory": "Single Package",
113
+ "minimum_capacity": 18000.0,
114
+ "maximum_capacity": 20300.0,
115
+ "start_date": "9/9/1919",
116
+ "end_date": "2999-09-09T00:00:00+00:00",
117
+ "minimum_heating_seasonal_performance_factor": null,
118
+ "minimum_coefficient_of_performance_heating": 3.46,
119
+ "minimum_energy_efficiency_ratio": null,
120
+ "heat_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HCAPFT curve",
121
+ "heat_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT Boundary curve",
122
+ "heat_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HCAPFT curve",
123
+ "heat_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFT curve",
124
+ "heat_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT Boundary curve",
125
+ "heat_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFT curve",
126
+ "heat_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFPLR curve",
127
+ "heat_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFPLR curve",
128
+ "heat_hcr": "Mitsubishi Hyper Heating VRF Outdoor Unit HCR curve",
129
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off HPLFFPLR curve",
130
+ "heat_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFPL curve",
131
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
132
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MUZ_FH)"
133
+ },
134
+ {
135
+ "cooling_type": "AirCooled",
136
+ "heating_type": "All Other",
137
+ "subcategory": "Single Package",
138
+ "minimum_capacity": 20300.0,
139
+ "maximum_capacity": 22008.0,
140
+ "start_date": "9/9/1919",
141
+ "end_date": "2999-09-09T00:00:00+00:00",
142
+ "minimum_heating_seasonal_performance_factor": null,
143
+ "minimum_coefficient_of_performance_heating": 4.0,
144
+ "minimum_energy_efficiency_ratio": null,
145
+ "heat_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HCAPFT curve",
146
+ "heat_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT Boundary curve",
147
+ "heat_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HCAPFT curve",
148
+ "heat_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFT curve",
149
+ "heat_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT Boundary curve",
150
+ "heat_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFT curve",
151
+ "heat_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFPLR curve",
152
+ "heat_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFPLR curve",
153
+ "heat_hcr": "Mitsubishi Hyper Heating VRF Outdoor Unit HCR curve",
154
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off HPLFFPLR curve",
155
+ "heat_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFPL curve",
156
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
157
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
158
+ },
159
+ {
160
+ "cooling_type": "AirCooled",
161
+ "heating_type": "All Other",
162
+ "subcategory": "Single Package",
163
+ "minimum_capacity": 22008.0,
164
+ "maximum_capacity": 25010.7,
165
+ "start_date": "9/9/1919",
166
+ "end_date": "2999-09-09T00:00:00+00:00",
167
+ "minimum_heating_seasonal_performance_factor": null,
168
+ "minimum_coefficient_of_performance_heating": 4.25,
169
+ "minimum_energy_efficiency_ratio": null,
170
+ "heat_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HCAPFT curve",
171
+ "heat_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT Boundary curve",
172
+ "heat_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HCAPFT curve",
173
+ "heat_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFT curve",
174
+ "heat_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT Boundary curve",
175
+ "heat_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFT curve",
176
+ "heat_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFPLR curve",
177
+ "heat_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFPLR curve",
178
+ "heat_hcr": "Mitsubishi Hyper Heating VRF Outdoor Unit HCR curve",
179
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off HPLFFPLR curve",
180
+ "heat_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFPL curve",
181
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
182
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
183
+ },
184
+ {
185
+ "cooling_type": "AirCooled",
186
+ "heating_type": "All Other",
187
+ "subcategory": "Single Package",
188
+ "minimum_capacity": 25010.7,
189
+ "maximum_capacity": 28593.4,
190
+ "start_date": "9/9/1919",
191
+ "end_date": "2999-09-09T00:00:00+00:00",
192
+ "minimum_heating_seasonal_performance_factor": null,
193
+ "minimum_coefficient_of_performance_heating": 4.0,
194
+ "minimum_energy_efficiency_ratio": null,
195
+ "heat_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HCAPFT curve",
196
+ "heat_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT Boundary curve",
197
+ "heat_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HCAPFT curve",
198
+ "heat_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFT curve",
199
+ "heat_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT Boundary curve",
200
+ "heat_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFT curve",
201
+ "heat_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFPLR curve",
202
+ "heat_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFPLR curve",
203
+ "heat_hcr": "Mitsubishi Hyper Heating VRF Outdoor Unit HCR curve",
204
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off HPLFFPLR curve",
205
+ "heat_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFPL curve",
206
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
207
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
208
+ },
209
+ {
210
+ "cooling_type": "AirCooled",
211
+ "heating_type": "All Other",
212
+ "subcategory": "Single Package",
213
+ "minimum_capacity": 28593.4,
214
+ "maximum_capacity": 45005.6,
215
+ "start_date": "9/9/1919",
216
+ "end_date": "2999-09-09T00:00:00+00:00",
217
+ "minimum_heating_seasonal_performance_factor": null,
218
+ "minimum_coefficient_of_performance_heating": 3.95,
219
+ "minimum_energy_efficiency_ratio": null,
220
+ "heat_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HCAPFT curve",
221
+ "heat_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT Boundary curve",
222
+ "heat_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HCAPFT curve",
223
+ "heat_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFT curve",
224
+ "heat_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT Boundary curve",
225
+ "heat_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFT curve",
226
+ "heat_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFPLR curve",
227
+ "heat_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFPLR curve",
228
+ "heat_hcr": "Mitsubishi Hyper Heating VRF Outdoor Unit HCR curve",
229
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off HPLFFPLR curve",
230
+ "heat_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFPL curve",
231
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
232
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
233
+ },
234
+ {
235
+ "cooling_type": "AirCooled",
236
+ "heating_type": "All Other",
237
+ "subcategory": "Single Package",
238
+ "minimum_capacity": 45005.6,
239
+ "maximum_capacity": 48008.2,
240
+ "start_date": "9/9/1919",
241
+ "end_date": "2999-09-09T00:00:00+00:00",
242
+ "minimum_heating_seasonal_performance_factor": null,
243
+ "minimum_coefficient_of_performance_heating": 4.1,
244
+ "minimum_energy_efficiency_ratio": null,
245
+ "heat_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HCAPFT curve",
246
+ "heat_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT Boundary curve",
247
+ "heat_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HCAPFT curve",
248
+ "heat_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFT curve",
249
+ "heat_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT Boundary curve",
250
+ "heat_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFT curve",
251
+ "heat_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFPLR curve",
252
+ "heat_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFPLR curve",
253
+ "heat_hcr": "Mitsubishi Hyper Heating VRF Outdoor Unit HCR curve",
254
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off HPLFFPLR curve",
255
+ "heat_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFPL curve",
256
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
257
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
258
+ },
259
+ {
260
+ "cooling_type": "AirCooled",
261
+ "heating_type": "All Other",
262
+ "subcategory": "Single Package",
263
+ "minimum_capacity": 48008.2,
264
+ "maximum_capacity": 54013.5,
265
+ "start_date": "9/9/1919",
266
+ "end_date": "2999-09-09T00:00:00+00:00",
267
+ "minimum_heating_seasonal_performance_factor": null,
268
+ "minimum_coefficient_of_performance_heating": 3.75,
269
+ "minimum_energy_efficiency_ratio": null,
270
+ "heat_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HCAPFT curve",
271
+ "heat_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT Boundary curve",
272
+ "heat_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HCAPFT curve",
273
+ "heat_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFT curve",
274
+ "heat_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT Boundary curve",
275
+ "heat_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFT curve",
276
+ "heat_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFPLR curve",
277
+ "heat_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFPLR curve",
278
+ "heat_hcr": "Mitsubishi Hyper Heating VRF Outdoor Unit HCR curve",
279
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off HPLFFPLR curve",
280
+ "heat_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFPL curve",
281
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
282
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
283
+ },
284
+ {
285
+ "cooling_type": "AirCooled",
286
+ "heating_type": "All Other",
287
+ "subcategory": "Single Package",
288
+ "minimum_capacity": 54013.5,
289
+ "maximum_capacity": 76087.6,
290
+ "start_date": "9/9/1919",
291
+ "end_date": "2999-09-09T00:00:00+00:00",
292
+ "minimum_heating_seasonal_performance_factor": null,
293
+ "minimum_coefficient_of_performance_heating": 4.62,
294
+ "minimum_energy_efficiency_ratio": null,
295
+ "heat_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HCAPFT curve",
296
+ "heat_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT Boundary curve",
297
+ "heat_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HCAPFT curve",
298
+ "heat_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFT curve",
299
+ "heat_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT Boundary curve",
300
+ "heat_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFT curve",
301
+ "heat_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFPLR curve",
302
+ "heat_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFPLR curve",
303
+ "heat_hcr": "Mitsubishi Hyper Heating VRF Outdoor Unit HCR curve",
304
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off HPLFFPLR curve",
305
+ "heat_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off HCAPFPL curve",
306
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
307
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
308
+ },
309
+ {
310
+ "cooling_type": "AirCooled",
311
+ "heating_type": "All Other",
312
+ "subcategory": "Single Package",
313
+ "minimum_capacity": 76087.6,
314
+ "maximum_capacity": 103042.4,
315
+ "start_date": "9/9/1919",
316
+ "end_date": "2999-09-09T00:00:00+00:00",
317
+ "minimum_heating_seasonal_performance_factor": null,
318
+ "minimum_coefficient_of_performance_heating": 4.54,
319
+ "minimum_energy_efficiency_ratio": null,
320
+ "heat_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HCAPFT curve",
321
+ "heat_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT Boundary curve",
322
+ "heat_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HCAPFT curve",
323
+ "heat_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFT curve",
324
+ "heat_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT Boundary curve",
325
+ "heat_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFT curve",
326
+ "heat_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFPLR curve",
327
+ "heat_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFPLR curve",
328
+ "heat_hcr": "Mitsubishi Hyper Heating VRF Outdoor Unit HCR curve",
329
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off HPLFFPLR curve",
330
+ "heat_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFPL curve",
331
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
332
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
333
+ },
334
+ {
335
+ "cooling_type": "AirCooled",
336
+ "heating_type": "All Other",
337
+ "subcategory": "Single Package",
338
+ "minimum_capacity": 103042.4,
339
+ "maximum_capacity": 128973.65,
340
+ "start_date": "9/9/1919",
341
+ "end_date": "2999-09-09T00:00:00+00:00",
342
+ "minimum_heating_seasonal_performance_factor": null,
343
+ "minimum_coefficient_of_performance_heating": 4.42,
344
+ "minimum_energy_efficiency_ratio": null,
345
+ "heat_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HCAPFT curve",
346
+ "heat_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT Boundary curve",
347
+ "heat_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HCAPFT curve",
348
+ "heat_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFT curve",
349
+ "heat_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT Boundary curve",
350
+ "heat_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFT curve",
351
+ "heat_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFPLR curve",
352
+ "heat_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFPLR curve",
353
+ "heat_hcr": "Mitsubishi Hyper Heating VRF Outdoor Unit HCR curve",
354
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off HPLFFPLR curve",
355
+ "heat_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFPL curve",
356
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
357
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
358
+ },
359
+ {
360
+ "cooling_type": "AirCooled",
361
+ "heating_type": "All Other",
362
+ "subcategory": "Single Package",
363
+ "minimum_capacity": 128973.65,
364
+ "maximum_capacity": 151834.0,
365
+ "start_date": "9/9/1919",
366
+ "end_date": "2999-09-09T00:00:00+00:00",
367
+ "minimum_heating_seasonal_performance_factor": null,
368
+ "minimum_coefficient_of_performance_heating": 4.24,
369
+ "minimum_energy_efficiency_ratio": null,
370
+ "heat_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HCAPFT curve",
371
+ "heat_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT Boundary curve",
372
+ "heat_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HCAPFT curve",
373
+ "heat_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFT curve",
374
+ "heat_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT Boundary curve",
375
+ "heat_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFT curve",
376
+ "heat_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFPLR curve",
377
+ "heat_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFPLR curve",
378
+ "heat_hcr": "Mitsubishi Hyper Heating VRF Outdoor Unit HCR curve",
379
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off HPLFFPLR curve",
380
+ "heat_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFPL curve",
381
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
382
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
383
+ },
384
+ {
385
+ "cooling_type": "AirCooled",
386
+ "heating_type": "All Other",
387
+ "subcategory": "Single Package",
388
+ "minimum_capacity": 151834.0,
389
+ "maximum_capacity": 206084.8,
390
+ "start_date": "9/9/1919",
391
+ "end_date": "2999-09-09T00:00:00+00:00",
392
+ "minimum_heating_seasonal_performance_factor": null,
393
+ "minimum_coefficient_of_performance_heating": 4.2,
394
+ "minimum_energy_efficiency_ratio": null,
395
+ "heat_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HCAPFT curve",
396
+ "heat_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT Boundary curve",
397
+ "heat_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HCAPFT curve",
398
+ "heat_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFT curve",
399
+ "heat_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT Boundary curve",
400
+ "heat_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFT curve",
401
+ "heat_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFPLR curve",
402
+ "heat_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFPLR curve",
403
+ "heat_hcr": "Mitsubishi Hyper Heating VRF Outdoor Unit HCR curve",
404
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off HPLFFPLR curve",
405
+ "heat_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFPL curve",
406
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
407
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
408
+ },
409
+ {
410
+ "cooling_type": "AirCooled",
411
+ "heating_type": "All Other",
412
+ "subcategory": "Single Package",
413
+ "minimum_capacity": 206084.8,
414
+ "maximum_capacity": 999999999.0,
415
+ "start_date": "9/9/1919",
416
+ "end_date": "2999-09-09T00:00:00+00:00",
417
+ "minimum_heating_seasonal_performance_factor": null,
418
+ "minimum_coefficient_of_performance_heating": 3.88,
419
+ "minimum_energy_efficiency_ratio": null,
420
+ "heat_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HCAPFT curve",
421
+ "heat_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT Boundary curve",
422
+ "heat_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HCAPFT curve",
423
+ "heat_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFT curve",
424
+ "heat_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT Boundary curve",
425
+ "heat_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFT curve",
426
+ "heat_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low HEIRFPLR curve",
427
+ "heat_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High HEIRFPLR curve",
428
+ "heat_hcr": "Mitsubishi Hyper Heating VRF Outdoor Unit HCR curve",
429
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off HPLFFPLR curve",
430
+ "heat_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFPL curve",
431
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
432
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
433
+ }
434
+ ]
435
+ },
436
+ "heat_pumps_heating_ecm_hs09_ccashpsys": {
437
+ "data_type": "table",
438
+ "refs": [
439
+ "assumption"
440
+ ],
441
+ "table": [
442
+ {
443
+ "cooling_type": "AirCooled",
444
+ "heating_type": "All Other",
445
+ "subcategory": "Single Package",
446
+ "minimum_capacity": 0.0,
447
+ "maximum_capacity": 8700.0,
448
+ "start_date": "9/9/1919",
449
+ "end_date": "2999-09-09T00:00:00+00:00",
450
+ "minimum_heating_seasonal_performance_factor": null,
451
+ "minimum_coefficient_of_performance_heating": 4.68,
452
+ "minimum_energy_efficiency_ratio": null,
453
+ "heat_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT curve",
454
+ "heat_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFFF curve",
455
+ "heat_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT curve",
456
+ "heat_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFFF curve",
457
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit HPLFFPLR curve",
458
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
459
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MUZ_FH)"
460
+ },
461
+ {
462
+ "cooling_type": "AirCooled",
463
+ "heating_type": "All Other",
464
+ "subcategory": "Single Package",
465
+ "minimum_capacity": 8700.0,
466
+ "maximum_capacity": 10900.0,
467
+ "start_date": "9/9/1919",
468
+ "end_date": "2999-09-09T00:00:00+00:00",
469
+ "minimum_heating_seasonal_performance_factor": null,
470
+ "minimum_coefficient_of_performance_heating": 4.5,
471
+ "minimum_energy_efficiency_ratio": null,
472
+ "heat_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT curve",
473
+ "heat_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFFF curve",
474
+ "heat_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT curve",
475
+ "heat_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFFF curve",
476
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit HPLFFPLR curve",
477
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
478
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MUZ_FH)"
479
+ },
480
+ {
481
+ "cooling_type": "AirCooled",
482
+ "heating_type": "All Other",
483
+ "subcategory": "Single Package",
484
+ "minimum_capacity": 10900.0,
485
+ "maximum_capacity": 13600.0,
486
+ "start_date": "9/9/1919",
487
+ "end_date": "2999-09-09T00:00:00+00:00",
488
+ "minimum_heating_seasonal_performance_factor": null,
489
+ "minimum_coefficient_of_performance_heating": 4.2,
490
+ "minimum_energy_efficiency_ratio": null,
491
+ "heat_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT curve",
492
+ "heat_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFFF curve",
493
+ "heat_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT curve",
494
+ "heat_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFFF curve",
495
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit HPLFFPLR curve",
496
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
497
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MUZ_FH)"
498
+ },
499
+ {
500
+ "cooling_type": "AirCooled",
501
+ "heating_type": "All Other",
502
+ "subcategory": "Single Package",
503
+ "minimum_capacity": 13600.0,
504
+ "maximum_capacity": 18000.0,
505
+ "start_date": "9/9/1919",
506
+ "end_date": "2999-09-09T00:00:00+00:00",
507
+ "minimum_heating_seasonal_performance_factor": null,
508
+ "minimum_coefficient_of_performance_heating": 4.06,
509
+ "minimum_energy_efficiency_ratio": null,
510
+ "heat_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT curve",
511
+ "heat_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFFF curve",
512
+ "heat_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT curve",
513
+ "heat_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFFF curve",
514
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit HPLFFPLR curve",
515
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
516
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MUZ_FH)"
517
+ },
518
+ {
519
+ "cooling_type": "AirCooled",
520
+ "heating_type": "All Other",
521
+ "subcategory": "Single Package",
522
+ "minimum_capacity": 18000.0,
523
+ "maximum_capacity": 20300.0,
524
+ "start_date": "9/9/1919",
525
+ "end_date": "2999-09-09T00:00:00+00:00",
526
+ "minimum_heating_seasonal_performance_factor": null,
527
+ "minimum_coefficient_of_performance_heating": 3.46,
528
+ "minimum_energy_efficiency_ratio": null,
529
+ "heat_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT curve",
530
+ "heat_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFFF curve",
531
+ "heat_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT curve",
532
+ "heat_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFFF curve",
533
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit HPLFFPLR curve",
534
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
535
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MUZ_FH)"
536
+ },
537
+ {
538
+ "cooling_type": "AirCooled",
539
+ "heating_type": "All Other",
540
+ "subcategory": "Single Package",
541
+ "minimum_capacity": 20300.0,
542
+ "maximum_capacity": 22008.0,
543
+ "start_date": "9/9/1919",
544
+ "end_date": "2999-09-09T00:00:00+00:00",
545
+ "minimum_heating_seasonal_performance_factor": null,
546
+ "minimum_coefficient_of_performance_heating": 4.0,
547
+ "minimum_energy_efficiency_ratio": null,
548
+ "heat_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT curve",
549
+ "heat_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFFF curve",
550
+ "heat_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT curve",
551
+ "heat_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFFF curve",
552
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit HPLFFPLR curve",
553
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
554
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
555
+ },
556
+ {
557
+ "cooling_type": "AirCooled",
558
+ "heating_type": "All Other",
559
+ "subcategory": "Single Package",
560
+ "minimum_capacity": 22008.0,
561
+ "maximum_capacity": 25010.7,
562
+ "start_date": "9/9/1919",
563
+ "end_date": "2999-09-09T00:00:00+00:00",
564
+ "minimum_heating_seasonal_performance_factor": null,
565
+ "minimum_coefficient_of_performance_heating": 4.25,
566
+ "minimum_energy_efficiency_ratio": null,
567
+ "heat_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT curve",
568
+ "heat_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFFF curve",
569
+ "heat_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT curve",
570
+ "heat_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFFF curve",
571
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit HPLFFPLR curve",
572
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
573
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
574
+ },
575
+ {
576
+ "cooling_type": "AirCooled",
577
+ "heating_type": "All Other",
578
+ "subcategory": "Single Package",
579
+ "minimum_capacity": 25010.7,
580
+ "maximum_capacity": 28593.4,
581
+ "start_date": "9/9/1919",
582
+ "end_date": "2999-09-09T00:00:00+00:00",
583
+ "minimum_heating_seasonal_performance_factor": null,
584
+ "minimum_coefficient_of_performance_heating": 4.0,
585
+ "minimum_energy_efficiency_ratio": null,
586
+ "heat_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT curve",
587
+ "heat_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFFF curve",
588
+ "heat_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT curve",
589
+ "heat_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFFF curve",
590
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit HPLFFPLR curve",
591
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
592
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
593
+ },
594
+ {
595
+ "cooling_type": "AirCooled",
596
+ "heating_type": "All Other",
597
+ "subcategory": "Single Package",
598
+ "minimum_capacity": 28593.4,
599
+ "maximum_capacity": 45005.6,
600
+ "start_date": "9/9/1919",
601
+ "end_date": "2999-09-09T00:00:00+00:00",
602
+ "minimum_heating_seasonal_performance_factor": null,
603
+ "minimum_coefficient_of_performance_heating": 3.95,
604
+ "minimum_energy_efficiency_ratio": null,
605
+ "heat_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT curve",
606
+ "heat_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFFF curve",
607
+ "heat_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT curve",
608
+ "heat_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFFF curve",
609
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit HPLFFPLR curve",
610
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
611
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
612
+ },
613
+ {
614
+ "cooling_type": "AirCooled",
615
+ "heating_type": "All Other",
616
+ "subcategory": "Single Package",
617
+ "minimum_capacity": 45005.6,
618
+ "maximum_capacity": 48008.2,
619
+ "start_date": "9/9/1919",
620
+ "end_date": "2999-09-09T00:00:00+00:00",
621
+ "minimum_heating_seasonal_performance_factor": null,
622
+ "minimum_coefficient_of_performance_heating": 4.1,
623
+ "minimum_energy_efficiency_ratio": null,
624
+ "heat_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT curve",
625
+ "heat_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFFF curve",
626
+ "heat_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT curve",
627
+ "heat_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFFF curve",
628
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit HPLFFPLR curve",
629
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
630
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
631
+ },
632
+ {
633
+ "cooling_type": "AirCooled",
634
+ "heating_type": "All Other",
635
+ "subcategory": "Single Package",
636
+ "minimum_capacity": 48008.2,
637
+ "maximum_capacity": 54013.5,
638
+ "start_date": "9/9/1919",
639
+ "end_date": "2999-09-09T00:00:00+00:00",
640
+ "minimum_heating_seasonal_performance_factor": null,
641
+ "minimum_coefficient_of_performance_heating": 3.75,
642
+ "minimum_energy_efficiency_ratio": null,
643
+ "heat_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT curve",
644
+ "heat_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFFF curve",
645
+ "heat_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT curve",
646
+ "heat_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFFF curve",
647
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit HPLFFPLR curve",
648
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
649
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
650
+ },
651
+ {
652
+ "cooling_type": "AirCooled",
653
+ "heating_type": "All Other",
654
+ "subcategory": "Single Package",
655
+ "minimum_capacity": 54013.5,
656
+ "maximum_capacity": 76087.6,
657
+ "start_date": "9/9/1919",
658
+ "end_date": "2999-09-09T00:00:00+00:00",
659
+ "minimum_heating_seasonal_performance_factor": null,
660
+ "minimum_coefficient_of_performance_heating": 4.62,
661
+ "minimum_energy_efficiency_ratio": null,
662
+ "heat_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT curve",
663
+ "heat_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFFF curve",
664
+ "heat_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT curve",
665
+ "heat_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFFF curve",
666
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit HPLFFPLR curve",
667
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
668
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
669
+ },
670
+ {
671
+ "cooling_type": "AirCooled",
672
+ "heating_type": "All Other",
673
+ "subcategory": "Single Package",
674
+ "minimum_capacity": 76087.6,
675
+ "maximum_capacity": 103042.4,
676
+ "start_date": "9/9/1919",
677
+ "end_date": "2999-09-09T00:00:00+00:00",
678
+ "minimum_heating_seasonal_performance_factor": null,
679
+ "minimum_coefficient_of_performance_heating": 4.54,
680
+ "minimum_energy_efficiency_ratio": null,
681
+ "heat_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT curve",
682
+ "heat_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFFF curve",
683
+ "heat_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT curve",
684
+ "heat_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFFF curve",
685
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit HPLFFPLR curve",
686
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
687
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
688
+ },
689
+ {
690
+ "cooling_type": "AirCooled",
691
+ "heating_type": "All Other",
692
+ "subcategory": "Single Package",
693
+ "minimum_capacity": 103042.4,
694
+ "maximum_capacity": 128973.6,
695
+ "start_date": "9/9/1919",
696
+ "end_date": "2999-09-09T00:00:00+00:00",
697
+ "minimum_heating_seasonal_performance_factor": null,
698
+ "minimum_coefficient_of_performance_heating": 4.42,
699
+ "minimum_energy_efficiency_ratio": null,
700
+ "heat_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT curve",
701
+ "heat_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFFF curve",
702
+ "heat_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT curve",
703
+ "heat_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFFF curve",
704
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit HPLFFPLR curve",
705
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
706
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
707
+ },
708
+ {
709
+ "cooling_type": "AirCooled",
710
+ "heating_type": "All Other",
711
+ "subcategory": "Single Package",
712
+ "minimum_capacity": 128973.6,
713
+ "maximum_capacity": 151834.0,
714
+ "start_date": "9/9/1919",
715
+ "end_date": "2999-09-09T00:00:00+00:00",
716
+ "minimum_heating_seasonal_performance_factor": null,
717
+ "minimum_coefficient_of_performance_heating": 4.24,
718
+ "minimum_energy_efficiency_ratio": null,
719
+ "heat_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT curve",
720
+ "heat_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFFF curve",
721
+ "heat_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT curve",
722
+ "heat_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFFF curve",
723
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit HPLFFPLR curve",
724
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
725
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
726
+ },
727
+ {
728
+ "cooling_type": "AirCooled",
729
+ "heating_type": "All Other",
730
+ "subcategory": "Single Package",
731
+ "minimum_capacity": 151834.0,
732
+ "maximum_capacity": 206084.8,
733
+ "start_date": "9/9/1919",
734
+ "end_date": "2999-09-09T00:00:00+00:00",
735
+ "minimum_heating_seasonal_performance_factor": null,
736
+ "minimum_coefficient_of_performance_heating": 4.2,
737
+ "minimum_energy_efficiency_ratio": null,
738
+ "heat_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT curve",
739
+ "heat_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFFF curve",
740
+ "heat_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT curve",
741
+ "heat_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFFF curve",
742
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit HPLFFPLR curve",
743
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
744
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
745
+ },
746
+ {
747
+ "cooling_type": "AirCooled",
748
+ "heating_type": "All Other",
749
+ "subcategory": "Single Package",
750
+ "minimum_capacity": 151834.0,
751
+ "maximum_capacity": 206084.8,
752
+ "start_date": "9/9/1919",
753
+ "end_date": "2999-09-09T00:00:00+00:00",
754
+ "minimum_heating_seasonal_performance_factor": null,
755
+ "minimum_coefficient_of_performance_heating": 4.2,
756
+ "minimum_energy_efficiency_ratio": null,
757
+ "heat_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT curve",
758
+ "heat_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFFF curve",
759
+ "heat_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT curve",
760
+ "heat_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFFF curve",
761
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit HPLFFPLR curve",
762
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
763
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
764
+ },
765
+ {
766
+ "cooling_type": "AirCooled",
767
+ "heating_type": "All Other",
768
+ "subcategory": "Single Package",
769
+ "minimum_capacity": 206084.8,
770
+ "maximum_capacity": 999999999.0,
771
+ "start_date": "9/9/1919",
772
+ "end_date": "2999-09-09T00:00:00+00:00",
773
+ "minimum_heating_seasonal_performance_factor": null,
774
+ "minimum_coefficient_of_performance_heating": 3.88,
775
+ "minimum_energy_efficiency_ratio": null,
776
+ "heat_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFT curve",
777
+ "heat_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HCAPFFF curve",
778
+ "heat_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFT curve",
779
+ "heat_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit HEIRFFF curve",
780
+ "heat_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit HPLFFPLR curve",
781
+ "heat_defrost_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit Defrost HEIRFT curve",
782
+ "notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
783
+ }
784
+ ]
785
+ }
786
+ }
787
+ }