openstudio-standards 0.8.2 → 0.8.4

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 (152) 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/btap/costing/README.md +502 -0
  5. data/lib/openstudio-standards/btap/costing/btap_costing.rb +473 -0
  6. data/lib/openstudio-standards/btap/costing/btap_measure_helper.rb +359 -0
  7. data/lib/openstudio-standards/btap/costing/btap_workflow.rb +117 -0
  8. data/lib/openstudio-standards/btap/costing/common_paths.rb +78 -0
  9. data/lib/openstudio-standards/btap/costing/common_resources/ConstructionProperties.csv +52 -0
  10. data/lib/openstudio-standards/btap/costing/common_resources/Constructions.csv +37 -0
  11. data/lib/openstudio-standards/btap/costing/common_resources/construction_sets.csv +1270 -0
  12. data/lib/openstudio-standards/btap/costing/common_resources/constructions_glazing.csv +61 -0
  13. data/lib/openstudio-standards/btap/costing/common_resources/constructions_opaque.csv +2256 -0
  14. data/lib/openstudio-standards/btap/costing/common_resources/costs.csv +1904 -0
  15. data/lib/openstudio-standards/btap/costing/common_resources/costs_local_factors.csv +2315 -0
  16. data/lib/openstudio-standards/btap/costing/common_resources/hvac_vent_ahu.csv +925 -0
  17. data/lib/openstudio-standards/btap/costing/common_resources/lighting.csv +364 -0
  18. data/lib/openstudio-standards/btap/costing/common_resources/lighting_sets.csv +2667 -0
  19. data/lib/openstudio-standards/btap/costing/common_resources/locations.csv +75 -0
  20. data/lib/openstudio-standards/btap/costing/common_resources/materials_glazing.csv +35 -0
  21. data/lib/openstudio-standards/btap/costing/common_resources/materials_hvac.csv +1699 -0
  22. data/lib/openstudio-standards/btap/costing/common_resources/materials_lighting.csv +267 -0
  23. data/lib/openstudio-standards/btap/costing/common_resources/materials_opaque.csv +164 -0
  24. data/lib/openstudio-standards/btap/costing/copy_test_results_files_to_expected_results.rb +11 -0
  25. data/lib/openstudio-standards/btap/costing/cost_building_from_file.rb +136 -0
  26. data/lib/openstudio-standards/btap/costing/costing_database_wrapper.rb +177 -0
  27. data/lib/openstudio-standards/btap/costing/daylighting_sensor_control_costing.rb +353 -0
  28. data/lib/openstudio-standards/btap/costing/dcv_costing.rb +314 -0
  29. data/lib/openstudio-standards/btap/costing/dummy.epw +8768 -0
  30. data/lib/openstudio-standards/btap/costing/dummy.osm +5320 -0
  31. data/lib/openstudio-standards/btap/costing/envelope_costing.rb +284 -0
  32. data/lib/openstudio-standards/btap/costing/heating_cooling_costing.rb +2584 -0
  33. data/lib/openstudio-standards/btap/costing/led_lighting_costing.rb +155 -0
  34. data/lib/openstudio-standards/btap/costing/lighting_costing.rb +209 -0
  35. data/lib/openstudio-standards/btap/costing/mech_sizing.json +502 -0
  36. data/lib/openstudio-standards/btap/costing/neb_end_use_prices.csv +42 -0
  37. data/lib/openstudio-standards/btap/costing/necb_2011_spacetype_info.csv +225 -0
  38. data/lib/openstudio-standards/btap/costing/necb_reference_runs.csv +28705 -0
  39. data/lib/openstudio-standards/btap/costing/nv_costing.rb +547 -0
  40. data/lib/openstudio-standards/btap/costing/parallel_tests.rb +92 -0
  41. data/lib/openstudio-standards/btap/costing/pv_ground_costing.rb +687 -0
  42. data/lib/openstudio-standards/btap/costing/shw_costing.rb +705 -0
  43. data/lib/openstudio-standards/btap/costing/test_list.txt +17 -0
  44. data/lib/openstudio-standards/btap/costing/test_run_all_test_locally.rb +26 -0
  45. data/lib/openstudio-standards/btap/costing/test_run_costing_tests.rb +80 -0
  46. data/lib/openstudio-standards/btap/costing/ventilation_costing.rb +2616 -0
  47. data/lib/openstudio-standards/constructions/modify.rb +2 -1
  48. data/lib/openstudio-standards/refrigeration/create_case.rb +58 -21
  49. data/lib/openstudio-standards/refrigeration/create_typical_refrigeration.rb +4 -2
  50. data/lib/openstudio-standards/refrigeration/create_walkin.rb +57 -22
  51. data/lib/openstudio-standards/refrigeration/data/refrigerated_cases.csv +31 -31
  52. data/lib/openstudio-standards/refrigeration/data/refrigerated_walkins.csv +76 -76
  53. data/lib/openstudio-standards/service_water_heating/create_typical.rb +10 -10
  54. data/lib/openstudio-standards/service_water_heating/create_water_heater.rb +10 -0
  55. data/lib/openstudio-standards/service_water_heating/create_water_heating_loop.rb +16 -3
  56. data/lib/openstudio-standards/service_water_heating/data/convert_data.rb +9 -9
  57. data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.csv +49 -49
  58. data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.json +159 -159
  59. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +7 -18
  60. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +10 -20
  61. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +6 -15
  62. data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +5 -6
  63. data/lib/openstudio-standards/standards/Standards.CoilDX.rb +93 -43
  64. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +5 -5
  65. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +135 -37
  66. data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +2 -2
  67. data/lib/openstudio-standards/standards/Standards.Model.rb +48 -13
  68. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.computer_room_acs.json +302 -140
  69. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps.json +648 -326
  70. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps_heating.json +371 -90
  71. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_heaters.json +66 -22
  72. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.computer_room_acs.json +302 -140
  73. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps.json +1012 -296
  74. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps_heating.json +443 -79
  75. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_heaters.json +66 -22
  76. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.computer_room_acs.json +302 -140
  77. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps.json +672 -306
  78. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps_heating.json +354 -74
  79. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_heaters.json +72 -24
  80. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.computer_room_acs.json +302 -140
  81. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.energy_recovery.json +8 -8
  82. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps.json +930 -604
  83. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps_heating.json +415 -111
  84. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_heaters.json +72 -24
  85. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.computer_room_acs.json +602 -140
  86. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps.json +1005 -333
  87. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.heat_pumps_heating.json +642 -88
  88. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.water_heaters.json +78 -26
  89. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.computer_room_acs.json +722 -140
  90. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps.json +1741 -426
  91. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.heat_pumps_heating.json +1108 -111
  92. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.water_heaters.json +186 -62
  93. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +62 -232
  94. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +2 -3
  95. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +1 -1
  96. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +7 -18
  97. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +9 -7
  98. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +1 -1
  99. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Model.rb +2 -2
  100. 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
  101. 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
  102. 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
  103. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/ashrae_90_1_prm.UserData.rb +6 -1
  104. data/lib/openstudio-standards/standards/deer/data/deer.schedules.json +62 -232
  105. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +2 -27
  106. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps.json +16 -0
  107. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/heat_pumps_heating.json +6 -0
  108. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_3_and_8_single_speed.rb +68 -27
  109. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_4.rb +64 -25
  110. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_6.rb +9 -14
  111. data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +46 -20
  112. data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +635 -248
  113. data/lib/openstudio-standards/standards/necb/NECB2011/data/constants.json +43 -7
  114. data/lib/openstudio-standards/standards/necb/NECB2011/data/fuel_type_sets.json +7 -1
  115. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/HighriseApartmentMult.osm +14272 -0
  116. data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps.json +16 -0
  117. data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps_heating.json +6 -0
  118. data/lib/openstudio-standards/standards/necb/NECB2011/data/necb_2015_table_c1.json +1 -1
  119. data/lib/openstudio-standards/standards/necb/NECB2011/data/space_types.json +437 -437
  120. data/lib/openstudio-standards/standards/necb/NECB2011/data/systems.json +516 -0
  121. data/lib/openstudio-standards/standards/necb/NECB2011/data/systems_including_sys5.json +588 -0
  122. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_namer.rb +489 -0
  123. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +16 -6
  124. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_2_and_5.rb +48 -5
  125. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +2 -2
  126. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +35 -27
  127. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_4.rb +34 -23
  128. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_6.rb +8 -6
  129. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +43 -14
  130. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +214 -25
  131. data/lib/openstudio-standards/standards/necb/NECB2011/system_fuels.rb +61 -1
  132. data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps.json +16 -0
  133. data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps_heating.json +8 -0
  134. data/lib/openstudio-standards/standards/necb/NECB2015/data/space_types.json +636 -636
  135. data/lib/openstudio-standards/standards/necb/NECB2015/data/unitary_acs.json +38 -38
  136. data/lib/openstudio-standards/standards/necb/NECB2015/hvac_systems.rb +15 -6
  137. data/lib/openstudio-standards/standards/necb/NECB2017/data/space_types.json +636 -636
  138. data/lib/openstudio-standards/standards/necb/NECB2020/data/chillers.json +71 -71
  139. data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps.json +20 -0
  140. data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps_heating.json +10 -0
  141. data/lib/openstudio-standards/standards/necb/README.md +343 -0
  142. data/lib/openstudio-standards/standards/necb/common/btap_data.rb +190 -28
  143. data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +14 -5
  144. data/lib/openstudio-standards/standards/necb/common/eccc_electric_grid_intensity_20250311.csv +14 -0
  145. data/lib/openstudio-standards/standards/necb/common/nir_gas_grid_intensity_20250311.csv +14 -0
  146. data/lib/openstudio-standards/standards/necb/common/system_types.yaml +0 -0
  147. data/lib/openstudio-standards/utilities/logging.rb +18 -14
  148. data/lib/openstudio-standards/utilities/simulation.rb +3 -2
  149. data/lib/openstudio-standards/version.rb +1 -1
  150. data/lib/openstudio-standards/weather/modify.rb +2 -2
  151. data/lib/openstudio-standards.rb +12 -0
  152. metadata +56 -3
