openstudio-standards 0.2.10.rc2 → 0.2.10.rc3
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-ALL-comstock(space_types).xlsx +0 -0
- data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
- data/data/standards/OpenStudio_Standards-cbes.xlsx +0 -0
- data/data/standards/OpenStudio_Standards-deer.xlsx +0 -0
- data/data/standards/manage_OpenStudio_Standards.rb +4 -0
- data/data/standards/openstudio_standards_duplicates_log.csv +2 -0
- data/data/standards/test_performance_expected_dd_results.csv +152 -152
- data/lib/openstudio-standards.rb +3 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingDXTwoSpeed.rb +19 -3
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingDXSingleSpeed.rb +20 -6
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.hvac.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +130 -26
- data/lib/openstudio-standards/standards/Standards.BoilerHotWater.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +109 -0
- data/lib/openstudio-standards/standards/Standards.CoilDX.rb +10 -0
- data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +176 -0
- data/lib/openstudio-standards/standards/Standards.FluidCooler.rb +124 -0
- data/lib/openstudio-standards/standards/Standards.Model.rb +13 -1
- data/lib/openstudio-standards/standards/Standards.WaterHeaterMixed.rb +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_source_heat_pumps.json +31 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_source_heat_pumps_heating.json +13 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_source_heat_pumps.json +31 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_source_heat_pumps_heating.json +13 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_source_heat_pumps.json +31 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_source_heat_pumps_heating.json +13 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_source_heat_pumps.json +31 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_source_heat_pumps_heating.json +13 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.fans.json +12 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.water_source_heat_pumps.json +31 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.water_source_heat_pumps_heating.json +13 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.water_source_heat_pumps.json +31 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.water_source_heat_pumps_heating.json +13 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.chillers.json +345 -3
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.heat_pumps.json +154 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.heat_pumps_heating.json +104 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.heat_rejection.json +40 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.unitary_acs.json +75 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.water_heaters.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.water_source_heat_pumps.json +31 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.water_source_heat_pumps_heating.json +13 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirLoopHVAC.rb +0 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.Model.rb +21 -2
- data/lib/openstudio-standards/standards/cbes/data/cbes.fans.json +12 -0
- data/lib/openstudio-standards/standards/deer/data/deer.fans.json +12 -0
- data/lib/openstudio-standards/version.rb +1 -1
- metadata +21 -11
- data/data/standards/OpenStudio_Standards-cbes(space_types).xlsx +0 -0
- data/data/standards/OpenStudio_Standards-deer(space_types).xlsx +0 -0
- data/data/standards/OpenStudio_Standards-deer-ALL-comstock(space_types).xlsx +0 -0
- data/data/standards/junk/legacy_dd_results - Copy.csv +0 -960
- data/data/standards/junk/legacy_dd_results.csv +0 -960
- data/data/standards/junk/legacy_dd_results_new - Copy.csv +0 -960
- data/data/standards/junk/legacy_dd_results_new.csv +0 -960
- data/data/standards/junk/legacy_dd_results_original.csv +0 -960
- data/lib/openstudio-standards/standards/necb/NECB2011/newway.json +0 -8102
@@ -1,5 +1,93 @@
|
|
1
1
|
{
|
2
2
|
"heat_pumps": [
|
3
|
+
{
|
4
|
+
"template": "NREL ZNE Ready 2017",
|
5
|
+
"cooling_type": "AirCooled",
|
6
|
+
"heating_type": "All Other",
|
7
|
+
"subcategory": "Split System",
|
8
|
+
"minimum_capacity": 0.0,
|
9
|
+
"maximum_capacity": 64999.0,
|
10
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
11
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
12
|
+
"minimum_seasonal_efficiency": 20.0,
|
13
|
+
"minimum_full_load_efficiency": null,
|
14
|
+
"minimum_iplv": null,
|
15
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
16
|
+
"pthp_eer_coefficient_1": null,
|
17
|
+
"pthp_eer_coefficient_2": null,
|
18
|
+
"cool_cap_ft": "HPACCoolCapFT",
|
19
|
+
"cool_cap_fflow": "HPACCoolCapFFF",
|
20
|
+
"cool_eir_ft": "HPACCOOLEIRFT",
|
21
|
+
"cool_eir_fflow": "HPACCOOLEIRFFF",
|
22
|
+
"cool_plf_fplr": "HPACCOOLPLFFPLR",
|
23
|
+
"notes": "From ZNE Multifamily committee"
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"template": "NREL ZNE Ready 2017",
|
27
|
+
"cooling_type": "AirCooled",
|
28
|
+
"heating_type": "All Other",
|
29
|
+
"subcategory": "Split System",
|
30
|
+
"minimum_capacity": 65000.0,
|
31
|
+
"maximum_capacity": 134999.0,
|
32
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
33
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
34
|
+
"minimum_seasonal_efficiency": null,
|
35
|
+
"minimum_full_load_efficiency": 16.0,
|
36
|
+
"minimum_iplv": null,
|
37
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
38
|
+
"pthp_eer_coefficient_1": null,
|
39
|
+
"pthp_eer_coefficient_2": null,
|
40
|
+
"cool_cap_ft": "HPACCoolCapFT",
|
41
|
+
"cool_cap_fflow": "HPACCoolCapFFF",
|
42
|
+
"cool_eir_ft": "HPACCOOLEIRFT",
|
43
|
+
"cool_eir_fflow": "HPACCOOLEIRFFF",
|
44
|
+
"cool_plf_fplr": "HPACCOOLPLFFPLR",
|
45
|
+
"notes": "From Pena Station design guidelines assumptions"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"template": "NREL ZNE Ready 2017",
|
49
|
+
"cooling_type": "AirCooled",
|
50
|
+
"heating_type": "All Other",
|
51
|
+
"subcategory": "Split System",
|
52
|
+
"minimum_capacity": 135000.0,
|
53
|
+
"maximum_capacity": 239999.0,
|
54
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
55
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
56
|
+
"minimum_seasonal_efficiency": null,
|
57
|
+
"minimum_full_load_efficiency": 16.0,
|
58
|
+
"minimum_iplv": null,
|
59
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
60
|
+
"pthp_eer_coefficient_1": null,
|
61
|
+
"pthp_eer_coefficient_2": null,
|
62
|
+
"cool_cap_ft": "HPACCoolCapFT",
|
63
|
+
"cool_cap_fflow": "HPACCoolCapFFF",
|
64
|
+
"cool_eir_ft": "HPACCOOLEIRFT",
|
65
|
+
"cool_eir_fflow": "HPACCOOLEIRFFF",
|
66
|
+
"cool_plf_fplr": "HPACCOOLPLFFPLR",
|
67
|
+
"notes": "From Pena Station design guidelines assumptions"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"template": "NREL ZNE Ready 2017",
|
71
|
+
"cooling_type": "AirCooled",
|
72
|
+
"heating_type": "All Other",
|
73
|
+
"subcategory": "Split System",
|
74
|
+
"minimum_capacity": 240000.0,
|
75
|
+
"maximum_capacity": 9999999.0,
|
76
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
77
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
78
|
+
"minimum_seasonal_efficiency": null,
|
79
|
+
"minimum_full_load_efficiency": 16.0,
|
80
|
+
"minimum_iplv": null,
|
81
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
82
|
+
"pthp_eer_coefficient_1": null,
|
83
|
+
"pthp_eer_coefficient_2": null,
|
84
|
+
"cool_cap_ft": "HPACCoolCapFT",
|
85
|
+
"cool_cap_fflow": "HPACCoolCapFFF",
|
86
|
+
"cool_eir_ft": "HPACCOOLEIRFT",
|
87
|
+
"cool_eir_fflow": "HPACCOOLEIRFFF",
|
88
|
+
"cool_plf_fplr": "HPACCOOLPLFFPLR",
|
89
|
+
"notes": "From Pena Station design guidelines assumptions"
|
90
|
+
},
|
3
91
|
{
|
4
92
|
"template": "NREL ZNE Ready 2017",
|
5
93
|
"cooling_type": "AirCooled",
|
@@ -28,6 +116,72 @@
|
|
28
116
|
"heating_type": "Electric Resistance or None",
|
29
117
|
"subcategory": "Split System",
|
30
118
|
"minimum_capacity": 0.0,
|
119
|
+
"maximum_capacity": 64999.0,
|
120
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
121
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
122
|
+
"minimum_seasonal_efficiency": 20.0,
|
123
|
+
"minimum_full_load_efficiency": null,
|
124
|
+
"minimum_iplv": null,
|
125
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
126
|
+
"pthp_eer_coefficient_1": null,
|
127
|
+
"pthp_eer_coefficient_2": null,
|
128
|
+
"cool_cap_ft": "HPACCoolCapFT",
|
129
|
+
"cool_cap_fflow": "HPACCoolCapFFF",
|
130
|
+
"cool_eir_ft": "HPACCOOLEIRFT",
|
131
|
+
"cool_eir_fflow": "HPACCOOLEIRFFF",
|
132
|
+
"cool_plf_fplr": "HPACCOOLPLFFPLR",
|
133
|
+
"notes": "From ZNE Multifamily committee"
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"template": "NREL ZNE Ready 2017",
|
137
|
+
"cooling_type": "AirCooled",
|
138
|
+
"heating_type": "Electric Resistance or None",
|
139
|
+
"subcategory": "Split System",
|
140
|
+
"minimum_capacity": 65000.0,
|
141
|
+
"maximum_capacity": 134999.0,
|
142
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
143
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
144
|
+
"minimum_seasonal_efficiency": null,
|
145
|
+
"minimum_full_load_efficiency": 16.0,
|
146
|
+
"minimum_iplv": null,
|
147
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
148
|
+
"pthp_eer_coefficient_1": null,
|
149
|
+
"pthp_eer_coefficient_2": null,
|
150
|
+
"cool_cap_ft": "HPACCoolCapFT",
|
151
|
+
"cool_cap_fflow": "HPACCoolCapFFF",
|
152
|
+
"cool_eir_ft": "HPACCOOLEIRFT",
|
153
|
+
"cool_eir_fflow": "HPACCOOLEIRFFF",
|
154
|
+
"cool_plf_fplr": "HPACCOOLPLFFPLR",
|
155
|
+
"notes": "From Pena Station design guidelines assumptions"
|
156
|
+
},
|
157
|
+
{
|
158
|
+
"template": "NREL ZNE Ready 2017",
|
159
|
+
"cooling_type": "AirCooled",
|
160
|
+
"heating_type": "Electric Resistance or None",
|
161
|
+
"subcategory": "Split System",
|
162
|
+
"minimum_capacity": 135000.0,
|
163
|
+
"maximum_capacity": 239999.0,
|
164
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
165
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
166
|
+
"minimum_seasonal_efficiency": null,
|
167
|
+
"minimum_full_load_efficiency": 16.0,
|
168
|
+
"minimum_iplv": null,
|
169
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
170
|
+
"pthp_eer_coefficient_1": null,
|
171
|
+
"pthp_eer_coefficient_2": null,
|
172
|
+
"cool_cap_ft": "HPACCoolCapFT",
|
173
|
+
"cool_cap_fflow": "HPACCoolCapFFF",
|
174
|
+
"cool_eir_ft": "HPACCOOLEIRFT",
|
175
|
+
"cool_eir_fflow": "HPACCOOLEIRFFF",
|
176
|
+
"cool_plf_fplr": "HPACCOOLPLFFPLR",
|
177
|
+
"notes": "From Pena Station design guidelines assumptions"
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"template": "NREL ZNE Ready 2017",
|
181
|
+
"cooling_type": "AirCooled",
|
182
|
+
"heating_type": "Electric Resistance or None",
|
183
|
+
"subcategory": "Split System",
|
184
|
+
"minimum_capacity": 240000.0,
|
31
185
|
"maximum_capacity": 9999999.0,
|
32
186
|
"start_date": "1919-09-09T00:00:00+00:00",
|
33
187
|
"end_date": "2999-09-09T00:00:00+00:00",
|
@@ -3,12 +3,52 @@
|
|
3
3
|
{
|
4
4
|
"template": "NREL ZNE Ready 2017",
|
5
5
|
"cooling_type": "AirCooled",
|
6
|
-
"subcategory": "
|
6
|
+
"subcategory": "PTHP",
|
7
7
|
"minimum_capacity": 0.0,
|
8
8
|
"maximum_capacity": 9999999.0,
|
9
9
|
"start_date": "1919-09-09T00:00:00+00:00",
|
10
10
|
"end_date": "2999-09-09T00:00:00+00:00",
|
11
11
|
"minimum_heating_seasonal_performance_factor": null,
|
12
|
+
"minimum_coefficient_of_performance_heating": null,
|
13
|
+
"minimum_energy_efficiency_ratio": null,
|
14
|
+
"pthp_cop_coefficient_1": 3.7,
|
15
|
+
"pthp_cop_coefficient_2": 0.052,
|
16
|
+
"heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
|
17
|
+
"heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
|
18
|
+
"heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
|
19
|
+
"heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
|
20
|
+
"heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
|
21
|
+
"notes": "From 90.1-2016 Table 6.8.1-4"
|
22
|
+
},
|
23
|
+
{
|
24
|
+
"template": "NREL ZNE Ready 2017",
|
25
|
+
"cooling_type": "AirCooled",
|
26
|
+
"subcategory": "Single Package",
|
27
|
+
"minimum_capacity": 0.0,
|
28
|
+
"maximum_capacity": 64999.0,
|
29
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
30
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
31
|
+
"minimum_heating_seasonal_performance_factor": 14.0,
|
32
|
+
"minimum_coefficient_of_performance_heating": null,
|
33
|
+
"minimum_energy_efficiency_ratio": null,
|
34
|
+
"pthp_cop_coefficient_1": null,
|
35
|
+
"pthp_cop_coefficient_2": null,
|
36
|
+
"heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
|
37
|
+
"heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
|
38
|
+
"heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
|
39
|
+
"heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
|
40
|
+
"heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
|
41
|
+
"notes": "From ZNE Multifamily committee"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"template": "NREL ZNE Ready 2017",
|
45
|
+
"cooling_type": "AirCooled",
|
46
|
+
"subcategory": "Single Package",
|
47
|
+
"minimum_capacity": 65000.0,
|
48
|
+
"maximum_capacity": 134999.0,
|
49
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
50
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
51
|
+
"minimum_heating_seasonal_performance_factor": null,
|
12
52
|
"minimum_coefficient_of_performance_heating": 3.3,
|
13
53
|
"minimum_energy_efficiency_ratio": null,
|
14
54
|
"pthp_cop_coefficient_1": null,
|
@@ -18,14 +58,54 @@
|
|
18
58
|
"heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
|
19
59
|
"heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
|
20
60
|
"heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
|
21
|
-
"notes": "
|
61
|
+
"notes": "From 90.1-2016 Table 6.8.1-2"
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"template": "NREL ZNE Ready 2017",
|
65
|
+
"cooling_type": "AirCooled",
|
66
|
+
"subcategory": "Single Package",
|
67
|
+
"minimum_capacity": 135000.0,
|
68
|
+
"maximum_capacity": 9999999.0,
|
69
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
70
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
71
|
+
"minimum_heating_seasonal_performance_factor": null,
|
72
|
+
"minimum_coefficient_of_performance_heating": 3.2,
|
73
|
+
"minimum_energy_efficiency_ratio": null,
|
74
|
+
"pthp_cop_coefficient_1": null,
|
75
|
+
"pthp_cop_coefficient_2": null,
|
76
|
+
"heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
|
77
|
+
"heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
|
78
|
+
"heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
|
79
|
+
"heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
|
80
|
+
"heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
|
81
|
+
"notes": "From 90.1-2016 Table 6.8.1-2"
|
22
82
|
},
|
23
83
|
{
|
24
84
|
"template": "NREL ZNE Ready 2017",
|
25
85
|
"cooling_type": "AirCooled",
|
26
86
|
"subcategory": "Split System",
|
27
87
|
"minimum_capacity": 0.0,
|
28
|
-
"maximum_capacity":
|
88
|
+
"maximum_capacity": 64999.0,
|
89
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
90
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
91
|
+
"minimum_heating_seasonal_performance_factor": 14.0,
|
92
|
+
"minimum_coefficient_of_performance_heating": null,
|
93
|
+
"minimum_energy_efficiency_ratio": null,
|
94
|
+
"pthp_cop_coefficient_1": null,
|
95
|
+
"pthp_cop_coefficient_2": null,
|
96
|
+
"heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
|
97
|
+
"heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
|
98
|
+
"heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
|
99
|
+
"heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
|
100
|
+
"heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
|
101
|
+
"notes": "From ZNE Multifamily committee"
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"template": "NREL ZNE Ready 2017",
|
105
|
+
"cooling_type": "AirCooled",
|
106
|
+
"subcategory": "Split System",
|
107
|
+
"minimum_capacity": 65000.0,
|
108
|
+
"maximum_capacity": 134999.0,
|
29
109
|
"start_date": "1919-09-09T00:00:00+00:00",
|
30
110
|
"end_date": "2999-09-09T00:00:00+00:00",
|
31
111
|
"minimum_heating_seasonal_performance_factor": null,
|
@@ -38,7 +118,27 @@
|
|
38
118
|
"heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
|
39
119
|
"heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
|
40
120
|
"heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
|
41
|
-
"notes": "
|
121
|
+
"notes": "From 90.1-2016 Table 6.8.1-2"
|
122
|
+
},
|
123
|
+
{
|
124
|
+
"template": "NREL ZNE Ready 2017",
|
125
|
+
"cooling_type": "AirCooled",
|
126
|
+
"subcategory": "Split System",
|
127
|
+
"minimum_capacity": 135000.0,
|
128
|
+
"maximum_capacity": 9999999.0,
|
129
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
130
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
131
|
+
"minimum_heating_seasonal_performance_factor": null,
|
132
|
+
"minimum_coefficient_of_performance_heating": 3.2,
|
133
|
+
"minimum_energy_efficiency_ratio": null,
|
134
|
+
"pthp_cop_coefficient_1": null,
|
135
|
+
"pthp_cop_coefficient_2": null,
|
136
|
+
"heat_cap_ft": "DXHEAT-NECB2011-REF-CAPFT",
|
137
|
+
"heat_cap_fflow": "DXHEAT-NECB2011-REF-CAPFFLOW",
|
138
|
+
"heat_eir_ft": "DXHEAT-NECB2011-REF-EIRFT",
|
139
|
+
"heat_eir_fflow": "DXHEAT-NECB2011-REF-EIRFFLOW",
|
140
|
+
"heat_plf_fplr": "DXHEAT-NECB2011-REF-PLFFPLR",
|
141
|
+
"notes": "From 90.1-2016 Table 6.8.1-2"
|
42
142
|
}
|
43
143
|
]
|
44
144
|
}
|
@@ -0,0 +1,40 @@
|
|
1
|
+
{
|
2
|
+
"heat_rejection": [
|
3
|
+
{
|
4
|
+
"template": "NREL ZNE Ready 2017",
|
5
|
+
"equipment_type": "Closed Cooling Tower",
|
6
|
+
"fan_type": "Centrifugal",
|
7
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
8
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
9
|
+
"minimum_performance": 7.0,
|
10
|
+
"notes": "From 90.1-2016 Table 6.8.1.7"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"template": "NREL ZNE Ready 2017",
|
14
|
+
"equipment_type": "Closed Cooling Tower",
|
15
|
+
"fan_type": "Propeller or Axial",
|
16
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
17
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
18
|
+
"minimum_performance": 16.1,
|
19
|
+
"notes": "From 90.1-2016 Table 6.8.1.7"
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"template": "NREL ZNE Ready 2017",
|
23
|
+
"equipment_type": "Open Cooling Tower",
|
24
|
+
"fan_type": "Centrifugal",
|
25
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
26
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
27
|
+
"minimum_performance": 20.0,
|
28
|
+
"notes": "From 90.1-2016 Table 6.8.1.7"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"template": "NREL ZNE Ready 2017",
|
32
|
+
"equipment_type": "Open Cooling Tower",
|
33
|
+
"fan_type": "Propeller or Axial",
|
34
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
35
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
36
|
+
"minimum_performance": 40.2,
|
37
|
+
"notes": "From 90.1-2016 Table 6.8.1.7"
|
38
|
+
}
|
39
|
+
]
|
40
|
+
}
|
@@ -7,7 +7,7 @@
|
|
7
7
|
"subcategory": "PTAC",
|
8
8
|
"minimum_capacity": 0.0,
|
9
9
|
"maximum_capacity": 9999999.0,
|
10
|
-
"start_date": "
|
10
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
11
11
|
"end_date": "2999-09-09T00:00:00+00:00",
|
12
12
|
"minimum_seasonal_energy_efficiency_ratio": null,
|
13
13
|
"minimum_energy_efficiency_ratio": null,
|
@@ -21,7 +21,76 @@
|
|
21
21
|
"cool_eir_ft": "PSZ-AC DX Coil EIR-FT",
|
22
22
|
"cool_eir_fflow": "Split DX Coil EIR-FF",
|
23
23
|
"cool_plf_fplr": "HPACCOOLPLFFPLR",
|
24
|
-
"notes": "
|
24
|
+
"notes": " From 90.1-2016 Table 6.8.1-4"
|
25
|
+
},
|
26
|
+
{
|
27
|
+
"template": "NREL ZNE Ready 2017",
|
28
|
+
"cooling_type": "AirCooled",
|
29
|
+
"heating_type": "All Other",
|
30
|
+
"subcategory": "Single Package",
|
31
|
+
"minimum_capacity": 0.0,
|
32
|
+
"maximum_capacity": 9999999.0,
|
33
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
34
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
35
|
+
"minimum_seasonal_energy_efficiency_ratio": null,
|
36
|
+
"minimum_energy_efficiency_ratio": 11.2,
|
37
|
+
"minimum_integrated_part_load_value": null,
|
38
|
+
"minimum_integrated_energy_efficiency_ratio": 12.9,
|
39
|
+
"ptac_eer_coefficient_1": null,
|
40
|
+
"ptac_eer_coefficient_2": null,
|
41
|
+
"minimum_scop": null,
|
42
|
+
"cool_cap_ft": "CoilClgDXQRatio_fTwbToadbSI",
|
43
|
+
"cool_cap_fflow": "CoilClgDXDblQRatio_fCFMRatio",
|
44
|
+
"cool_eir_ft": "CoilClgDXEIRRatio_fTwbToadbSI",
|
45
|
+
"cool_eir_fflow": "CoilClgDXDblEIRRatio_fCFMRatio",
|
46
|
+
"cool_plf_fplr": "CoilClgDXEIRRatio_fQFrac",
|
47
|
+
"notes": " From 90.1-2016 Table 6.8.1-4"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"template": "NREL ZNE Ready 2017",
|
51
|
+
"cooling_type": "AirCooled",
|
52
|
+
"heating_type": "All Other",
|
53
|
+
"subcategory": "Split System",
|
54
|
+
"minimum_capacity": 0.0,
|
55
|
+
"maximum_capacity": 9999999.0,
|
56
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
57
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
58
|
+
"minimum_seasonal_energy_efficiency_ratio": null,
|
59
|
+
"minimum_energy_efficiency_ratio": 11.2,
|
60
|
+
"minimum_integrated_part_load_value": null,
|
61
|
+
"minimum_integrated_energy_efficiency_ratio": 12.9,
|
62
|
+
"ptac_eer_coefficient_1": null,
|
63
|
+
"ptac_eer_coefficient_2": null,
|
64
|
+
"minimum_scop": null,
|
65
|
+
"cool_cap_ft": "CoilClgDXQRatio_fTwbToadbSI",
|
66
|
+
"cool_cap_fflow": "CoilClgDXDblQRatio_fCFMRatio",
|
67
|
+
"cool_eir_ft": "CoilClgDXEIRRatio_fTwbToadbSI",
|
68
|
+
"cool_eir_fflow": "CoilClgDXDblEIRRatio_fCFMRatio",
|
69
|
+
"cool_plf_fplr": "CoilClgDXEIRRatio_fQFrac",
|
70
|
+
"notes": " From 90.1-2016 Table 6.8.1-4"
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"template": "NREL ZNE Ready 2017",
|
74
|
+
"cooling_type": "AirCooled",
|
75
|
+
"heating_type": "Electric Resistance or None",
|
76
|
+
"subcategory": "PTAC",
|
77
|
+
"minimum_capacity": 0.0,
|
78
|
+
"maximum_capacity": 9999999.0,
|
79
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
80
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
81
|
+
"minimum_seasonal_energy_efficiency_ratio": null,
|
82
|
+
"minimum_energy_efficiency_ratio": null,
|
83
|
+
"minimum_integrated_part_load_value": null,
|
84
|
+
"minimum_integrated_energy_efficiency_ratio": null,
|
85
|
+
"ptac_eer_coefficient_1": 14.0,
|
86
|
+
"ptac_eer_coefficient_2": 0.3,
|
87
|
+
"minimum_scop": null,
|
88
|
+
"cool_cap_ft": "PSZ-Fine Storage DX Coil Cap-FT",
|
89
|
+
"cool_cap_fflow": "DX Coil Cap-FF",
|
90
|
+
"cool_eir_ft": "PSZ-AC DX Coil EIR-FT",
|
91
|
+
"cool_eir_fflow": "Split DX Coil EIR-FF",
|
92
|
+
"cool_plf_fplr": "HPACCOOLPLFFPLR",
|
93
|
+
"notes": " From 90.1-2016 Table 6.8.1-4"
|
25
94
|
},
|
26
95
|
{
|
27
96
|
"template": "NREL ZNE Ready 2017",
|
@@ -30,7 +99,7 @@
|
|
30
99
|
"subcategory": "Single Package",
|
31
100
|
"minimum_capacity": 0.0,
|
32
101
|
"maximum_capacity": 9999999.0,
|
33
|
-
"start_date": "
|
102
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
34
103
|
"end_date": "2999-09-09T00:00:00+00:00",
|
35
104
|
"minimum_seasonal_energy_efficiency_ratio": null,
|
36
105
|
"minimum_energy_efficiency_ratio": 11.2,
|
@@ -44,7 +113,7 @@
|
|
44
113
|
"cool_eir_ft": "CoilClgDXEIRRatio_fTwbToadbSI",
|
45
114
|
"cool_eir_fflow": "CoilClgDXDblEIRRatio_fCFMRatio",
|
46
115
|
"cool_plf_fplr": "CoilClgDXEIRRatio_fQFrac",
|
47
|
-
"notes": "
|
116
|
+
"notes": " From 90.1-2016 Table 6.8.1-4"
|
48
117
|
},
|
49
118
|
{
|
50
119
|
"template": "NREL ZNE Ready 2017",
|
@@ -53,7 +122,7 @@
|
|
53
122
|
"subcategory": "Split System",
|
54
123
|
"minimum_capacity": 0.0,
|
55
124
|
"maximum_capacity": 9999999.0,
|
56
|
-
"start_date": "
|
125
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
57
126
|
"end_date": "2999-09-09T00:00:00+00:00",
|
58
127
|
"minimum_seasonal_energy_efficiency_ratio": null,
|
59
128
|
"minimum_energy_efficiency_ratio": 11.2,
|
@@ -67,7 +136,7 @@
|
|
67
136
|
"cool_eir_ft": "CoilClgDXEIRRatio_fTwbToadbSI",
|
68
137
|
"cool_eir_fflow": "CoilClgDXDblEIRRatio_fCFMRatio",
|
69
138
|
"cool_plf_fplr": "CoilClgDXEIRRatio_fQFrac",
|
70
|
-
"notes": "
|
139
|
+
"notes": " From 90.1-2016 Table 6.8.1-4"
|
71
140
|
}
|
72
141
|
]
|
73
142
|
}
|