openstudio-standards 0.8.2 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/data/standards/OpenStudio_Standards-ashrae_90_1-ALL-comstock(space_types).xlsx +0 -0
  3. data/data/standards/openstudio_standards_duplicates_log.csv +7962 -0
  4. data/lib/openstudio-standards/refrigeration/create_case.rb +58 -21
  5. data/lib/openstudio-standards/refrigeration/create_typical_refrigeration.rb +4 -2
  6. data/lib/openstudio-standards/refrigeration/create_walkin.rb +57 -22
  7. data/lib/openstudio-standards/refrigeration/data/refrigerated_cases.csv +31 -31
  8. data/lib/openstudio-standards/refrigeration/data/refrigerated_walkins.csv +76 -76
  9. data/lib/openstudio-standards/service_water_heating/create_typical.rb +10 -10
  10. data/lib/openstudio-standards/service_water_heating/create_water_heater.rb +10 -0
  11. data/lib/openstudio-standards/service_water_heating/create_water_heating_loop.rb +16 -3
  12. data/lib/openstudio-standards/service_water_heating/data/convert_data.rb +9 -9
  13. data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.csv +49 -49
  14. data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.json +159 -159
  15. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +7 -18
  16. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +10 -20
  17. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +6 -15
  18. data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +5 -6
  19. data/lib/openstudio-standards/standards/Standards.CoilDX.rb +93 -43
  20. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +5 -5
  21. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +135 -37
  22. data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +2 -2
  23. data/lib/openstudio-standards/standards/Standards.Model.rb +9 -4
  24. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.computer_room_acs.json +302 -140
  25. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps.json +648 -326
  26. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps_heating.json +371 -90
  27. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_heaters.json +66 -22
  28. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.computer_room_acs.json +302 -140
  29. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps.json +1012 -296
  30. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps_heating.json +443 -79
  31. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_heaters.json +66 -22
  32. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.computer_room_acs.json +302 -140
  33. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps.json +672 -306
  34. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps_heating.json +354 -74
  35. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_heaters.json +72 -24
  36. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.computer_room_acs.json +302 -140
  37. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.energy_recovery.json +8 -8
  38. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps.json +930 -604
  39. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps_heating.json +415 -111
  40. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_heaters.json +72 -24
  41. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.computer_room_acs.json +602 -140
  42. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps.json +1005 -333
  43. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps_heating.json +642 -88
  44. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.water_heaters.json +78 -26
  45. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.computer_room_acs.json +722 -140
  46. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps.json +1741 -426
  47. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps_heating.json +1108 -111
  48. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.water_heaters.json +186 -62
  49. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +62 -232
  50. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +2 -3
  51. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +1 -1
  52. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +7 -18
  53. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +9 -7
  54. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +1 -1
  55. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps.json +154 -69
  56. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps_heating.json +72 -72
  57. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.water_heaters.json +382 -295
  58. data/lib/openstudio-standards/standards/deer/data/deer.schedules.json +62 -232
  59. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps.json +16 -0
  60. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps_heating.json +6 -0
  61. data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps.json +16 -0
  62. data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps_heating.json +6 -0
  63. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +1 -1
  64. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +2 -2
  65. data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps.json +16 -0
  66. data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps_heating.json +8 -0
  67. data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps.json +20 -0
  68. data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps_heating.json +10 -0
  69. data/lib/openstudio-standards/utilities/simulation.rb +3 -2
  70. data/lib/openstudio-standards/version.rb +1 -1
  71. metadata +5 -3
