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.
- checksums.yaml +4 -4
- data/data/standards/OpenStudio_Standards-ashrae_90_1(space_types).xlsx +0 -0
- data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
- data/data/standards/test_performance_expected_dd_results.csv +950 -950
- data/lib/openstudio-standards.rb +8 -1
- data/lib/openstudio-standards/btap/btap.model.rb +1 -1
- data/lib/openstudio-standards/btap/economics.rb +14 -11
- data/lib/openstudio-standards/btap/envelope.rb +185 -257
- data/lib/openstudio-standards/btap/fileio.rb +1 -0
- data/lib/openstudio-standards/btap/geometry.rb +21 -1
- data/lib/openstudio-standards/btap/measures.rb +12 -11
- data/lib/openstudio-standards/btap/schedules.rb +3 -12
- data/lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVACUnitaryHeatPumpAirToAirMultiSpeed.rb +178 -0
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingDXMultiSpeed.rb +8 -8
- data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +3 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +3 -3
- data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +25 -23
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +91 -0
- data/lib/openstudio-standards/standards/Standards.CoilDX.rb +20 -2
- data/lib/openstudio-standards/standards/Standards.CoilHeatingGasMultiStage.rb +39 -0
- data/lib/openstudio-standards/standards/Standards.Model.rb +29 -0
- data/lib/openstudio-standards/standards/Standards.ThermalZone.rb +37 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.unitary_acs.json +15 -15
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.unitary_acs.json +15 -15
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.unitary_acs.json +5 -5
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.unitary_acs.json +15 -15
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.spc_typ.json +5963 -2723
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.spc_typ.json +5917 -2697
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.spc_typ.json +2011 -1112
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.spc_typ.json +1946 -1106
- data/lib/openstudio-standards/standards/necb/BTAP1980TO2010/btap_1980to2010.rb +2 -18
- data/lib/openstudio-standards/standards/necb/BTAP1980TO2010/data/space_types.json +1677 -1005
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +64 -13
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/building_envelope.rb +31 -19
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/curves.json +75 -0
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps.json +16 -16
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/space_types.json +1677 -1005
- data/lib/openstudio-standards/standards/necb/ECMS/data/boiler_set.json +29 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/curves.json +913 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/equip_eff_lim.json +52 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/erv.json +105 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/furnace_set.json +23 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/heat_pumps.json +803 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/heat_pumps_heating.json +787 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/shw_set.json +29 -0
- data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +87 -0
- data/lib/openstudio-standards/standards/necb/ECMS/erv.rb +22 -0
- data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +1593 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +68 -33
- data/lib/openstudio-standards/standards/necb/NECB2011/beps_compliance_path.rb +24 -13
- data/lib/openstudio-standards/standards/necb/NECB2011/building_envelope.rb +104 -99
- data/lib/openstudio-standards/standards/necb/NECB2011/data/constants.json +24 -24
- data/lib/openstudio-standards/standards/necb/NECB2011/data/curves.json +50 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/erv.json +31 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/led_lighting_data.json +2028 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/space_types.json +1745 -1297
- data/lib/openstudio-standards/standards/necb/NECB2011/daylighting_control.md +70 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/demand_controlled_ventilation.md +46 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_multi_speed.rb +69 -107
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +24 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +139 -141
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +24 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +344 -234
- data/lib/openstudio-standards/standards/necb/NECB2011/led_lighting.md +51 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/lighting.rb +57 -9
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +1060 -34
- data/lib/openstudio-standards/standards/necb/NECB2011/qaqc/necb_qaqc.rb +9 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2015/data/led_lighting_data.json +2883 -0
- data/lib/openstudio-standards/standards/necb/NECB2015/data/space_types.json +2554 -1916
- data/lib/openstudio-standards/standards/necb/NECB2015/necb_2015.rb +32 -1
- data/lib/openstudio-standards/standards/necb/NECB2017/data/led_lighting_data.json +2883 -0
- data/lib/openstudio-standards/standards/necb/NECB2017/data/space_types.json +2554 -1916
- data/lib/openstudio-standards/standards/necb/NECB2017/necb_2017.rb +29 -0
- data/lib/openstudio-standards/version.rb +1 -1
- metadata +21 -2
@@ -0,0 +1,52 @@
|
|
1
|
+
{
|
2
|
+
"equipment_eff_limits": {
|
3
|
+
"condensing_boiler_lim": {
|
4
|
+
"data_type": "value",
|
5
|
+
"refs": [
|
6
|
+
"Assumption"
|
7
|
+
],
|
8
|
+
"value": 0.90,
|
9
|
+
"notes": ""
|
10
|
+
},
|
11
|
+
"condensing_furnace_lim": {
|
12
|
+
"data_type": "value",
|
13
|
+
"refs": [
|
14
|
+
"Assumption"
|
15
|
+
],
|
16
|
+
"value": 0.86,
|
17
|
+
"notes": ""
|
18
|
+
},
|
19
|
+
"non_condensing_boiler_part_load_curve": {
|
20
|
+
"data_type": "value",
|
21
|
+
"refs": [
|
22
|
+
"Assumption"
|
23
|
+
],
|
24
|
+
"value": "BOILER-EFFPLR-NECB2011",
|
25
|
+
"notes": "Part load curve referenced when setting custom boiler efficiencies less than the condensing_boiler_lim above."
|
26
|
+
},
|
27
|
+
"condensing_boiler_part_load_curve": {
|
28
|
+
"data_type": "value",
|
29
|
+
"refs": [
|
30
|
+
"Assumption"
|
31
|
+
],
|
32
|
+
"value": "BOILER-EFFPLR-COND-NECB2011",
|
33
|
+
"notes": "Part load curve referenced when setting custom boiler efficiencies greater than or equal to the condensing_boiler_lim above"
|
34
|
+
},
|
35
|
+
"non_condensing_furnace_part_load_curve": {
|
36
|
+
"data_type": "value",
|
37
|
+
"refs": [
|
38
|
+
"Assumption"
|
39
|
+
],
|
40
|
+
"value": "FURNACE-EFFPLR-NECB2011",
|
41
|
+
"notes": "Part load curve referenced when setting custom furnace efficiencies less than the condensing_furnace_lim above."
|
42
|
+
},
|
43
|
+
"condensing_furnace_part_load_curve": {
|
44
|
+
"data_type": "value",
|
45
|
+
"refs": [
|
46
|
+
"Assumption"
|
47
|
+
],
|
48
|
+
"value": "FURNACE-EFFPLR-COND-NECB2011",
|
49
|
+
"notes": "Part load curve referenced when setting custom furnace efficiencies greater than or equal to the condensing_furnace_lim above"
|
50
|
+
}
|
51
|
+
}
|
52
|
+
}
|
@@ -0,0 +1,105 @@
|
|
1
|
+
{
|
2
|
+
"tables": {
|
3
|
+
"erv": {
|
4
|
+
"data_type": "table",
|
5
|
+
"refs": [
|
6
|
+
"assumption"
|
7
|
+
],
|
8
|
+
"table": [
|
9
|
+
{
|
10
|
+
"erv_name": "Rotary-Minimum-Eff-Existing",
|
11
|
+
"application": "Existing-ERVS",
|
12
|
+
"HeatExchangerType": "Rotary",
|
13
|
+
"SensibleEffectivenessat100HeatingAirFlow": 0.5,
|
14
|
+
"LatentEffectivenessat100HeatingAirFlow": 0.5,
|
15
|
+
"SensibleEffectivenessat75HeatingAirFlow": 0.5,
|
16
|
+
"LatentEffectivenessat75HeatingAirFlow": 0.5,
|
17
|
+
"SensibleEffectivenessat100CoolingAirFlow": 0.5,
|
18
|
+
"LatentEffectivenessat100CoolingAirFlow": 0.5,
|
19
|
+
"SensibleEffectivenessat75CoolingAirFlow": 0.5,
|
20
|
+
"LatentEffectivenessat75CoolingAirFlow": 0.5,
|
21
|
+
"SupplyAirOutletTemperatureControl": true,
|
22
|
+
"FrostControlType": "ExhaustOnly",
|
23
|
+
"EconomizerLockout": true,
|
24
|
+
"ThresholdTemperature": -23.3,
|
25
|
+
"InitialDefrostTimeFraction": 0.167,
|
26
|
+
"RateofDefrostTimeFractionIncrease": 1.44
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"erv_name": "Plate-NREL-NZE-ALL",
|
30
|
+
"HeatExchangerType": "Plate",
|
31
|
+
"application": "Add_ERVs_To_All_Airloops",
|
32
|
+
"SensibleEffectivenessat100HeatingAirFlow":0.755,
|
33
|
+
"LatentEffectivenessat100HeatingAirFlow": 0.564,
|
34
|
+
"SensibleEffectivenessat75HeatingAirFlow": 0.791,
|
35
|
+
"LatentEffectivenessat75HeatingAirFlow": 0.625,
|
36
|
+
"SensibleEffectivenessat100CoolingAirFlow": 0.755,
|
37
|
+
"LatentEffectivenessat100CoolingAirFlow": 0.564,
|
38
|
+
"SensibleEffectivenessat75CoolingAirFlow": 0.791,
|
39
|
+
"LatentEffectivenessat75CoolingAirFlow": 0.625,
|
40
|
+
"FrostControlType": "ExhaustOnly",
|
41
|
+
"EconomizerLockout": true,
|
42
|
+
"ThresholdTemperature": -23.3,
|
43
|
+
"InitialDefrostTimeFraction": 0.167,
|
44
|
+
"RateofDefrostTimeFractionIncrease": 1.44,
|
45
|
+
"NominalElectricPower": 0.0
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"erv_name": "Plate-NREL-NZE-EXISTING",
|
49
|
+
"HeatExchangerType": "Plate",
|
50
|
+
"application": "Existing-ERVS",
|
51
|
+
"SensibleEffectivenessat100HeatingAirFlow":0.755,
|
52
|
+
"LatentEffectivenessat100HeatingAirFlow": 0.564,
|
53
|
+
"SensibleEffectivenessat75HeatingAirFlow": 0.791,
|
54
|
+
"LatentEffectivenessat75HeatingAirFlow": 0.625,
|
55
|
+
"SensibleEffectivenessat100CoolingAirFlow": 0.755,
|
56
|
+
"LatentEffectivenessat100CoolingAirFlow": 0.564,
|
57
|
+
"SensibleEffectivenessat75CoolingAirFlow": 0.791,
|
58
|
+
"LatentEffectivenessat75CoolingAirFlow": 0.625,
|
59
|
+
"FrostControlType": "ExhaustOnly",
|
60
|
+
"EconomizerLockout": true,
|
61
|
+
"ThresholdTemperature": -23.3,
|
62
|
+
"InitialDefrostTimeFraction": 0.167,
|
63
|
+
"RateofDefrostTimeFractionIncrease": 1.44,
|
64
|
+
"NominalElectricPower": 0.0
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"HeatExchangerType": "Rotary-NREL-NZE_All_",
|
68
|
+
"application": "Add_ERVs_To_All_Airloops",
|
69
|
+
"SensibleEffectivenessat100HeatingAirFlow": 0.75,
|
70
|
+
"LatentEffectivenessat100HeatingAirFlow": 0.74,
|
71
|
+
"SensibleEffectivenessat75HeatingAirFlow": 0.79,
|
72
|
+
"LatentEffectivenessat75HeatingAirFlow": 0.79,
|
73
|
+
"SensibleEffectivenessat100CoolingAirFlow": 0.75,
|
74
|
+
"LatentEffectivenessat100CoolingAirFlow": 0.74,
|
75
|
+
"SensibleEffectivenessat75CoolingAirFlow": 0.78,
|
76
|
+
"LatentEffectivenessat75CoolingAirFlow": 0.78,
|
77
|
+
"SupplyAirOutletTemperatureControl": true,
|
78
|
+
"FrostControlType": "ExhaustOnly",
|
79
|
+
"EconomizerLockout": true,
|
80
|
+
"ThresholdTemperature": -23.3,
|
81
|
+
"InitialDefrostTimeFraction": 0.167,
|
82
|
+
"RateofDefrostTimeFractionIncrease": 1.44
|
83
|
+
},
|
84
|
+
{
|
85
|
+
"HeatExchangerType": "Rotary-NREL-NZE",
|
86
|
+
"application": "Existing-ERVS",
|
87
|
+
"SensibleEffectivenessat100HeatingAirFlow": 0.75,
|
88
|
+
"LatentEffectivenessat100HeatingAirFlow": 0.74,
|
89
|
+
"SensibleEffectivenessat75HeatingAirFlow": 0.79,
|
90
|
+
"LatentEffectivenessat75HeatingAirFlow": 0.79,
|
91
|
+
"SensibleEffectivenessat100CoolingAirFlow": 0.75,
|
92
|
+
"LatentEffectivenessat100CoolingAirFlow": 0.74,
|
93
|
+
"SensibleEffectivenessat75CoolingAirFlow": 0.78,
|
94
|
+
"LatentEffectivenessat75CoolingAirFlow": 0.78,
|
95
|
+
"SupplyAirOutletTemperatureControl": true,
|
96
|
+
"FrostControlType": "ExhaustOnly",
|
97
|
+
"EconomizerLockout": true,
|
98
|
+
"ThresholdTemperature": -23.3,
|
99
|
+
"InitialDefrostTimeFraction": 0.167,
|
100
|
+
"RateofDefrostTimeFractionIncrease": 1.44
|
101
|
+
}
|
102
|
+
]
|
103
|
+
}
|
104
|
+
}
|
105
|
+
}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
{
|
2
|
+
"tables": {
|
3
|
+
"furnace_eff_ecm": {
|
4
|
+
"refs": [
|
5
|
+
"assumption"
|
6
|
+
],
|
7
|
+
"table": [
|
8
|
+
{
|
9
|
+
"name": "NECB_Default",
|
10
|
+
"efficiency": null,
|
11
|
+
"part_load_curve": null,
|
12
|
+
"notes": "Do nothing."
|
13
|
+
},
|
14
|
+
{
|
15
|
+
"name": "NECB 85% Efficient Condensing Gas Furnace",
|
16
|
+
"efficiency": 0.85,
|
17
|
+
"part_load_curve": "FURNACE-EFFPLR-COND-NECB2011",
|
18
|
+
"notes": "From NECB 2011 and AHRI."
|
19
|
+
}
|
20
|
+
]
|
21
|
+
}
|
22
|
+
}
|
23
|
+
}
|
@@ -0,0 +1,803 @@
|
|
1
|
+
{
|
2
|
+
"tables": {
|
3
|
+
"heat_pumps_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": 6000.0,
|
15
|
+
"start_date": "9/9/1919",
|
16
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
17
|
+
"minimum_seasonal_efficiency": null,
|
18
|
+
"minimum_full_load_efficiency": null,
|
19
|
+
"minimum_iplv": null,
|
20
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
21
|
+
"minimum_coefficient_of_performance_cooling": 5.58,
|
22
|
+
"cool_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CCAPFT curve",
|
23
|
+
"cool_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT Boundary curve",
|
24
|
+
"cool_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CCAPFT curve",
|
25
|
+
"cool_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFT curve",
|
26
|
+
"cool_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT Boundary curve",
|
27
|
+
"cool_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFT curve",
|
28
|
+
"cool_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFPLR curve",
|
29
|
+
"cool_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFPLR curve",
|
30
|
+
"cool_ccr": "Mitsubishi Hyper Heating VRF Outdoor Unit CCR curve",
|
31
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off CPLFFPLR curve",
|
32
|
+
"cool_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFPL curve",
|
33
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MUZ_FH)"
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"cooling_type": "AirCooled",
|
37
|
+
"heating_type": "All Other",
|
38
|
+
"subcategory": "Single Package",
|
39
|
+
"minimum_capacity": 6000.0,
|
40
|
+
"maximum_capacity": 9000.0,
|
41
|
+
"start_date": "9/9/1919",
|
42
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
43
|
+
"minimum_seasonal_efficiency": null,
|
44
|
+
"minimum_full_load_efficiency": null,
|
45
|
+
"minimum_iplv": null,
|
46
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
47
|
+
"minimum_coefficient_of_performance_cooling": 4.71,
|
48
|
+
"cool_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CCAPFT curve",
|
49
|
+
"cool_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT Boundary curve",
|
50
|
+
"cool_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CCAPFT curve",
|
51
|
+
"cool_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFT curve",
|
52
|
+
"cool_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT Boundary curve",
|
53
|
+
"cool_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFT curve",
|
54
|
+
"cool_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFPLR curve",
|
55
|
+
"cool_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFPLR curve",
|
56
|
+
"cool_ccr": "Mitsubishi Hyper Heating VRF Outdoor Unit CCR curve",
|
57
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off CPLFFPLR curve",
|
58
|
+
"cool_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFPL curve",
|
59
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MUZ_FH)"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"cooling_type": "AirCooled",
|
63
|
+
"heating_type": "All Other",
|
64
|
+
"subcategory": "Single Package",
|
65
|
+
"minimum_capacity": 9000.0,
|
66
|
+
"maximum_capacity": 12000.0,
|
67
|
+
"start_date": "9/9/1919",
|
68
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
69
|
+
"minimum_seasonal_efficiency": null,
|
70
|
+
"minimum_full_load_efficiency": null,
|
71
|
+
"minimum_iplv": null,
|
72
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
73
|
+
"minimum_coefficient_of_performance_cooling": 4.04,
|
74
|
+
"cool_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CCAPFT curve",
|
75
|
+
"cool_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT Boundary curve",
|
76
|
+
"cool_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CCAPFT curve",
|
77
|
+
"cool_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFT curve",
|
78
|
+
"cool_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT Boundary curve",
|
79
|
+
"cool_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFT curve",
|
80
|
+
"cool_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFPLR curve",
|
81
|
+
"cool_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFPLR curve",
|
82
|
+
"cool_ccr": "Mitsubishi Hyper Heating VRF Outdoor Unit CCR curve",
|
83
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off CPLFFPLR curve",
|
84
|
+
"cool_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFPL curve",
|
85
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MUZ_FH)"
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"cooling_type": "AirCooled",
|
89
|
+
"heating_type": "All Other",
|
90
|
+
"subcategory": "Single Package",
|
91
|
+
"minimum_capacity": 12000.0,
|
92
|
+
"maximum_capacity": 15000.0,
|
93
|
+
"start_date": "9/9/1919",
|
94
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
95
|
+
"minimum_seasonal_efficiency": null,
|
96
|
+
"minimum_full_load_efficiency": null,
|
97
|
+
"minimum_iplv": null,
|
98
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
99
|
+
"minimum_coefficient_of_performance_cooling": 3.66,
|
100
|
+
"cool_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CCAPFT curve",
|
101
|
+
"cool_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT Boundary curve",
|
102
|
+
"cool_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CCAPFT curve",
|
103
|
+
"cool_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFT curve",
|
104
|
+
"cool_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT Boundary curve",
|
105
|
+
"cool_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFT curve",
|
106
|
+
"cool_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFPLR curve",
|
107
|
+
"cool_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFPLR curve",
|
108
|
+
"cool_ccr": "Mitsubishi Hyper Heating VRF Outdoor Unit CCR curve",
|
109
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off CPLFFPLR curve",
|
110
|
+
"cool_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFPL curve",
|
111
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MUZ_FH)"
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"cooling_type": "AirCooled",
|
115
|
+
"heating_type": "All Other",
|
116
|
+
"subcategory": "Single Package",
|
117
|
+
"minimum_capacity": 15000.0,
|
118
|
+
"maximum_capacity": 17200.0,
|
119
|
+
"start_date": "9/9/1919",
|
120
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
121
|
+
"minimum_seasonal_efficiency": null,
|
122
|
+
"minimum_full_load_efficiency": null,
|
123
|
+
"minimum_iplv": null,
|
124
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
125
|
+
"minimum_coefficient_of_performance_cooling": 3.67,
|
126
|
+
"cool_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CCAPFT curve",
|
127
|
+
"cool_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT Boundary curve",
|
128
|
+
"cool_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CCAPFT curve",
|
129
|
+
"cool_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFT curve",
|
130
|
+
"cool_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT Boundary curve",
|
131
|
+
"cool_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFT curve",
|
132
|
+
"cool_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFPLR curve",
|
133
|
+
"cool_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFPLR curve",
|
134
|
+
"cool_ccr": "Mitsubishi Hyper Heating VRF Outdoor Unit CCR curve",
|
135
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off CPLFFPLR curve",
|
136
|
+
"cool_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFPL curve",
|
137
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MUZ_FH)"
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"cooling_type": "AirCooled",
|
141
|
+
"heating_type": "All Other",
|
142
|
+
"subcategory": "Single Package",
|
143
|
+
"minimum_capacity": 17200.0,
|
144
|
+
"maximum_capacity": 18015.9,
|
145
|
+
"start_date": "9/9/1919",
|
146
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
147
|
+
"minimum_seasonal_efficiency": null,
|
148
|
+
"minimum_full_load_efficiency": null,
|
149
|
+
"minimum_iplv": null,
|
150
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
151
|
+
"minimum_coefficient_of_performance_cooling": 3.95,
|
152
|
+
"cool_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CCAPFT curve",
|
153
|
+
"cool_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT Boundary curve",
|
154
|
+
"cool_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CCAPFT curve",
|
155
|
+
"cool_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFT curve",
|
156
|
+
"cool_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT Boundary curve",
|
157
|
+
"cool_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFT curve",
|
158
|
+
"cool_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFPLR curve",
|
159
|
+
"cool_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFPLR curve",
|
160
|
+
"cool_ccr": "Mitsubishi Hyper Heating VRF Outdoor Unit CCR curve",
|
161
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off CPLFFPLR curve",
|
162
|
+
"cool_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFPL curve",
|
163
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
|
164
|
+
},
|
165
|
+
{
|
166
|
+
"cooling_type": "AirCooled",
|
167
|
+
"heating_type": "All Other",
|
168
|
+
"subcategory": "Single Package",
|
169
|
+
"minimum_capacity": 18015.9,
|
170
|
+
"maximum_capacity": 22008.0,
|
171
|
+
"start_date": "9/9/1919",
|
172
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
173
|
+
"minimum_seasonal_efficiency": null,
|
174
|
+
"minimum_full_load_efficiency": null,
|
175
|
+
"minimum_iplv": null,
|
176
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
177
|
+
"minimum_coefficient_of_performance_cooling": 3.96,
|
178
|
+
"cool_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CCAPFT curve",
|
179
|
+
"cool_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT Boundary curve",
|
180
|
+
"cool_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CCAPFT curve",
|
181
|
+
"cool_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFT curve",
|
182
|
+
"cool_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT Boundary curve",
|
183
|
+
"cool_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFT curve",
|
184
|
+
"cool_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFPLR curve",
|
185
|
+
"cool_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFPLR curve",
|
186
|
+
"cool_ccr": "Mitsubishi Hyper Heating VRF Outdoor Unit CCR curve",
|
187
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off CPLFFPLR curve",
|
188
|
+
"cool_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFPL curve",
|
189
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
|
190
|
+
},
|
191
|
+
{
|
192
|
+
|
193
|
+
"cooling_type": "AirCooled",
|
194
|
+
"heating_type": "All Other",
|
195
|
+
"subcategory": "Single Package",
|
196
|
+
"minimum_capacity": 22008.0,
|
197
|
+
"maximum_capacity": 28388.7,
|
198
|
+
"start_date": "9/9/1919",
|
199
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
200
|
+
"minimum_seasonal_efficiency": null,
|
201
|
+
"minimum_full_load_efficiency": null,
|
202
|
+
"minimum_iplv": null,
|
203
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
204
|
+
"minimum_coefficient_of_performance_cooling": 3.66,
|
205
|
+
"cool_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CCAPFT curve",
|
206
|
+
"cool_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT Boundary curve",
|
207
|
+
"cool_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CCAPFT curve",
|
208
|
+
"cool_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFT curve",
|
209
|
+
"cool_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT Boundary curve",
|
210
|
+
"cool_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFT curve",
|
211
|
+
"cool_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFPLR curve",
|
212
|
+
"cool_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFPLR curve",
|
213
|
+
"cool_ccr": "Mitsubishi Hyper Heating VRF Outdoor Unit CCR curve",
|
214
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off CPLFFPLR curve",
|
215
|
+
"cool_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFPL curve",
|
216
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
|
217
|
+
},
|
218
|
+
{
|
219
|
+
"cooling_type": "AirCooled",
|
220
|
+
"heating_type": "All Other",
|
221
|
+
"subcategory": "Single Package",
|
222
|
+
"minimum_capacity": 28388.7,
|
223
|
+
"maximum_capacity": 35997.6,
|
224
|
+
"start_date": "9/9/1919",
|
225
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
226
|
+
"minimum_seasonal_efficiency": null,
|
227
|
+
"minimum_full_load_efficiency": null,
|
228
|
+
"minimum_iplv": null,
|
229
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
230
|
+
"minimum_coefficient_of_performance_cooling": 4.11,
|
231
|
+
"cool_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CCAPFT curve",
|
232
|
+
"cool_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT Boundary curve",
|
233
|
+
"cool_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CCAPFT curve",
|
234
|
+
"cool_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFT curve",
|
235
|
+
"cool_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT Boundary curve",
|
236
|
+
"cool_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFT curve",
|
237
|
+
"cool_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFPLR curve",
|
238
|
+
"cool_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFPLR curve",
|
239
|
+
"cool_ccr": "Mitsubishi Hyper Heating VRF Outdoor Unit CCR curve",
|
240
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off CPLFFPLR curve",
|
241
|
+
"cool_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFPL curve",
|
242
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
|
243
|
+
},
|
244
|
+
{
|
245
|
+
"cooling_type": "AirCooled",
|
246
|
+
"heating_type": "All Other",
|
247
|
+
"subcategory": "Single Package",
|
248
|
+
"minimum_capacity": 35997.6,
|
249
|
+
"maximum_capacity": 42001.7,
|
250
|
+
"start_date": "9/9/1919",
|
251
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
252
|
+
"minimum_seasonal_efficiency": null,
|
253
|
+
"minimum_full_load_efficiency": null,
|
254
|
+
"minimum_iplv": null,
|
255
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
256
|
+
"minimum_coefficient_of_performance_cooling": 3.93,
|
257
|
+
"cool_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CCAPFT curve",
|
258
|
+
"cool_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT Boundary curve",
|
259
|
+
"cool_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CCAPFT curve",
|
260
|
+
"cool_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFT curve",
|
261
|
+
"cool_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT Boundary curve",
|
262
|
+
"cool_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFT curve",
|
263
|
+
"cool_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFPLR curve",
|
264
|
+
"cool_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFPLR curve",
|
265
|
+
"cool_ccr": "Mitsubishi Hyper Heating VRF Outdoor Unit CCR curve",
|
266
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off CPLFFPLR curve",
|
267
|
+
"cool_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFPL curve",
|
268
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
|
269
|
+
},
|
270
|
+
{
|
271
|
+
"cooling_type": "AirCooled",
|
272
|
+
"heating_type": "All Other",
|
273
|
+
"subcategory": "Single Package",
|
274
|
+
"minimum_capacity": 42001.7,
|
275
|
+
"maximum_capacity": 48008.2,
|
276
|
+
"start_date": "9/9/1919",
|
277
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
278
|
+
"minimum_seasonal_efficiency": null,
|
279
|
+
"minimum_full_load_efficiency": null,
|
280
|
+
"minimum_iplv": null,
|
281
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
282
|
+
"minimum_coefficient_of_performance_cooling": 3.52,
|
283
|
+
"cool_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CCAPFT curve",
|
284
|
+
"cool_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT Boundary curve",
|
285
|
+
"cool_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CCAPFT curve",
|
286
|
+
"cool_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFT curve",
|
287
|
+
"cool_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT Boundary curve",
|
288
|
+
"cool_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFT curve",
|
289
|
+
"cool_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFPLR curve",
|
290
|
+
"cool_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFPLR curve",
|
291
|
+
"cool_ccr": "Mitsubishi Hyper Heating VRF Outdoor Unit CCR curve",
|
292
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off CPLFFPLR curve",
|
293
|
+
"cool_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFPL curve",
|
294
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"cooling_type": "AirCooled",
|
298
|
+
"heating_type": "All Other",
|
299
|
+
"subcategory": "Single Package",
|
300
|
+
"minimum_capacity": 48008.2,
|
301
|
+
"maximum_capacity": 68922.4,
|
302
|
+
"start_date": "9/9/1919",
|
303
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
304
|
+
"minimum_seasonal_efficiency": null,
|
305
|
+
"minimum_full_load_efficiency": null,
|
306
|
+
"minimum_iplv": null,
|
307
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
308
|
+
"minimum_coefficient_of_performance_cooling": 4.12,
|
309
|
+
"cool_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CCAPFT curve",
|
310
|
+
"cool_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT Boundary curve",
|
311
|
+
"cool_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CCAPFT curve",
|
312
|
+
"cool_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFT curve",
|
313
|
+
"cool_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT Boundary curve",
|
314
|
+
"cool_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFT curve",
|
315
|
+
"cool_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFPLR curve",
|
316
|
+
"cool_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFPLR curve",
|
317
|
+
"cool_ccr": "Mitsubishi Hyper Heating VRF Outdoor Unit CCR curve",
|
318
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off CPLFFPLR curve",
|
319
|
+
"cool_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFPL curve",
|
320
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
|
321
|
+
},
|
322
|
+
{
|
323
|
+
"cooling_type": "AirCooled",
|
324
|
+
"heating_type": "All Other",
|
325
|
+
"subcategory": "Single Package",
|
326
|
+
"minimum_capacity": 68922.4,
|
327
|
+
"maximum_capacity": 92124.0,
|
328
|
+
"start_date": "9/9/1919",
|
329
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
330
|
+
"minimum_seasonal_efficiency": null,
|
331
|
+
"minimum_full_load_efficiency": null,
|
332
|
+
"minimum_iplv": null,
|
333
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
334
|
+
"minimum_coefficient_of_performance_cooling": 4.73,
|
335
|
+
"cool_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CCAPFT curve",
|
336
|
+
"cool_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT Boundary curve",
|
337
|
+
"cool_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CCAPFT curve",
|
338
|
+
"cool_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFT curve",
|
339
|
+
"cool_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT Boundary curve",
|
340
|
+
"cool_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFT curve",
|
341
|
+
"cool_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFPLR curve",
|
342
|
+
"cool_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFPLR curve",
|
343
|
+
"cool_ccr": "Mitsubishi Hyper Heating VRF Outdoor Unit CCR curve",
|
344
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off CPLFFPLR curve",
|
345
|
+
"cool_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFPL curve",
|
346
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
|
347
|
+
},
|
348
|
+
{
|
349
|
+
"cooling_type": "AirCooled",
|
350
|
+
"heating_type": "All Other",
|
351
|
+
"subcategory": "Single Package",
|
352
|
+
"minimum_capacity": 92124.0,
|
353
|
+
"maximum_capacity": 113960.8,
|
354
|
+
"start_date": "9/9/1919",
|
355
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
356
|
+
"minimum_seasonal_efficiency": null,
|
357
|
+
"minimum_full_load_efficiency": null,
|
358
|
+
"minimum_iplv": null,
|
359
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
360
|
+
"minimum_coefficient_of_performance_cooling": 4.35,
|
361
|
+
"cool_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CCAPFT curve",
|
362
|
+
"cool_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT Boundary curve",
|
363
|
+
"cool_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CCAPFT curve",
|
364
|
+
"cool_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFT curve",
|
365
|
+
"cool_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT Boundary curve",
|
366
|
+
"cool_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFT curve",
|
367
|
+
"cool_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFPLR curve",
|
368
|
+
"cool_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFPLR curve",
|
369
|
+
"cool_ccr": "Mitsubishi Hyper Heating VRF Outdoor Unit CCR curve",
|
370
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off CPLFFPLR curve",
|
371
|
+
"cool_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFPL curve",
|
372
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
|
373
|
+
},
|
374
|
+
{
|
375
|
+
"cooling_type": "AirCooled",
|
376
|
+
"heating_type": "All Other",
|
377
|
+
"subcategory": "Single Package",
|
378
|
+
"minimum_capacity": 113960.8,
|
379
|
+
"maximum_capacity": 137844.8,
|
380
|
+
"start_date": "9/9/1919",
|
381
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
382
|
+
"minimum_seasonal_efficiency": null,
|
383
|
+
"minimum_full_load_efficiency": null,
|
384
|
+
"minimum_iplv": null,
|
385
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
386
|
+
"minimum_coefficient_of_performance_cooling": 3.68,
|
387
|
+
"cool_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CCAPFT curve",
|
388
|
+
"cool_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT Boundary curve",
|
389
|
+
"cool_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CCAPFT curve",
|
390
|
+
"cool_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFT curve",
|
391
|
+
"cool_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT Boundary curve",
|
392
|
+
"cool_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFT curve",
|
393
|
+
"cool_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFPLR curve",
|
394
|
+
"cool_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFPLR curve",
|
395
|
+
"cool_ccr": "Mitsubishi Hyper Heating VRF Outdoor Unit CCR curve",
|
396
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off CPLFFPLR curve",
|
397
|
+
"cool_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFPL curve",
|
398
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
|
399
|
+
},
|
400
|
+
{
|
401
|
+
"cooling_type": "AirCooled",
|
402
|
+
"heating_type": "All Other",
|
403
|
+
"subcategory": "Single Package",
|
404
|
+
"minimum_capacity": 137844.8,
|
405
|
+
"maximum_capacity": 183906.8,
|
406
|
+
"start_date": "9/9/1919",
|
407
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
408
|
+
"minimum_seasonal_efficiency": null,
|
409
|
+
"minimum_full_load_efficiency": null,
|
410
|
+
"minimum_iplv": null,
|
411
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
412
|
+
"minimum_coefficient_of_performance_cooling": 4.28,
|
413
|
+
"cool_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CCAPFT curve",
|
414
|
+
"cool_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT Boundary curve",
|
415
|
+
"cool_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CCAPFT curve",
|
416
|
+
"cool_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFT curve",
|
417
|
+
"cool_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT Boundary curve",
|
418
|
+
"cool_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFT curve",
|
419
|
+
"cool_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFPLR curve",
|
420
|
+
"cool_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFPLR curve",
|
421
|
+
"cool_ccr": "Mitsubishi Hyper Heating VRF Outdoor Unit CCR curve",
|
422
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off CPLFFPLR curve",
|
423
|
+
"cool_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFPL curve",
|
424
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
|
425
|
+
},
|
426
|
+
{
|
427
|
+
"cooling_type": "AirCooled",
|
428
|
+
"heating_type": "All Other",
|
429
|
+
"subcategory": "Single Package",
|
430
|
+
"minimum_capacity": 183906.8,
|
431
|
+
"maximum_capacity": 999999999.0,
|
432
|
+
"start_date": "9/9/1919",
|
433
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
434
|
+
"minimum_seasonal_efficiency": null,
|
435
|
+
"minimum_full_load_efficiency": null,
|
436
|
+
"minimum_iplv": null,
|
437
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
438
|
+
"minimum_coefficient_of_performance_cooling": 3.76,
|
439
|
+
"cool_cap_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CCAPFT curve",
|
440
|
+
"cool_cap_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT Boundary curve",
|
441
|
+
"cool_cap_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CCAPFT curve",
|
442
|
+
"cool_eir_ft_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFT curve",
|
443
|
+
"cool_eir_ft_boundary": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT Boundary curve",
|
444
|
+
"cool_eir_ft_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFT curve",
|
445
|
+
"cool_eir_fplr_low": "Mitsubishi Hyper Heating VRF Outdoor Unit Low CEIRFPLR curve",
|
446
|
+
"cool_eir_fplr_high": "Mitsubishi Hyper Heating VRF Outdoor Unit High CEIRFPLR curve",
|
447
|
+
"cool_ccr": "Mitsubishi Hyper Heating VRF Outdoor Unit CCR curve",
|
448
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit on-off CPLFFPLR curve",
|
449
|
+
"cool_cap_fpl": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFPL curve",
|
450
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
|
451
|
+
}
|
452
|
+
]
|
453
|
+
},
|
454
|
+
"heat_pumps_ecm_hs09_ccashpsys": {
|
455
|
+
"data_type": "table",
|
456
|
+
"refs": [
|
457
|
+
"assumption"
|
458
|
+
],
|
459
|
+
"table": [
|
460
|
+
{
|
461
|
+
"cooling_type": "AirCooled",
|
462
|
+
"heating_type": "All Other",
|
463
|
+
"subcategory": "Single Package",
|
464
|
+
"minimum_capacity": 0.0,
|
465
|
+
"maximum_capacity": 6000.0,
|
466
|
+
"start_date": "9/9/1919",
|
467
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
468
|
+
"minimum_seasonal_efficiency": null,
|
469
|
+
"minimum_full_load_efficiency": null,
|
470
|
+
"minimum_iplv": null,
|
471
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
472
|
+
"minimum_coefficient_of_performance_cooling": 5.58,
|
473
|
+
"cool_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT curve",
|
474
|
+
"cool_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFFF curve",
|
475
|
+
"cool_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT curve",
|
476
|
+
"cool_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFFF curve",
|
477
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit CPLFFPLR 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": 6000.0,
|
485
|
+
"maximum_capacity": 9000.0,
|
486
|
+
"start_date": "9/9/1919",
|
487
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
488
|
+
"minimum_seasonal_efficiency": null,
|
489
|
+
"minimum_full_load_efficiency": null,
|
490
|
+
"minimum_iplv": null,
|
491
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
492
|
+
"minimum_coefficient_of_performance_cooling": 4.71,
|
493
|
+
"cool_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT curve",
|
494
|
+
"cool_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFFF curve",
|
495
|
+
"cool_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT curve",
|
496
|
+
"cool_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFFF curve",
|
497
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit CPLFFPLR curve",
|
498
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MUZ_FH)"
|
499
|
+
},
|
500
|
+
{
|
501
|
+
"cooling_type": "AirCooled",
|
502
|
+
"heating_type": "All Other",
|
503
|
+
"subcategory": "Single Package",
|
504
|
+
"minimum_capacity": 9000.0,
|
505
|
+
"maximum_capacity": 12000.0,
|
506
|
+
"start_date": "9/9/1919",
|
507
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
508
|
+
"minimum_seasonal_efficiency": null,
|
509
|
+
"minimum_full_load_efficiency": null,
|
510
|
+
"minimum_iplv": null,
|
511
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
512
|
+
"minimum_coefficient_of_performance_cooling": 4.04,
|
513
|
+
"cool_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT curve",
|
514
|
+
"cool_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFFF curve",
|
515
|
+
"cool_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT curve",
|
516
|
+
"cool_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFFF curve",
|
517
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit CPLFFPLR curve",
|
518
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MUZ_FH)"
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"cooling_type": "AirCooled",
|
522
|
+
"heating_type": "All Other",
|
523
|
+
"subcategory": "Single Package",
|
524
|
+
"minimum_capacity": 12000.0,
|
525
|
+
"maximum_capacity": 15000.0,
|
526
|
+
"start_date": "9/9/1919",
|
527
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
528
|
+
"minimum_seasonal_efficiency": null,
|
529
|
+
"minimum_full_load_efficiency": null,
|
530
|
+
"minimum_iplv": null,
|
531
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
532
|
+
"minimum_coefficient_of_performance_cooling": 3.66,
|
533
|
+
"cool_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT curve",
|
534
|
+
"cool_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFFF curve",
|
535
|
+
"cool_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT curve",
|
536
|
+
"cool_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFFF curve",
|
537
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit CPLFFPLR curve",
|
538
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MUZ_FH)"
|
539
|
+
},
|
540
|
+
{
|
541
|
+
"cooling_type": "AirCooled",
|
542
|
+
"heating_type": "All Other",
|
543
|
+
"subcategory": "Single Package",
|
544
|
+
"minimum_capacity": 15000.0,
|
545
|
+
"maximum_capacity": 17200.0,
|
546
|
+
"start_date": "9/9/1919",
|
547
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
548
|
+
"minimum_seasonal_efficiency": null,
|
549
|
+
"minimum_full_load_efficiency": null,
|
550
|
+
"minimum_iplv": null,
|
551
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
552
|
+
"minimum_coefficient_of_performance_cooling": 3.67,
|
553
|
+
"cool_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT curve",
|
554
|
+
"cool_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFFF curve",
|
555
|
+
"cool_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT curve",
|
556
|
+
"cool_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFFF curve",
|
557
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit CPLFFPLR curve",
|
558
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MUZ_FH)"
|
559
|
+
},
|
560
|
+
{
|
561
|
+
"cooling_type": "AirCooled",
|
562
|
+
"heating_type": "All Other",
|
563
|
+
"subcategory": "Single Package",
|
564
|
+
"minimum_capacity": 17200.0,
|
565
|
+
"maximum_capacity": 18015.9,
|
566
|
+
"start_date": "9/9/1919",
|
567
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
568
|
+
"minimum_seasonal_efficiency": null,
|
569
|
+
"minimum_full_load_efficiency": null,
|
570
|
+
"minimum_iplv": null,
|
571
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
572
|
+
"minimum_coefficient_of_performance_cooling": 3.95,
|
573
|
+
"cool_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT curve",
|
574
|
+
"cool_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFFF curve",
|
575
|
+
"cool_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT curve",
|
576
|
+
"cool_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFFF curve",
|
577
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit CPLFFPLR curve",
|
578
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
|
579
|
+
},
|
580
|
+
{
|
581
|
+
"cooling_type": "AirCooled",
|
582
|
+
"heating_type": "All Other",
|
583
|
+
"subcategory": "Single Package",
|
584
|
+
"minimum_capacity": 18015.9,
|
585
|
+
"maximum_capacity": 22008.0,
|
586
|
+
"start_date": "9/9/1919",
|
587
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
588
|
+
"minimum_seasonal_efficiency": null,
|
589
|
+
"minimum_full_load_efficiency": null,
|
590
|
+
"minimum_iplv": null,
|
591
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
592
|
+
"minimum_coefficient_of_performance_cooling": 3.96,
|
593
|
+
"cool_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT curve",
|
594
|
+
"cool_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFFF curve",
|
595
|
+
"cool_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT curve",
|
596
|
+
"cool_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFFF curve",
|
597
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit CPLFFPLR curve",
|
598
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
|
599
|
+
},
|
600
|
+
{
|
601
|
+
"cooling_type": "AirCooled",
|
602
|
+
"heating_type": "All Other",
|
603
|
+
"subcategory": "Single Package",
|
604
|
+
"minimum_capacity": 22008.0,
|
605
|
+
"maximum_capacity": 28388.7,
|
606
|
+
"start_date": "9/9/1919",
|
607
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
608
|
+
"minimum_seasonal_efficiency": null,
|
609
|
+
"minimum_full_load_efficiency": null,
|
610
|
+
"minimum_iplv": null,
|
611
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
612
|
+
"minimum_coefficient_of_performance_cooling": 3.66,
|
613
|
+
"cool_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT curve",
|
614
|
+
"cool_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFFF curve",
|
615
|
+
"cool_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT curve",
|
616
|
+
"cool_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFFF curve",
|
617
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit CPLFFPLR curve",
|
618
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
|
619
|
+
},
|
620
|
+
{
|
621
|
+
"cooling_type": "AirCooled",
|
622
|
+
"heating_type": "All Other",
|
623
|
+
"subcategory": "Single Package",
|
624
|
+
"minimum_capacity": 28388.7,
|
625
|
+
"maximum_capacity": 35997.6,
|
626
|
+
"start_date": "9/9/1919",
|
627
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
628
|
+
"minimum_seasonal_efficiency": null,
|
629
|
+
"minimum_full_load_efficiency": null,
|
630
|
+
"minimum_iplv": null,
|
631
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
632
|
+
"minimum_coefficient_of_performance_cooling": 4.11,
|
633
|
+
"cool_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT curve",
|
634
|
+
"cool_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFFF curve",
|
635
|
+
"cool_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT curve",
|
636
|
+
"cool_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFFF curve",
|
637
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit CPLFFPLR curve",
|
638
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
|
639
|
+
},
|
640
|
+
{
|
641
|
+
"cooling_type": "AirCooled",
|
642
|
+
"heating_type": "All Other",
|
643
|
+
"subcategory": "Single Package",
|
644
|
+
"minimum_capacity": 35997.6,
|
645
|
+
"maximum_capacity": 42001.7,
|
646
|
+
"start_date": "9/9/1919",
|
647
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
648
|
+
"minimum_seasonal_efficiency": null,
|
649
|
+
"minimum_full_load_efficiency": null,
|
650
|
+
"minimum_iplv": null,
|
651
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
652
|
+
"minimum_coefficient_of_performance_cooling": 3.93,
|
653
|
+
"cool_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT curve",
|
654
|
+
"cool_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFFF curve",
|
655
|
+
"cool_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT curve",
|
656
|
+
"cool_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFFF curve",
|
657
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit CPLFFPLR curve",
|
658
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
|
659
|
+
},
|
660
|
+
{
|
661
|
+
"cooling_type": "AirCooled",
|
662
|
+
"heating_type": "All Other",
|
663
|
+
"subcategory": "Single Package",
|
664
|
+
"minimum_capacity": 42001.7,
|
665
|
+
"maximum_capacity": 48008.2,
|
666
|
+
"start_date": "9/9/1919",
|
667
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
668
|
+
"minimum_seasonal_efficiency": null,
|
669
|
+
"minimum_full_load_efficiency": null,
|
670
|
+
"minimum_iplv": null,
|
671
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
672
|
+
"minimum_coefficient_of_performance_cooling": 3.52,
|
673
|
+
"cool_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT curve",
|
674
|
+
"cool_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFFF curve",
|
675
|
+
"cool_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT curve",
|
676
|
+
"cool_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFFF curve",
|
677
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit CPLFFPLR curve",
|
678
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: MXZ_NAHZ)"
|
679
|
+
},
|
680
|
+
{
|
681
|
+
"cooling_type": "AirCooled",
|
682
|
+
"heating_type": "All Other",
|
683
|
+
"subcategory": "Single Package",
|
684
|
+
"minimum_capacity": 48008.2,
|
685
|
+
"maximum_capacity": 68922.4,
|
686
|
+
"start_date": "9/9/1919",
|
687
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
688
|
+
"minimum_seasonal_efficiency": null,
|
689
|
+
"minimum_full_load_efficiency": null,
|
690
|
+
"minimum_iplv": null,
|
691
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
692
|
+
"minimum_coefficient_of_performance_cooling": 4.12,
|
693
|
+
"cool_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT curve",
|
694
|
+
"cool_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFFF curve",
|
695
|
+
"cool_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT curve",
|
696
|
+
"cool_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFFF curve",
|
697
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit CPLFFPLR curve",
|
698
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
|
699
|
+
},
|
700
|
+
{
|
701
|
+
"cooling_type": "AirCooled",
|
702
|
+
"heating_type": "All Other",
|
703
|
+
"subcategory": "Single Package",
|
704
|
+
"minimum_capacity": 68922.4,
|
705
|
+
"maximum_capacity": 92124.0,
|
706
|
+
"start_date": "9/9/1919",
|
707
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
708
|
+
"minimum_seasonal_efficiency": null,
|
709
|
+
"minimum_full_load_efficiency": null,
|
710
|
+
"minimum_iplv": null,
|
711
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
712
|
+
"minimum_coefficient_of_performance_cooling": 4.73,
|
713
|
+
"cool_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT curve",
|
714
|
+
"cool_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFFF curve",
|
715
|
+
"cool_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT curve",
|
716
|
+
"cool_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFFF curve",
|
717
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit CPLFFPLR curve",
|
718
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
|
719
|
+
},
|
720
|
+
{
|
721
|
+
"cooling_type": "AirCooled",
|
722
|
+
"heating_type": "All Other",
|
723
|
+
"subcategory": "Single Package",
|
724
|
+
"minimum_capacity": 92124.0,
|
725
|
+
"maximum_capacity": 113960.8,
|
726
|
+
"start_date": "9/9/1919",
|
727
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
728
|
+
"minimum_seasonal_efficiency": null,
|
729
|
+
"minimum_full_load_efficiency": null,
|
730
|
+
"minimum_iplv": null,
|
731
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
732
|
+
"minimum_coefficient_of_performance_cooling": 4.35,
|
733
|
+
"cool_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT curve",
|
734
|
+
"cool_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFFF curve",
|
735
|
+
"cool_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT curve",
|
736
|
+
"cool_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFFF curve",
|
737
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit CPLFFPLR curve",
|
738
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
|
739
|
+
},
|
740
|
+
{
|
741
|
+
"cooling_type": "AirCooled",
|
742
|
+
"heating_type": "All Other",
|
743
|
+
"subcategory": "Single Package",
|
744
|
+
"minimum_capacity": 113960.8,
|
745
|
+
"maximum_capacity": 137844.8,
|
746
|
+
"start_date": "9/9/1919",
|
747
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
748
|
+
"minimum_seasonal_efficiency": null,
|
749
|
+
"minimum_full_load_efficiency": null,
|
750
|
+
"minimum_iplv": null,
|
751
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
752
|
+
"minimum_coefficient_of_performance_cooling": 3.68,
|
753
|
+
"cool_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT curve",
|
754
|
+
"cool_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFFF curve",
|
755
|
+
"cool_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT curve",
|
756
|
+
"cool_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFFF curve",
|
757
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit CPLFFPLR curve",
|
758
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
|
759
|
+
},
|
760
|
+
{
|
761
|
+
"cooling_type": "AirCooled",
|
762
|
+
"heating_type": "All Other",
|
763
|
+
"subcategory": "Single Package",
|
764
|
+
"minimum_capacity": 137844.8,
|
765
|
+
"maximum_capacity": 183906.8,
|
766
|
+
"start_date": "9/9/1919",
|
767
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
768
|
+
"minimum_seasonal_efficiency": null,
|
769
|
+
"minimum_full_load_efficiency": null,
|
770
|
+
"minimum_iplv": null,
|
771
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
772
|
+
"minimum_coefficient_of_performance_cooling": 4.28,
|
773
|
+
"cool_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT curve",
|
774
|
+
"cool_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFFF curve",
|
775
|
+
"cool_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT curve",
|
776
|
+
"cool_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFFF curve",
|
777
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit CPLFFPLR curve",
|
778
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
|
779
|
+
},
|
780
|
+
{
|
781
|
+
"cooling_type": "AirCooled",
|
782
|
+
"heating_type": "All Other",
|
783
|
+
"subcategory": "Single Package",
|
784
|
+
"minimum_capacity": 183906.8,
|
785
|
+
"maximum_capacity": 999999999.0,
|
786
|
+
"start_date": "9/9/1919",
|
787
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
788
|
+
"minimum_seasonal_efficiency": null,
|
789
|
+
"minimum_full_load_efficiency": null,
|
790
|
+
"minimum_iplv": null,
|
791
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
792
|
+
"minimum_coefficient_of_performance_cooling": 3.76,
|
793
|
+
"cool_cap_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFT curve",
|
794
|
+
"cool_cap_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CCAPFFF curve",
|
795
|
+
"cool_eir_ft": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFT curve",
|
796
|
+
"cool_eir_fflow": "Mitsubishi Hyper Heating VRF Outdoor Unit CEIRFFF curve",
|
797
|
+
"cool_plf_fplr": "Mitsubishi Hyper Heating VRF Outdoor Unit CPLFFPLR curve",
|
798
|
+
"notes": "Mitsubishi Hyper Heating VRF Outdoor Unit (model: PUHY_HP)"
|
799
|
+
}
|
800
|
+
]
|
801
|
+
}
|
802
|
+
}
|
803
|
+
}
|