openstudio-standards 0.7.1 → 0.8.0.rc1

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 (362) hide show
  1. checksums.yaml +4 -4
  2. data/data/geometry/ASHRAE90120162019LargeHotel.json +58 -13
  3. data/data/geometry/ASHRAELargeHotel.json +58 -13
  4. data/data/standards/OpenStudio_Standards-ashrae_90_1-ALL-comstock(space_types).xlsx +0 -0
  5. data/data/standards/export_OpenStudio_libraries.rb +2 -2
  6. data/data/standards/manage_OpenStudio_Standards.rb +6 -6
  7. data/data/standards/openstudio_standards_duplicates_log.csv +7961 -1
  8. data/data/standards/test_performance_expected_dd_results.csv +2016 -2004
  9. data/lib/openstudio-standards/btap/fileio.rb +171 -5
  10. data/lib/openstudio-standards/constructions/create.rb +38 -4
  11. data/lib/openstudio-standards/constructions/modify.rb +10 -3
  12. data/lib/openstudio-standards/create_typical/create_typical.rb +42 -28
  13. data/lib/openstudio-standards/create_typical/space_type_information.rb +160 -0
  14. data/lib/openstudio-standards/create_typical/space_type_ratios.rb +16 -19
  15. data/lib/openstudio-standards/exterior_lighting/create.rb +454 -0
  16. data/lib/openstudio-standards/exterior_lighting/data/entryways.csv +52 -0
  17. data/lib/openstudio-standards/exterior_lighting/data/parking.csv +54 -0
  18. data/lib/openstudio-standards/exterior_lighting/data/typical_exterior_lighting.json +37 -0
  19. data/lib/openstudio-standards/exterior_lighting/information.rb +202 -0
  20. data/lib/openstudio-standards/geometry/information.rb +49 -2
  21. data/lib/openstudio-standards/hvac/components/create.rb +169 -0
  22. data/lib/openstudio-standards/hvac/components/modify.rb +42 -0
  23. data/lib/openstudio-standards/hvac/exhaust/create_exhaust_fan.rb +108 -0
  24. data/lib/openstudio-standards/hvac/exhaust/data/convert_data.rb +86 -0
  25. data/lib/openstudio-standards/hvac/exhaust/data/typical_exhaust.csv +18 -0
  26. data/lib/openstudio-standards/hvac/exhaust/data/typical_exhaust.json +89 -0
  27. data/lib/openstudio-standards/infiltration/nist_infiltration.rb +25 -13
  28. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeHotel.rb +0 -64
  29. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOffice.rb +0 -25
  30. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MediumOffice.rb +0 -25
  31. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Warehouse.rb +1 -11
  32. data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirConditionerVariableRefrigerantFlow.rb +5 -1
  33. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Fan.rb +0 -7
  34. data/lib/openstudio-standards/prototypes/common/objects/Prototype.HeatExchangerAirToAirSensibleAndLatent.rb +36 -18
  35. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.hvac.rb +1 -1
  36. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +121 -239
  37. data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +179 -151
  38. data/lib/openstudio-standards/prototypes/common/objects/Prototype.refrigeration.rb +0 -466
  39. data/lib/openstudio-standards/prototypes/common/objects/Prototype.utilities.rb +18 -2
  40. data/lib/openstudio-standards/refrigeration/create_case.rb +125 -0
  41. data/lib/openstudio-standards/refrigeration/create_compressor.rb +78 -0
  42. data/lib/openstudio-standards/refrigeration/create_compressor_rack.rb +48 -0
  43. data/lib/openstudio-standards/refrigeration/create_refrigeration_system.rb +74 -0
  44. data/lib/openstudio-standards/refrigeration/create_typical_refrigeration.rb +161 -0
  45. data/lib/openstudio-standards/refrigeration/create_walkin.rb +116 -0
  46. data/lib/openstudio-standards/refrigeration/data/refrigerated_cases.csv +31 -0
  47. data/lib/openstudio-standards/refrigeration/data/refrigerated_walkins.csv +76 -0
  48. data/lib/openstudio-standards/refrigeration/data/refrigeration_compressors.csv +13 -0
  49. data/lib/openstudio-standards/refrigeration/data/typical_refrigerated_cases.csv +17 -0
  50. data/lib/openstudio-standards/refrigeration/data/typical_refrigerated_walkins.csv +53 -0
  51. data/lib/openstudio-standards/refrigeration/information.rb +130 -0
  52. data/lib/openstudio-standards/schedules/parametric.rb +1 -1
  53. data/lib/openstudio-standards/service_water_heating/create_typical.rb +299 -0
  54. data/lib/openstudio-standards/service_water_heating/create_water_heating_loop.rb +16 -14
  55. data/lib/openstudio-standards/service_water_heating/data/convert_data.rb +119 -0
  56. data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.csv +54 -0
  57. data/lib/openstudio-standards/service_water_heating/data/typical_water_use_equipment.json +810 -0
  58. data/lib/openstudio-standards/service_water_heating/information.rb +69 -0
  59. data/lib/openstudio-standards/sql_file/fenestration.rb +1 -1
  60. data/lib/openstudio-standards/standards/Standards.AirConditionerVariableRefrigerantFlow.rb +154 -0
  61. data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +35 -12
  62. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +110 -61
  63. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +128 -29
  64. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +103 -38
  65. data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +1 -1
  66. data/lib/openstudio-standards/standards/Standards.CoilDX.rb +106 -5
  67. data/lib/openstudio-standards/standards/Standards.CoilHeatingGasMultiStage.rb +8 -8
  68. data/lib/openstudio-standards/standards/Standards.CoolingTower.rb +44 -17
  69. data/lib/openstudio-standards/standards/Standards.Fan.rb +32 -21
  70. data/lib/openstudio-standards/standards/Standards.FluidCooler.rb +45 -18
  71. data/lib/openstudio-standards/standards/Standards.HeatExchangerSensLat.rb +14 -9
  72. data/lib/openstudio-standards/standards/Standards.Model.rb +294 -76
  73. data/lib/openstudio-standards/standards/Standards.Motor.rb +66 -0
  74. data/lib/openstudio-standards/standards/Standards.PlanarSurface.rb +2 -1
  75. data/lib/openstudio-standards/standards/Standards.Pump.rb +34 -20
  76. data/lib/openstudio-standards/standards/Standards.ServiceWaterHeating.rb +0 -353
  77. data/lib/openstudio-standards/standards/Standards.Space.rb +3 -107
  78. data/lib/openstudio-standards/standards/Standards.SpaceType.rb +2 -57
  79. data/lib/openstudio-standards/standards/Standards.Surface.rb +11 -3
  80. data/lib/openstudio-standards/standards/Standards.ThermalZone.rb +1 -120
  81. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.computer_room_acs.json +142 -0
  82. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.economizers.json +1006 -596
  83. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.energy_recovery.json +724 -0
  84. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.ext_ltg.json +1258 -163
  85. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.motors.json +1070 -140
  86. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.spc_typ.json +33 -3374
  87. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.unitary_acs.json +1400 -340
  88. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.vrfs.json +769 -0
  89. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/data/comstock_ashrae_90_1_2007.spc_typ.json +2 -5338
  90. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.computer_room_acs.json +142 -0
  91. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.economizers.json +1006 -596
  92. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.energy_recovery.json +724 -0
  93. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.ext_ltg.json +1258 -163
  94. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.motors.json +1070 -140
  95. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.spc_typ.json +15 -3343
  96. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.unitary_acs.json +1840 -372
  97. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.vrfs.json +769 -0
  98. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirLoopHVAC.rb +20 -10
  99. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.Space.rb +0 -9
  100. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/data/comstock_ashrae_90_1_2010.spc_typ.json +0 -5382
  101. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.computer_room_acs.json +142 -0
  102. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.economizers.json +1006 -628
  103. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.energy_recovery.json +718 -712
  104. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.ext_ltg.json +1438 -163
  105. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.motors.json +2552 -182
  106. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.spc_typ.json +14 -3368
  107. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.unitary_acs.json +2348 -352
  108. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.vrfs.json +769 -0
  109. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirLoopHVAC.rb +47 -61
  110. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Model.rb +6 -0
  111. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Motor.rb +11 -0
  112. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Space.rb +0 -9
  113. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/data/comstock_ashrae_90_1_2013.spc_typ.json +2 -5522
  114. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.computer_room_acs.json +142 -0
  115. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.economizers.json +1006 -628
  116. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.energy_recovery.json +1358 -1346
  117. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.ext_ltg.json +1438 -163
  118. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.motors.json +1359 -189
  119. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.spc_typ.json +19 -3451
  120. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.unitary_acs.json +2176 -616
  121. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.vrfs.json +616 -0
  122. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirLoopHVAC.rb +47 -61
  123. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.rb +9 -0
  124. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Motor.rb +11 -0
  125. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Space.rb +0 -9
  126. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/comstock_ashrae_90_1_2016.spc_typ.json +8 -6055
  127. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.computer_room_acs.json +142 -0
  128. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.economizers.json +1006 -628
  129. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.energy_recovery.json +1188 -1424
  130. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.ext_ltg.json +1498 -163
  131. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.motors.json +1769 -189
  132. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.spc_typ.json +15 -3422
  133. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.unitary_acs.json +1807 -408
  134. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.vrfs.json +1024 -0
  135. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +70 -87
  136. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.rb +9 -0
  137. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Motor.rb +11 -0
  138. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Space.rb +0 -9
  139. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/comstock_ashrae_90_1_2019.spc_typ.json +8 -6080
  140. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.computer_room_acs.json +142 -0
  141. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.economizers.json +1006 -628
  142. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.energy_recovery.json +2806 -3296
  143. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.ext_ltg.json +1558 -163
  144. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.motors.json +1759 -189
  145. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.spc_typ.json +16 -3448
  146. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.unitary_acs.json +2758 -422
  147. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.vrfs.json +684 -0
  148. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +14 -3318
  149. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/data/comstock_doe_ref_1980_2004.spc_typ.json +2 -4786
  150. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.chillers.json +1 -1
  151. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.economizers.json +953 -207
  152. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.energy_recovery.json +724 -0
  153. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.ext_ltg.json +5 -5
  154. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.spc_typ.json +11 -2858
  155. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.AirConditionerVariableRefrigerantFlow.rb +13 -0
  156. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.Model.rb +0 -18
  157. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/comstock_doe_ref_pre_1980/data/comstock_doe_ref_pre_1980.spc_typ.json +1 -4739
  158. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.chillers.json +0 -51
  159. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.economizers.json +953 -207
  160. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.energy_recovery.json +724 -0
  161. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.ext_ltg.json +5 -5
  162. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.spc_typ.json +9 -2830
  163. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.AirConditionerVariableRefrigerantFlow.rb +13 -0
  164. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.Model.rb +0 -18
  165. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.economizers.json +1006 -564
  166. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.energy_recovery.json +1264 -0
  167. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.ext_ltg.json +5 -5
  168. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.spc_typ.json +0 -1079
  169. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirLoopHVAC.rb +132 -288
  170. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.HeatExchangerSensLat.rb +44 -20
  171. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.Model.rb +11 -0
  172. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.Space.rb +0 -8
  173. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.economizers.json +1006 -564
  174. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.energy_recovery.json +1264 -0
  175. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.ext_ltg.json +5 -5
  176. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.spc_typ.json +0 -1079
  177. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirLoopHVAC.rb +137 -288
  178. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.HeatExchangerSensLat.rb +44 -20
  179. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.Model.rb +11 -0
  180. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.Space.rb +0 -9
  181. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirLoopHVAC.rb +12 -10
  182. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +8 -6
  183. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +8 -6
  184. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +9 -3
  185. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Fan.rb +6 -40
  186. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Model.rb +30 -337
  187. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Space.rb +4 -5
  188. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.SpaceType.rb +1 -2
  189. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.rb +56 -3
  190. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.Model.rb +80 -0
  191. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.rb +0 -10
  192. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019_WaterHeaterMixed.rb +35 -0
  193. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.economizers.json +550 -0
  194. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.energy_recovery.json +724 -0
  195. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.ext_ltg.json +1216 -0
  196. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_pumps.json +5 -5
  197. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.motors.json +225 -245
  198. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.unitary_acs.json +174 -78
  199. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.water_heaters.json +354 -317
  200. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_enums.rb +19 -3
  201. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_airloop_hvac.json +185 -0
  202. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_airloop_hvac_doas.json +127 -0
  203. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_building.json +121 -0
  204. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_design_specification_outdoor_air.json +49 -0
  205. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_electric_equipment.json +113 -0
  206. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_exterior_lights.json +120 -0
  207. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_space.json +388 -0
  208. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_spacetype.json +367 -0
  209. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_thermal_zone.json +56 -0
  210. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_wateruse_connections.json +37 -0
  211. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_wateruse_equipment.json +69 -0
  212. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_json/userdata_wateruse_equipment_definition.json +37 -0
  213. data/lib/openstudio-standards/standards/cbes/cbes_pre_1978/data/cbes_pre_1978.ext_ltg.json +5 -5
  214. data/lib/openstudio-standards/standards/cbes/cbes_t24_1978/data/cbes_t24_1978.ext_ltg.json +5 -5
  215. data/lib/openstudio-standards/standards/cbes/cbes_t24_1992/data/cbes_t24_1992.ext_ltg.json +5 -5
  216. data/lib/openstudio-standards/standards/cbes/cbes_t24_2001/data/cbes_t24_2001.ext_ltg.json +5 -5
  217. data/lib/openstudio-standards/standards/cbes/cbes_t24_2005/data/cbes_t24_2005.ext_ltg.json +5 -5
  218. data/lib/openstudio-standards/standards/cbes/cbes_t24_2008/data/cbes_t24_2008.ext_ltg.json +5 -5
  219. data/lib/openstudio-standards/standards/deer/deer_1985/comstock_deer_1985/data/comstock_deer_1985.ext_ltg.json +5 -5
  220. data/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.ext_ltg.json +5 -5
  221. data/lib/openstudio-standards/standards/deer/deer_1996/comstock_deer_1996/data/comstock_deer_1996.ext_ltg.json +5 -5
  222. data/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.ext_ltg.json +5 -5
  223. data/lib/openstudio-standards/standards/deer/deer_2003/comstock_deer_2003/data/comstock_deer_2003.ext_ltg.json +5 -5
  224. data/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.ext_ltg.json +5 -5
  225. data/lib/openstudio-standards/standards/deer/deer_2007/comstock_deer_2007/data/comstock_deer_2007.ext_ltg.json +5 -5
  226. data/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.ext_ltg.json +5 -5
  227. data/lib/openstudio-standards/standards/deer/deer_2011/comstock_deer_2011/data/comstock_deer_2011.ext_ltg.json +5 -5
  228. data/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.ext_ltg.json +5 -5
  229. data/lib/openstudio-standards/standards/deer/deer_2014/comstock_deer_2014/data/comstock_deer_2014.ext_ltg.json +5 -5
  230. data/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.ext_ltg.json +5 -5
  231. data/lib/openstudio-standards/standards/deer/deer_2015/comstock_deer_2015/data/comstock_deer_2015.ext_ltg.json +5 -5
  232. data/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.ext_ltg.json +5 -5
  233. data/lib/openstudio-standards/standards/deer/deer_2017/comstock_deer_2017/data/comstock_deer_2017.ext_ltg.json +5 -5
  234. data/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.ext_ltg.json +5 -5
  235. data/lib/openstudio-standards/standards/deer/deer_2020/comstock_deer_2020/data/comstock_deer_2020.ext_ltg.json +5 -5
  236. data/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.ext_ltg.json +5 -5
  237. data/lib/openstudio-standards/standards/deer/deer_2025/comstock_deer_2025/data/comstock_deer_2025.ext_ltg.json +5 -5
  238. data/lib/openstudio-standards/standards/deer/deer_2025/data/deer_2025.ext_ltg.json +5 -5
  239. data/lib/openstudio-standards/standards/deer/deer_2030/comstock_deer_2030/data/comstock_deer_2030.ext_ltg.json +5 -5
  240. data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.ext_ltg.json +5 -5
  241. data/lib/openstudio-standards/standards/deer/deer_2035/comstock_deer_2035/data/comstock_deer_2035.ext_ltg.json +5 -5
  242. data/lib/openstudio-standards/standards/deer/deer_2035/data/deer_2035.ext_ltg.json +5 -5
  243. data/lib/openstudio-standards/standards/deer/deer_2040/comstock_deer_2040/data/comstock_deer_2040.ext_ltg.json +5 -5
  244. data/lib/openstudio-standards/standards/deer/deer_2040/data/deer_2040.ext_ltg.json +5 -5
  245. data/lib/openstudio-standards/standards/deer/deer_2045/comstock_deer_2045/data/comstock_deer_2045.ext_ltg.json +5 -5
  246. data/lib/openstudio-standards/standards/deer/deer_2045/data/deer_2045.ext_ltg.json +5 -5
  247. data/lib/openstudio-standards/standards/deer/deer_2050/comstock_deer_2050/data/comstock_deer_2050.ext_ltg.json +5 -5
  248. data/lib/openstudio-standards/standards/deer/deer_2050/data/deer_2050.ext_ltg.json +5 -5
  249. data/lib/openstudio-standards/standards/deer/deer_2055/comstock_deer_2055/data/comstock_deer_2055.ext_ltg.json +5 -5
  250. data/lib/openstudio-standards/standards/deer/deer_2055/data/deer_2055.ext_ltg.json +5 -5
  251. data/lib/openstudio-standards/standards/deer/deer_2060/comstock_deer_2060/data/comstock_deer_2060.ext_ltg.json +5 -5
  252. data/lib/openstudio-standards/standards/deer/deer_2060/data/deer_2060.ext_ltg.json +5 -5
  253. data/lib/openstudio-standards/standards/deer/deer_2065/comstock_deer_2065/data/comstock_deer_2065.ext_ltg.json +5 -5
  254. data/lib/openstudio-standards/standards/deer/deer_2065/data/deer_2065.ext_ltg.json +5 -5
  255. data/lib/openstudio-standards/standards/deer/deer_2070/comstock_deer_2070/data/comstock_deer_2070.ext_ltg.json +5 -5
  256. data/lib/openstudio-standards/standards/deer/deer_2070/data/deer_2070.ext_ltg.json +5 -5
  257. data/lib/openstudio-standards/standards/deer/deer_2075/comstock_deer_2075/data/comstock_deer_2075.ext_ltg.json +5 -5
  258. data/lib/openstudio-standards/standards/deer/deer_2075/data/deer_2075.ext_ltg.json +5 -5
  259. data/lib/openstudio-standards/standards/deer/deer_pre_1975/comstock_deer_pre_1975/data/comstock_deer_pre_1975.ext_ltg.json +5 -5
  260. data/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.ext_ltg.json +5 -5
  261. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +10 -1
  262. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/unitary_acs.json +20 -20
  263. data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +379 -27
  264. data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +1 -4
  265. data/lib/openstudio-standards/standards/necb/NECB2011/beps_compliance_path.rb +0 -1
  266. data/lib/openstudio-standards/standards/necb/NECB2011/data/fuel_type_sets.json +1 -1
  267. data/lib/openstudio-standards/standards/necb/NECB2011/data/unitary_acs.json +20 -20
  268. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +34 -22
  269. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +76 -23
  270. data/lib/openstudio-standards/standards/necb/NECB2011/necb_shw_calculation.xlsx +0 -0
  271. data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +4 -5
  272. data/lib/openstudio-standards/standards/necb/NECB2011/system_fuels.rb +6 -2
  273. data/lib/openstudio-standards/standards/necb/NECB2015/data/unitary_acs.json +26 -24
  274. data/lib/openstudio-standards/standards/necb/NECB2015/hvac_systems.rb +2 -1
  275. data/lib/openstudio-standards/standards/necb/NECB2020/data/unitary_acs.json +38 -32
  276. data/lib/openstudio-standards/standards/necb/common/btap_data.rb +215 -18
  277. data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +190 -15
  278. data/lib/openstudio-standards/standards/necb/common/national_carbon_price_sched_feb_2025.json +60 -0
  279. data/lib/openstudio-standards/standards/necb/common/utility_pricing_2025-02-20.csv +92 -0
  280. data/lib/openstudio-standards/utilities/ruleset_check.rb +204 -0
  281. data/lib/openstudio-standards/version.rb +1 -1
  282. data/lib/openstudio-standards/weather/information.rb +1 -1
  283. data/lib/openstudio-standards.rb +32 -12
  284. metadata +78 -80
  285. data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.refrigeration.rb +0 -13
  286. data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.refrigeration.rb +0 -13
  287. data/lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb +0 -13
  288. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.exterior_lights.rb +0 -432
  289. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Space.rb +0 -11
  290. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/data/comstock_ashrae_90_1_2004.ext_ltg.json +0 -169
  291. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/data/comstock_ashrae_90_1_2004.ref_cases.json +0 -1456
  292. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/data/comstock_ashrae_90_1_2004.ref_lnup.json +0 -562
  293. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/data/comstock_ashrae_90_1_2004.spc_typ.json +0 -20804
  294. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.Space.rb +0 -11
  295. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/data/comstock_ashrae_90_1_2007.ext_ltg.json +0 -169
  296. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/data/comstock_ashrae_90_1_2007.ref_cases.json +0 -1456
  297. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/data/comstock_ashrae_90_1_2007.ref_lnup.json +0 -562
  298. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/data/comstock_ashrae_90_1_2010.ext_ltg.json +0 -169
  299. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/data/comstock_ashrae_90_1_2010.ref_cases.json +0 -1456
  300. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/data/comstock_ashrae_90_1_2010.ref_lnup.json +0 -562
  301. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/data/comstock_ashrae_90_1_2013.ext_ltg.json +0 -169
  302. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/data/comstock_ashrae_90_1_2013.ref_cases.json +0 -1456
  303. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/data/comstock_ashrae_90_1_2013.ref_lnup.json +0 -562
  304. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/comstock_ashrae_90_1_2016.ext_ltg.json +0 -169
  305. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/comstock_ashrae_90_1_2016.ref_cases.json +0 -763
  306. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/comstock_ashrae_90_1_2016.ref_lnup.json +0 -562
  307. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/comstock_ashrae_90_1_2019.ext_ltg.json +0 -169
  308. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/comstock_ashrae_90_1_2019.ref_cases.json +0 -763
  309. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/comstock_ashrae_90_1_2019.ref_lnup.json +0 -562
  310. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/data/comstock_doe_ref_1980_2004.ext_ltg.json +0 -169
  311. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/data/comstock_doe_ref_1980_2004.ref_cases.json +0 -1456
  312. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/data/comstock_doe_ref_1980_2004.ref_lnup.json +0 -562
  313. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/comstock_doe_ref_pre_1980/data/comstock_doe_ref_pre_1980.ext_ltg.json +0 -169
  314. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/comstock_doe_ref_pre_1980/data/comstock_doe_ref_pre_1980.ref_cases.json +0 -1456
  315. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/comstock_doe_ref_pre_1980/data/comstock_doe_ref_pre_1980.ref_lnup.json +0 -562
  316. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.prm_economizers.json +0 -213
  317. data/lib/openstudio-standards/standards/cbes/cbes.Space.rb +0 -11
  318. data/lib/openstudio-standards/standards/cbes/cbes_t24_2005/cbes_t24_2005.Space.rb +0 -11
  319. data/lib/openstudio-standards/standards/cbes/cbes_t24_2008/cbes_t24_2008.Space.rb +0 -11
  320. data/lib/openstudio-standards/standards/deer/deer.Space.rb +0 -20
  321. data/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.ref_cases.json +0 -1456
  322. data/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.ref_lnup.json +0 -562
  323. data/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.ref_cases.json +0 -1456
  324. data/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.ref_lnup.json +0 -562
  325. data/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.ref_cases.json +0 -1456
  326. data/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.ref_lnup.json +0 -562
  327. data/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.ref_cases.json +0 -1456
  328. data/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.ref_lnup.json +0 -562
  329. data/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.ref_cases.json +0 -1456
  330. data/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.ref_lnup.json +0 -562
  331. data/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.ref_cases.json +0 -1456
  332. data/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.ref_lnup.json +0 -562
  333. data/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.ref_cases.json +0 -1456
  334. data/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.ref_lnup.json +0 -562
  335. data/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.ref_cases.json +0 -1456
  336. data/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.ref_lnup.json +0 -562
  337. data/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.ref_cases.json +0 -1456
  338. data/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.ref_lnup.json +0 -562
  339. data/lib/openstudio-standards/standards/deer/deer_2025/data/deer_2025.ref_cases.json +0 -1456
  340. data/lib/openstudio-standards/standards/deer/deer_2025/data/deer_2025.ref_lnup.json +0 -562
  341. data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.ref_cases.json +0 -1456
  342. data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.ref_lnup.json +0 -562
  343. data/lib/openstudio-standards/standards/deer/deer_2035/data/deer_2035.ref_cases.json +0 -1456
  344. data/lib/openstudio-standards/standards/deer/deer_2035/data/deer_2035.ref_lnup.json +0 -562
  345. data/lib/openstudio-standards/standards/deer/deer_2040/data/deer_2040.ref_cases.json +0 -1456
  346. data/lib/openstudio-standards/standards/deer/deer_2040/data/deer_2040.ref_lnup.json +0 -562
  347. data/lib/openstudio-standards/standards/deer/deer_2045/data/deer_2045.ref_cases.json +0 -1456
  348. data/lib/openstudio-standards/standards/deer/deer_2045/data/deer_2045.ref_lnup.json +0 -562
  349. data/lib/openstudio-standards/standards/deer/deer_2050/data/deer_2050.ref_cases.json +0 -1456
  350. data/lib/openstudio-standards/standards/deer/deer_2050/data/deer_2050.ref_lnup.json +0 -562
  351. data/lib/openstudio-standards/standards/deer/deer_2055/data/deer_2055.ref_cases.json +0 -1456
  352. data/lib/openstudio-standards/standards/deer/deer_2055/data/deer_2055.ref_lnup.json +0 -562
  353. data/lib/openstudio-standards/standards/deer/deer_2060/data/deer_2060.ref_cases.json +0 -1456
  354. data/lib/openstudio-standards/standards/deer/deer_2060/data/deer_2060.ref_lnup.json +0 -562
  355. data/lib/openstudio-standards/standards/deer/deer_2065/data/deer_2065.ref_cases.json +0 -1456
  356. data/lib/openstudio-standards/standards/deer/deer_2065/data/deer_2065.ref_lnup.json +0 -562
  357. data/lib/openstudio-standards/standards/deer/deer_2070/data/deer_2070.ref_cases.json +0 -1456
  358. data/lib/openstudio-standards/standards/deer/deer_2070/data/deer_2070.ref_lnup.json +0 -562
  359. data/lib/openstudio-standards/standards/deer/deer_2075/data/deer_2075.ref_cases.json +0 -1456
  360. data/lib/openstudio-standards/standards/deer/deer_2075/data/deer_2075.ref_lnup.json +0 -562
  361. data/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.ref_cases.json +0 -1456
  362. data/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.ref_lnup.json +0 -562