@@ -2,7 +2,7 @@
2
2
  "tables": {
3
3
  "chillers": {
4
4
  "refs": [
5
- "assumption"
5
+ "NECB 2020 Table 5.2.12.1.-K, Path B"
6
6
  ],
7
7
  "table": [
8
8
  {
@@ -12,15 +12,15 @@
12
12
  "absorption_type": null,
13
13
  "variable_speed_drive": null,
14
14
  "minimum_capacity": 0.0,
15
- "maximum_capacity": 74.99,
15
+ "maximum_capacity": 75.07,
16
16
  "start_date": "9/9/1919",
17
17
  "end_date": "2999-09-09T00:00:00+00:00",
18
- "minimum_full_load_efficiency": 0.779,
18
+ "minimum_full_load_efficiency": 0.77927,
19
19
  "minimum_integrated_part_load_value": null,
20
20
  "capft": "WaterCooled_Scroll_CAPFT_NECB2011",
21
21
  "eirft": "WaterCooled_Scroll_EIRFT_NECB2011",
22
22
  "eirfplr": "WaterCooled_Scroll_EIRFPLR_NECB2011",
23
- "notes": "capacity in ton"
23
+ "notes": "capacity in ton, full load eff in kW/ton"
24
24
  },
25
25
  {
26
26
  "cooling_type": "WaterCooled",
@@ -28,16 +28,16 @@
28
28
  "compressor_type": "Scroll",
29
29
  "absorption_type": null,
30
30
  "variable_speed_drive": null,
31
- "minimum_capacity": 75.0,
32
- "maximum_capacity": 149.99,
31
+ "minimum_capacity": 75.07,
32
+ "maximum_capacity": 150.13,
33
33
  "start_date": "9/9/1919",
34
34
  "end_date": "2999-09-09T00:00:00+00:00",
35
- "minimum_full_load_efficiency": 0.749,
35
+ "minimum_full_load_efficiency": 0.74922,
36
36
  "minimum_integrated_part_load_value": null,
37
37
  "capft": "WaterCooled_Scroll_CAPFT_NECB2011",
38
38
  "eirft": "WaterCooled_Scroll_EIRFT_NECB2011",
39
39
  "eirfplr": "WaterCooled_Scroll_EIRFPLR_NECB2011",
40
- "notes": "capacity in ton"
40
+ "notes": "capacity in ton, full load eff in kW/ton"
41
41
  },
42
42
  {
43
43
 
@@ -46,16 +46,16 @@
46
46
  "compressor_type": "Scroll",
47
47
  "absorption_type": null,
48
48
  "variable_speed_drive": null,
49
- "minimum_capacity": 150.0,
50
- "maximum_capacity": 299.99,
49
+ "minimum_capacity": 150.13,
50
+ "maximum_capacity": 299.98,
51
51
  "start_date": "9/9/1919",
52
52
  "end_date": "2999-09-09T00:00:00+00:00",
53
- "minimum_full_load_efficiency": 0.679,
53
+ "minimum_full_load_efficiency": 0.67932,
54
54
  "minimum_integrated_part_load_value": null,
55
55
  "capft": "WaterCooled_Scroll_CAPFT_NECB2011",
56
56
  "eirft": "WaterCooled_Scroll_EIRFT_NECB2011",
57
57
  "eirfplr": "WaterCooled_Scroll_EIRFPLR_NECB2011",
58
- "notes": "capacity in ton"
58
+ "notes": "capacity in ton, full load eff in kW/ton"
59
59
  },
60
60
  {
61
61
  "cooling_type": "WaterCooled",
@@ -63,16 +63,16 @@
63
63
  "compressor_type": "Scroll",
64
64
  "absorption_type": null,
65
65
  "variable_speed_drive": null,
66
- "minimum_capacity": 300.0,
67
- "maximum_capacity": 599.99,
66
+ "minimum_capacity": 299.98,
67
+ "maximum_capacity": 599.97,
68
68
  "start_date": "9/9/1919",
69
69
  "end_date": "2999-09-09T00:00:00+00:00",
70
- "minimum_full_load_efficiency": 0.624,
70
+ "minimum_full_load_efficiency": 0.62433,
71
71
  "minimum_integrated_part_load_value": null,
72
72
  "capft": "WaterCooled_Scroll_CAPFT_NECB2011",
73
73
  "eirft": "WaterCooled_Scroll_EIRFT_NECB2011",
74
74
  "eirfplr": "WaterCooled_Scroll_EIRFPLR_NECB2011",
75
- "notes": "capacity in ton"
75
+ "notes": "capacity in ton, full load eff in kW/ton"
76
76
  },
77
77
  {
78
78
  "cooling_type": "WaterCooled",
@@ -80,16 +80,16 @@
80
80
  "compressor_type": "Scroll",
81
81
  "absorption_type": null,
82
82
  "variable_speed_drive": null,
83
- "minimum_capacity": 600.0,
83
+ "minimum_capacity": 599.97,
84
84
  "maximum_capacity": 9999.0,
85
85
  "start_date": "9/9/1919",
86
86
  "end_date": "2999-09-09T00:00:00+00:00",
87
- "minimum_full_load_efficiency": 0.584,
87
+ "minimum_full_load_efficiency": 0.58439,
88
88
  "minimum_integrated_part_load_value": null,
89
89
  "capft": "WaterCooled_Scroll_CAPFT_NECB2011",
90
90
  "eirft": "WaterCooled_Scroll_EIRFT_NECB2011",
91
91
  "eirfplr": "WaterCooled_Scroll_EIRFPLR_NECB2011",
92
- "notes": "capacity in ton"
92
+ "notes": "capacity in ton, full load eff in kW/ton"
93
93
  },
94
94
  {
95
95
  "cooling_type": "WaterCooled",
@@ -98,15 +98,15 @@
98
98
  "absorption_type": null,
99
99
  "variable_speed_drive": null,
100
100
  "minimum_capacity": 0.0,
101
- "maximum_capacity": 74.99,
101
+ "maximum_capacity": 75.07,
102
102
  "start_date": "9/9/1919",
103
103
  "end_date": "2999-09-09T00:00:00+00:00",
104
- "minimum_full_load_efficiency": 0.779,
104
+ "minimum_full_load_efficiency": 0.77927,
105
105
  "minimum_integrated_part_load_value": null,
106
106
  "capft": "WaterCooled_Reciprocating_CAPFT_NECB2011",
107
107
  "eirft": "WaterCooled_Reciprocating_EIRFT_NECB2011",
108
108
  "eirfplr": "WaterCooled_Reciprocating_EIRFPLR_NECB2011",
109
- "notes": "capacity in ton"
109
+ "notes": "capacity in ton, full load eff in kW/ton"
110
110
  },
111
111
  {
112
112
  "cooling_type": "WaterCooled",
@@ -114,16 +114,16 @@
114
114
  "compressor_type": "Reciprocating",
115
115
  "absorption_type": null,
116
116
  "variable_speed_drive": null,
117
- "minimum_capacity": 75.0,
118
- "maximum_capacity": 149.99,
117
+ "minimum_capacity": 75.07,
118
+ "maximum_capacity": 150.13,
119
119
  "start_date": "9/9/1919",
120
120
  "end_date": "2999-09-09T00:00:00+00:00",
121
- "minimum_full_load_efficiency": 0.749,
121
+ "minimum_full_load_efficiency": 0.74922,
122
122
  "minimum_integrated_part_load_value": null,
123
123
  "capft": "WaterCooled_Reciprocating_CAPFT_NECB2011",
124
124
  "eirft": "WaterCooled_Reciprocating_EIRFT_NECB2011",
125
125
  "eirfplr": "WaterCooled_Reciprocating_EIRFPLR_NECB2011",
126
- "notes": "capacity in ton"
126
+ "notes": "capacity in ton, full load eff in kW/ton"
127
127
  },
128
128
  {
129
129
  "cooling_type": "WaterCooled",
@@ -131,16 +131,16 @@
131
131
  "compressor_type": "Reciprocating",
132
132
  "absorption_type": null,
133
133
  "variable_speed_drive": null,
134
- "minimum_capacity": 150.0,
135
- "maximum_capacity": 299.99,
134
+ "minimum_capacity": 150.13,
135
+ "maximum_capacity": 299.98,
136
136
  "start_date": "9/9/1919",
137
137
  "end_date": "2999-09-09T00:00:00+00:00",
138
- "minimum_full_load_efficiency": 0.679,
138
+ "minimum_full_load_efficiency": 0.67932,
139
139
  "minimum_integrated_part_load_value": null,
140
140
  "capft": "WaterCooled_Reciprocating_CAPFT_NECB2011",
141
141
  "eirft": "WaterCooled_Reciprocating_EIRFT_NECB2011",
142
142
  "eirfplr": "WaterCooled_Reciprocating_EIRFPLR_NECB2011",
143
- "notes": "capacity in ton"
143
+ "notes": "capacity in ton, full load eff in kW/ton"
144
144
  },
145
145
  {
146
146
  "cooling_type": "WaterCooled",
@@ -148,16 +148,16 @@
148
148
  "compressor_type": "Reciprocating",
149
149
  "absorption_type": null,
150
150
  "variable_speed_drive": null,
151
- "minimum_capacity": 300.0,
152
- "maximum_capacity": 599.99,
151
+ "minimum_capacity": 299.98,
152
+ "maximum_capacity": 599.97,
153
153
  "start_date": "9/9/1919",
154
154
  "end_date": "2999-09-09T00:00:00+00:00",
155
- "minimum_full_load_efficiency": 0.624,
155
+ "minimum_full_load_efficiency": 0.62433,
156
156
  "minimum_integrated_part_load_value": null,
157
157
  "capft": "WaterCooled_Reciprocating_CAPFT_NECB2011",
158
158
  "eirft": "WaterCooled_Reciprocating_EIRFT_NECB2011",
159
159
  "eirfplr": "WaterCooled_Reciprocating_EIRFPLR_NECB2011",
160
- "notes": "capacity in ton"
160
+ "notes": "capacity in ton, full load eff in kW/ton"
161
161
  },
162
162
  {
163
163
  "cooling_type": "WaterCooled",
@@ -165,16 +165,16 @@
165
165
  "compressor_type": "Reciprocating",
166
166
  "absorption_type": null,
167
167
  "variable_speed_drive": null,
168
- "minimum_capacity": 600.0,
168
+ "minimum_capacity": 599.97,
169
169
  "maximum_capacity": 9999.0,
170
170
  "start_date": "9/9/1919",
171
171
  "end_date": "2999-09-09T00:00:00+00:00",
172
- "minimum_full_load_efficiency": 0.584,
172
+ "minimum_full_load_efficiency": 0.58439,
173
173
  "minimum_integrated_part_load_value": null,
174
174
  "capft": "WaterCooled_Reciprocating_CAPFT_NECB2011",
175
175
  "eirft": "WaterCooled_Reciprocating_EIRFT_NECB2011",
176
176
  "eirfplr": "WaterCooled_Reciprocating_EIRFPLR_NECB2011",
177
- "notes": "capacity in ton"
177
+ "notes": "capacity in ton, full load eff in kW/ton"
178
178
  },
179
179
  {
180
180
  "cooling_type": "WaterCooled",
@@ -183,15 +183,15 @@
183
183
  "absorption_type": null,
184
184
  "variable_speed_drive": null,
185
185
  "minimum_capacity": 0.0,
186
- "maximum_capacity": 74.99,
186
+ "maximum_capacity": 75.07,
187
187
  "start_date": "9/9/1919",
188
188
  "end_date": "2999-09-09T00:00:00+00:00",
189
- "minimum_full_load_efficiency": 0.779,
189
+ "minimum_full_load_efficiency": 0.77927,
190
190
  "minimum_integrated_part_load_value": null,
191
191
  "capft": "WaterCooled_Screw_CAPFT_NECB2011",
192
192
  "eirft": "WaterCooled_Screw_EIRFT_NECB2011",
193
193
  "eirfplr": "WaterCooled_Screw_EIRFPLR_NECB2011",
194
- "notes": "capacity in ton"
194
+ "notes": "capacity in ton, full load eff in kW/ton"
195
195
  },
196
196
  {
197
197
  "cooling_type": "WaterCooled",
@@ -199,16 +199,16 @@
199
199
  "compressor_type": "Rotary Screw",
200
200
  "absorption_type": null,
201
201
  "variable_speed_drive": null,
202
- "minimum_capacity": 75.0,
203
- "maximum_capacity": 149.99,
202
+ "minimum_capacity": 75.07,
203
+ "maximum_capacity": 150.13,
204
204
  "start_date": "9/9/1919",
205
205
  "end_date": "2999-09-09T00:00:00+00:00",
206
- "minimum_full_load_efficiency": 0.749,
206
+ "minimum_full_load_efficiency": 0.74922,
207
207
  "minimum_integrated_part_load_value": null,
208
208
  "capft": "WaterCooled_Screw_CAPFT_NECB2011",
209
209
  "eirft": "WaterCooled_Screw_EIRFT_NECB2011",
210
210
  "eirfplr": "WaterCooled_Screw_EIRFPLR_NECB2011",
211
- "notes": "capacity in ton"
211
+ "notes": "capacity in ton, full load eff in kW/ton"
212
212
  },
213
213
  {
214
214
  "cooling_type": "WaterCooled",
@@ -216,16 +216,16 @@
216
216
  "compressor_type": "Rotary Screw",
217
217
  "absorption_type": null,
218
218
  "variable_speed_drive": null,
219
- "minimum_capacity": 150.0,
220
- "maximum_capacity": 299.99,
219
+ "minimum_capacity": 150.13,
220
+ "maximum_capacity": 299.98,
221
221
  "start_date": "9/9/1919",
222
222
  "end_date": "2999-09-09T00:00:00+00:00",
223
- "minimum_full_load_efficiency": 0.679,
223
+ "minimum_full_load_efficiency": 0.67932,
224
224
  "minimum_integrated_part_load_value": null,
225
225
  "capft": "WaterCooled_Screw_CAPFT_NECB2011",
226
226
  "eirft": "WaterCooled_Screw_EIRFT_NECB2011",
227
227
  "eirfplr": "WaterCooled_Screw_EIRFPLR_NECB2011",
228
- "notes": "capacity in ton"
228
+ "notes": "capacity in ton, full load eff in kW/ton"
229
229
  },
230
230
  {
231
231
  "cooling_type": "WaterCooled",
@@ -233,16 +233,16 @@
233
233
  "compressor_type": "Rotary Screw",
234
234
  "absorption_type": null,
235
235
  "variable_speed_drive": null,
236
- "minimum_capacity": 300.0,
237
- "maximum_capacity": 599.99,
236
+ "minimum_capacity": 299.98,
237
+ "maximum_capacity": 599.97,
238
238
  "start_date": "9/9/1919",
239
239
  "end_date": "2999-09-09T00:00:00+00:00",
240
- "minimum_full_load_efficiency": 0.624,
240
+ "minimum_full_load_efficiency": 0.62433,
241
241
  "minimum_integrated_part_load_value": null,
242
242
  "capft": "WaterCooled_Screw_CAPFT_NECB2011",
243
243
  "eirft": "WaterCooled_Screw_EIRFT_NECB2011",
244
244
  "eirfplr": "WaterCooled_Screw_EIRFPLR_NECB2011",
245
- "notes": "capacity in ton"
245
+ "notes": "capacity in ton, full load eff in kW/ton"
246
246
  },
247
247
  {
248
248
  "cooling_type": "WaterCooled",
@@ -250,16 +250,16 @@
250
250
  "compressor_type": "Rotary Screw",
251
251
  "absorption_type": null,
252
252
  "variable_speed_drive": null,
253
- "minimum_capacity": 600.0,
253
+ "minimum_capacity": 599.97,
254
254
  "maximum_capacity": 9999.0,
255
255
  "start_date": "9/9/1919",
256
256
  "end_date": "2999-09-09T00:00:00+00:00",
257
- "minimum_full_load_efficiency": 0.584,
257
+ "minimum_full_load_efficiency": 0.58439,
258
258
  "minimum_integrated_part_load_value": null,
259
259
  "capft": "WaterCooled_Screw_CAPFT_NECB2011",
260
260
  "eirft": "WaterCooled_Screw_EIRFT_NECB2011",
261
261
  "eirfplr": "WaterCooled_Screw_EIRFPLR_NECB2011",
262
- "notes": "capacity in ton"
262
+ "notes": "capacity in ton, full load eff in kW/ton"
263
263
  },
264
264
  {
265
265
  "cooling_type": "WaterCooled",
@@ -268,15 +268,15 @@
268
268
  "absorption_type": null,
269
269
  "variable_speed_drive": null,
270
270
  "minimum_capacity": 0.0,
271
- "maximum_capacity": 149.99,
271
+ "maximum_capacity": 150.13,
272
272
  "start_date": "9/9/1919",
273
273
  "end_date": "2999-09-09T00:00:00+00:00",
274
- "minimum_full_load_efficiency": 0.694,
274
+ "minimum_full_load_efficiency": 0.69434,
275
275
  "minimum_integrated_part_load_value": null,
276
276
  "capft": "WaterCooled_Centrifugal_CAPFT_NECB2011",
277
277
  "eirft": "WaterCooled_Centrifugal_EIRFT_NECB2011",
278
278
  "eirfplr": "WaterCooled_Centrifugal_EIRFPLR_NECB2011",
279
- "notes": "capacity in ton"
279
+ "notes": "capacity in ton, full load eff in kW/ton"
280
280
  },
281
281
  {
282
282
  "cooling_type": "WaterCooled",
@@ -284,16 +284,16 @@
284
284
  "compressor_type": "Centrifugal",
285
285
  "absorption_type": null,
286
286
  "variable_speed_drive": null,
287
- "minimum_capacity": 150.0,
288
- "maximum_capacity": 299.99,
287
+ "minimum_capacity": 150.13,
288
+ "maximum_capacity": 299.98,
289
289
  "start_date": "9/9/1919",
290
290
  "end_date": "2999-09-09T00:00:00+00:00",
291
- "minimum_full_load_efficiency": 0.634,
291
+ "minimum_full_load_efficiency": 0.63435,
292
292
  "minimum_integrated_part_load_value": null,
293
293
  "capft": "WaterCooled_Centrifugal_CAPFT_NECB2011",
294
294
  "eirft": "WaterCooled_Centrifugal_EIRFT_NECB2011",
295
295
  "eirfplr": "WaterCooled_Centrifugal_EIRFPLR_NECB2011",
296
- "notes": "capacity in ton"
296
+ "notes": "capacity in ton, full load eff in kW/ton"
297
297
  },
298
298
  {
299
299
  "cooling_type": "WaterCooled",
@@ -301,16 +301,16 @@
301
301
  "compressor_type": "Centrifugal",
302
302
  "absorption_type": null,
303
303
  "variable_speed_drive": null,
304
- "minimum_capacity": 300.0,
305
- "maximum_capacity": 399.99,
304
+ "minimum_capacity": 299.98,
305
+ "maximum_capacity": 400.07,
306
306
  "start_date": "9/9/1919",
307
307
  "end_date": "2999-09-09T00:00:00+00:00",
308
- "minimum_full_load_efficiency": 0.594,
308
+ "minimum_full_load_efficiency": 0.59436,
309
309
  "minimum_integrated_part_load_value": null,
310
310
  "capft": "WaterCooled_Centrifugal_CAPFT_NECB2011",
311
311
  "eirft": "WaterCooled_Centrifugal_EIRFT_NECB2011",
312
312
  "eirfplr": "WaterCooled_Centrifugal_EIRFPLR_NECB2011",
313
- "notes": "capacity in ton"
313
+ "notes": "capacity in ton, full load eff in kW/ton"
314
314
  },
315
315
  {
316
316
  "cooling_type": "WaterCooled",
@@ -318,16 +318,16 @@
318
318
  "compressor_type": "Centrifugal",
319
319
  "absorption_type": null,
320
320
  "variable_speed_drive": null,
321
- "minimum_capacity": 400.0,
321
+ "minimum_capacity": 400.07,
322
322
  "maximum_capacity": 9999.0,
323
323
  "start_date": "9/9/1919",
324
324
  "end_date": "2999-09-09T00:00:00+00:00",
325
- "minimum_full_load_efficiency": 0.584,
325
+ "minimum_full_load_efficiency": 0.58439,
326
326
  "minimum_integrated_part_load_value": null,
327
327
  "capft": "WaterCooled_Centrifugal_CAPFT_NECB2011",
328
328
  "eirft": "WaterCooled_Centrifugal_EIRFT_NECB2011",
329
329
  "eirfplr": "WaterCooled_Centrifugal_EIRFPLR_NECB2011",
330
- "notes": "capacity in ton"
330
+ "notes": "capacity in ton, full load eff in kW/ton"
331
331
  },
332
332
  {
333
333
  "cooling_type": "AirCooled",
@@ -339,12 +339,12 @@
339
339
  "maximum_capacity": 9999.0,
340
340
  "start_date": "9/9/1919",
341
341
  "end_date": "2999-09-09T00:00:00+00:00",
342
- "minimum_full_load_efficiency": 1.227,
342
+ "minimum_full_load_efficiency": 1.22709,
343
343
  "minimum_integrated_part_load_value": null,
344
344
  "capft": null,
345
345
  "eirft": null,
346
346
  "eirfplr": null,
347
- "notes": "capacity in ton"
347
+ "notes": "capacity in ton, full load eff in kW/ton"
348
348
  }
349
349
  ]
350
350
  }
@@ -7,6 +7,7 @@
7
7
  ],