@@ -1,142 +1,304 @@
1
1
  {
2
- "computer_room_acs": [
3
- {
4
- "template": "90.1-2010",
5
- "cooling_type": "AirCooled",
6
- "heating_type": "Electric Resistance or None",
7
- "subcategory": "CRAC",
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_energy_efficiency_ratio": null,
13
- "minimum_energy_efficiency_ratio": null,
14
- "minimum_integrated_part_load_value": null,
15
- "minimum_integrated_energy_efficiency_ratio": null,
16
- "ptac_eer_coefficient_1": null,
17
- "ptac_eer_coefficient_2": null,
18
- "minimum_scop": 2.2,
19
- "cool_cap_ft": "PSZ-Fine Storage DX Coil Cap-FT",
20
- "cool_cap_fflow": "DX Coil Cap-FF",
21
- "cool_eir_ft": "PSZ-AC DX Coil EIR-FT",
22
- "cool_eir_fflow": "Split DX Coil EIR-FF",
23
- "cool_plf_fplr": "HPACCOOLPLFFPLR",
24
- "notes": "ASHRAE 90.1-2010 Table 6.8.1K. capacity here is sensible only. SCOP for downflow units"
25
- },
26
- {
27
- "template": "90.1-2010",
28
- "cooling_type": "AirCooled",
29
- "heating_type": "Electric Resistance or None",
30
- "subcategory": "CRAC",
31
- "minimum_capacity": 65000.0,
32
- "maximum_capacity": 239999.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": null,
37
- "minimum_integrated_part_load_value": null,
38
- "minimum_integrated_energy_efficiency_ratio": null,
39
- "ptac_eer_coefficient_1": null,
40
- "ptac_eer_coefficient_2": null,
41
- "minimum_scop": 2.1,
42
- "cool_cap_ft": "PSZ-Fine Storage DX Coil Cap-FT",
43
- "cool_cap_fflow": "DX Coil Cap-FF",
44
- "cool_eir_ft": "PSZ-AC DX Coil EIR-FT",
45
- "cool_eir_fflow": "Split DX Coil EIR-FF",
46
- "cool_plf_fplr": "HPACCOOLPLFFPLR",
47
- "notes": "ASHRAE 90.1-2010 Table 6.8.1K. capacity here is sensible only. SCOP for downflow units"
48
- },
49
- {
50
- "template": "90.1-2010",
51
- "cooling_type": "AirCooled",
52
- "heating_type": "Electric Resistance or None",
53
- "subcategory": "CRAC",
54
- "minimum_capacity": 240000.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": null,
60
- "minimum_integrated_part_load_value": null,
61
- "minimum_integrated_energy_efficiency_ratio": null,
62
- "ptac_eer_coefficient_1": null,
63
- "ptac_eer_coefficient_2": null,
64
- "minimum_scop": 1.9,
65
- "cool_cap_ft": "PSZ-Fine Storage DX Coil Cap-FT",
66
- "cool_cap_fflow": "DX Coil Cap-FF",
67
- "cool_eir_ft": "PSZ-AC DX Coil EIR-FT",
68
- "cool_eir_fflow": "Split DX Coil EIR-FF",
69
- "cool_plf_fplr": "HPACCOOLPLFFPLR",
70
- "notes": "ASHRAE 90.1-2010 Table 6.8.1K. capacity here is sensible only. SCOP for downflow units"
71
- },
72
- {
73
- "template": "90.1-2010",
74
- "cooling_type": "WaterCooled",
75
- "heating_type": "All Other",
76
- "subcategory": "CRAC",
77
- "minimum_capacity": 0.0,
78
- "maximum_capacity": 64999.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": null,
86
- "ptac_eer_coefficient_2": null,
87
- "minimum_scop": 2.6,
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": "ASHRAE 90.1-2010 Table 6.8.1K. capacity here is sensible only. SCOP for water cooled downflow units"
94
- },
95
- {
96
- "template": "90.1-2010",
97
- "cooling_type": "WaterCooled",
98
- "heating_type": "All Other",
99
- "subcategory": "CRAC",
100
- "minimum_capacity": 65000.0,
101
- "maximum_capacity": 239999.0,
102
- "start_date": "1919-09-09T00:00:00+00:00",
103
- "end_date": "2999-09-09T00:00:00+00:00",
104
- "minimum_seasonal_energy_efficiency_ratio": null,
105
- "minimum_energy_efficiency_ratio": null,
106
- "minimum_integrated_part_load_value": null,
107
- "minimum_integrated_energy_efficiency_ratio": null,
108
- "ptac_eer_coefficient_1": null,
109
- "ptac_eer_coefficient_2": null,
110
- "minimum_scop": 2.5,
111
- "cool_cap_ft": "PSZ-Fine Storage DX Coil Cap-FT",
112
- "cool_cap_fflow": "DX Coil Cap-FF",
113
- "cool_eir_ft": "PSZ-AC DX Coil EIR-FT",
114
- "cool_eir_fflow": "Split DX Coil EIR-FF",
115
- "cool_plf_fplr": "HPACCOOLPLFFPLR",
116
- "notes": "ASHRAE 90.1-2010 Table 6.8.1K. capacity here is sensible only. SCOP for water cooled downflow units"
117
- },
118
- {
119
- "template": "90.1-2010",
120
- "cooling_type": "WaterCooled",
121
- "heating_type": "All Other",
122
- "subcategory": "CRAC",
123
- "minimum_capacity": 240000.0,
124
- "maximum_capacity": 9999999.0,
125
- "start_date": "1919-09-09T00:00:00+00:00",
126
- "end_date": "2999-09-09T00:00:00+00:00",
127
- "minimum_seasonal_energy_efficiency_ratio": null,
128
- "minimum_energy_efficiency_ratio": null,
129
- "minimum_integrated_part_load_value": null,
130
- "minimum_integrated_energy_efficiency_ratio": null,
131
- "ptac_eer_coefficient_1": null,
132
- "ptac_eer_coefficient_2": null,
133
- "minimum_scop": 2.4,
134
- "cool_cap_ft": "PSZ-Fine Storage DX Coil Cap-FT",
135
- "cool_cap_fflow": "DX Coil Cap-FF",
136
- "cool_eir_ft": "PSZ-AC DX Coil EIR-FT",
137
- "cool_eir_fflow": "Split DX Coil EIR-FF",
138
- "cool_plf_fplr": "HPACCOOLPLFFPLR",
139
- "notes": "ASHRAE 90.1-2010 Table 6.8.1K. capacity here is sensible only. SCOP for water cooled downflow units"
140
- }
141
- ]
2
+ "computer_room_acs": [
3
+ {
4
+ "cooling_type": "AirCooled",
5
+ "standard_model": "Downflow units",
6
+ "rating_condition": null,
7
+ "minimum_capacity": 0,
8
+ "maximum_capacity": 64999.99,
9
+ "start_date": "1919-09-09T00:00:00+00:00",
10
+ "end_date": "2999-09-09T00:00:00+00:00",
11
+ "minimum_scop": 2.2
12
+ },
13
+ {
14
+ "cooling_type": "AirCooled",
15
+ "standard_model": "Upflow units",
16
+ "rating_condition": null,
17
+ "minimum_capacity": 0,
18
+ "maximum_capacity": 64999.99,
19
+ "start_date": "1919-09-09T00:00:00+00:00",
20
+ "end_date": "2999-09-09T00:00:00+00:00",
21
+ "minimum_scop": 2.09
22
+ },
23
+ {
24
+ "cooling_type": "AirCooled",
25
+ "standard_model": "Downflow units",
26
+ "rating_condition": null,
27
+ "minimum_capacity": 65000,
28
+ "maximum_capacity": 239999.99,
29
+ "start_date": "1919-09-09T00:00:00+00:00",
30
+ "end_date": "2999-09-09T00:00:00+00:00",
31
+ "minimum_scop": 2.1
32
+ },
33
+ {
34
+ "cooling_type": "AirCooled",
35
+ "standard_model": "Upflow units",
36
+ "rating_condition": null,
37
+ "minimum_capacity": 65000,
38
+ "maximum_capacity": 239999.99,
39
+ "start_date": "1919-09-09T00:00:00+00:00",
40
+ "end_date": "2999-09-09T00:00:00+00:00",
41
+ "minimum_scop": 1.99
42
+ },
43
+ {
44
+ "cooling_type": "AirCooled",
45
+ "standard_model": "Downflow units",
46
+ "rating_condition": null,
47
+ "minimum_capacity": 240000,
48
+ "maximum_capacity": 9999999999,
49
+ "start_date": "1919-09-09T00:00:00+00:00",
50
+ "end_date": "2999-09-09T00:00:00+00:00",
51
+ "minimum_scop": 1.9
52
+ },
53
+ {
54
+ "cooling_type": "AirCooled",
55
+ "standard_model": "Upflow units",
56
+ "rating_condition": null,
57
+ "minimum_capacity": 240000,
58
+ "maximum_capacity": 9999999999,
59
+ "start_date": "1919-09-09T00:00:00+00:00",
60
+ "end_date": "2999-09-09T00:00:00+00:00",
61
+ "minimum_scop": 1.79
62
+ },
63
+ {
64
+ "cooling_type": "WaterCooled",
65
+ "standard_model": "Downflow units",
66
+ "rating_condition": null,
67
+ "minimum_capacity": 0,
68
+ "maximum_capacity": 64999.99,
69
+ "start_date": "1919-09-09T00:00:00+00:00",
70
+ "end_date": "2999-09-09T00:00:00+00:00",
71
+ "minimum_scop": 2.6
72
+ },
73
+ {
74
+ "cooling_type": "WaterCooled",
75
+ "standard_model": "Upflow units",
76
+ "rating_condition": null,
77
+ "minimum_capacity": 0,
78
+ "maximum_capacity": 64999.99,
79
+ "start_date": "1919-09-09T00:00:00+00:00",
80
+ "end_date": "2999-09-09T00:00:00+00:00",
81
+ "minimum_scop": 2.49
82
+ },
83
+ {
84
+ "cooling_type": "WaterCooled",
85
+ "standard_model": "Downflow units",
86
+ "rating_condition": null,
87
+ "minimum_capacity": 65000,
88
+ "maximum_capacity": 239999.99,
89
+ "start_date": "1919-09-09T00:00:00+00:00",
90
+ "end_date": "2999-09-09T00:00:00+00:00",
91
+ "minimum_scop": 2.5
92
+ },
93
+ {
94
+ "cooling_type": "WaterCooled",
95
+ "standard_model": "Upflow units",
96
+ "rating_condition": null,
97
+ "minimum_capacity": 65000,
98
+ "maximum_capacity": 239999.99,
99
+ "start_date": "1919-09-09T00:00:00+00:00",
100
+ "end_date": "2999-09-09T00:00:00+00:00",
101
+ "minimum_scop": 2.39
102
+ },
103
+ {
104
+ "cooling_type": "WaterCooled",
105
+ "standard_model": "Downflow units",
106
+ "rating_condition": null,
107
+ "minimum_capacity": 240000,
108
+ "maximum_capacity": 9999999999,
109
+ "start_date": "1919-09-09T00:00:00+00:00",
110
+ "end_date": "2999-09-09T00:00:00+00:00",
111
+ "minimum_scop": 2.4
112
+ },
113
+ {
114
+ "cooling_type": "WaterCooled",
115
+ "standard_model": "Upflow units",
116
+ "rating_condition": null,
117
+ "minimum_capacity": 240000,
118
+ "maximum_capacity": 9999999999,
119
+ "start_date": "1919-09-09T00:00:00+00:00",
120
+ "end_date": "2999-09-09T00:00:00+00:00",
121
+ "minimum_scop": 2.29
122
+ },
123
+ {
124
+ "cooling_type": "WaterCooled with fluid economizer",
125
+ "standard_model": "Downflow units",
126
+ "rating_condition": null,
127
+ "minimum_capacity": 0,
128
+ "maximum_capacity": 64999.99,
129
+ "start_date": "1919-09-09T00:00:00+00:00",
130
+ "end_date": "2999-09-09T00:00:00+00:00",
131
+ "minimum_scop": 2.55
132
+ },
133
+ {
134
+ "cooling_type": "WaterCooled with fluid economizer",
135
+ "standard_model": "Upflow units",
136
+ "rating_condition": null,
137
+ "minimum_capacity": 0,
138
+ "maximum_capacity": 64999.99,
139
+ "start_date": "1919-09-09T00:00:00+00:00",
140
+ "end_date": "2999-09-09T00:00:00+00:00",
141
+ "minimum_scop": 2.44
142
+ },
143
+ {
144
+ "cooling_type": "WaterCooled with fluid economizer",
145
+ "standard_model": "Downflow units",
146
+ "rating_condition": null,
147
+ "minimum_capacity": 65000,
148
+ "maximum_capacity": 239999.99,
149
+ "start_date": "1919-09-09T00:00:00+00:00",
150
+ "end_date": "2999-09-09T00:00:00+00:00",
151
+ "minimum_scop": 2.45
152
+ },
153
+ {
154
+ "cooling_type": "WaterCooled with fluid economizer",
155
+ "standard_model": "Upflow units",
156
+ "rating_condition": null,
157
+ "minimum_capacity": 65000,
158
+ "maximum_capacity": 239999.99,
159
+ "start_date": "1919-09-09T00:00:00+00:00",
160
+ "end_date": "2999-09-09T00:00:00+00:00",
161
+ "minimum_scop": 2.34
162
+ },
163
+ {
164
+ "cooling_type": "WaterCooled with fluid economizer",
165
+ "standard_model": "Downflow units",
166
+ "rating_condition": null,
167
+ "minimum_capacity": 240000,
168
+ "maximum_capacity": 9999999999,
169
+ "start_date": "1919-09-09T00:00:00+00:00",
170
+ "end_date": "2999-09-09T00:00:00+00:00",
171
+ "minimum_scop": 2.35
172
+ },
173
+ {
174
+ "cooling_type": "WaterCooled with fluid economizer",
175
+ "standard_model": "Upflow units",
176
+ "rating_condition": null,
177
+ "minimum_capacity": 240000,
178
+ "maximum_capacity": 9999999999,
179
+ "start_date": "1919-09-09T00:00:00+00:00",
180
+ "end_date": "2999-09-09T00:00:00+00:00",
181
+ "minimum_scop": 2.24
182
+ },
183
+ {
184
+ "cooling_type": "GlycolCooled",
185
+ "standard_model": "Downflow units",
186
+ "rating_condition": null,
187
+ "minimum_capacity": 0,
188
+ "maximum_capacity": 64999.99,
189
+ "start_date": "1919-09-09T00:00:00+00:00",
190
+ "end_date": "2999-09-09T00:00:00+00:00",
191
+ "minimum_scop": 2.5
192
+ },
193
+ {
194
+ "cooling_type": "GlycolCooled",
195
+ "standard_model": "Upflow units",
196
+ "rating_condition": null,
197
+ "minimum_capacity": 0,
198
+ "maximum_capacity": 64999.99,
199
+ "start_date": "1919-09-09T00:00:00+00:00",
200
+ "end_date": "2999-09-09T00:00:00+00:00",
201
+ "minimum_scop": 2.39
202
+ },
203
+ {
204
+ "cooling_type": "GlycolCooled",
205
+ "standard_model": "Downflow units",
206
+ "rating_condition": null,
207
+ "minimum_capacity": 65000,
208
+ "maximum_capacity": 239999.99,
209
+ "start_date": "1919-09-09T00:00:00+00:00",
210
+ "end_date": "2999-09-09T00:00:00+00:00",
211
+ "minimum_scop": 2.15
212
+ },
213
+ {
214
+ "cooling_type": "GlycolCooled",
215
+ "standard_model": "Upflow units",
216
+ "rating_condition": null,
217
+ "minimum_capacity": 65000,
218
+ "maximum_capacity": 239999.99,
219
+ "start_date": "1919-09-09T00:00:00+00:00",
220
+ "end_date": "2999-09-09T00:00:00+00:00",
221
+ "minimum_scop": 2.04
222
+ },
223
+ {
224
+ "cooling_type": "GlycolCooled",
225
+ "standard_model": "Downflow units",
226
+ "rating_condition": null,
227
+ "minimum_capacity": 240000,
228
+ "maximum_capacity": 9999999999,
229
+ "start_date": "1919-09-09T00:00:00+00:00",
230
+ "end_date": "2999-09-09T00:00:00+00:00",
231
+ "minimum_scop": 2.1
232
+ },
233
+ {
234
+ "cooling_type": "GlycolCooled",
235
+ "standard_model": "Upflow units",
236
+ "rating_condition": null,
237
+ "minimum_capacity": 240000,
238
+ "maximum_capacity": 9999999999,
239
+ "start_date": "1919-09-09T00:00:00+00:00",
240
+ "end_date": "2999-09-09T00:00:00+00:00",
241
+ "minimum_scop": 1.99
242
+ },
243
+ {
244
+ "cooling_type": "GlycolCooled with fluid economizer",
245
+ "standard_model": "Downflow units",
246
+ "rating_condition": null,
247
+ "minimum_capacity": 0,
248
+ "maximum_capacity": 64999.99,
249
+ "start_date": "1919-09-09T00:00:00+00:00",
250
+ "end_date": "2999-09-09T00:00:00+00:00",
251
+ "minimum_scop": 2.45
252
+ },
253
+ {
254
+ "cooling_type": "GlycolCooled with fluid economizer",
255
+ "standard_model": "Upflow units",
256
+ "rating_condition": null,
257
+ "minimum_capacity": 0,
258
+ "maximum_capacity": 64999.99,
259
+ "start_date": "1919-09-09T00:00:00+00:00",
260
+ "end_date": "2999-09-09T00:00:00+00:00",
261
+ "minimum_scop": 2.34
262
+ },
263
+ {
264
+ "cooling_type": "GlycolCooled with fluid economizer",
265
+ "standard_model": "Downflow units",
266
+ "rating_condition": null,
267
+ "minimum_capacity": 65000,
268
+ "maximum_capacity": 239999.99,
269
+ "start_date": "1919-09-09T00:00:00+00:00",
270
+ "end_date": "2999-09-09T00:00:00+00:00",
271
+ "minimum_scop": 2.1
272
+ },
273
+ {
274
+ "cooling_type": "GlycolCooled with fluid economizer",
275
+ "standard_model": "Upflow units",
276
+ "rating_condition": null,
277
+ "minimum_capacity": 65000,
278
+ "maximum_capacity": 239999.99,
279
+ "start_date": "1919-09-09T00:00:00+00:00",
280
+ "end_date": "2999-09-09T00:00:00+00:00",
281
+ "minimum_scop": 1.99
282
+ },
283
+ {
284
+ "cooling_type": "GlycolCooled with fluid economizer",
285
+ "standard_model": "Downflow units",
286
+ "rating_condition": null,
287
+ "minimum_capacity": 240000,
288
+ "maximum_capacity": 9999999999,
289
+ "start_date": "1919-09-09T00:00:00+00:00",
290
+ "end_date": "2999-09-09T00:00:00+00:00",
291
+ "minimum_scop": 2.05
292
+ },
293
+ {
294
+ "cooling_type": "GlycolCooled with fluid economizer",
295
+ "standard_model": "Upflow units",
296
+ "rating_condition": null,
297
+ "minimum_capacity": 240000,
298
+ "maximum_capacity": 9999999999,
299
+ "start_date": "1919-09-09T00:00:00+00:00",
300
+ "end_date": "2999-09-09T00:00:00+00:00",
301
+ "minimum_scop": 1.94
302
+ }
303
+ ]
142
304
  }