@@ -1,274 +1,1854 @@
1
1
  {
2
2
  "motors": [
3
3
  {
4
- "template": "90.1-2016",
5
- "number_of_poles": 4.0,
4
+ "number_of_poles": 2,
5
+ "type": "Open",
6
+ "synchronous_speed": 3600,
7
+ "minimum_capacity": 0,
8
+ "maximum_capacity": 1,
9
+ "start_date": "1919-09-09T00:00:00+00:00",
10
+ "end_date": "2999-09-09T00:00:00+00:00",
11
+ "nominal_full_load_efficiency": 0.77
12
+ },
13
+ {
14
+ "number_of_poles": 2,
15
+ "type": "Open",
16
+ "synchronous_speed": 3600,
17
+ "minimum_capacity": 1.001,
18
+ "maximum_capacity": 1.5,
19
+ "start_date": "1919-09-09T00:00:00+00:00",
20
+ "end_date": "2999-09-09T00:00:00+00:00",
21
+ "nominal_full_load_efficiency": 0.84
22
+ },
23
+ {
24
+ "number_of_poles": 2,
25
+ "type": "Open",
26
+ "synchronous_speed": 3600,
27
+ "minimum_capacity": 1.501,
28
+ "maximum_capacity": 2,
29
+ "start_date": "1919-09-09T00:00:00+00:00",
30
+ "end_date": "2999-09-09T00:00:00+00:00",
31
+ "nominal_full_load_efficiency": 0.855
32
+ },
33
+ {
34
+ "number_of_poles": 2,
35
+ "type": "Open",
36
+ "synchronous_speed": 3600,
37
+ "minimum_capacity": 2.001,
38
+ "maximum_capacity": 3,
39
+ "start_date": "1919-09-09T00:00:00+00:00",
40
+ "end_date": "2999-09-09T00:00:00+00:00",
41
+ "nominal_full_load_efficiency": 0.855
42
+ },
43
+ {
44
+ "number_of_poles": 2,
45
+ "type": "Open",
46
+ "synchronous_speed": 3600,
47
+ "minimum_capacity": 3.001,
48
+ "maximum_capacity": 5,
49
+ "start_date": "1919-09-09T00:00:00+00:00",
50
+ "end_date": "2999-09-09T00:00:00+00:00",
51
+ "nominal_full_load_efficiency": 0.865
52
+ },
53
+ {
54
+ "number_of_poles": 2,
55
+ "type": "Open",
56
+ "synchronous_speed": 3600,
57
+ "minimum_capacity": 5.001,
58
+ "maximum_capacity": 7.5,
59
+ "start_date": "1919-09-09T00:00:00+00:00",
60
+ "end_date": "2999-09-09T00:00:00+00:00",
61
+ "nominal_full_load_efficiency": 0.885
62
+ },
63
+ {
64
+ "number_of_poles": 2,
65
+ "type": "Open",
66
+ "synchronous_speed": 3600,
67
+ "minimum_capacity": 7.501,
68
+ "maximum_capacity": 10,
69
+ "start_date": "1919-09-09T00:00:00+00:00",
70
+ "end_date": "2999-09-09T00:00:00+00:00",
71
+ "nominal_full_load_efficiency": 0.895
72
+ },
73
+ {
74
+ "number_of_poles": 2,
75
+ "type": "Open",
76
+ "synchronous_speed": 3600,
77
+ "minimum_capacity": 10.001,
78
+ "maximum_capacity": 15,
79
+ "start_date": "1919-09-09T00:00:00+00:00",
80
+ "end_date": "2999-09-09T00:00:00+00:00",
81
+ "nominal_full_load_efficiency": 0.902
82
+ },
83
+ {
84
+ "number_of_poles": 2,
85
+ "type": "Open",
86
+ "synchronous_speed": 3600,
87
+ "minimum_capacity": 15.001,
88
+ "maximum_capacity": 20,
89
+ "start_date": "1919-09-09T00:00:00+00:00",
90
+ "end_date": "2999-09-09T00:00:00+00:00",
91
+ "nominal_full_load_efficiency": 0.91
92
+ },
93
+ {
94
+ "number_of_poles": 2,
95
+ "type": "Open",
96
+ "synchronous_speed": 3600,
97
+ "minimum_capacity": 20.001,
98
+ "maximum_capacity": 25,
99
+ "start_date": "1919-09-09T00:00:00+00:00",
100
+ "end_date": "2999-09-09T00:00:00+00:00",
101
+ "nominal_full_load_efficiency": 0.917
102
+ },
103
+ {
104
+ "number_of_poles": 2,
105
+ "type": "Open",
106
+ "synchronous_speed": 3600,
107
+ "minimum_capacity": 25.001,
108
+ "maximum_capacity": 30,
109
+ "start_date": "1919-09-09T00:00:00+00:00",
110
+ "end_date": "2999-09-09T00:00:00+00:00",
111
+ "nominal_full_load_efficiency": 0.917
112
+ },
113
+ {
114
+ "number_of_poles": 2,
115
+ "type": "Open",
116
+ "synchronous_speed": 3600,
117
+ "minimum_capacity": 30.001,
118
+ "maximum_capacity": 40,
119
+ "start_date": "1919-09-09T00:00:00+00:00",
120
+ "end_date": "2999-09-09T00:00:00+00:00",
121
+ "nominal_full_load_efficiency": 0.924
122
+ },
123
+ {
124
+ "number_of_poles": 2,
125
+ "type": "Open",
126
+ "synchronous_speed": 3600,
127
+ "minimum_capacity": 40.001,
128
+ "maximum_capacity": 50,
129
+ "start_date": "1919-09-09T00:00:00+00:00",
130
+ "end_date": "2999-09-09T00:00:00+00:00",
131
+ "nominal_full_load_efficiency": 0.93
132
+ },
133
+ {
134
+ "number_of_poles": 2,
135
+ "type": "Open",
136
+ "synchronous_speed": 3600,
137
+ "minimum_capacity": 50.001,
138
+ "maximum_capacity": 60,
139
+ "start_date": "1919-09-09T00:00:00+00:00",
140
+ "end_date": "2999-09-09T00:00:00+00:00",
141
+ "nominal_full_load_efficiency": 0.936
142
+ },
143
+ {
144
+ "number_of_poles": 2,
145
+ "type": "Open",
146
+ "synchronous_speed": 3600,
147
+ "minimum_capacity": 60.001,
148
+ "maximum_capacity": 75,
149
+ "start_date": "1919-09-09T00:00:00+00:00",
150
+ "end_date": "2999-09-09T00:00:00+00:00",
151
+ "nominal_full_load_efficiency": 0.936
152
+ },
153
+ {
154
+ "number_of_poles": 2,
155
+ "type": "Open",
156
+ "synchronous_speed": 3600,
157
+ "minimum_capacity": 75.001,
158
+ "maximum_capacity": 100,
159
+ "start_date": "1919-09-09T00:00:00+00:00",
160
+ "end_date": "2999-09-09T00:00:00+00:00",
161
+ "nominal_full_load_efficiency": 0.936
162
+ },
163
+ {
164
+ "number_of_poles": 2,
165
+ "type": "Open",
166
+ "synchronous_speed": 3600,
167
+ "minimum_capacity": 100.001,
168
+ "maximum_capacity": 125,
169
+ "start_date": "1919-09-09T00:00:00+00:00",
170
+ "end_date": "2999-09-09T00:00:00+00:00",
171
+ "nominal_full_load_efficiency": 0.941
172
+ },
173
+ {
174
+ "number_of_poles": 2,
175
+ "type": "Open",
176
+ "synchronous_speed": 3600,
177
+ "minimum_capacity": 125.001,
178
+ "maximum_capacity": 150,
179
+ "start_date": "1919-09-09T00:00:00+00:00",
180
+ "end_date": "2999-09-09T00:00:00+00:00",
181
+ "nominal_full_load_efficiency": 0.941
182
+ },
183
+ {
184
+ "number_of_poles": 2,
185
+ "type": "Open",
186
+ "synchronous_speed": 3600,
187
+ "minimum_capacity": 150.001,
188
+ "maximum_capacity": 200,
189
+ "start_date": "1919-09-09T00:00:00+00:00",
190
+ "end_date": "2999-09-09T00:00:00+00:00",
191
+ "nominal_full_load_efficiency": 0.95
192
+ },
193
+ {
194
+ "number_of_poles": 2,
195
+ "type": "Open",
196
+ "synchronous_speed": 3600,
197
+ "minimum_capacity": 200.001,
198
+ "maximum_capacity": 250,
199
+ "start_date": "1919-09-09T00:00:00+00:00",
200
+ "end_date": "2999-09-09T00:00:00+00:00",
201
+ "nominal_full_load_efficiency": 0.95
202
+ },
203
+ {
204
+ "number_of_poles": 2,
205
+ "type": "Open",
206
+ "synchronous_speed": 3600,
207
+ "minimum_capacity": 250.001,
208
+ "maximum_capacity": 300,
209
+ "start_date": "1919-09-09T00:00:00+00:00",
210
+ "end_date": "2999-09-09T00:00:00+00:00",
211
+ "nominal_full_load_efficiency": 0.954
212
+ },
213
+ {
214
+ "number_of_poles": 2,
215
+ "type": "Open",
216
+ "synchronous_speed": 3600,
217
+ "minimum_capacity": 300.001,
218
+ "maximum_capacity": 350,
219
+ "start_date": "1919-09-09T00:00:00+00:00",
220
+ "end_date": "2999-09-09T00:00:00+00:00",
221
+ "nominal_full_load_efficiency": 0.954
222
+ },
223
+ {
224
+ "number_of_poles": 2,
225
+ "type": "Open",
226
+ "synchronous_speed": 3600,
227
+ "minimum_capacity": 350.001,
228
+ "maximum_capacity": 400,
229
+ "start_date": "1919-09-09T00:00:00+00:00",
230
+ "end_date": "2999-09-09T00:00:00+00:00",
231
+ "nominal_full_load_efficiency": 0.958
232
+ },
233
+ {
234
+ "number_of_poles": 2,
235
+ "type": "Open",
236
+ "synchronous_speed": 3600,
237
+ "minimum_capacity": 400.001,
238
+ "maximum_capacity": 450,
239
+ "start_date": "1919-09-09T00:00:00+00:00",
240
+ "end_date": "2999-09-09T00:00:00+00:00",
241
+ "nominal_full_load_efficiency": 0.962
242
+ },
243
+ {
244
+ "number_of_poles": 2,
245
+ "type": "Open",
246
+ "synchronous_speed": 3600,
247
+ "minimum_capacity": 450.001,
248
+ "maximum_capacity": 500,
249
+ "start_date": "1919-09-09T00:00:00+00:00",
250
+ "end_date": "2999-09-09T00:00:00+00:00",
251
+ "nominal_full_load_efficiency": 0.962
252
+ },
253
+ {
254
+ "number_of_poles": 4,
255
+ "type": "Open",
256
+ "synchronous_speed": 1800,
257
+ "minimum_capacity": 0,
258
+ "maximum_capacity": 1,
259
+ "start_date": "1919-09-09T00:00:00+00:00",
260
+ "end_date": "2999-09-09T00:00:00+00:00",
261
+ "nominal_full_load_efficiency": 0.855
262
+ },
263
+ {
264
+ "number_of_poles": 4,
265
+ "type": "Open",
266
+ "synchronous_speed": 1800,
267
+ "minimum_capacity": 1.001,
268
+ "maximum_capacity": 1.5,
269
+ "start_date": "1919-09-09T00:00:00+00:00",
270
+ "end_date": "2999-09-09T00:00:00+00:00",
271
+ "nominal_full_load_efficiency": 0.865
272
+ },
273
+ {
274
+ "number_of_poles": 4,
275
+ "type": "Open",
276
+ "synchronous_speed": 1800,
277
+ "minimum_capacity": 1.501,
278
+ "maximum_capacity": 2,
279
+ "start_date": "1919-09-09T00:00:00+00:00",
280
+ "end_date": "2999-09-09T00:00:00+00:00",
281
+ "nominal_full_load_efficiency": 0.865
282
+ },
283
+ {
284
+ "number_of_poles": 4,
285
+ "type": "Open",
286
+ "synchronous_speed": 1800,
287
+ "minimum_capacity": 2.001,
288
+ "maximum_capacity": 3,
289
+ "start_date": "1919-09-09T00:00:00+00:00",
290
+ "end_date": "2999-09-09T00:00:00+00:00",
291
+ "nominal_full_load_efficiency": 0.895
292
+ },
293
+ {
294
+ "number_of_poles": 4,
295
+ "type": "Open",
296
+ "synchronous_speed": 1800,
297
+ "minimum_capacity": 3.001,
298
+ "maximum_capacity": 5,
299
+ "start_date": "1919-09-09T00:00:00+00:00",
300
+ "end_date": "2999-09-09T00:00:00+00:00",
301
+ "nominal_full_load_efficiency": 0.895
302
+ },
303
+ {
304
+ "number_of_poles": 4,
305
+ "type": "Open",
306
+ "synchronous_speed": 1800,
307
+ "minimum_capacity": 5.001,
308
+ "maximum_capacity": 7.5,
309
+ "start_date": "1919-09-09T00:00:00+00:00",
310
+ "end_date": "2999-09-09T00:00:00+00:00",
311
+ "nominal_full_load_efficiency": 0.91
312
+ },
313
+ {
314
+ "number_of_poles": 4,
315
+ "type": "Open",
316
+ "synchronous_speed": 1800,
317
+ "minimum_capacity": 7.501,
318
+ "maximum_capacity": 10,
319
+ "start_date": "1919-09-09T00:00:00+00:00",
320
+ "end_date": "2999-09-09T00:00:00+00:00",
321
+ "nominal_full_load_efficiency": 0.917
322
+ },
323
+ {
324
+ "number_of_poles": 4,
325
+ "type": "Open",
326
+ "synchronous_speed": 1800,
327
+ "minimum_capacity": 10.001,
328
+ "maximum_capacity": 15,
329
+ "start_date": "1919-09-09T00:00:00+00:00",
330
+ "end_date": "2999-09-09T00:00:00+00:00",
331
+ "nominal_full_load_efficiency": 0.93
332
+ },
333
+ {
334
+ "number_of_poles": 4,
335
+ "type": "Open",
336
+ "synchronous_speed": 1800,
337
+ "minimum_capacity": 15.001,
338
+ "maximum_capacity": 20,
339
+ "start_date": "1919-09-09T00:00:00+00:00",
340
+ "end_date": "2999-09-09T00:00:00+00:00",
341
+ "nominal_full_load_efficiency": 0.93
342
+ },
343
+ {
344
+ "number_of_poles": 4,
345
+ "type": "Open",
346
+ "synchronous_speed": 1800,
347
+ "minimum_capacity": 20.001,
348
+ "maximum_capacity": 25,
349
+ "start_date": "1919-09-09T00:00:00+00:00",
350
+ "end_date": "2999-09-09T00:00:00+00:00",
351
+ "nominal_full_load_efficiency": 0.936
352
+ },
353
+ {
354
+ "number_of_poles": 4,
355
+ "type": "Open",
356
+ "synchronous_speed": 1800,
357
+ "minimum_capacity": 25.001,
358
+ "maximum_capacity": 30,
359
+ "start_date": "1919-09-09T00:00:00+00:00",
360
+ "end_date": "2999-09-09T00:00:00+00:00",
361
+ "nominal_full_load_efficiency": 0.941
362
+ },
363
+ {
364
+ "number_of_poles": 4,
365
+ "type": "Open",
366
+ "synchronous_speed": 1800,
367
+ "minimum_capacity": 30.001,
368
+ "maximum_capacity": 40,
369
+ "start_date": "1919-09-09T00:00:00+00:00",
370
+ "end_date": "2999-09-09T00:00:00+00:00",
371
+ "nominal_full_load_efficiency": 0.941
372
+ },
373
+ {
374
+ "number_of_poles": 4,
375
+ "type": "Open",
376
+ "synchronous_speed": 1800,
377
+ "minimum_capacity": 40.001,
378
+ "maximum_capacity": 50,
379
+ "start_date": "1919-09-09T00:00:00+00:00",
380
+ "end_date": "2999-09-09T00:00:00+00:00",
381
+ "nominal_full_load_efficiency": 0.945
382
+ },
383
+ {
384
+ "number_of_poles": 4,
385
+ "type": "Open",
386
+ "synchronous_speed": 1800,
387
+ "minimum_capacity": 50.001,
388
+ "maximum_capacity": 60,
389
+ "start_date": "1919-09-09T00:00:00+00:00",
390
+ "end_date": "2999-09-09T00:00:00+00:00",
391
+ "nominal_full_load_efficiency": 0.95
392
+ },
393
+ {
394
+ "number_of_poles": 4,
395
+ "type": "Open",
396
+ "synchronous_speed": 1800,
397
+ "minimum_capacity": 60.001,
398
+ "maximum_capacity": 75,
399
+ "start_date": "1919-09-09T00:00:00+00:00",
400
+ "end_date": "2999-09-09T00:00:00+00:00",
401
+ "nominal_full_load_efficiency": 0.95
402
+ },
403
+ {
404
+ "number_of_poles": 4,
405
+ "type": "Open",
406
+ "synchronous_speed": 1800,
407
+ "minimum_capacity": 75.001,
408
+ "maximum_capacity": 100,
409
+ "start_date": "1919-09-09T00:00:00+00:00",
410
+ "end_date": "2999-09-09T00:00:00+00:00",
411
+ "nominal_full_load_efficiency": 0.954
412
+ },
413
+ {
414
+ "number_of_poles": 4,
415
+ "type": "Open",
416
+ "synchronous_speed": 1800,
417
+ "minimum_capacity": 100.001,
418
+ "maximum_capacity": 125,
419
+ "start_date": "1919-09-09T00:00:00+00:00",
420
+ "end_date": "2999-09-09T00:00:00+00:00",
421
+ "nominal_full_load_efficiency": 0.954
422
+ },
423
+ {
424
+ "number_of_poles": 4,
425
+ "type": "Open",
426
+ "synchronous_speed": 1800,
427
+ "minimum_capacity": 125.001,
428
+ "maximum_capacity": 150,
429
+ "start_date": "1919-09-09T00:00:00+00:00",
430
+ "end_date": "2999-09-09T00:00:00+00:00",
431
+ "nominal_full_load_efficiency": 0.958
432
+ },
433
+ {
434
+ "number_of_poles": 4,
435
+ "type": "Open",
436
+ "synchronous_speed": 1800,
437
+ "minimum_capacity": 150.001,
438
+ "maximum_capacity": 200,
439
+ "start_date": "1919-09-09T00:00:00+00:00",
440
+ "end_date": "2999-09-09T00:00:00+00:00",
441
+ "nominal_full_load_efficiency": 0.958
442
+ },
443
+ {
444
+ "number_of_poles": 4,
445
+ "type": "Open",
446
+ "synchronous_speed": 1800,
447
+ "minimum_capacity": 200.001,
448
+ "maximum_capacity": 250,
449
+ "start_date": "1919-09-09T00:00:00+00:00",
450
+ "end_date": "2999-09-09T00:00:00+00:00",
451
+ "nominal_full_load_efficiency": 0.958
452
+ },
453
+ {
454
+ "number_of_poles": 4,
455
+ "type": "Open",
456
+ "synchronous_speed": 1800,
457
+ "minimum_capacity": 250.001,
458
+ "maximum_capacity": 300,
459
+ "start_date": "1919-09-09T00:00:00+00:00",
460
+ "end_date": "2999-09-09T00:00:00+00:00",
461
+ "nominal_full_load_efficiency": 0.958
462
+ },
463
+ {
464
+ "number_of_poles": 4,
465
+ "type": "Open",
466
+ "synchronous_speed": 1800,
467
+ "minimum_capacity": 300.001,
468
+ "maximum_capacity": 350,
469
+ "start_date": "1919-09-09T00:00:00+00:00",
470
+ "end_date": "2999-09-09T00:00:00+00:00",
471
+ "nominal_full_load_efficiency": 0.958
472
+ },
473
+ {
474
+ "number_of_poles": 4,
475
+ "type": "Open",
476
+ "synchronous_speed": 1800,
477
+ "minimum_capacity": 350.001,
478
+ "maximum_capacity": 400,
479
+ "start_date": "1919-09-09T00:00:00+00:00",
480
+ "end_date": "2999-09-09T00:00:00+00:00",
481
+ "nominal_full_load_efficiency": 0.958
482
+ },
483
+ {
484
+ "number_of_poles": 4,
485
+ "type": "Open",
486
+ "synchronous_speed": 1800,
487
+ "minimum_capacity": 400.001,
488
+ "maximum_capacity": 450,
489
+ "start_date": "1919-09-09T00:00:00+00:00",
490
+ "end_date": "2999-09-09T00:00:00+00:00",
491
+ "nominal_full_load_efficiency": 0.962
492
+ },
493
+ {
494
+ "number_of_poles": 4,
495
+ "type": "Open",
496
+ "synchronous_speed": 1800,
497
+ "minimum_capacity": 450.001,
498
+ "maximum_capacity": 500,
499
+ "start_date": "1919-09-09T00:00:00+00:00",
500
+ "end_date": "2999-09-09T00:00:00+00:00",
501
+ "nominal_full_load_efficiency": 0.962
502
+ },
503
+ {
504
+ "number_of_poles": 6,
505
+ "type": "Open",
506
+ "synchronous_speed": 1200,
507
+ "minimum_capacity": 0,
508
+ "maximum_capacity": 1,
509
+ "start_date": "1919-09-09T00:00:00+00:00",
510
+ "end_date": "2999-09-09T00:00:00+00:00",
511
+ "nominal_full_load_efficiency": 0.825
512
+ },
513
+ {
514
+ "number_of_poles": 6,
515
+ "type": "Open",
516
+ "synchronous_speed": 1200,
517
+ "minimum_capacity": 1.001,
518
+ "maximum_capacity": 1.5,
519
+ "start_date": "1919-09-09T00:00:00+00:00",
520
+ "end_date": "2999-09-09T00:00:00+00:00",
521
+ "nominal_full_load_efficiency": 0.865
522
+ },
523
+ {
524
+ "number_of_poles": 6,
525
+ "type": "Open",
526
+ "synchronous_speed": 1200,
527
+ "minimum_capacity": 1.501,
528
+ "maximum_capacity": 2,
529
+ "start_date": "1919-09-09T00:00:00+00:00",
530
+ "end_date": "2999-09-09T00:00:00+00:00",
531
+ "nominal_full_load_efficiency": 0.875
532
+ },
533
+ {
534
+ "number_of_poles": 6,
535
+ "type": "Open",
536
+ "synchronous_speed": 1200,
537
+ "minimum_capacity": 2.001,
538
+ "maximum_capacity": 3,
539
+ "start_date": "1919-09-09T00:00:00+00:00",
540
+ "end_date": "2999-09-09T00:00:00+00:00",
541
+ "nominal_full_load_efficiency": 0.885
542
+ },
543
+ {
544
+ "number_of_poles": 6,
545
+ "type": "Open",
546
+ "synchronous_speed": 1200,
547
+ "minimum_capacity": 3.001,
548
+ "maximum_capacity": 5,
549
+ "start_date": "1919-09-09T00:00:00+00:00",
550
+ "end_date": "2999-09-09T00:00:00+00:00",
551
+ "nominal_full_load_efficiency": 0.895
552
+ },
553
+ {
554
+ "number_of_poles": 6,
555
+ "type": "Open",
556
+ "synchronous_speed": 1200,
557
+ "minimum_capacity": 5.001,
558
+ "maximum_capacity": 7.5,
559
+ "start_date": "1919-09-09T00:00:00+00:00",
560
+ "end_date": "2999-09-09T00:00:00+00:00",
561
+ "nominal_full_load_efficiency": 0.902
562
+ },
563
+ {
564
+ "number_of_poles": 6,
565
+ "type": "Open",
566
+ "synchronous_speed": 1200,
567
+ "minimum_capacity": 7.501,
568
+ "maximum_capacity": 10,
569
+ "start_date": "1919-09-09T00:00:00+00:00",
570
+ "end_date": "2999-09-09T00:00:00+00:00",
571
+ "nominal_full_load_efficiency": 0.917
572
+ },
573
+ {
574
+ "number_of_poles": 6,
575
+ "type": "Open",
576
+ "synchronous_speed": 1200,
577
+ "minimum_capacity": 10.001,
578
+ "maximum_capacity": 15,
579
+ "start_date": "1919-09-09T00:00:00+00:00",
580
+ "end_date": "2999-09-09T00:00:00+00:00",
581
+ "nominal_full_load_efficiency": 0.917
582
+ },
583
+ {
584
+ "number_of_poles": 6,
585
+ "type": "Open",
586
+ "synchronous_speed": 1200,
587
+ "minimum_capacity": 15.001,
588
+ "maximum_capacity": 20,
589
+ "start_date": "1919-09-09T00:00:00+00:00",
590
+ "end_date": "2999-09-09T00:00:00+00:00",
591
+ "nominal_full_load_efficiency": 0.924
592
+ },
593
+ {
594
+ "number_of_poles": 6,
595
+ "type": "Open",
596
+ "synchronous_speed": 1200,
597
+ "minimum_capacity": 20.001,
598
+ "maximum_capacity": 25,
599
+ "start_date": "1919-09-09T00:00:00+00:00",
600
+ "end_date": "2999-09-09T00:00:00+00:00",
601
+ "nominal_full_load_efficiency": 0.93
602
+ },
603
+ {
604
+ "number_of_poles": 6,
605
+ "type": "Open",
606
+ "synchronous_speed": 1200,
607
+ "minimum_capacity": 25.001,
608
+ "maximum_capacity": 30,
609
+ "start_date": "1919-09-09T00:00:00+00:00",
610
+ "end_date": "2999-09-09T00:00:00+00:00",
611
+ "nominal_full_load_efficiency": 0.936
612
+ },
613
+ {
614
+ "number_of_poles": 6,
615
+ "type": "Open",
616
+ "synchronous_speed": 1200,
617
+ "minimum_capacity": 30.001,
618
+ "maximum_capacity": 40,
619
+ "start_date": "1919-09-09T00:00:00+00:00",
620
+ "end_date": "2999-09-09T00:00:00+00:00",
621
+ "nominal_full_load_efficiency": 0.941
622
+ },
623
+ {
624
+ "number_of_poles": 6,
625
+ "type": "Open",
626
+ "synchronous_speed": 1200,
627
+ "minimum_capacity": 40.001,
628
+ "maximum_capacity": 50,
629
+ "start_date": "1919-09-09T00:00:00+00:00",
630
+ "end_date": "2999-09-09T00:00:00+00:00",
631
+ "nominal_full_load_efficiency": 0.941
632
+ },
633
+ {
634
+ "number_of_poles": 6,
635
+ "type": "Open",
636
+ "synchronous_speed": 1200,
637
+ "minimum_capacity": 50.001,
638
+ "maximum_capacity": 60,
639
+ "start_date": "1919-09-09T00:00:00+00:00",
640
+ "end_date": "2999-09-09T00:00:00+00:00",
641
+ "nominal_full_load_efficiency": 0.945
642
+ },
643
+ {
644
+ "number_of_poles": 6,
645
+ "type": "Open",
646
+ "synchronous_speed": 1200,
647
+ "minimum_capacity": 60.001,
648
+ "maximum_capacity": 75,
649
+ "start_date": "1919-09-09T00:00:00+00:00",
650
+ "end_date": "2999-09-09T00:00:00+00:00",
651
+ "nominal_full_load_efficiency": 0.945
652
+ },
653
+ {
654
+ "number_of_poles": 6,
655
+ "type": "Open",
656
+ "synchronous_speed": 1200,
657
+ "minimum_capacity": 75.001,
658
+ "maximum_capacity": 100,
659
+ "start_date": "1919-09-09T00:00:00+00:00",
660
+ "end_date": "2999-09-09T00:00:00+00:00",
661
+ "nominal_full_load_efficiency": 0.95
662
+ },
663
+ {
664
+ "number_of_poles": 6,
665
+ "type": "Open",
666
+ "synchronous_speed": 1200,
667
+ "minimum_capacity": 100.001,
668
+ "maximum_capacity": 125,
669
+ "start_date": "1919-09-09T00:00:00+00:00",
670
+ "end_date": "2999-09-09T00:00:00+00:00",
671
+ "nominal_full_load_efficiency": 0.95
672
+ },
673
+ {
674
+ "number_of_poles": 6,
675
+ "type": "Open",
676
+ "synchronous_speed": 1200,
677
+ "minimum_capacity": 125.001,
678
+ "maximum_capacity": 150,
679
+ "start_date": "1919-09-09T00:00:00+00:00",
680
+ "end_date": "2999-09-09T00:00:00+00:00",
681
+ "nominal_full_load_efficiency": 0.954
682
+ },
683
+ {
684
+ "number_of_poles": 6,
685
+ "type": "Open",
686
+ "synchronous_speed": 1200,
687
+ "minimum_capacity": 150.001,
688
+ "maximum_capacity": 200,
689
+ "start_date": "1919-09-09T00:00:00+00:00",
690
+ "end_date": "2999-09-09T00:00:00+00:00",
691
+ "nominal_full_load_efficiency": 0.954
692
+ },
693
+ {
694
+ "number_of_poles": 6,
695
+ "type": "Open",
696
+ "synchronous_speed": 1200,
697
+ "minimum_capacity": 200.001,
698
+ "maximum_capacity": 250,
699
+ "start_date": "1919-09-09T00:00:00+00:00",
700
+ "end_date": "2999-09-09T00:00:00+00:00",
701
+ "nominal_full_load_efficiency": 0.958
702
+ },
703
+ {
704
+ "number_of_poles": 6,
705
+ "type": "Open",
706
+ "synchronous_speed": 1200,
707
+ "minimum_capacity": 250.001,
708
+ "maximum_capacity": 300,
709
+ "start_date": "1919-09-09T00:00:00+00:00",
710
+ "end_date": "2999-09-09T00:00:00+00:00",
711
+ "nominal_full_load_efficiency": 0.958
712
+ },
713
+ {
714
+ "number_of_poles": 6,
715
+ "type": "Open",
716
+ "synchronous_speed": 1200,
717
+ "minimum_capacity": 300.001,
718
+ "maximum_capacity": 350,
719
+ "start_date": "1919-09-09T00:00:00+00:00",
720
+ "end_date": "2999-09-09T00:00:00+00:00",
721
+ "nominal_full_load_efficiency": 0.958
722
+ },
723
+ {
724
+ "number_of_poles": 8,
725
+ "type": "Open",
726
+ "synchronous_speed": 900,
727
+ "minimum_capacity": 0,
728
+ "maximum_capacity": 1,
729
+ "start_date": "1919-09-09T00:00:00+00:00",
730
+ "end_date": "2999-09-09T00:00:00+00:00",
731
+ "nominal_full_load_efficiency": 0.755
732
+ },
733
+ {
734
+ "number_of_poles": 8,
735
+ "type": "Open",
736
+ "synchronous_speed": 900,
737
+ "minimum_capacity": 1.001,
738
+ "maximum_capacity": 1.5,
739
+ "start_date": "1919-09-09T00:00:00+00:00",
740
+ "end_date": "2999-09-09T00:00:00+00:00",
741
+ "nominal_full_load_efficiency": 0.77
742
+ },
743
+ {
744
+ "number_of_poles": 8,
745
+ "type": "Open",
746
+ "synchronous_speed": 900,
747
+ "minimum_capacity": 1.501,
748
+ "maximum_capacity": 2,
749
+ "start_date": "1919-09-09T00:00:00+00:00",
750
+ "end_date": "2999-09-09T00:00:00+00:00",
751
+ "nominal_full_load_efficiency": 0.865
752
+ },
753
+ {
754
+ "number_of_poles": 8,
755
+ "type": "Open",
756
+ "synchronous_speed": 900,
757
+ "minimum_capacity": 2.001,
758
+ "maximum_capacity": 3,
759
+ "start_date": "1919-09-09T00:00:00+00:00",
760
+ "end_date": "2999-09-09T00:00:00+00:00",
761
+ "nominal_full_load_efficiency": 0.875
762
+ },
763
+ {
764
+ "number_of_poles": 8,
765
+ "type": "Open",
766
+ "synchronous_speed": 900,
767
+ "minimum_capacity": 3.001,
768
+ "maximum_capacity": 5,
769
+ "start_date": "1919-09-09T00:00:00+00:00",
770
+ "end_date": "2999-09-09T00:00:00+00:00",
771
+ "nominal_full_load_efficiency": 0.885
772
+ },
773
+ {
774
+ "number_of_poles": 8,
775
+ "type": "Open",
776
+ "synchronous_speed": 900,
777
+ "minimum_capacity": 5.001,
778
+ "maximum_capacity": 7.5,
779
+ "start_date": "1919-09-09T00:00:00+00:00",
780
+ "end_date": "2999-09-09T00:00:00+00:00",
781
+ "nominal_full_load_efficiency": 0.895
782
+ },
783
+ {
784
+ "number_of_poles": 8,
785
+ "type": "Open",
786
+ "synchronous_speed": 900,
787
+ "minimum_capacity": 7.501,
788
+ "maximum_capacity": 10,
789
+ "start_date": "1919-09-09T00:00:00+00:00",
790
+ "end_date": "2999-09-09T00:00:00+00:00",
791
+ "nominal_full_load_efficiency": 0.902
792
+ },
793
+ {
794
+ "number_of_poles": 8,
795
+ "type": "Open",
796
+ "synchronous_speed": 900,
797
+ "minimum_capacity": 10.001,
798
+ "maximum_capacity": 15,
799
+ "start_date": "1919-09-09T00:00:00+00:00",
800
+ "end_date": "2999-09-09T00:00:00+00:00",
801
+ "nominal_full_load_efficiency": 0.902
802
+ },
803
+ {
804
+ "number_of_poles": 8,
805
+ "type": "Open",
806
+ "synchronous_speed": 900,
807
+ "minimum_capacity": 15.001,
808
+ "maximum_capacity": 20,
809
+ "start_date": "1919-09-09T00:00:00+00:00",
810
+ "end_date": "2999-09-09T00:00:00+00:00",
811
+ "nominal_full_load_efficiency": 0.91
812
+ },
813
+ {
814
+ "number_of_poles": 8,
815
+ "type": "Open",
816
+ "synchronous_speed": 900,
817
+ "minimum_capacity": 20.001,
818
+ "maximum_capacity": 25,
819
+ "start_date": "1919-09-09T00:00:00+00:00",
820
+ "end_date": "2999-09-09T00:00:00+00:00",
821
+ "nominal_full_load_efficiency": 0.91
822
+ },
823
+ {
824
+ "number_of_poles": 8,
825
+ "type": "Open",
826
+ "synchronous_speed": 900,
827
+ "minimum_capacity": 25.001,
828
+ "maximum_capacity": 30,
829
+ "start_date": "1919-09-09T00:00:00+00:00",
830
+ "end_date": "2999-09-09T00:00:00+00:00",
831
+ "nominal_full_load_efficiency": 0.917
832
+ },
833
+ {
834
+ "number_of_poles": 8,
835
+ "type": "Open",
836
+ "synchronous_speed": 900,
837
+ "minimum_capacity": 30.001,
838
+ "maximum_capacity": 40,
839
+ "start_date": "1919-09-09T00:00:00+00:00",
840
+ "end_date": "2999-09-09T00:00:00+00:00",
841
+ "nominal_full_load_efficiency": 0.917
842
+ },
843
+ {
844
+ "number_of_poles": 8,
845
+ "type": "Open",
846
+ "synchronous_speed": 900,
847
+ "minimum_capacity": 40.001,
848
+ "maximum_capacity": 50,
849
+ "start_date": "1919-09-09T00:00:00+00:00",
850
+ "end_date": "2999-09-09T00:00:00+00:00",
851
+ "nominal_full_load_efficiency": 0.924
852
+ },
853
+ {
854
+ "number_of_poles": 8,
855
+ "type": "Open",
856
+ "synchronous_speed": 900,
857
+ "minimum_capacity": 50.001,
858
+ "maximum_capacity": 60,
859
+ "start_date": "1919-09-09T00:00:00+00:00",
860
+ "end_date": "2999-09-09T00:00:00+00:00",
861
+ "nominal_full_load_efficiency": 0.93
862
+ },
863
+ {
864
+ "number_of_poles": 8,
865
+ "type": "Open",
866
+ "synchronous_speed": 900,
867
+ "minimum_capacity": 60.001,
868
+ "maximum_capacity": 75,
869
+ "start_date": "1919-09-09T00:00:00+00:00",
870
+ "end_date": "2999-09-09T00:00:00+00:00",
871
+ "nominal_full_load_efficiency": 0.941
872
+ },
873
+ {
874
+ "number_of_poles": 8,
875
+ "type": "Open",
876
+ "synchronous_speed": 900,
877
+ "minimum_capacity": 75.001,
878
+ "maximum_capacity": 100,
879
+ "start_date": "1919-09-09T00:00:00+00:00",
880
+ "end_date": "2999-09-09T00:00:00+00:00",
881
+ "nominal_full_load_efficiency": 0.941
882
+ },
883
+ {
884
+ "number_of_poles": 8,
885
+ "type": "Open",
886
+ "synchronous_speed": 900,
887
+ "minimum_capacity": 100.001,
888
+ "maximum_capacity": 125,
889
+ "start_date": "1919-09-09T00:00:00+00:00",
890
+ "end_date": "2999-09-09T00:00:00+00:00",
891
+ "nominal_full_load_efficiency": 0.941
892
+ },
893
+ {
894
+ "number_of_poles": 8,
895
+ "type": "Open",
896
+ "synchronous_speed": 900,
897
+ "minimum_capacity": 125.001,
898
+ "maximum_capacity": 150,
899
+ "start_date": "1919-09-09T00:00:00+00:00",
900
+ "end_date": "2999-09-09T00:00:00+00:00",
901
+ "nominal_full_load_efficiency": 0.941
902
+ },
903
+ {
904
+ "number_of_poles": 8,
905
+ "type": "Open",
906
+ "synchronous_speed": 900,
907
+ "minimum_capacity": 150.001,
908
+ "maximum_capacity": 200,
909
+ "start_date": "1919-09-09T00:00:00+00:00",
910
+ "end_date": "2999-09-09T00:00:00+00:00",
911
+ "nominal_full_load_efficiency": 0.941
912
+ },
913
+ {
914
+ "number_of_poles": 8,
915
+ "type": "Open",
916
+ "synchronous_speed": 900,
917
+ "minimum_capacity": 200.001,
918
+ "maximum_capacity": 250,
919
+ "start_date": "1919-09-09T00:00:00+00:00",
920
+ "end_date": "2999-09-09T00:00:00+00:00",
921
+ "nominal_full_load_efficiency": 0.95
922
+ },
923
+ {
924
+ "number_of_poles": 8,
925
+ "type": "Open",
926
+ "synchronous_speed": 900,
927
+ "minimum_capacity": 250.001,
928
+ "maximum_capacity": 300,
929
+ "start_date": "1919-09-09T00:00:00+00:00",
930
+ "end_date": "2999-09-09T00:00:00+00:00",
931
+ "nominal_full_load_efficiency": 0.958
932
+ },
933
+ {
934
+ "number_of_poles": 2,
935
+ "type": "Enclosed",
936
+ "synchronous_speed": 3600,
937
+ "minimum_capacity": 0,
938
+ "maximum_capacity": 1,
939
+ "start_date": "1919-09-09T00:00:00+00:00",
940
+ "end_date": "2999-09-09T00:00:00+00:00",
941
+ "nominal_full_load_efficiency": 0.77
942
+ },
943
+ {
944
+ "number_of_poles": 2,
945
+ "type": "Enclosed",
946
+ "synchronous_speed": 3600,
947
+ "minimum_capacity": 1.001,
948
+ "maximum_capacity": 1.5,
949
+ "start_date": "1919-09-09T00:00:00+00:00",
950
+ "end_date": "2999-09-09T00:00:00+00:00",
951
+ "nominal_full_load_efficiency": 0.84
952
+ },
953
+ {
954
+ "number_of_poles": 2,
955
+ "type": "Enclosed",
956
+ "synchronous_speed": 3600,
957
+ "minimum_capacity": 1.501,
958
+ "maximum_capacity": 2,
959
+ "start_date": "1919-09-09T00:00:00+00:00",
960
+ "end_date": "2999-09-09T00:00:00+00:00",
961
+ "nominal_full_load_efficiency": 0.855
962
+ },
963
+ {
964
+ "number_of_poles": 2,
965
+ "type": "Enclosed",
966
+ "synchronous_speed": 3600,
967
+ "minimum_capacity": 2.001,
968
+ "maximum_capacity": 3,
969
+ "start_date": "1919-09-09T00:00:00+00:00",
970
+ "end_date": "2999-09-09T00:00:00+00:00",
971
+ "nominal_full_load_efficiency": 0.865
972
+ },
973
+ {
974
+ "number_of_poles": 2,
975
+ "type": "Enclosed",
976
+ "synchronous_speed": 3600,
977
+ "minimum_capacity": 3.001,
978
+ "maximum_capacity": 5,
979
+ "start_date": "1919-09-09T00:00:00+00:00",
980
+ "end_date": "2999-09-09T00:00:00+00:00",
981
+ "nominal_full_load_efficiency": 0.885
982
+ },
983
+ {
984
+ "number_of_poles": 2,
985
+ "type": "Enclosed",
986
+ "synchronous_speed": 3600,
987
+ "minimum_capacity": 5.001,
988
+ "maximum_capacity": 7.5,
989
+ "start_date": "1919-09-09T00:00:00+00:00",
990
+ "end_date": "2999-09-09T00:00:00+00:00",
991
+ "nominal_full_load_efficiency": 0.895
992
+ },
993
+ {
994
+ "number_of_poles": 2,
995
+ "type": "Enclosed",
996
+ "synchronous_speed": 3600,
997
+ "minimum_capacity": 7.501,
998
+ "maximum_capacity": 10,
999
+ "start_date": "1919-09-09T00:00:00+00:00",
1000
+ "end_date": "2999-09-09T00:00:00+00:00",
1001
+ "nominal_full_load_efficiency": 0.902
1002
+ },
1003
+ {
1004
+ "number_of_poles": 2,
1005
+ "type": "Enclosed",
1006
+ "synchronous_speed": 3600,
1007
+ "minimum_capacity": 10.001,
1008
+ "maximum_capacity": 15,
1009
+ "start_date": "1919-09-09T00:00:00+00:00",
1010
+ "end_date": "2999-09-09T00:00:00+00:00",
1011
+ "nominal_full_load_efficiency": 0.91
1012
+ },
1013
+ {
1014
+ "number_of_poles": 2,
1015
+ "type": "Enclosed",
1016
+ "synchronous_speed": 3600,
1017
+ "minimum_capacity": 15.001,
1018
+ "maximum_capacity": 20,
1019
+ "start_date": "1919-09-09T00:00:00+00:00",
1020
+ "end_date": "2999-09-09T00:00:00+00:00",
1021
+ "nominal_full_load_efficiency": 0.91
1022
+ },
1023
+ {
1024
+ "number_of_poles": 2,
1025
+ "type": "Enclosed",
1026
+ "synchronous_speed": 3600,
1027
+ "minimum_capacity": 20.001,
1028
+ "maximum_capacity": 25,
1029
+ "start_date": "1919-09-09T00:00:00+00:00",
1030
+ "end_date": "2999-09-09T00:00:00+00:00",
1031
+ "nominal_full_load_efficiency": 0.917
1032
+ },
1033
+ {
1034
+ "number_of_poles": 2,
1035
+ "type": "Enclosed",
1036
+ "synchronous_speed": 3600,
1037
+ "minimum_capacity": 25.001,
1038
+ "maximum_capacity": 30,
1039
+ "start_date": "1919-09-09T00:00:00+00:00",
1040
+ "end_date": "2999-09-09T00:00:00+00:00",
1041
+ "nominal_full_load_efficiency": 0.917
1042
+ },
1043
+ {
1044
+ "number_of_poles": 2,
1045
+ "type": "Enclosed",
1046
+ "synchronous_speed": 3600,
1047
+ "minimum_capacity": 30.001,
1048
+ "maximum_capacity": 40,
1049
+ "start_date": "1919-09-09T00:00:00+00:00",
1050
+ "end_date": "2999-09-09T00:00:00+00:00",
1051
+ "nominal_full_load_efficiency": 0.924
1052
+ },
1053
+ {
1054
+ "number_of_poles": 2,
1055
+ "type": "Enclosed",
1056
+ "synchronous_speed": 3600,
1057
+ "minimum_capacity": 40.001,
1058
+ "maximum_capacity": 50,
1059
+ "start_date": "1919-09-09T00:00:00+00:00",
1060
+ "end_date": "2999-09-09T00:00:00+00:00",
1061
+ "nominal_full_load_efficiency": 0.93
1062
+ },
1063
+ {
1064
+ "number_of_poles": 2,
1065
+ "type": "Enclosed",
1066
+ "synchronous_speed": 3600,
1067
+ "minimum_capacity": 50.001,
1068
+ "maximum_capacity": 60,
1069
+ "start_date": "1919-09-09T00:00:00+00:00",
1070
+ "end_date": "2999-09-09T00:00:00+00:00",
1071
+ "nominal_full_load_efficiency": 0.936
1072
+ },
1073
+ {
1074
+ "number_of_poles": 2,
1075
+ "type": "Enclosed",
1076
+ "synchronous_speed": 3600,
1077
+ "minimum_capacity": 60.001,
1078
+ "maximum_capacity": 75,
1079
+ "start_date": "1919-09-09T00:00:00+00:00",
1080
+ "end_date": "2999-09-09T00:00:00+00:00",
1081
+ "nominal_full_load_efficiency": 0.936
1082
+ },
1083
+ {
1084
+ "number_of_poles": 2,
1085
+ "type": "Enclosed",
1086
+ "synchronous_speed": 3600,
1087
+ "minimum_capacity": 75.001,
1088
+ "maximum_capacity": 100,
1089
+ "start_date": "1919-09-09T00:00:00+00:00",
1090
+ "end_date": "2999-09-09T00:00:00+00:00",
1091
+ "nominal_full_load_efficiency": 0.941
1092
+ },
1093
+ {
1094
+ "number_of_poles": 2,
1095
+ "type": "Enclosed",
1096
+ "synchronous_speed": 3600,
1097
+ "minimum_capacity": 100.001,
1098
+ "maximum_capacity": 125,
1099
+ "start_date": "1919-09-09T00:00:00+00:00",
1100
+ "end_date": "2999-09-09T00:00:00+00:00",
1101
+ "nominal_full_load_efficiency": 0.95
1102
+ },
1103
+ {
1104
+ "number_of_poles": 2,
1105
+ "type": "Enclosed",
1106
+ "synchronous_speed": 3600,
1107
+ "minimum_capacity": 125.001,
1108
+ "maximum_capacity": 150,
1109
+ "start_date": "1919-09-09T00:00:00+00:00",
1110
+ "end_date": "2999-09-09T00:00:00+00:00",
1111
+ "nominal_full_load_efficiency": 0.95
1112
+ },
1113
+ {
1114
+ "number_of_poles": 2,
1115
+ "type": "Enclosed",
1116
+ "synchronous_speed": 3600,
1117
+ "minimum_capacity": 150.001,
1118
+ "maximum_capacity": 200,
1119
+ "start_date": "1919-09-09T00:00:00+00:00",
1120
+ "end_date": "2999-09-09T00:00:00+00:00",
1121
+ "nominal_full_load_efficiency": 0.954
1122
+ },
1123
+ {
1124
+ "number_of_poles": 2,
1125
+ "type": "Enclosed",
1126
+ "synchronous_speed": 3600,
1127
+ "minimum_capacity": 200.001,
1128
+ "maximum_capacity": 250,
1129
+ "start_date": "1919-09-09T00:00:00+00:00",
1130
+ "end_date": "2999-09-09T00:00:00+00:00",
1131
+ "nominal_full_load_efficiency": 0.958
1132
+ },
1133
+ {
1134
+ "number_of_poles": 2,
1135
+ "type": "Enclosed",
1136
+ "synchronous_speed": 3600,
1137
+ "minimum_capacity": 250.001,
1138
+ "maximum_capacity": 300,
1139
+ "start_date": "1919-09-09T00:00:00+00:00",
1140
+ "end_date": "2999-09-09T00:00:00+00:00",
1141
+ "nominal_full_load_efficiency": 0.958
1142
+ },
1143
+ {
1144
+ "number_of_poles": 2,
1145
+ "type": "Enclosed",
1146
+ "synchronous_speed": 3600,
1147
+ "minimum_capacity": 300.001,
1148
+ "maximum_capacity": 350,
1149
+ "start_date": "1919-09-09T00:00:00+00:00",
1150
+ "end_date": "2999-09-09T00:00:00+00:00",
1151
+ "nominal_full_load_efficiency": 0.958
1152
+ },
1153
+ {
1154
+ "number_of_poles": 2,
1155
+ "type": "Enclosed",
1156
+ "synchronous_speed": 3600,
1157
+ "minimum_capacity": 350.001,
1158
+ "maximum_capacity": 400,
1159
+ "start_date": "1919-09-09T00:00:00+00:00",
1160
+ "end_date": "2999-09-09T00:00:00+00:00",
1161
+ "nominal_full_load_efficiency": 0.958
1162
+ },
1163
+ {
1164
+ "number_of_poles": 2,
1165
+ "type": "Enclosed",
1166
+ "synchronous_speed": 3600,
1167
+ "minimum_capacity": 400.001,
1168
+ "maximum_capacity": 450,
1169
+ "start_date": "1919-09-09T00:00:00+00:00",
1170
+ "end_date": "2999-09-09T00:00:00+00:00",
1171
+ "nominal_full_load_efficiency": 0.958
1172
+ },
1173
+ {
1174
+ "number_of_poles": 2,
1175
+ "type": "Enclosed",
1176
+ "synchronous_speed": 3600,
1177
+ "minimum_capacity": 450.001,
1178
+ "maximum_capacity": 500,
1179
+ "start_date": "1919-09-09T00:00:00+00:00",
1180
+ "end_date": "2999-09-09T00:00:00+00:00",
1181
+ "nominal_full_load_efficiency": 0.958
1182
+ },
1183
+ {
1184
+ "number_of_poles": 4,
1185
+ "type": "Enclosed",
1186
+ "synchronous_speed": 1800,
1187
+ "minimum_capacity": 0,
1188
+ "maximum_capacity": 1,
1189
+ "start_date": "1919-09-09T00:00:00+00:00",
1190
+ "end_date": "2999-09-09T00:00:00+00:00",
1191
+ "nominal_full_load_efficiency": 0.855
1192
+ },
1193
+ {
1194
+ "number_of_poles": 4,
1195
+ "type": "Enclosed",
1196
+ "synchronous_speed": 1800,
1197
+ "minimum_capacity": 1.001,
1198
+ "maximum_capacity": 1.5,
1199
+ "start_date": "1919-09-09T00:00:00+00:00",
1200
+ "end_date": "2999-09-09T00:00:00+00:00",
1201
+ "nominal_full_load_efficiency": 0.865
1202
+ },
1203
+ {
1204
+ "number_of_poles": 4,
1205
+ "type": "Enclosed",
1206
+ "synchronous_speed": 1800,
1207
+ "minimum_capacity": 1.501,
1208
+ "maximum_capacity": 2,
1209
+ "start_date": "1919-09-09T00:00:00+00:00",
1210
+ "end_date": "2999-09-09T00:00:00+00:00",
1211
+ "nominal_full_load_efficiency": 0.865
1212
+ },
1213
+ {
1214
+ "number_of_poles": 4,
1215
+ "type": "Enclosed",
1216
+ "synchronous_speed": 1800,
1217
+ "minimum_capacity": 2.001,
1218
+ "maximum_capacity": 3,
1219
+ "start_date": "1919-09-09T00:00:00+00:00",
1220
+ "end_date": "2999-09-09T00:00:00+00:00",
1221
+ "nominal_full_load_efficiency": 0.895
1222
+ },
1223
+ {
1224
+ "number_of_poles": 4,
1225
+ "type": "Enclosed",
1226
+ "synchronous_speed": 1800,
1227
+ "minimum_capacity": 3.001,
1228
+ "maximum_capacity": 5,
1229
+ "start_date": "1919-09-09T00:00:00+00:00",
1230
+ "end_date": "2999-09-09T00:00:00+00:00",
1231
+ "nominal_full_load_efficiency": 0.895
1232
+ },
1233
+ {
1234
+ "number_of_poles": 4,
1235
+ "type": "Enclosed",
1236
+ "synchronous_speed": 1800,
1237
+ "minimum_capacity": 5.001,
1238
+ "maximum_capacity": 7.5,
1239
+ "start_date": "1919-09-09T00:00:00+00:00",
1240
+ "end_date": "2999-09-09T00:00:00+00:00",
1241
+ "nominal_full_load_efficiency": 0.917
1242
+ },
1243
+ {
1244
+ "number_of_poles": 4,
1245
+ "type": "Enclosed",
1246
+ "synchronous_speed": 1800,
1247
+ "minimum_capacity": 7.501,
1248
+ "maximum_capacity": 10,
1249
+ "start_date": "1919-09-09T00:00:00+00:00",
1250
+ "end_date": "2999-09-09T00:00:00+00:00",
1251
+ "nominal_full_load_efficiency": 0.917
1252
+ },
1253
+ {
1254
+ "number_of_poles": 4,
1255
+ "type": "Enclosed",
1256
+ "synchronous_speed": 1800,
1257
+ "minimum_capacity": 10.001,
1258
+ "maximum_capacity": 15,
1259
+ "start_date": "1919-09-09T00:00:00+00:00",
1260
+ "end_date": "2999-09-09T00:00:00+00:00",
1261
+ "nominal_full_load_efficiency": 0.924
1262
+ },
1263
+ {
1264
+ "number_of_poles": 4,
1265
+ "type": "Enclosed",
1266
+ "synchronous_speed": 1800,
1267
+ "minimum_capacity": 15.001,
1268
+ "maximum_capacity": 20,
1269
+ "start_date": "1919-09-09T00:00:00+00:00",
1270
+ "end_date": "2999-09-09T00:00:00+00:00",
1271
+ "nominal_full_load_efficiency": 0.93
1272
+ },
1273
+ {
1274
+ "number_of_poles": 4,
1275
+ "type": "Enclosed",
1276
+ "synchronous_speed": 1800,
1277
+ "minimum_capacity": 20.001,
1278
+ "maximum_capacity": 25,
1279
+ "start_date": "1919-09-09T00:00:00+00:00",
1280
+ "end_date": "2999-09-09T00:00:00+00:00",
1281
+ "nominal_full_load_efficiency": 0.936
1282
+ },
1283
+ {
1284
+ "number_of_poles": 4,
1285
+ "type": "Enclosed",
1286
+ "synchronous_speed": 1800,
1287
+ "minimum_capacity": 25.001,
1288
+ "maximum_capacity": 30,
1289
+ "start_date": "1919-09-09T00:00:00+00:00",
1290
+ "end_date": "2999-09-09T00:00:00+00:00",
1291
+ "nominal_full_load_efficiency": 0.936
1292
+ },
1293
+ {
1294
+ "number_of_poles": 4,
1295
+ "type": "Enclosed",
1296
+ "synchronous_speed": 1800,
1297
+ "minimum_capacity": 30.001,
1298
+ "maximum_capacity": 40,
1299
+ "start_date": "1919-09-09T00:00:00+00:00",
1300
+ "end_date": "2999-09-09T00:00:00+00:00",
1301
+ "nominal_full_load_efficiency": 0.941
1302
+ },
1303
+ {
1304
+ "number_of_poles": 4,
1305
+ "type": "Enclosed",
1306
+ "synchronous_speed": 1800,
1307
+ "minimum_capacity": 40.001,
1308
+ "maximum_capacity": 50,
1309
+ "start_date": "1919-09-09T00:00:00+00:00",
1310
+ "end_date": "2999-09-09T00:00:00+00:00",
1311
+ "nominal_full_load_efficiency": 0.945
1312
+ },
1313
+ {
1314
+ "number_of_poles": 4,
1315
+ "type": "Enclosed",
1316
+ "synchronous_speed": 1800,
1317
+ "minimum_capacity": 50.001,
1318
+ "maximum_capacity": 60,
1319
+ "start_date": "1919-09-09T00:00:00+00:00",
1320
+ "end_date": "2999-09-09T00:00:00+00:00",
1321
+ "nominal_full_load_efficiency": 0.95
1322
+ },
1323
+ {
1324
+ "number_of_poles": 4,
1325
+ "type": "Enclosed",
1326
+ "synchronous_speed": 1800,
1327
+ "minimum_capacity": 60.001,
1328
+ "maximum_capacity": 75,
1329
+ "start_date": "1919-09-09T00:00:00+00:00",
1330
+ "end_date": "2999-09-09T00:00:00+00:00",
1331
+ "nominal_full_load_efficiency": 0.954
1332
+ },
1333
+ {
1334
+ "number_of_poles": 4,
1335
+ "type": "Enclosed",
1336
+ "synchronous_speed": 1800,
1337
+ "minimum_capacity": 75.001,
1338
+ "maximum_capacity": 100,
1339
+ "start_date": "1919-09-09T00:00:00+00:00",
1340
+ "end_date": "2999-09-09T00:00:00+00:00",
1341
+ "nominal_full_load_efficiency": 0.954
1342
+ },
1343
+ {
1344
+ "number_of_poles": 4,
1345
+ "type": "Enclosed",
1346
+ "synchronous_speed": 1800,
1347
+ "minimum_capacity": 100.001,
1348
+ "maximum_capacity": 125,
1349
+ "start_date": "1919-09-09T00:00:00+00:00",
1350
+ "end_date": "2999-09-09T00:00:00+00:00",
1351
+ "nominal_full_load_efficiency": 0.954
1352
+ },
1353
+ {
1354
+ "number_of_poles": 4,
1355
+ "type": "Enclosed",
1356
+ "synchronous_speed": 1800,
1357
+ "minimum_capacity": 125.001,
1358
+ "maximum_capacity": 150,
1359
+ "start_date": "1919-09-09T00:00:00+00:00",
1360
+ "end_date": "2999-09-09T00:00:00+00:00",
1361
+ "nominal_full_load_efficiency": 0.958
1362
+ },
1363
+ {
1364
+ "number_of_poles": 4,
1365
+ "type": "Enclosed",
1366
+ "synchronous_speed": 1800,
1367
+ "minimum_capacity": 150.001,
1368
+ "maximum_capacity": 200,
1369
+ "start_date": "1919-09-09T00:00:00+00:00",
1370
+ "end_date": "2999-09-09T00:00:00+00:00",
1371
+ "nominal_full_load_efficiency": 0.962
1372
+ },
1373
+ {
1374
+ "number_of_poles": 4,
1375
+ "type": "Enclosed",
1376
+ "synchronous_speed": 1800,
1377
+ "minimum_capacity": 200.001,
1378
+ "maximum_capacity": 250,
1379
+ "start_date": "1919-09-09T00:00:00+00:00",
1380
+ "end_date": "2999-09-09T00:00:00+00:00",
1381
+ "nominal_full_load_efficiency": 0.962
1382
+ },
1383
+ {
1384
+ "number_of_poles": 4,
1385
+ "type": "Enclosed",
1386
+ "synchronous_speed": 1800,
1387
+ "minimum_capacity": 250.001,
1388
+ "maximum_capacity": 300,
1389
+ "start_date": "1919-09-09T00:00:00+00:00",
1390
+ "end_date": "2999-09-09T00:00:00+00:00",
1391
+ "nominal_full_load_efficiency": 0.962
1392
+ },
1393
+ {
1394
+ "number_of_poles": 4,
1395
+ "type": "Enclosed",
1396
+ "synchronous_speed": 1800,
1397
+ "minimum_capacity": 300.001,
1398
+ "maximum_capacity": 350,
1399
+ "start_date": "1919-09-09T00:00:00+00:00",
1400
+ "end_date": "2999-09-09T00:00:00+00:00",
1401
+ "nominal_full_load_efficiency": 0.962
1402
+ },
1403
+ {
1404
+ "number_of_poles": 4,
1405
+ "type": "Enclosed",
1406
+ "synchronous_speed": 1800,
1407
+ "minimum_capacity": 350.001,
1408
+ "maximum_capacity": 400,
1409
+ "start_date": "1919-09-09T00:00:00+00:00",
1410
+ "end_date": "2999-09-09T00:00:00+00:00",
1411
+ "nominal_full_load_efficiency": 0.962
1412
+ },
1413
+ {
1414
+ "number_of_poles": 4,
1415
+ "type": "Enclosed",
1416
+ "synchronous_speed": 1800,
1417
+ "minimum_capacity": 400.001,
1418
+ "maximum_capacity": 450,
1419
+ "start_date": "1919-09-09T00:00:00+00:00",
1420
+ "end_date": "2999-09-09T00:00:00+00:00",
1421
+ "nominal_full_load_efficiency": 0.962
1422
+ },
1423
+ {
1424
+ "number_of_poles": 4,
1425
+ "type": "Enclosed",
1426
+ "synchronous_speed": 1800,
1427
+ "minimum_capacity": 450.001,
1428
+ "maximum_capacity": 500,
1429
+ "start_date": "1919-09-09T00:00:00+00:00",
1430
+ "end_date": "2999-09-09T00:00:00+00:00",
1431
+ "nominal_full_load_efficiency": 0.962
1432
+ },
1433
+ {
1434
+ "number_of_poles": 6,
1435
+ "type": "Enclosed",
1436
+ "synchronous_speed": 1200,
1437
+ "minimum_capacity": 0,
1438
+ "maximum_capacity": 1,
1439
+ "start_date": "1919-09-09T00:00:00+00:00",
1440
+ "end_date": "2999-09-09T00:00:00+00:00",
1441
+ "nominal_full_load_efficiency": 0.825
1442
+ },
1443
+ {
1444
+ "number_of_poles": 6,
1445
+ "type": "Enclosed",
1446
+ "synchronous_speed": 1200,
1447
+ "minimum_capacity": 1.001,
1448
+ "maximum_capacity": 1.5,
1449
+ "start_date": "1919-09-09T00:00:00+00:00",
1450
+ "end_date": "2999-09-09T00:00:00+00:00",
1451
+ "nominal_full_load_efficiency": 0.875
1452
+ },
1453
+ {
1454
+ "number_of_poles": 6,
1455
+ "type": "Enclosed",
1456
+ "synchronous_speed": 1200,
1457
+ "minimum_capacity": 1.501,
1458
+ "maximum_capacity": 2,
1459
+ "start_date": "1919-09-09T00:00:00+00:00",
1460
+ "end_date": "2999-09-09T00:00:00+00:00",
1461
+ "nominal_full_load_efficiency": 0.885
1462
+ },
1463
+ {
1464
+ "number_of_poles": 6,
1465
+ "type": "Enclosed",
1466
+ "synchronous_speed": 1200,
1467
+ "minimum_capacity": 2.001,
1468
+ "maximum_capacity": 3,
1469
+ "start_date": "1919-09-09T00:00:00+00:00",
1470
+ "end_date": "2999-09-09T00:00:00+00:00",
1471
+ "nominal_full_load_efficiency": 0.895
1472
+ },
1473
+ {
1474
+ "number_of_poles": 6,
1475
+ "type": "Enclosed",
1476
+ "synchronous_speed": 1200,
1477
+ "minimum_capacity": 3.001,
1478
+ "maximum_capacity": 5,
1479
+ "start_date": "1919-09-09T00:00:00+00:00",
1480
+ "end_date": "2999-09-09T00:00:00+00:00",
1481
+ "nominal_full_load_efficiency": 0.895
1482
+ },
1483
+ {
1484
+ "number_of_poles": 6,
1485
+ "type": "Enclosed",
1486
+ "synchronous_speed": 1200,
1487
+ "minimum_capacity": 5.001,
1488
+ "maximum_capacity": 7.5,
1489
+ "start_date": "1919-09-09T00:00:00+00:00",
1490
+ "end_date": "2999-09-09T00:00:00+00:00",
1491
+ "nominal_full_load_efficiency": 0.91
1492
+ },
1493
+ {
1494
+ "number_of_poles": 6,
1495
+ "type": "Enclosed",
1496
+ "synchronous_speed": 1200,
1497
+ "minimum_capacity": 7.501,
1498
+ "maximum_capacity": 10,
1499
+ "start_date": "1919-09-09T00:00:00+00:00",
1500
+ "end_date": "2999-09-09T00:00:00+00:00",
1501
+ "nominal_full_load_efficiency": 0.91
1502
+ },
1503
+ {
1504
+ "number_of_poles": 6,
1505
+ "type": "Enclosed",
1506
+ "synchronous_speed": 1200,
1507
+ "minimum_capacity": 10.001,
1508
+ "maximum_capacity": 15,
1509
+ "start_date": "1919-09-09T00:00:00+00:00",
1510
+ "end_date": "2999-09-09T00:00:00+00:00",
1511
+ "nominal_full_load_efficiency": 0.917
1512
+ },
1513
+ {
1514
+ "number_of_poles": 6,
1515
+ "type": "Enclosed",
1516
+ "synchronous_speed": 1200,
1517
+ "minimum_capacity": 15.001,
1518
+ "maximum_capacity": 20,
1519
+ "start_date": "1919-09-09T00:00:00+00:00",
1520
+ "end_date": "2999-09-09T00:00:00+00:00",
1521
+ "nominal_full_load_efficiency": 0.917
1522
+ },
1523
+ {
1524
+ "number_of_poles": 6,
1525
+ "type": "Enclosed",
1526
+ "synchronous_speed": 1200,
1527
+ "minimum_capacity": 20.001,
1528
+ "maximum_capacity": 25,
1529
+ "start_date": "1919-09-09T00:00:00+00:00",
1530
+ "end_date": "2999-09-09T00:00:00+00:00",
1531
+ "nominal_full_load_efficiency": 0.93
1532
+ },
1533
+ {
1534
+ "number_of_poles": 6,
1535
+ "type": "Enclosed",
1536
+ "synchronous_speed": 1200,
1537
+ "minimum_capacity": 25.001,
1538
+ "maximum_capacity": 30,
1539
+ "start_date": "1919-09-09T00:00:00+00:00",
1540
+ "end_date": "2999-09-09T00:00:00+00:00",
1541
+ "nominal_full_load_efficiency": 0.93
1542
+ },
1543
+ {
1544
+ "number_of_poles": 6,
1545
+ "type": "Enclosed",
1546
+ "synchronous_speed": 1200,
1547
+ "minimum_capacity": 30.001,
1548
+ "maximum_capacity": 40,
1549
+ "start_date": "1919-09-09T00:00:00+00:00",
1550
+ "end_date": "2999-09-09T00:00:00+00:00",
1551
+ "nominal_full_load_efficiency": 0.941
1552
+ },
1553
+ {
1554
+ "number_of_poles": 6,
1555
+ "type": "Enclosed",
1556
+ "synchronous_speed": 1200,
1557
+ "minimum_capacity": 40.001,
1558
+ "maximum_capacity": 50,
1559
+ "start_date": "1919-09-09T00:00:00+00:00",
1560
+ "end_date": "2999-09-09T00:00:00+00:00",
1561
+ "nominal_full_load_efficiency": 0.941
1562
+ },
1563
+ {
1564
+ "number_of_poles": 6,
1565
+ "type": "Enclosed",
1566
+ "synchronous_speed": 1200,
1567
+ "minimum_capacity": 50.001,
1568
+ "maximum_capacity": 60,
1569
+ "start_date": "1919-09-09T00:00:00+00:00",
1570
+ "end_date": "2999-09-09T00:00:00+00:00",
1571
+ "nominal_full_load_efficiency": 0.945
1572
+ },
1573
+ {
1574
+ "number_of_poles": 6,
1575
+ "type": "Enclosed",
1576
+ "synchronous_speed": 1200,
1577
+ "minimum_capacity": 60.001,
1578
+ "maximum_capacity": 75,
1579
+ "start_date": "1919-09-09T00:00:00+00:00",
1580
+ "end_date": "2999-09-09T00:00:00+00:00",
1581
+ "nominal_full_load_efficiency": 0.945
1582
+ },
1583
+ {
1584
+ "number_of_poles": 6,
6
1585
  "type": "Enclosed",
7
- "synchronous_speed": 1800.0,
8
- "minimum_capacity": 0.0,
9
- "maximum_capacity": 0.08333,
10
- "nominal_full_load_efficiency": 0.29,
11
- "notes": "Motors below 1/12 HP assumed to be PSC, with average typical efficiency of 29% per PNNL"
1586
+ "synchronous_speed": 1200,
1587
+ "minimum_capacity": 75.001,
1588
+ "maximum_capacity": 100,
1589
+ "start_date": "1919-09-09T00:00:00+00:00",
1590
+ "end_date": "2999-09-09T00:00:00+00:00",
1591
+ "nominal_full_load_efficiency": 0.95
12
1592
  },
13
1593
  {
14
- "template": "90.1-2016",
15
- "number_of_poles": 4.0,
1594
+ "number_of_poles": 6,
16
1595
  "type": "Enclosed",
17
- "synchronous_speed": 1800.0,
18
- "minimum_capacity": 0.08334,
19
- "maximum_capacity": 0.999,
20
- "nominal_full_load_efficiency": 0.7,
21
- "notes": "Motors between 1/12 and 1 HP must be EC, with minimum efficiency of 70% per PNNL"
1596
+ "synchronous_speed": 1200,
1597
+ "minimum_capacity": 100.001,
1598
+ "maximum_capacity": 125,
1599
+ "start_date": "1919-09-09T00:00:00+00:00",
1600
+ "end_date": "2999-09-09T00:00:00+00:00",
1601
+ "nominal_full_load_efficiency": 0.95
22
1602
  },
23
1603
  {
24
- "template": "90.1-2016",
25
- "number_of_poles": 4.0,
1604
+ "number_of_poles": 6,
26
1605
  "type": "Enclosed",
27
- "synchronous_speed": 1800.0,
28
- "minimum_capacity": 1.0,
29
- "maximum_capacity": 1.499,
30
- "nominal_full_load_efficiency": 0.855,
31
- "notes": null
1606
+ "synchronous_speed": 1200,
1607
+ "minimum_capacity": 125.001,
1608
+ "maximum_capacity": 150,
1609
+ "start_date": "1919-09-09T00:00:00+00:00",
1610
+ "end_date": "2999-09-09T00:00:00+00:00",
1611
+ "nominal_full_load_efficiency": 0.958
32
1612
  },
33
1613
  {
34
- "template": "90.1-2016",
35
- "number_of_poles": 4.0,
1614
+ "number_of_poles": 6,
36
1615
  "type": "Enclosed",
37
- "synchronous_speed": 1800.0,
38
- "minimum_capacity": 1.5,
39
- "maximum_capacity": 1.999,
40
- "nominal_full_load_efficiency": 0.865,
41
- "notes": null
1616
+ "synchronous_speed": 1200,
1617
+ "minimum_capacity": 150.001,
1618
+ "maximum_capacity": 200,
1619
+ "start_date": "1919-09-09T00:00:00+00:00",
1620
+ "end_date": "2999-09-09T00:00:00+00:00",
1621
+ "nominal_full_load_efficiency": 0.958
42
1622
  },
43
1623
  {
44
- "template": "90.1-2016",
45
- "number_of_poles": 4.0,
1624
+ "number_of_poles": 6,
46
1625
  "type": "Enclosed",
47
- "synchronous_speed": 1800.0,
48
- "minimum_capacity": 2.0,
49
- "maximum_capacity": 2.999,
50
- "nominal_full_load_efficiency": 0.865,
51
- "notes": null
1626
+ "synchronous_speed": 1200,
1627
+ "minimum_capacity": 200.001,
1628
+ "maximum_capacity": 250,
1629
+ "start_date": "1919-09-09T00:00:00+00:00",
1630
+ "end_date": "2999-09-09T00:00:00+00:00",
1631
+ "nominal_full_load_efficiency": 0.958
52
1632
  },
53
1633
  {
54
- "template": "90.1-2016",
55
- "number_of_poles": 4.0,
1634
+ "number_of_poles": 6,
56
1635
  "type": "Enclosed",
57
- "synchronous_speed": 1800.0,
58
- "minimum_capacity": 3.0,
59
- "maximum_capacity": 4.999,
60
- "nominal_full_load_efficiency": 0.895,
61
- "notes": null
1636
+ "synchronous_speed": 1200,
1637
+ "minimum_capacity": 250.001,
1638
+ "maximum_capacity": 300,
1639
+ "start_date": "1919-09-09T00:00:00+00:00",
1640
+ "end_date": "2999-09-09T00:00:00+00:00",
1641
+ "nominal_full_load_efficiency": 0.958
62
1642
  },
63
1643
  {
64
- "template": "90.1-2016",
65
- "number_of_poles": 4.0,
1644
+ "number_of_poles": 6,
66
1645
  "type": "Enclosed",
67
- "synchronous_speed": 1800.0,
68
- "minimum_capacity": 5.0,
69
- "maximum_capacity": 7.499,
70
- "nominal_full_load_efficiency": 0.895,
71
- "notes": null
1646
+ "synchronous_speed": 1200,
1647
+ "minimum_capacity": 300.001,
1648
+ "maximum_capacity": 350,
1649
+ "start_date": "1919-09-09T00:00:00+00:00",
1650
+ "end_date": "2999-09-09T00:00:00+00:00",
1651
+ "nominal_full_load_efficiency": 0.958
72
1652
  },
73
1653
  {
74
- "template": "90.1-2016",
75
- "number_of_poles": 4.0,
1654
+ "number_of_poles": 8,
76
1655
  "type": "Enclosed",
77
- "synchronous_speed": 1800.0,
78
- "minimum_capacity": 7.5,
79
- "maximum_capacity": 9.999,
80
- "nominal_full_load_efficiency": 0.917,
81
- "notes": null
1656
+ "synchronous_speed": 900,
1657
+ "minimum_capacity": 0,
1658
+ "maximum_capacity": 1,
1659
+ "start_date": "1919-09-09T00:00:00+00:00",
1660
+ "end_date": "2999-09-09T00:00:00+00:00",
1661
+ "nominal_full_load_efficiency": 0.755
82
1662
  },
83
1663
  {
84
- "template": "90.1-2016",
85
- "number_of_poles": 4.0,
1664
+ "number_of_poles": 8,
86
1665
  "type": "Enclosed",
87
- "synchronous_speed": 1800.0,
88
- "minimum_capacity": 10.0,
89
- "maximum_capacity": 14.999,
90
- "nominal_full_load_efficiency": 0.917,
91
- "notes": null
1666
+ "synchronous_speed": 900,
1667
+ "minimum_capacity": 1.001,
1668
+ "maximum_capacity": 1.5,
1669
+ "start_date": "1919-09-09T00:00:00+00:00",
1670
+ "end_date": "2999-09-09T00:00:00+00:00",
1671
+ "nominal_full_load_efficiency": 0.785
92
1672
  },
93
1673
  {
94
- "template": "90.1-2016",
95
- "number_of_poles": 4.0,
1674
+ "number_of_poles": 8,
96
1675
  "type": "Enclosed",
97
- "synchronous_speed": 1800.0,
98
- "minimum_capacity": 15.0,
99
- "maximum_capacity": 19.999,
100
- "nominal_full_load_efficiency": 0.924,
101
- "notes": null
1676
+ "synchronous_speed": 900,
1677
+ "minimum_capacity": 1.501,
1678
+ "maximum_capacity": 2,
1679
+ "start_date": "1919-09-09T00:00:00+00:00",
1680
+ "end_date": "2999-09-09T00:00:00+00:00",
1681
+ "nominal_full_load_efficiency": 0.84
102
1682
  },
103
1683
  {
104
- "template": "90.1-2016",
105
- "number_of_poles": 4.0,
1684
+ "number_of_poles": 8,
106
1685
  "type": "Enclosed",
107
- "synchronous_speed": 1800.0,
108
- "minimum_capacity": 20.0,
109
- "maximum_capacity": 24.999,
110
- "nominal_full_load_efficiency": 0.93,
111
- "notes": null
1686
+ "synchronous_speed": 900,
1687
+ "minimum_capacity": 2.001,
1688
+ "maximum_capacity": 3,
1689
+ "start_date": "1919-09-09T00:00:00+00:00",
1690
+ "end_date": "2999-09-09T00:00:00+00:00",
1691
+ "nominal_full_load_efficiency": 0.855
112
1692
  },
113
1693
  {
114
- "template": "90.1-2016",
115
- "number_of_poles": 4.0,
1694
+ "number_of_poles": 8,
116
1695
  "type": "Enclosed",
117
- "synchronous_speed": 1800.0,
118
- "minimum_capacity": 25.0,
119
- "maximum_capacity": 29.999,
120
- "nominal_full_load_efficiency": 0.936,
121
- "notes": null
1696
+ "synchronous_speed": 900,
1697
+ "minimum_capacity": 3.001,
1698
+ "maximum_capacity": 5,
1699
+ "start_date": "1919-09-09T00:00:00+00:00",
1700
+ "end_date": "2999-09-09T00:00:00+00:00",
1701
+ "nominal_full_load_efficiency": 0.865
122
1702
  },
123
1703
  {
124
- "template": "90.1-2016",
125
- "number_of_poles": 4.0,
1704
+ "number_of_poles": 8,
126
1705
  "type": "Enclosed",
127
- "synchronous_speed": 1800.0,
128
- "minimum_capacity": 30.0,
129
- "maximum_capacity": 39.999,
130
- "nominal_full_load_efficiency": 0.936,
131
- "notes": null
1706
+ "synchronous_speed": 900,
1707
+ "minimum_capacity": 5.001,
1708
+ "maximum_capacity": 7.5,
1709
+ "start_date": "1919-09-09T00:00:00+00:00",
1710
+ "end_date": "2999-09-09T00:00:00+00:00",
1711
+ "nominal_full_load_efficiency": 0.865
132
1712
  },
133
1713
  {
134
- "template": "90.1-2016",
135
- "number_of_poles": 4.0,
1714
+ "number_of_poles": 8,
136
1715
  "type": "Enclosed",
137
- "synchronous_speed": 1800.0,
138
- "minimum_capacity": 40.0,
139
- "maximum_capacity": 49.999,
140
- "nominal_full_load_efficiency": 0.941,
141
- "notes": null
1716
+ "synchronous_speed": 900,
1717
+ "minimum_capacity": 7.501,
1718
+ "maximum_capacity": 10,
1719
+ "start_date": "1919-09-09T00:00:00+00:00",
1720
+ "end_date": "2999-09-09T00:00:00+00:00",
1721
+ "nominal_full_load_efficiency": 0.895
142
1722
  },
143
1723
  {
144
- "template": "90.1-2016",
145
- "number_of_poles": 4.0,
1724
+ "number_of_poles": 8,
146
1725
  "type": "Enclosed",
147
- "synchronous_speed": 1800.0,
148
- "minimum_capacity": 50.0,
149
- "maximum_capacity": 59.999,
150
- "nominal_full_load_efficiency": 0.945,
151
- "notes": null
1726
+ "synchronous_speed": 900,
1727
+ "minimum_capacity": 10.001,
1728
+ "maximum_capacity": 15,
1729
+ "start_date": "1919-09-09T00:00:00+00:00",
1730
+ "end_date": "2999-09-09T00:00:00+00:00",
1731
+ "nominal_full_load_efficiency": 0.895
152
1732
  },
153
1733
  {
154
- "template": "90.1-2016",
155
- "number_of_poles": 4.0,
1734
+ "number_of_poles": 8,
156
1735
  "type": "Enclosed",
157
- "synchronous_speed": 1800.0,
158
- "minimum_capacity": 60.0,
159
- "maximum_capacity": 74.999,
160
- "nominal_full_load_efficiency": 0.95,
161
- "notes": null
1736
+ "synchronous_speed": 900,
1737
+ "minimum_capacity": 15.001,
1738
+ "maximum_capacity": 20,
1739
+ "start_date": "1919-09-09T00:00:00+00:00",
1740
+ "end_date": "2999-09-09T00:00:00+00:00",
1741
+ "nominal_full_load_efficiency": 0.902
162
1742
  },
163
1743
  {
164
- "template": "90.1-2016",
165
- "number_of_poles": 4.0,
1744
+ "number_of_poles": 8,
166
1745
  "type": "Enclosed",
167
- "synchronous_speed": 1800.0,
168
- "minimum_capacity": 75.0,
169
- "maximum_capacity": 99.999,
170
- "nominal_full_load_efficiency": 0.954,
171
- "notes": null
1746
+ "synchronous_speed": 900,
1747
+ "minimum_capacity": 20.001,
1748
+ "maximum_capacity": 25,
1749
+ "start_date": "1919-09-09T00:00:00+00:00",
1750
+ "end_date": "2999-09-09T00:00:00+00:00",
1751
+ "nominal_full_load_efficiency": 0.902
172
1752
  },
173
1753
  {
174
- "template": "90.1-2016",
175
- "number_of_poles": 4.0,
1754
+ "number_of_poles": 8,
176
1755
  "type": "Enclosed",
177
- "synchronous_speed": 1800.0,
178
- "minimum_capacity": 100.0,
179
- "maximum_capacity": 124.999,
180
- "nominal_full_load_efficiency": 0.954,
181
- "notes": null
1756
+ "synchronous_speed": 900,
1757
+ "minimum_capacity": 25.001,
1758
+ "maximum_capacity": 30,
1759
+ "start_date": "1919-09-09T00:00:00+00:00",
1760
+ "end_date": "2999-09-09T00:00:00+00:00",
1761
+ "nominal_full_load_efficiency": 0.917
182
1762
  },
183
1763
  {
184
- "template": "90.1-2016",
185
- "number_of_poles": 4.0,
1764
+ "number_of_poles": 8,
186
1765
  "type": "Enclosed",
187
- "synchronous_speed": 1800.0,
188
- "minimum_capacity": 125.0,
189
- "maximum_capacity": 149.999,
190
- "nominal_full_load_efficiency": 0.954,
191
- "notes": null
1766
+ "synchronous_speed": 900,
1767
+ "minimum_capacity": 30.001,
1768
+ "maximum_capacity": 40,
1769
+ "start_date": "1919-09-09T00:00:00+00:00",
1770
+ "end_date": "2999-09-09T00:00:00+00:00",
1771
+ "nominal_full_load_efficiency": 0.917
192
1772
  },
193
1773
  {
194
- "template": "90.1-2016",
195
- "number_of_poles": 4.0,
1774
+ "number_of_poles": 8,
196
1775
  "type": "Enclosed",
197
- "synchronous_speed": 1800.0,
198
- "minimum_capacity": 150.0,
199
- "maximum_capacity": 199.999,
200
- "nominal_full_load_efficiency": 0.958,
201
- "notes": null
1776
+ "synchronous_speed": 900,
1777
+ "minimum_capacity": 40.001,
1778
+ "maximum_capacity": 50,
1779
+ "start_date": "1919-09-09T00:00:00+00:00",
1780
+ "end_date": "2999-09-09T00:00:00+00:00",
1781
+ "nominal_full_load_efficiency": 0.924
202
1782
  },
203
1783
  {
204
- "template": "90.1-2016",
205
- "number_of_poles": 4.0,
1784
+ "number_of_poles": 8,
206
1785
  "type": "Enclosed",
207
- "synchronous_speed": 1800.0,
208
- "minimum_capacity": 200.0,
209
- "maximum_capacity": 249.999,
210
- "nominal_full_load_efficiency": 0.962,
211
- "notes": null
1786
+ "synchronous_speed": 900,
1787
+ "minimum_capacity": 50.001,
1788
+ "maximum_capacity": 60,
1789
+ "start_date": "1919-09-09T00:00:00+00:00",
1790
+ "end_date": "2999-09-09T00:00:00+00:00",
1791
+ "nominal_full_load_efficiency": 0.924
212
1792
  },
213
1793
  {
214
- "template": "90.1-2016",
215
- "number_of_poles": 4.0,
1794
+ "number_of_poles": 8,
216
1795
  "type": "Enclosed",
217
- "synchronous_speed": 1800.0,
218
- "minimum_capacity": 250.0,
219
- "maximum_capacity": 299.999,
220
- "nominal_full_load_efficiency": 0.962,
221
- "notes": null
1796
+ "synchronous_speed": 900,
1797
+ "minimum_capacity": 60.001,
1798
+ "maximum_capacity": 75,
1799
+ "start_date": "1919-09-09T00:00:00+00:00",
1800
+ "end_date": "2999-09-09T00:00:00+00:00",
1801
+ "nominal_full_load_efficiency": 0.936
222
1802
  },
223
1803
  {
224
- "template": "90.1-2016",
225
- "number_of_poles": 4.0,
1804
+ "number_of_poles": 8,
226
1805
  "type": "Enclosed",
227
- "synchronous_speed": 1800.0,
228
- "minimum_capacity": 300.0,
229
- "maximum_capacity": 349.999,
230
- "nominal_full_load_efficiency": 0.962,
231
- "notes": null
1806
+ "synchronous_speed": 900,
1807
+ "minimum_capacity": 75.001,
1808
+ "maximum_capacity": 100,
1809
+ "start_date": "1919-09-09T00:00:00+00:00",
1810
+ "end_date": "2999-09-09T00:00:00+00:00",
1811
+ "nominal_full_load_efficiency": 0.936
232
1812
  },
233
1813
  {
234
- "template": "90.1-2016",
235
- "number_of_poles": 4.0,
1814
+ "number_of_poles": 8,
236
1815
  "type": "Enclosed",
237
- "synchronous_speed": 1800.0,
238
- "minimum_capacity": 350.0,
239
- "maximum_capacity": 399.999,
240
- "nominal_full_load_efficiency": 0.962,
241
- "notes": null
1816
+ "synchronous_speed": 900,
1817
+ "minimum_capacity": 100.001,
1818
+ "maximum_capacity": 125,
1819
+ "start_date": "1919-09-09T00:00:00+00:00",
1820
+ "end_date": "2999-09-09T00:00:00+00:00",
1821
+ "nominal_full_load_efficiency": 0.941
242
1822
  },
243
1823
  {
244
- "template": "90.1-2016",
245
- "number_of_poles": 4.0,
1824
+ "number_of_poles": 8,
246
1825
  "type": "Enclosed",
247
- "synchronous_speed": 1800.0,
248
- "minimum_capacity": 400.0,
249
- "maximum_capacity": 449.999,
250
- "nominal_full_load_efficiency": 0.962,
251
- "notes": null
1826
+ "synchronous_speed": 900,
1827
+ "minimum_capacity": 125.001,
1828
+ "maximum_capacity": 150,
1829
+ "start_date": "1919-09-09T00:00:00+00:00",
1830
+ "end_date": "2999-09-09T00:00:00+00:00",
1831
+ "nominal_full_load_efficiency": 0.941
252
1832
  },
253
1833
  {
254
- "template": "90.1-2016",
255
- "number_of_poles": 4.0,
1834
+ "number_of_poles": 8,
256
1835
  "type": "Enclosed",
257
- "synchronous_speed": 1800.0,
258
- "minimum_capacity": 450.0,
259
- "maximum_capacity": 499.999,
260
- "nominal_full_load_efficiency": 0.962,
261
- "notes": null
1836
+ "synchronous_speed": 900,
1837
+ "minimum_capacity": 150.001,
1838
+ "maximum_capacity": 200,
1839
+ "start_date": "1919-09-09T00:00:00+00:00",
1840
+ "end_date": "2999-09-09T00:00:00+00:00",
1841
+ "nominal_full_load_efficiency": 0.945
262
1842
  },
263
1843
  {
264
- "template": "90.1-2016",
265
- "number_of_poles": 4.0,
1844
+ "number_of_poles": 8,
266
1845
  "type": "Enclosed",
267
- "synchronous_speed": 1800.0,
268
- "minimum_capacity": 500.0,
269
- "maximum_capacity": 9999.0,
270
- "nominal_full_load_efficiency": 0.962,
271
- "notes": null
1846
+ "synchronous_speed": 900,
1847
+ "minimum_capacity": 200.001,
1848
+ "maximum_capacity": 250,
1849
+ "start_date": "1919-09-09T00:00:00+00:00",
1850
+ "end_date": "2999-09-09T00:00:00+00:00",
1851
+ "nominal_full_load_efficiency": 0.95
272
1852
  }
273
1853
  ]
274
1854
  }