8
8
  "table": [
9
9
  {
10
+ "equipment_type": "Heat Pumps",
10
11
  "cooling_type": "AirCooled",
11
12
  "heating_type": "Electric Resistance or None",
12
13
  "subcategory": "Single Package",
@@ -28,6 +29,7 @@
28
29
  "notes": "From NECB 2020, Table 5.2.12.1.-B"
29
30
  },
30
31
  {
32
+ "equipment_type": "Heat Pumps",
31
33
  "cooling_type": "AirCooled",
32
34
  "heating_type": "All Other",
33
35
  "subcategory": "Single Package",
@@ -49,6 +51,7 @@
49
51
  "notes": "From NECB 2020, Table 5.2.12.1.-B"
50
52
  },
51
53
  {
54
+ "equipment_type": "Heat Pumps",
52
55
  "cooling_type": "AirCooled",
53
56
  "heating_type": "Electric Resistance or None",
54
57
  "subcategory": "Split System",
@@ -70,6 +73,7 @@
70
73
  "notes": "From NECB 2020, Table 5.2.12.1.-B"
71
74
  },
72
75
  {
76
+ "equipment_type": "Heat Pumps",
73
77
  "cooling_type": "AirCooled",
74
78
  "heating_type": "All Other",
75
79
  "subcategory": "Split System",
@@ -91,6 +95,7 @@
91
95
  "notes": "From NECB 2020, Table 5.2.12.1.-B"
92
96
  },
93
97
  {
98
+ "equipment_type": "Heat Pumps",
94
99
  "cooling_type": "AirCooled",
95
100
  "heating_type": "Electric Resistance or None",
96
101
  "subcategory": "Single Package",
@@ -112,6 +117,7 @@
112
117
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
113
118
  },
114
119
  {
120
+ "equipment_type": "Heat Pumps",
115
121
  "cooling_type": "AirCooled",
116
122
  "heating_type": "All Other",
117
123
  "subcategory": "Single Package",
@@ -133,6 +139,7 @@
133
139
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
134
140
  },
135
141
  {
142
+ "equipment_type": "Heat Pumps",
136
143
  "cooling_type": "AirCooled",
137
144
  "heating_type": "Electric Resistance or None",
138
145
  "subcategory": "Split System",
@@ -154,6 +161,7 @@
154
161
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
155
162
  },
156
163
  {
164
+ "equipment_type": "Heat Pumps",
157
165
  "cooling_type": "AirCooled",
158
166
  "heating_type": "All Other",
159
167
  "subcategory": "Split System",
@@ -175,6 +183,7 @@
175
183
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
176
184
  },
177
185
  {
186
+ "equipment_type": "Heat Pumps",
178
187
  "cooling_type": "AirCooled",
179
188
  "heating_type": "Electric Resistance or None",
180
189
  "subcategory": "Single Package",
@@ -196,6 +205,7 @@
196
205
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
197
206
  },
198
207
  {
208
+ "equipment_type": "Heat Pumps",
199
209
  "cooling_type": "AirCooled",
200
210
  "heating_type": "All Other",
201
211
  "subcategory": "Single Package",
@@ -217,6 +227,7 @@
217
227
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
218
228
  },
219
229
  {
230
+ "equipment_type": "Heat Pumps",
220
231
  "cooling_type": "AirCooled",
221
232
  "heating_type": "Electric Resistance or None",
222
233
  "subcategory": "Split System",
@@ -238,6 +249,7 @@
238
249
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
239
250
  },
240
251
  {
252
+ "equipment_type": "Heat Pumps",
241
253
  "cooling_type": "AirCooled",
242
254
  "heating_type": "All Other",
243
255
  "subcategory": "Split System",
@@ -259,6 +271,7 @@
259
271
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
260
272
  },
261
273
  {
274
+ "equipment_type": "Heat Pumps",
262
275
  "cooling_type": "AirCooled",
263
276
  "heating_type": "Electric Resistance or None",
264
277
  "subcategory": "Single Package",
@@ -280,6 +293,7 @@
280
293
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
281
294
  },
282
295
  {
296
+ "equipment_type": "Heat Pumps",
283
297
  "cooling_type": "AirCooled",
284
298
  "heating_type": "All Other",
285
299
  "subcategory": "Single Package",
@@ -301,6 +315,7 @@
301
315
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
302
316
  },
303
317
  {
318
+ "equipment_type": "Heat Pumps",
304
319
  "cooling_type": "AirCooled",
305
320
  "heating_type": "Electric Resistance or None",
306
321
  "subcategory": "Split System",
@@ -322,6 +337,7 @@
322
337
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
323
338
  },
324
339
  {
340
+ "equipment_type": "Heat Pumps",
325
341
  "cooling_type": "AirCooled",
326
342
  "heating_type": "All Other",
327
343
  "subcategory": "Split System",
@@ -343,6 +359,7 @@
343
359
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
344
360
  },
345
361
  {
362
+ "equipment_type": "Heat Pumps",
346
363
  "cooling_type": "AirCooled",
347
364
  "heating_type": "Electric Resistance or None",
348
365
  "subcategory": "Single Package",
@@ -364,6 +381,7 @@
364
381
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
365
382
  },
366
383
  {
384
+ "equipment_type": "Heat Pumps",
367
385
  "cooling_type": "AirCooled",
368
386
  "heating_type": "All Other",
369
387
  "subcategory": "Single Package",
@@ -385,6 +403,7 @@
385
403
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
386
404
  },
387
405
  {
406
+ "equipment_type": "Heat Pumps",
388
407
  "cooling_type": "AirCooled",
389
408
  "heating_type": "Electric Resistance or None",
390
409
  "subcategory": "Split System",
@@ -406,6 +425,7 @@
406
425
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
407
426
  },
408
427
  {
428
+ "equipment_type": "Heat Pumps",
409
429
  "cooling_type": "AirCooled",
410
430
  "heating_type": "All Other",
411
431
  "subcategory": "Split System",
@@ -7,6 +7,7 @@
7
7
  ],
8
8
  "table": [
9
9
  {
10
+ "equipment_type": "Heat Pumps",
10
11
  "cooling_type": "AirCooled",
11
12
  "subcategory": "Single Package",
12
13
  "minimum_capacity": 0.0,
@@ -26,6 +27,7 @@
26
27
  "notes": "From NECB 2020, Table 5.2.12.1.-B"
27
28
  },
28
29
  {
30
+ "equipment_type": "Heat Pumps",
29
31
  "cooling_type": "AirCooled",
30
32
  "subcategory": "Split System",
31
33
  "minimum_capacity": 0.0,
@@ -45,6 +47,7 @@
45
47
  "notes": "From NECB 2020, Table 5.2.12.1.-B"
46
48
  },
47
49
  {
50
+ "equipment_type": "Heat Pumps",
48
51
  "cooling_type": "AirCooled",
49
52
  "subcategory": "Single Package",
50
53
  "minimum_capacity": 64831.0,
@@ -64,6 +67,7 @@
64
67
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
65
68
  },
66
69
  {
70
+ "equipment_type": "Heat Pumps",
67
71
  "cooling_type": "AirCooled",
68
72
  "subcategory": "Split System",
69
73
  "minimum_capacity": 64831.0,
@@ -83,6 +87,7 @@
83
87
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
84
88
  },
85
89
  {
90
+ "equipment_type": "Heat Pumps",
86
91
  "cooling_type": "AirCooled",
87
92
  "subcategory": "Single Package",
88
93
  "minimum_capacity": 136486,
@@ -102,6 +107,7 @@
102
107
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
103
108
  },
104
109
  {
110
+ "equipment_type": "Heat Pumps",
105
111
  "cooling_type": "AirCooled",
106
112
  "subcategory": "Split System",
107
113
  "minimum_capacity": 136486,
@@ -121,6 +127,7 @@
121
127
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
122
128
  },
123
129
  {
130
+ "equipment_type": "Heat Pumps",
124
131
  "cooling_type": "AirCooled",
125
132
  "subcategory": "Single Package",
126
133
  "minimum_capacity": 238850,
@@ -140,6 +147,7 @@
140
147
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
141
148
  },
142
149
  {
150
+ "equipment_type": "Heat Pumps",
143
151
  "cooling_type": "AirCooled",
144
152
  "subcategory": "Split System",
145
153
  "minimum_capacity": 238850,
@@ -159,6 +167,7 @@
159
167
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
160
168
  },
161
169
  {
170
+ "equipment_type": "Heat Pumps",
162
171
  "cooling_type": "AirCooled",
163
172
  "subcategory": "Single Package",
164
173
  "minimum_capacity": 760908,
@@ -178,6 +187,7 @@
178
187
  "notes": "From NECB 2020, Table 5.2.12.1.-A"
179
188
  },
180
189
  {
190
+ "equipment_type": "Heat Pumps",
181
191
  "cooling_type": "AirCooled",
182
192
  "subcategory": "Split System",
183
193
  "minimum_capacity": 760908,