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
@@ -0,0 +1,31 @@
|
|
1
|
+
{
|
2
|
+
"water_source_heat_pumps": [
|
3
|
+
{
|
4
|
+
"template": "90.1-2007",
|
5
|
+
"minimum_capacity": 0.0,
|
6
|
+
"maximum_capacity": 16999.0,
|
7
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
8
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
9
|
+
"minimum_full_load_efficiency": 11.2,
|
10
|
+
"notes": "From 90.1-2007 Table 6.8.1B"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"template": "90.1-2007",
|
14
|
+
"minimum_capacity": 17000.0,
|
15
|
+
"maximum_capacity": 64999.0,
|
16
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
17
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
18
|
+
"minimum_full_load_efficiency": 12.0,
|
19
|
+
"notes": "From 90.1-2007 Table 6.8.1B"
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"template": "90.1-2007",
|
23
|
+
"minimum_capacity": 65000.0,
|
24
|
+
"maximum_capacity": 134999.0,
|
25
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
26
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
27
|
+
"minimum_full_load_efficiency": 12.0,
|
28
|
+
"notes": "From 90.1-2007 Table 6.8.1B"
|
29
|
+
}
|
30
|
+
]
|
31
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
{
|
2
|
+
"water_source_heat_pumps_heating": [
|
3
|
+
{
|
4
|
+
"template": "90.1-2007",
|
5
|
+
"minimum_capacity": 0.0,
|
6
|
+
"maximum_capacity": 9999999.0,
|
7
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
8
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
9
|
+
"minimum_coefficient_of_performance_heating": 4.2,
|
10
|
+
"notes": "From 90.1-2007 Table 6.8.1B"
|
11
|
+
}
|
12
|
+
]
|
13
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
{
|
2
|
+
"water_source_heat_pumps": [
|
3
|
+
{
|
4
|
+
"template": "90.1-2010",
|
5
|
+
"minimum_capacity": 0.0,
|
6
|
+
"maximum_capacity": 16999.0,
|
7
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
8
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
9
|
+
"minimum_full_load_efficiency": 11.2,
|
10
|
+
"notes": "From 90.1-2010 Table 6.8.1B"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"template": "90.1-2010",
|
14
|
+
"minimum_capacity": 17000.0,
|
15
|
+
"maximum_capacity": 64999.0,
|
16
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
17
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
18
|
+
"minimum_full_load_efficiency": 12.0,
|
19
|
+
"notes": "From 90.1-2010 Table 6.8.1B"
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"template": "90.1-2010",
|
23
|
+
"minimum_capacity": 65000.0,
|
24
|
+
"maximum_capacity": 134999.0,
|
25
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
26
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
27
|
+
"minimum_full_load_efficiency": 12.0,
|
28
|
+
"notes": "From 90.1-2010 Table 6.8.1B"
|
29
|
+
}
|
30
|
+
]
|
31
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
{
|
2
|
+
"water_source_heat_pumps_heating": [
|
3
|
+
{
|
4
|
+
"template": "90.1-2010",
|
5
|
+
"minimum_capacity": 0.0,
|
6
|
+
"maximum_capacity": 9999999.0,
|
7
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
8
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
9
|
+
"minimum_coefficient_of_performance_heating": 4.2,
|
10
|
+
"notes": "From 90.1-2010 Table 6.8.1B"
|
11
|
+
}
|
12
|
+
]
|
13
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
{
|
2
|
+
"water_source_heat_pumps": [
|
3
|
+
{
|
4
|
+
"template": "90.1-2013",
|
5
|
+
"minimum_capacity": 0.0,
|
6
|
+
"maximum_capacity": 16999.0,
|
7
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
8
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
9
|
+
"minimum_full_load_efficiency": 12.2,
|
10
|
+
"notes": "From 90.1-2013 Table 6.8.1-2"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"template": "90.1-2013",
|
14
|
+
"minimum_capacity": 17000.0,
|
15
|
+
"maximum_capacity": 64999.0,
|
16
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
17
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
18
|
+
"minimum_full_load_efficiency": 13.0,
|
19
|
+
"notes": "From 90.1-2013 Table 6.8.1-2"
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"template": "90.1-2013",
|
23
|
+
"minimum_capacity": 65000.0,
|
24
|
+
"maximum_capacity": 134999.0,
|
25
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
26
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
27
|
+
"minimum_full_load_efficiency": 13.0,
|
28
|
+
"notes": "From 90.1-2013 Table 6.8.1-2"
|
29
|
+
}
|
30
|
+
]
|
31
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
{
|
2
|
+
"water_source_heat_pumps_heating": [
|
3
|
+
{
|
4
|
+
"template": "90.1-2013",
|
5
|
+
"minimum_capacity": 0.0,
|
6
|
+
"maximum_capacity": 9999999.0,
|
7
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
8
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
9
|
+
"minimum_coefficient_of_performance_heating": 4.2,
|
10
|
+
"notes": "From 90.1-2013 Table 6.8.1-2"
|
11
|
+
}
|
12
|
+
]
|
13
|
+
}
|
@@ -108,6 +108,18 @@
|
|
108
108
|
"fan_curve": null,
|
109
109
|
"notes": null
|
110
110
|
},
|
111
|
+
{
|
112
|
+
"name": "Minisplit_HP_Fan",
|
113
|
+
"type": "OnOff",
|
114
|
+
"pressure_rise": 0.1,
|
115
|
+
"fan_efficiency": 0.168,
|
116
|
+
"motor_efficiency": 1.0,
|
117
|
+
"motor_in_airstream_fraction": 1.0,
|
118
|
+
"fan_power_minimum_flow_rate_fraction": null,
|
119
|
+
"fan_power_minimum_flow_rate_input_method": null,
|
120
|
+
"fan_curve": null,
|
121
|
+
"notes": null
|
122
|
+
},
|
111
123
|
{
|
112
124
|
"name": "PFP_Fan",
|
113
125
|
"type": "ConstantVolume",
|
@@ -0,0 +1,31 @@
|
|
1
|
+
{
|
2
|
+
"water_source_heat_pumps": [
|
3
|
+
{
|
4
|
+
"template": "DOE Ref 1980-2004",
|
5
|
+
"minimum_capacity": 0.0,
|
6
|
+
"maximum_capacity": 16999.0,
|
7
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
8
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
9
|
+
"minimum_full_load_efficiency": 11.2,
|
10
|
+
"notes": "From 90.1-2004 since DOE Reference Buildings did not have any water source heat pumps"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"template": "DOE Ref 1980-2004",
|
14
|
+
"minimum_capacity": 17000.0,
|
15
|
+
"maximum_capacity": 64999.0,
|
16
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
17
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
18
|
+
"minimum_full_load_efficiency": 12.0,
|
19
|
+
"notes": "From 90.1-2004 since DOE Reference Buildings did not have any water source heat pumps"
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"template": "DOE Ref 1980-2004",
|
23
|
+
"minimum_capacity": 65000.0,
|
24
|
+
"maximum_capacity": 134999.0,
|
25
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
26
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
27
|
+
"minimum_full_load_efficiency": 12.0,
|
28
|
+
"notes": "From 90.1-2004 since DOE Reference Buildings did not have any water source heat pumps"
|
29
|
+
}
|
30
|
+
]
|
31
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
{
|
2
|
+
"water_source_heat_pumps_heating": [
|
3
|
+
{
|
4
|
+
"template": "DOE Ref 1980-2004",
|
5
|
+
"minimum_capacity": 0.0,
|
6
|
+
"maximum_capacity": 9999999.0,
|
7
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
8
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
9
|
+
"minimum_coefficient_of_performance_heating": 4.2,
|
10
|
+
"notes": "From 90.1-2004 since no DOE Reference Buildings had heat pumps"
|
11
|
+
}
|
12
|
+
]
|
13
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
{
|
2
|
+
"water_source_heat_pumps": [
|
3
|
+
{
|
4
|
+
"template": "DOE Ref Pre-1980",
|
5
|
+
"minimum_capacity": 0.0,
|
6
|
+
"maximum_capacity": 16999.0,
|
7
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
8
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
9
|
+
"minimum_full_load_efficiency": 11.2,
|
10
|
+
"notes": "From 90.1-2004 since DOE Reference Buildings did not have any water source heat pumps"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"template": "DOE Ref Pre-1980",
|
14
|
+
"minimum_capacity": 17000.0,
|
15
|
+
"maximum_capacity": 64999.0,
|
16
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
17
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
18
|
+
"minimum_full_load_efficiency": 12.0,
|
19
|
+
"notes": "From 90.1-2004 since DOE Reference Buildings did not have any water source heat pumps"
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"template": "DOE Ref Pre-1980",
|
23
|
+
"minimum_capacity": 65000.0,
|
24
|
+
"maximum_capacity": 134999.0,
|
25
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
26
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
27
|
+
"minimum_full_load_efficiency": 12.0,
|
28
|
+
"notes": "From 90.1-2004 since DOE Reference Buildings did not have any water source heat pumps"
|
29
|
+
}
|
30
|
+
]
|
31
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
{
|
2
|
+
"water_source_heat_pumps_heating": [
|
3
|
+
{
|
4
|
+
"template": "DOE Ref Pre-1980",
|
5
|
+
"minimum_capacity": 0.0,
|
6
|
+
"maximum_capacity": 9999999.0,
|
7
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
8
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
9
|
+
"minimum_coefficient_of_performance_heating": 4.2,
|
10
|
+
"notes": "From 90.1-2004 since no DOE Reference Buildings had water source heat pumps"
|
11
|
+
}
|
12
|
+
]
|
13
|
+
}
|
@@ -34,7 +34,187 @@
|
|
34
34
|
"capft": "AirCooled_Chiller_2010_PathA_CAPFT",
|
35
35
|
"eirft": "AirCooled_Chiller_2010_PathA_EIRFT",
|
36
36
|
"eirfplr": "AirCooled_Chiller_AllCapacities_2004_2010_EIRFPLR",
|
37
|
-
"notes": "from ASHRAE 189.1-
|
37
|
+
"notes": "from ASHRAE 189.1-2017"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"template": "NREL ZNE Ready 2017",
|
41
|
+
"cooling_type": "WaterCooled",
|
42
|
+
"condenser_type": null,
|
43
|
+
"compressor_type": "Centrifugal",
|
44
|
+
"absorption_type": null,
|
45
|
+
"variable_speed_drive": null,
|
46
|
+
"minimum_capacity": 0.0,
|
47
|
+
"maximum_capacity": 149.99,
|
48
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
49
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
50
|
+
"minimum_full_load_efficiency": 0.61,
|
51
|
+
"minimum_integrated_part_load_value": 0.55,
|
52
|
+
"capft": "WaterCooled_Centrifugal_Chiller_2010_PathA_CAPFT",
|
53
|
+
"eirft": "WaterCooled_Centrifugal_Chiller_2010_PathA_EIRFT",
|
54
|
+
"eirfplr": "ChlrWtrCentPathAAllEIRRatio_fQRatio",
|
55
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"template": "NREL ZNE Ready 2017",
|
59
|
+
"cooling_type": "WaterCooled",
|
60
|
+
"condenser_type": null,
|
61
|
+
"compressor_type": "Centrifugal",
|
62
|
+
"absorption_type": null,
|
63
|
+
"variable_speed_drive": null,
|
64
|
+
"minimum_capacity": 150.0,
|
65
|
+
"maximum_capacity": 299.99,
|
66
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
67
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
68
|
+
"minimum_full_load_efficiency": 0.61,
|
69
|
+
"minimum_integrated_part_load_value": 0.55,
|
70
|
+
"capft": "WaterCooled_Centrifugal_Chiller_2010_PathA_CAPFT",
|
71
|
+
"eirft": "WaterCooled_Centrifugal_Chiller_2010_PathA_EIRFT",
|
72
|
+
"eirfplr": "ChlrWtrCentPathAAllEIRRatio_fQRatio",
|
73
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"template": "NREL ZNE Ready 2017",
|
77
|
+
"cooling_type": "WaterCooled",
|
78
|
+
"condenser_type": null,
|
79
|
+
"compressor_type": "Centrifugal",
|
80
|
+
"absorption_type": null,
|
81
|
+
"variable_speed_drive": null,
|
82
|
+
"minimum_capacity": 300.0,
|
83
|
+
"maximum_capacity": 399.99,
|
84
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
85
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
86
|
+
"minimum_full_load_efficiency": 0.56,
|
87
|
+
"minimum_integrated_part_load_value": 0.52,
|
88
|
+
"capft": "WaterCooled_Centrifugal_Chiller_2010_PathA_CAPFT",
|
89
|
+
"eirft": "WaterCooled_Centrifugal_Chiller_2010_PathA_EIRFT",
|
90
|
+
"eirfplr": "ChlrWtrCentPathAAllEIRRatio_fQRatio",
|
91
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"template": "NREL ZNE Ready 2017",
|
95
|
+
"cooling_type": "WaterCooled",
|
96
|
+
"condenser_type": null,
|
97
|
+
"compressor_type": "Centrifugal",
|
98
|
+
"absorption_type": null,
|
99
|
+
"variable_speed_drive": null,
|
100
|
+
"minimum_capacity": 400.0,
|
101
|
+
"maximum_capacity": 599.99,
|
102
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
103
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
104
|
+
"minimum_full_load_efficiency": 0.56,
|
105
|
+
"minimum_integrated_part_load_value": 0.5,
|
106
|
+
"capft": "WaterCooled_Centrifugal_Chiller_2010_PathA_CAPFT",
|
107
|
+
"eirft": "WaterCooled_Centrifugal_Chiller_2010_PathA_EIRFT",
|
108
|
+
"eirfplr": "ChlrWtrCentPathAAllEIRRatio_fQRatio",
|
109
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
110
|
+
},
|
111
|
+
{
|
112
|
+
"template": "NREL ZNE Ready 2017",
|
113
|
+
"cooling_type": "WaterCooled",
|
114
|
+
"condenser_type": null,
|
115
|
+
"compressor_type": "Centrifugal",
|
116
|
+
"absorption_type": null,
|
117
|
+
"variable_speed_drive": null,
|
118
|
+
"minimum_capacity": 600.0,
|
119
|
+
"maximum_capacity": 9999.0,
|
120
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
121
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
122
|
+
"minimum_full_load_efficiency": 0.56,
|
123
|
+
"minimum_integrated_part_load_value": 0.5,
|
124
|
+
"capft": "WaterCooled_Centrifugal_Chiller_2010_PathA_CAPFT",
|
125
|
+
"eirft": "WaterCooled_Centrifugal_Chiller_2010_PathA_EIRFT",
|
126
|
+
"eirfplr": "ChlrWtrCentPathAAllEIRRatio_fQRatio",
|
127
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"template": "NREL ZNE Ready 2017",
|
131
|
+
"cooling_type": "WaterCooled",
|
132
|
+
"condenser_type": null,
|
133
|
+
"compressor_type": "Reciprocating",
|
134
|
+
"absorption_type": null,
|
135
|
+
"variable_speed_drive": null,
|
136
|
+
"minimum_capacity": 0.0,
|
137
|
+
"maximum_capacity": 149.99,
|
138
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
139
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
140
|
+
"minimum_full_load_efficiency": 0.75,
|
141
|
+
"minimum_integrated_part_load_value": 0.6,
|
142
|
+
"capft": "ChlrWtrPosDispPathAAllQRatio_fTchwsTcwsSI",
|
143
|
+
"eirft": "ChlrWtrPosDispPathAAllEIRRatio_fTchwsTcwsSI",
|
144
|
+
"eirfplr": "ChlrWtrPosDispPathAAllEIRRatio_fQRatio",
|
145
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"template": "NREL ZNE Ready 2017",
|
149
|
+
"cooling_type": "WaterCooled",
|
150
|
+
"condenser_type": null,
|
151
|
+
"compressor_type": "Reciprocating",
|
152
|
+
"absorption_type": null,
|
153
|
+
"variable_speed_drive": null,
|
154
|
+
"minimum_capacity": 150.0,
|
155
|
+
"maximum_capacity": 299.99,
|
156
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
157
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
158
|
+
"minimum_full_load_efficiency": 0.72,
|
159
|
+
"minimum_integrated_part_load_value": 0.56,
|
160
|
+
"capft": "ChlrWtrPosDispPathAAllQRatio_fTchwsTcwsSI",
|
161
|
+
"eirft": "ChlrWtrPosDispPathAAllEIRRatio_fTchwsTcwsSI",
|
162
|
+
"eirfplr": "ChlrWtrPosDispPathAAllEIRRatio_fQRatio",
|
163
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
164
|
+
},
|
165
|
+
{
|
166
|
+
"template": "NREL ZNE Ready 2017",
|
167
|
+
"cooling_type": "WaterCooled",
|
168
|
+
"condenser_type": null,
|
169
|
+
"compressor_type": "Reciprocating",
|
170
|
+
"absorption_type": null,
|
171
|
+
"variable_speed_drive": null,
|
172
|
+
"minimum_capacity": 300.0,
|
173
|
+
"maximum_capacity": 399.99,
|
174
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
175
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
176
|
+
"minimum_full_load_efficiency": 0.66,
|
177
|
+
"minimum_integrated_part_load_value": 0.54,
|
178
|
+
"capft": "ChlrWtrPosDispPathAAllQRatio_fTchwsTcwsSI",
|
179
|
+
"eirft": "ChlrWtrPosDispPathAAllEIRRatio_fTchwsTcwsSI",
|
180
|
+
"eirfplr": "ChlrWtrPosDispPathAAllEIRRatio_fQRatio",
|
181
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
182
|
+
},
|
183
|
+
{
|
184
|
+
"template": "NREL ZNE Ready 2017",
|
185
|
+
"cooling_type": "WaterCooled",
|
186
|
+
"condenser_type": null,
|
187
|
+
"compressor_type": "Reciprocating",
|
188
|
+
"absorption_type": null,
|
189
|
+
"variable_speed_drive": null,
|
190
|
+
"minimum_capacity": 400.0,
|
191
|
+
"maximum_capacity": 599.99,
|
192
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
193
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
194
|
+
"minimum_full_load_efficiency": 0.61,
|
195
|
+
"minimum_integrated_part_load_value": 0.52,
|
196
|
+
"capft": "ChlrWtrPosDispPathAAllQRatio_fTchwsTcwsSI",
|
197
|
+
"eirft": "ChlrWtrPosDispPathAAllEIRRatio_fTchwsTcwsSI",
|
198
|
+
"eirfplr": "ChlrWtrPosDispPathAAllEIRRatio_fQRatio",
|
199
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"template": "NREL ZNE Ready 2017",
|
203
|
+
"cooling_type": "WaterCooled",
|
204
|
+
"condenser_type": null,
|
205
|
+
"compressor_type": "Reciprocating",
|
206
|
+
"absorption_type": null,
|
207
|
+
"variable_speed_drive": null,
|
208
|
+
"minimum_capacity": 600.0,
|
209
|
+
"maximum_capacity": 9999.0,
|
210
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
211
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
212
|
+
"minimum_full_load_efficiency": 0.56,
|
213
|
+
"minimum_integrated_part_load_value": 0.5,
|
214
|
+
"capft": "ChlrWtrPosDispPathAAllQRatio_fTchwsTcwsSI",
|
215
|
+
"eirft": "ChlrWtrPosDispPathAAllEIRRatio_fTchwsTcwsSI",
|
216
|
+
"eirfplr": "ChlrWtrPosDispPathAAllEIRRatio_fQRatio",
|
217
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
38
218
|
},
|
39
219
|
{
|
40
220
|
"template": "NREL ZNE Ready 2017",
|
@@ -44,15 +224,177 @@
|
|
44
224
|
"absorption_type": null,
|
45
225
|
"variable_speed_drive": null,
|
46
226
|
"minimum_capacity": 0.0,
|
227
|
+
"maximum_capacity": 149.99,
|
228
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
229
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
230
|
+
"minimum_full_load_efficiency": 0.75,
|
231
|
+
"minimum_integrated_part_load_value": 0.6,
|
232
|
+
"capft": "ChlrWtrPosDispPathAAllQRatio_fTchwsTcwsSI",
|
233
|
+
"eirft": "ChlrWtrPosDispPathAAllEIRRatio_fTchwsTcwsSI",
|
234
|
+
"eirfplr": "ChlrWtrPosDispPathAAllEIRRatio_fQRatio",
|
235
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
236
|
+
},
|
237
|
+
{
|
238
|
+
"template": "NREL ZNE Ready 2017",
|
239
|
+
"cooling_type": "WaterCooled",
|
240
|
+
"condenser_type": null,
|
241
|
+
"compressor_type": "Rotary Screw",
|
242
|
+
"absorption_type": null,
|
243
|
+
"variable_speed_drive": null,
|
244
|
+
"minimum_capacity": 150.0,
|
245
|
+
"maximum_capacity": 299.99,
|
246
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
247
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
248
|
+
"minimum_full_load_efficiency": 0.72,
|
249
|
+
"minimum_integrated_part_load_value": 0.56,
|
250
|
+
"capft": "ChlrWtrPosDispPathAAllQRatio_fTchwsTcwsSI",
|
251
|
+
"eirft": "ChlrWtrPosDispPathAAllEIRRatio_fTchwsTcwsSI",
|
252
|
+
"eirfplr": "ChlrWtrPosDispPathAAllEIRRatio_fQRatio",
|
253
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
254
|
+
},
|
255
|
+
{
|
256
|
+
"template": "NREL ZNE Ready 2017",
|
257
|
+
"cooling_type": "WaterCooled",
|
258
|
+
"condenser_type": null,
|
259
|
+
"compressor_type": "Rotary Screw",
|
260
|
+
"absorption_type": null,
|
261
|
+
"variable_speed_drive": null,
|
262
|
+
"minimum_capacity": 300.0,
|
263
|
+
"maximum_capacity": 399.99,
|
264
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
265
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
266
|
+
"minimum_full_load_efficiency": 0.66,
|
267
|
+
"minimum_integrated_part_load_value": 0.54,
|
268
|
+
"capft": "ChlrWtrPosDispPathAAllQRatio_fTchwsTcwsSI",
|
269
|
+
"eirft": "ChlrWtrPosDispPathAAllEIRRatio_fTchwsTcwsSI",
|
270
|
+
"eirfplr": "ChlrWtrPosDispPathAAllEIRRatio_fQRatio",
|
271
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
272
|
+
},
|
273
|
+
{
|
274
|
+
"template": "NREL ZNE Ready 2017",
|
275
|
+
"cooling_type": "WaterCooled",
|
276
|
+
"condenser_type": null,
|
277
|
+
"compressor_type": "Rotary Screw",
|
278
|
+
"absorption_type": null,
|
279
|
+
"variable_speed_drive": null,
|
280
|
+
"minimum_capacity": 400.0,
|
281
|
+
"maximum_capacity": 599.99,
|
282
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
283
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
284
|
+
"minimum_full_load_efficiency": 0.61,
|
285
|
+
"minimum_integrated_part_load_value": 0.52,
|
286
|
+
"capft": "ChlrWtrPosDispPathAAllQRatio_fTchwsTcwsSI",
|
287
|
+
"eirft": "ChlrWtrPosDispPathAAllEIRRatio_fTchwsTcwsSI",
|
288
|
+
"eirfplr": "ChlrWtrPosDispPathAAllEIRRatio_fQRatio",
|
289
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
290
|
+
},
|
291
|
+
{
|
292
|
+
"template": "NREL ZNE Ready 2017",
|
293
|
+
"cooling_type": "WaterCooled",
|
294
|
+
"condenser_type": null,
|
295
|
+
"compressor_type": "Rotary Screw",
|
296
|
+
"absorption_type": null,
|
297
|
+
"variable_speed_drive": null,
|
298
|
+
"minimum_capacity": 600.0,
|
47
299
|
"maximum_capacity": 9999.0,
|
48
300
|
"start_date": "1919-09-09T00:00:00+00:00",
|
49
301
|
"end_date": "2999-09-09T00:00:00+00:00",
|
50
|
-
"minimum_full_load_efficiency": 0.
|
302
|
+
"minimum_full_load_efficiency": 0.56,
|
303
|
+
"minimum_integrated_part_load_value": 0.5,
|
304
|
+
"capft": "ChlrWtrPosDispPathAAllQRatio_fTchwsTcwsSI",
|
305
|
+
"eirft": "ChlrWtrPosDispPathAAllEIRRatio_fTchwsTcwsSI",
|
306
|
+
"eirfplr": "ChlrWtrPosDispPathAAllEIRRatio_fQRatio",
|
307
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
308
|
+
},
|
309
|
+
{
|
310
|
+
"template": "NREL ZNE Ready 2017",
|
311
|
+
"cooling_type": "WaterCooled",
|
312
|
+
"condenser_type": null,
|
313
|
+
"compressor_type": "Scroll",
|
314
|
+
"absorption_type": null,
|
315
|
+
"variable_speed_drive": null,
|
316
|
+
"minimum_capacity": 0.0,
|
317
|
+
"maximum_capacity": 149.99,
|
318
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
319
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
320
|
+
"minimum_full_load_efficiency": 0.75,
|
321
|
+
"minimum_integrated_part_load_value": 0.6,
|
322
|
+
"capft": "ChlrWtrPosDispPathAAllQRatio_fTchwsTcwsSI",
|
323
|
+
"eirft": "ChlrWtrPosDispPathAAllEIRRatio_fTchwsTcwsSI",
|
324
|
+
"eirfplr": "ChlrWtrPosDispPathAAllEIRRatio_fQRatio",
|
325
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
326
|
+
},
|
327
|
+
{
|
328
|
+
"template": "NREL ZNE Ready 2017",
|
329
|
+
"cooling_type": "WaterCooled",
|
330
|
+
"condenser_type": null,
|
331
|
+
"compressor_type": "Scroll",
|
332
|
+
"absorption_type": null,
|
333
|
+
"variable_speed_drive": null,
|
334
|
+
"minimum_capacity": 150.0,
|
335
|
+
"maximum_capacity": 299.99,
|
336
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
337
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
338
|
+
"minimum_full_load_efficiency": 0.72,
|
339
|
+
"minimum_integrated_part_load_value": 0.56,
|
340
|
+
"capft": "ChlrWtrPosDispPathAAllQRatio_fTchwsTcwsSI",
|
341
|
+
"eirft": "ChlrWtrPosDispPathAAllEIRRatio_fTchwsTcwsSI",
|
342
|
+
"eirfplr": "ChlrWtrPosDispPathAAllEIRRatio_fQRatio",
|
343
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
344
|
+
},
|
345
|
+
{
|
346
|
+
"template": "NREL ZNE Ready 2017",
|
347
|
+
"cooling_type": "WaterCooled",
|
348
|
+
"condenser_type": null,
|
349
|
+
"compressor_type": "Scroll",
|
350
|
+
"absorption_type": null,
|
351
|
+
"variable_speed_drive": null,
|
352
|
+
"minimum_capacity": 300.0,
|
353
|
+
"maximum_capacity": 399.99,
|
354
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
355
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
356
|
+
"minimum_full_load_efficiency": 0.66,
|
51
357
|
"minimum_integrated_part_load_value": 0.54,
|
52
358
|
"capft": "ChlrWtrPosDispPathAAllQRatio_fTchwsTcwsSI",
|
53
359
|
"eirft": "ChlrWtrPosDispPathAAllEIRRatio_fTchwsTcwsSI",
|
54
360
|
"eirfplr": "ChlrWtrPosDispPathAAllEIRRatio_fQRatio",
|
55
|
-
"notes": "
|
361
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
362
|
+
},
|
363
|
+
{
|
364
|
+
"template": "NREL ZNE Ready 2017",
|
365
|
+
"cooling_type": "WaterCooled",
|
366
|
+
"condenser_type": null,
|
367
|
+
"compressor_type": "Scroll",
|
368
|
+
"absorption_type": null,
|
369
|
+
"variable_speed_drive": null,
|
370
|
+
"minimum_capacity": 400.0,
|
371
|
+
"maximum_capacity": 599.99,
|
372
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
373
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
374
|
+
"minimum_full_load_efficiency": 0.61,
|
375
|
+
"minimum_integrated_part_load_value": 0.52,
|
376
|
+
"capft": "ChlrWtrPosDispPathAAllQRatio_fTchwsTcwsSI",
|
377
|
+
"eirft": "ChlrWtrPosDispPathAAllEIRRatio_fTchwsTcwsSI",
|
378
|
+
"eirfplr": "ChlrWtrPosDispPathAAllEIRRatio_fQRatio",
|
379
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
380
|
+
},
|
381
|
+
{
|
382
|
+
"template": "NREL ZNE Ready 2017",
|
383
|
+
"cooling_type": "WaterCooled",
|
384
|
+
"condenser_type": null,
|
385
|
+
"compressor_type": "Scroll",
|
386
|
+
"absorption_type": null,
|
387
|
+
"variable_speed_drive": null,
|
388
|
+
"minimum_capacity": 600.0,
|
389
|
+
"maximum_capacity": 9999.0,
|
390
|
+
"start_date": "1919-09-09T00:00:00+00:00",
|
391
|
+
"end_date": "2999-09-09T00:00:00+00:00",
|
392
|
+
"minimum_full_load_efficiency": 0.56,
|
393
|
+
"minimum_integrated_part_load_value": 0.5,
|
394
|
+
"capft": "ChlrWtrPosDispPathAAllQRatio_fTchwsTcwsSI",
|
395
|
+
"eirft": "ChlrWtrPosDispPathAAllEIRRatio_fTchwsTcwsSI",
|
396
|
+
"eirfplr": "ChlrWtrPosDispPathAAllEIRRatio_fQRatio",
|
397
|
+
"notes": "From 90.1-2016 Table 6.8.1-3"
|
56
398
|
}
|
57
399
|
]
|
58
400
|
}
|