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,264 +1,2634 @@
1
1
  {
2
2
  "motors": [
3
3
  {
4
- "template": "90.1-2010",
5
- "number_of_poles": 4.0,
4
+ "number_of_poles": 2,
5
+ "type": "Open",
6
+ "synchronous_speed": 3600,
7
+ "minimum_capacity": 1.001,
8
+ "maximum_capacity": 1.5,
9
+ "start_date": "1919-09-09T00:00:00+00:00",
10
+ "end_date": "2010-12-18T00:00:00+00:00",
11
+ "nominal_full_load_efficiency": 0.825
12
+ },
13
+ {
14
+ "number_of_poles": 2,
15
+ "type": "Open",
16
+ "synchronous_speed": 3600,
17
+ "minimum_capacity": 1.501,
18
+ "maximum_capacity": 2,
19
+ "start_date": "1919-09-09T00:00:00+00:00",
20
+ "end_date": "2010-12-18T00: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": 2.001,
28
+ "maximum_capacity": 3,
29
+ "start_date": "1919-09-09T00:00:00+00:00",
30
+ "end_date": "2010-12-18T00:00:00+00:00",
31
+ "nominal_full_load_efficiency": 0.84
32
+ },
33
+ {
34
+ "number_of_poles": 2,
35
+ "type": "Open",
36
+ "synchronous_speed": 3600,
37
+ "minimum_capacity": 3.001,
38
+ "maximum_capacity": 5,
39
+ "start_date": "1919-09-09T00:00:00+00:00",
40
+ "end_date": "2010-12-18T00: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": 5.001,
48
+ "maximum_capacity": 7.5,
49
+ "start_date": "1919-09-09T00:00:00+00:00",
50
+ "end_date": "2010-12-18T00:00:00+00:00",
51
+ "nominal_full_load_efficiency": 0.875
52
+ },
53
+ {
54
+ "number_of_poles": 2,
55
+ "type": "Open",
56
+ "synchronous_speed": 3600,
57
+ "minimum_capacity": 7.501,
58
+ "maximum_capacity": 10,
59
+ "start_date": "1919-09-09T00:00:00+00:00",
60
+ "end_date": "2010-12-18T00: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": 10.001,
68
+ "maximum_capacity": 15,
69
+ "start_date": "1919-09-09T00:00:00+00:00",
70
+ "end_date": "2010-12-18T00: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": 15.001,
78
+ "maximum_capacity": 20,
79
+ "start_date": "1919-09-09T00:00:00+00:00",
80
+ "end_date": "2010-12-18T00: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": 20.001,
88
+ "maximum_capacity": 25,
89
+ "start_date": "1919-09-09T00:00:00+00:00",
90
+ "end_date": "2010-12-18T00: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": 25.001,
98
+ "maximum_capacity": 30,
99
+ "start_date": "1919-09-09T00:00:00+00:00",
100
+ "end_date": "2010-12-18T00:00:00+00:00",
101
+ "nominal_full_load_efficiency": 0.91
102
+ },
103
+ {
104
+ "number_of_poles": 2,
105
+ "type": "Open",
106
+ "synchronous_speed": 3600,
107
+ "minimum_capacity": 30.001,
108
+ "maximum_capacity": 40,
109
+ "start_date": "1919-09-09T00:00:00+00:00",
110
+ "end_date": "2010-12-18T00: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": 40.001,
118
+ "maximum_capacity": 50,
119
+ "start_date": "1919-09-09T00:00:00+00:00",
120
+ "end_date": "2010-12-18T00: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": 50.001,
128
+ "maximum_capacity": 60,
129
+ "start_date": "1919-09-09T00:00:00+00:00",
130
+ "end_date": "2010-12-18T00: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": 60.001,
138
+ "maximum_capacity": 75,
139
+ "start_date": "1919-09-09T00:00:00+00:00",
140
+ "end_date": "2010-12-18T00:00:00+00:00",
141
+ "nominal_full_load_efficiency": 0.93
142
+ },
143
+ {
144
+ "number_of_poles": 2,
145
+ "type": "Open",
146
+ "synchronous_speed": 3600,
147
+ "minimum_capacity": 75.001,
148
+ "maximum_capacity": 100,
149
+ "start_date": "1919-09-09T00:00:00+00:00",
150
+ "end_date": "2010-12-18T00:00:00+00:00",
151
+ "nominal_full_load_efficiency": 0.93
152
+ },
153
+ {
154
+ "number_of_poles": 2,
155
+ "type": "Open",
156
+ "synchronous_speed": 3600,
157
+ "minimum_capacity": 100.001,
158
+ "maximum_capacity": 125,
159
+ "start_date": "1919-09-09T00:00:00+00:00",
160
+ "end_date": "2010-12-18T00: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": 125.001,
168
+ "maximum_capacity": 150,
169
+ "start_date": "1919-09-09T00:00:00+00:00",
170
+ "end_date": "2010-12-18T00:00:00+00:00",
171
+ "nominal_full_load_efficiency": 0.936
172
+ },
173
+ {
174
+ "number_of_poles": 2,
175
+ "type": "Open",
176
+ "synchronous_speed": 3600,
177
+ "minimum_capacity": 150.001,
178
+ "maximum_capacity": 200,
179
+ "start_date": "1919-09-09T00:00:00+00:00",
180
+ "end_date": "2010-12-18T00:00:00+00:00",
181
+ "nominal_full_load_efficiency": 0.945
182
+ },
183
+ {
184
+ "number_of_poles": 4,
185
+ "type": "Open",
186
+ "synchronous_speed": 1800,
187
+ "minimum_capacity": 0,
188
+ "maximum_capacity": 1,
189
+ "start_date": "1919-09-09T00:00:00+00:00",
190
+ "end_date": "2010-12-18T00:00:00+00:00",
191
+ "nominal_full_load_efficiency": 0.825
192
+ },
193
+ {
194
+ "number_of_poles": 4,
195
+ "type": "Open",
196
+ "synchronous_speed": 1800,
197
+ "minimum_capacity": 1.001,
198
+ "maximum_capacity": 1.5,
199
+ "start_date": "1919-09-09T00:00:00+00:00",
200
+ "end_date": "2010-12-18T00:00:00+00:00",
201
+ "nominal_full_load_efficiency": 0.84
202
+ },
203
+ {
204
+ "number_of_poles": 4,
205
+ "type": "Open",
206
+ "synchronous_speed": 1800,
207
+ "minimum_capacity": 1.501,
208
+ "maximum_capacity": 2,
209
+ "start_date": "1919-09-09T00:00:00+00:00",
210
+ "end_date": "2010-12-18T00:00:00+00:00",
211
+ "nominal_full_load_efficiency": 0.84
212
+ },
213
+ {
214
+ "number_of_poles": 4,
215
+ "type": "Open",
216
+ "synchronous_speed": 1800,
217
+ "minimum_capacity": 2.001,
218
+ "maximum_capacity": 3,
219
+ "start_date": "1919-09-09T00:00:00+00:00",
220
+ "end_date": "2010-12-18T00:00:00+00:00",
221
+ "nominal_full_load_efficiency": 0.865
222
+ },
223
+ {
224
+ "number_of_poles": 4,
225
+ "type": "Open",
226
+ "synchronous_speed": 1800,
227
+ "minimum_capacity": 3.001,
228
+ "maximum_capacity": 5,
229
+ "start_date": "1919-09-09T00:00:00+00:00",
230
+ "end_date": "2010-12-18T00:00:00+00:00",
231
+ "nominal_full_load_efficiency": 0.875
232
+ },
233
+ {
234
+ "number_of_poles": 4,
235
+ "type": "Open",
236
+ "synchronous_speed": 1800,
237
+ "minimum_capacity": 5.001,
238
+ "maximum_capacity": 7.5,
239
+ "start_date": "1919-09-09T00:00:00+00:00",
240
+ "end_date": "2010-12-18T00:00:00+00:00",
241
+ "nominal_full_load_efficiency": 0.885
242
+ },
243
+ {
244
+ "number_of_poles": 4,
245
+ "type": "Open",
246
+ "synchronous_speed": 1800,
247
+ "minimum_capacity": 7.501,
248
+ "maximum_capacity": 10,
249
+ "start_date": "1919-09-09T00:00:00+00:00",
250
+ "end_date": "2010-12-18T00:00:00+00:00",
251
+ "nominal_full_load_efficiency": 0.895
252
+ },
253
+ {
254
+ "number_of_poles": 4,
255
+ "type": "Open",
256
+ "synchronous_speed": 1800,
257
+ "minimum_capacity": 10.001,
258
+ "maximum_capacity": 15,
259
+ "start_date": "1919-09-09T00:00:00+00:00",
260
+ "end_date": "2010-12-18T00:00:00+00:00",
261
+ "nominal_full_load_efficiency": 0.91
262
+ },
263
+ {
264
+ "number_of_poles": 4,
265
+ "type": "Open",
266
+ "synchronous_speed": 1800,
267
+ "minimum_capacity": 15.001,
268
+ "maximum_capacity": 20,
269
+ "start_date": "1919-09-09T00:00:00+00:00",
270
+ "end_date": "2010-12-18T00:00:00+00:00",
271
+ "nominal_full_load_efficiency": 0.91
272
+ },
273
+ {
274
+ "number_of_poles": 4,
275
+ "type": "Open",
276
+ "synchronous_speed": 1800,
277
+ "minimum_capacity": 20.001,
278
+ "maximum_capacity": 25,
279
+ "start_date": "1919-09-09T00:00:00+00:00",
280
+ "end_date": "2010-12-18T00:00:00+00:00",
281
+ "nominal_full_load_efficiency": 0.917
282
+ },
283
+ {
284
+ "number_of_poles": 4,
285
+ "type": "Open",
286
+ "synchronous_speed": 1800,
287
+ "minimum_capacity": 25.001,
288
+ "maximum_capacity": 30,
289
+ "start_date": "1919-09-09T00:00:00+00:00",
290
+ "end_date": "2010-12-18T00:00:00+00:00",
291
+ "nominal_full_load_efficiency": 0.924
292
+ },
293
+ {
294
+ "number_of_poles": 4,
295
+ "type": "Open",
296
+ "synchronous_speed": 1800,
297
+ "minimum_capacity": 30.001,
298
+ "maximum_capacity": 40,
299
+ "start_date": "1919-09-09T00:00:00+00:00",
300
+ "end_date": "2010-12-18T00:00:00+00:00",
301
+ "nominal_full_load_efficiency": 0.93
302
+ },
303
+ {
304
+ "number_of_poles": 4,
305
+ "type": "Open",
306
+ "synchronous_speed": 1800,
307
+ "minimum_capacity": 40.001,
308
+ "maximum_capacity": 50,
309
+ "start_date": "1919-09-09T00:00:00+00:00",
310
+ "end_date": "2010-12-18T00:00:00+00:00",
311
+ "nominal_full_load_efficiency": 0.93
312
+ },
313
+ {
314
+ "number_of_poles": 4,
315
+ "type": "Open",
316
+ "synchronous_speed": 1800,
317
+ "minimum_capacity": 50.001,
318
+ "maximum_capacity": 60,
319
+ "start_date": "1919-09-09T00:00:00+00:00",
320
+ "end_date": "2010-12-18T00:00:00+00:00",
321
+ "nominal_full_load_efficiency": 0.936
322
+ },
323
+ {
324
+ "number_of_poles": 4,
325
+ "type": "Open",
326
+ "synchronous_speed": 1800,
327
+ "minimum_capacity": 60.001,
328
+ "maximum_capacity": 75,
329
+ "start_date": "1919-09-09T00:00:00+00:00",
330
+ "end_date": "2010-12-18T00:00:00+00:00",
331
+ "nominal_full_load_efficiency": 0.941
332
+ },
333
+ {
334
+ "number_of_poles": 4,
335
+ "type": "Open",
336
+ "synchronous_speed": 1800,
337
+ "minimum_capacity": 75.001,
338
+ "maximum_capacity": 100,
339
+ "start_date": "1919-09-09T00:00:00+00:00",
340
+ "end_date": "2010-12-18T00:00:00+00:00",
341
+ "nominal_full_load_efficiency": 0.941
342
+ },
343
+ {
344
+ "number_of_poles": 4,
345
+ "type": "Open",
346
+ "synchronous_speed": 1800,
347
+ "minimum_capacity": 100.001,
348
+ "maximum_capacity": 125,
349
+ "start_date": "1919-09-09T00:00:00+00:00",
350
+ "end_date": "2010-12-18T00:00:00+00:00",
351
+ "nominal_full_load_efficiency": 0.945
352
+ },
353
+ {
354
+ "number_of_poles": 4,
355
+ "type": "Open",
356
+ "synchronous_speed": 1800,
357
+ "minimum_capacity": 125.001,
358
+ "maximum_capacity": 150,
359
+ "start_date": "1919-09-09T00:00:00+00:00",
360
+ "end_date": "2010-12-18T00:00:00+00:00",
361
+ "nominal_full_load_efficiency": 0.95
362
+ },
363
+ {
364
+ "number_of_poles": 4,
365
+ "type": "Open",
366
+ "synchronous_speed": 1800,
367
+ "minimum_capacity": 150.001,
368
+ "maximum_capacity": 200,
369
+ "start_date": "1919-09-09T00:00:00+00:00",
370
+ "end_date": "2010-12-18T00:00:00+00:00",
371
+ "nominal_full_load_efficiency": 0.95
372
+ },
373
+ {
374
+ "number_of_poles": 6,
375
+ "type": "Open",
376
+ "synchronous_speed": 1200,
377
+ "minimum_capacity": 0,
378
+ "maximum_capacity": 1,
379
+ "start_date": "1919-09-09T00:00:00+00:00",
380
+ "end_date": "2010-12-18T00:00:00+00:00",
381
+ "nominal_full_load_efficiency": 0.8
382
+ },
383
+ {
384
+ "number_of_poles": 6,
385
+ "type": "Open",
386
+ "synchronous_speed": 1200,
387
+ "minimum_capacity": 1.001,
388
+ "maximum_capacity": 1.5,
389
+ "start_date": "1919-09-09T00:00:00+00:00",
390
+ "end_date": "2010-12-18T00:00:00+00:00",
391
+ "nominal_full_load_efficiency": 0.84
392
+ },
393
+ {
394
+ "number_of_poles": 6,
395
+ "type": "Open",
396
+ "synchronous_speed": 1200,
397
+ "minimum_capacity": 1.501,
398
+ "maximum_capacity": 2,
399
+ "start_date": "1919-09-09T00:00:00+00:00",
400
+ "end_date": "2010-12-18T00:00:00+00:00",
401
+ "nominal_full_load_efficiency": 0.855
402
+ },
403
+ {
404
+ "number_of_poles": 6,
405
+ "type": "Open",
406
+ "synchronous_speed": 1200,
407
+ "minimum_capacity": 2.001,
408
+ "maximum_capacity": 3,
409
+ "start_date": "1919-09-09T00:00:00+00:00",
410
+ "end_date": "2010-12-18T00:00:00+00:00",
411
+ "nominal_full_load_efficiency": 0.865
412
+ },
413
+ {
414
+ "number_of_poles": 6,
415
+ "type": "Open",
416
+ "synchronous_speed": 1200,
417
+ "minimum_capacity": 3.001,
418
+ "maximum_capacity": 5,
419
+ "start_date": "1919-09-09T00:00:00+00:00",
420
+ "end_date": "2010-12-18T00:00:00+00:00",
421
+ "nominal_full_load_efficiency": 0.875
422
+ },
423
+ {
424
+ "number_of_poles": 6,
425
+ "type": "Open",
426
+ "synchronous_speed": 1200,
427
+ "minimum_capacity": 5.001,
428
+ "maximum_capacity": 7.5,
429
+ "start_date": "1919-09-09T00:00:00+00:00",
430
+ "end_date": "2010-12-18T00:00:00+00:00",
431
+ "nominal_full_load_efficiency": 0.885
432
+ },
433
+ {
434
+ "number_of_poles": 6,
435
+ "type": "Open",
436
+ "synchronous_speed": 1200,
437
+ "minimum_capacity": 7.501,
438
+ "maximum_capacity": 10,
439
+ "start_date": "1919-09-09T00:00:00+00:00",
440
+ "end_date": "2010-12-18T00:00:00+00:00",
441
+ "nominal_full_load_efficiency": 0.902
442
+ },
443
+ {
444
+ "number_of_poles": 6,
445
+ "type": "Open",
446
+ "synchronous_speed": 1200,
447
+ "minimum_capacity": 10.001,
448
+ "maximum_capacity": 15,
449
+ "start_date": "1919-09-09T00:00:00+00:00",
450
+ "end_date": "2010-12-18T00:00:00+00:00",
451
+ "nominal_full_load_efficiency": 0.902
452
+ },
453
+ {
454
+ "number_of_poles": 6,
455
+ "type": "Open",
456
+ "synchronous_speed": 1200,
457
+ "minimum_capacity": 15.001,
458
+ "maximum_capacity": 20,
459
+ "start_date": "1919-09-09T00:00:00+00:00",
460
+ "end_date": "2010-12-18T00:00:00+00:00",
461
+ "nominal_full_load_efficiency": 0.91
462
+ },
463
+ {
464
+ "number_of_poles": 6,
465
+ "type": "Open",
466
+ "synchronous_speed": 1200,
467
+ "minimum_capacity": 20.001,
468
+ "maximum_capacity": 25,
469
+ "start_date": "1919-09-09T00:00:00+00:00",
470
+ "end_date": "2010-12-18T00:00:00+00:00",
471
+ "nominal_full_load_efficiency": 0.917
472
+ },
473
+ {
474
+ "number_of_poles": 6,
475
+ "type": "Open",
476
+ "synchronous_speed": 1200,
477
+ "minimum_capacity": 25.001,
478
+ "maximum_capacity": 30,
479
+ "start_date": "1919-09-09T00:00:00+00:00",
480
+ "end_date": "2010-12-18T00:00:00+00:00",
481
+ "nominal_full_load_efficiency": 0.924
482
+ },
483
+ {
484
+ "number_of_poles": 6,
485
+ "type": "Open",
486
+ "synchronous_speed": 1200,
487
+ "minimum_capacity": 30.001,
488
+ "maximum_capacity": 40,
489
+ "start_date": "1919-09-09T00:00:00+00:00",
490
+ "end_date": "2010-12-18T00:00:00+00:00",
491
+ "nominal_full_load_efficiency": 0.93
492
+ },
493
+ {
494
+ "number_of_poles": 6,
495
+ "type": "Open",
496
+ "synchronous_speed": 1200,
497
+ "minimum_capacity": 40.001,
498
+ "maximum_capacity": 50,
499
+ "start_date": "1919-09-09T00:00:00+00:00",
500
+ "end_date": "2010-12-18T00:00:00+00:00",
501
+ "nominal_full_load_efficiency": 0.93
502
+ },
503
+ {
504
+ "number_of_poles": 6,
505
+ "type": "Open",
506
+ "synchronous_speed": 1200,
507
+ "minimum_capacity": 50.001,
508
+ "maximum_capacity": 60,
509
+ "start_date": "1919-09-09T00:00:00+00:00",
510
+ "end_date": "2010-12-18T00:00:00+00:00",
511
+ "nominal_full_load_efficiency": 0.936
512
+ },
513
+ {
514
+ "number_of_poles": 6,
515
+ "type": "Open",
516
+ "synchronous_speed": 1200,
517
+ "minimum_capacity": 60.001,
518
+ "maximum_capacity": 75,
519
+ "start_date": "1919-09-09T00:00:00+00:00",
520
+ "end_date": "2010-12-18T00:00:00+00:00",
521
+ "nominal_full_load_efficiency": 0.936
522
+ },
523
+ {
524
+ "number_of_poles": 6,
525
+ "type": "Open",
526
+ "synchronous_speed": 1200,
527
+ "minimum_capacity": 75.001,
528
+ "maximum_capacity": 100,
529
+ "start_date": "1919-09-09T00:00:00+00:00",
530
+ "end_date": "2010-12-18T00:00:00+00:00",
531
+ "nominal_full_load_efficiency": 0.941
532
+ },
533
+ {
534
+ "number_of_poles": 6,
535
+ "type": "Open",
536
+ "synchronous_speed": 1200,
537
+ "minimum_capacity": 100.001,
538
+ "maximum_capacity": 125,
539
+ "start_date": "1919-09-09T00:00:00+00:00",
540
+ "end_date": "2010-12-18T00:00:00+00:00",
541
+ "nominal_full_load_efficiency": 0.941
542
+ },
543
+ {
544
+ "number_of_poles": 6,
545
+ "type": "Open",
546
+ "synchronous_speed": 1200,
547
+ "minimum_capacity": 125.001,
548
+ "maximum_capacity": 150,
549
+ "start_date": "1919-09-09T00:00:00+00:00",
550
+ "end_date": "2010-12-18T00:00:00+00:00",
551
+ "nominal_full_load_efficiency": 0.945
552
+ },
553
+ {
554
+ "number_of_poles": 6,
555
+ "type": "Open",
556
+ "synchronous_speed": 1200,
557
+ "minimum_capacity": 150.001,
558
+ "maximum_capacity": 200,
559
+ "start_date": "1919-09-09T00:00:00+00:00",
560
+ "end_date": "2010-12-18T00:00:00+00:00",
561
+ "nominal_full_load_efficiency": 0.945
562
+ },
563
+ {
564
+ "number_of_poles": 2,
565
+ "type": "Enclosed",
566
+ "synchronous_speed": 3600,
567
+ "minimum_capacity": 0,
568
+ "maximum_capacity": 1,
569
+ "start_date": "1919-09-09T00:00:00+00:00",
570
+ "end_date": "2010-12-18T00:00:00+00:00",
571
+ "nominal_full_load_efficiency": 0.755
572
+ },
573
+ {
574
+ "number_of_poles": 2,
575
+ "type": "Enclosed",
576
+ "synchronous_speed": 3600,
577
+ "minimum_capacity": 1.001,
578
+ "maximum_capacity": 1.5,
579
+ "start_date": "1919-09-09T00:00:00+00:00",
580
+ "end_date": "2010-12-18T00:00:00+00:00",
581
+ "nominal_full_load_efficiency": 0.825
582
+ },
583
+ {
584
+ "number_of_poles": 2,
585
+ "type": "Enclosed",
586
+ "synchronous_speed": 3600,
587
+ "minimum_capacity": 1.501,
588
+ "maximum_capacity": 2,
589
+ "start_date": "1919-09-09T00:00:00+00:00",
590
+ "end_date": "2010-12-18T00:00:00+00:00",
591
+ "nominal_full_load_efficiency": 0.84
592
+ },
593
+ {
594
+ "number_of_poles": 2,
595
+ "type": "Enclosed",
596
+ "synchronous_speed": 3600,
597
+ "minimum_capacity": 2.001,
598
+ "maximum_capacity": 3,
599
+ "start_date": "1919-09-09T00:00:00+00:00",
600
+ "end_date": "2010-12-18T00:00:00+00:00",
601
+ "nominal_full_load_efficiency": 0.855
602
+ },
603
+ {
604
+ "number_of_poles": 2,
605
+ "type": "Enclosed",
606
+ "synchronous_speed": 3600,
607
+ "minimum_capacity": 3.001,
608
+ "maximum_capacity": 5,
609
+ "start_date": "1919-09-09T00:00:00+00:00",
610
+ "end_date": "2010-12-18T00:00:00+00:00",
611
+ "nominal_full_load_efficiency": 0.875
612
+ },
613
+ {
614
+ "number_of_poles": 2,
615
+ "type": "Enclosed",
616
+ "synchronous_speed": 3600,
617
+ "minimum_capacity": 5.001,
618
+ "maximum_capacity": 7.5,
619
+ "start_date": "1919-09-09T00:00:00+00:00",
620
+ "end_date": "2010-12-18T00:00:00+00:00",
621
+ "nominal_full_load_efficiency": 0.885
622
+ },
623
+ {
624
+ "number_of_poles": 2,
625
+ "type": "Enclosed",
626
+ "synchronous_speed": 3600,
627
+ "minimum_capacity": 7.501,
628
+ "maximum_capacity": 10,
629
+ "start_date": "1919-09-09T00:00:00+00:00",
630
+ "end_date": "2010-12-18T00:00:00+00:00",
631
+ "nominal_full_load_efficiency": 0.895
632
+ },
633
+ {
634
+ "number_of_poles": 2,
635
+ "type": "Enclosed",
636
+ "synchronous_speed": 3600,
637
+ "minimum_capacity": 10.001,
638
+ "maximum_capacity": 15,
639
+ "start_date": "1919-09-09T00:00:00+00:00",
640
+ "end_date": "2010-12-18T00:00:00+00:00",
641
+ "nominal_full_load_efficiency": 0.902
642
+ },
643
+ {
644
+ "number_of_poles": 2,
645
+ "type": "Enclosed",
646
+ "synchronous_speed": 3600,
647
+ "minimum_capacity": 15.001,
648
+ "maximum_capacity": 20,
649
+ "start_date": "1919-09-09T00:00:00+00:00",
650
+ "end_date": "2010-12-18T00:00:00+00:00",
651
+ "nominal_full_load_efficiency": 0.902
652
+ },
653
+ {
654
+ "number_of_poles": 2,
655
+ "type": "Enclosed",
656
+ "synchronous_speed": 3600,
657
+ "minimum_capacity": 20.001,
658
+ "maximum_capacity": 25,
659
+ "start_date": "1919-09-09T00:00:00+00:00",
660
+ "end_date": "2010-12-18T00:00:00+00:00",
661
+ "nominal_full_load_efficiency": 0.91
662
+ },
663
+ {
664
+ "number_of_poles": 2,
665
+ "type": "Enclosed",
666
+ "synchronous_speed": 3600,
667
+ "minimum_capacity": 25.001,
668
+ "maximum_capacity": 30,
669
+ "start_date": "1919-09-09T00:00:00+00:00",
670
+ "end_date": "2010-12-18T00:00:00+00:00",
671
+ "nominal_full_load_efficiency": 0.91
672
+ },
673
+ {
674
+ "number_of_poles": 2,
675
+ "type": "Enclosed",
676
+ "synchronous_speed": 3600,
677
+ "minimum_capacity": 30.001,
678
+ "maximum_capacity": 40,
679
+ "start_date": "1919-09-09T00:00:00+00:00",
680
+ "end_date": "2010-12-18T00:00:00+00:00",
681
+ "nominal_full_load_efficiency": 0.917
682
+ },
683
+ {
684
+ "number_of_poles": 2,
685
+ "type": "Enclosed",
686
+ "synchronous_speed": 3600,
687
+ "minimum_capacity": 40.001,
688
+ "maximum_capacity": 50,
689
+ "start_date": "1919-09-09T00:00:00+00:00",
690
+ "end_date": "2010-12-18T00:00:00+00:00",
691
+ "nominal_full_load_efficiency": 0.924
692
+ },
693
+ {
694
+ "number_of_poles": 2,
695
+ "type": "Enclosed",
696
+ "synchronous_speed": 3600,
697
+ "minimum_capacity": 50.001,
698
+ "maximum_capacity": 60,
699
+ "start_date": "1919-09-09T00:00:00+00:00",
700
+ "end_date": "2010-12-18T00:00:00+00:00",
701
+ "nominal_full_load_efficiency": 0.93
702
+ },
703
+ {
704
+ "number_of_poles": 2,
705
+ "type": "Enclosed",
706
+ "synchronous_speed": 3600,
707
+ "minimum_capacity": 60.001,
708
+ "maximum_capacity": 75,
709
+ "start_date": "1919-09-09T00:00:00+00:00",
710
+ "end_date": "2010-12-18T00:00:00+00:00",
711
+ "nominal_full_load_efficiency": 0.93
712
+ },
713
+ {
714
+ "number_of_poles": 2,
715
+ "type": "Enclosed",
716
+ "synchronous_speed": 3600,
717
+ "minimum_capacity": 75.001,
718
+ "maximum_capacity": 100,
719
+ "start_date": "1919-09-09T00:00:00+00:00",
720
+ "end_date": "2010-12-18T00:00:00+00:00",
721
+ "nominal_full_load_efficiency": 0.936
722
+ },
723
+ {
724
+ "number_of_poles": 2,
725
+ "type": "Enclosed",
726
+ "synchronous_speed": 3600,
727
+ "minimum_capacity": 100.001,
728
+ "maximum_capacity": 125,
729
+ "start_date": "1919-09-09T00:00:00+00:00",
730
+ "end_date": "2010-12-18T00:00:00+00:00",
731
+ "nominal_full_load_efficiency": 0.945
732
+ },
733
+ {
734
+ "number_of_poles": 2,
735
+ "type": "Enclosed",
736
+ "synchronous_speed": 3600,
737
+ "minimum_capacity": 125.001,
738
+ "maximum_capacity": 150,
739
+ "start_date": "1919-09-09T00:00:00+00:00",
740
+ "end_date": "2010-12-18T00:00:00+00:00",
741
+ "nominal_full_load_efficiency": 0.945
742
+ },
743
+ {
744
+ "number_of_poles": 2,
745
+ "type": "Enclosed",
746
+ "synchronous_speed": 3600,
747
+ "minimum_capacity": 150.001,
748
+ "maximum_capacity": 200,
749
+ "start_date": "1919-09-09T00:00:00+00:00",
750
+ "end_date": "2010-12-18T00:00:00+00:00",
751
+ "nominal_full_load_efficiency": 0.95
752
+ },
753
+ {
754
+ "number_of_poles": 4,
755
+ "type": "Enclosed",
756
+ "synchronous_speed": 1800,
757
+ "minimum_capacity": 0,
758
+ "maximum_capacity": 1,
759
+ "start_date": "1919-09-09T00:00:00+00:00",
760
+ "end_date": "2010-12-18T00:00:00+00:00",
761
+ "nominal_full_load_efficiency": 0.825
762
+ },
763
+ {
764
+ "number_of_poles": 4,
765
+ "type": "Enclosed",
766
+ "synchronous_speed": 1800,
767
+ "minimum_capacity": 1.001,
768
+ "maximum_capacity": 1.5,
769
+ "start_date": "1919-09-09T00:00:00+00:00",
770
+ "end_date": "2010-12-18T00:00:00+00:00",
771
+ "nominal_full_load_efficiency": 0.84
772
+ },
773
+ {
774
+ "number_of_poles": 4,
775
+ "type": "Enclosed",
776
+ "synchronous_speed": 1800,
777
+ "minimum_capacity": 1.501,
778
+ "maximum_capacity": 2,
779
+ "start_date": "1919-09-09T00:00:00+00:00",
780
+ "end_date": "2010-12-18T00:00:00+00:00",
781
+ "nominal_full_load_efficiency": 0.84
782
+ },
783
+ {
784
+ "number_of_poles": 4,
785
+ "type": "Enclosed",
786
+ "synchronous_speed": 1800,
787
+ "minimum_capacity": 2.001,
788
+ "maximum_capacity": 3,
789
+ "start_date": "1919-09-09T00:00:00+00:00",
790
+ "end_date": "2010-12-18T00:00:00+00:00",
791
+ "nominal_full_load_efficiency": 0.875
792
+ },
793
+ {
794
+ "number_of_poles": 4,
795
+ "type": "Enclosed",
796
+ "synchronous_speed": 1800,
797
+ "minimum_capacity": 3.001,
798
+ "maximum_capacity": 5,
799
+ "start_date": "1919-09-09T00:00:00+00:00",
800
+ "end_date": "2010-12-18T00:00:00+00:00",
801
+ "nominal_full_load_efficiency": 0.875
802
+ },
803
+ {
804
+ "number_of_poles": 4,
805
+ "type": "Enclosed",
806
+ "synchronous_speed": 1800,
807
+ "minimum_capacity": 5.001,
808
+ "maximum_capacity": 7.5,
809
+ "start_date": "1919-09-09T00:00:00+00:00",
810
+ "end_date": "2010-12-18T00:00:00+00:00",
811
+ "nominal_full_load_efficiency": 0.895
812
+ },
813
+ {
814
+ "number_of_poles": 4,
815
+ "type": "Enclosed",
816
+ "synchronous_speed": 1800,
817
+ "minimum_capacity": 7.501,
818
+ "maximum_capacity": 10,
819
+ "start_date": "1919-09-09T00:00:00+00:00",
820
+ "end_date": "2010-12-18T00:00:00+00:00",
821
+ "nominal_full_load_efficiency": 0.895
822
+ },
823
+ {
824
+ "number_of_poles": 4,
825
+ "type": "Enclosed",
826
+ "synchronous_speed": 1800,
827
+ "minimum_capacity": 10.001,
828
+ "maximum_capacity": 15,
829
+ "start_date": "1919-09-09T00:00:00+00:00",
830
+ "end_date": "2010-12-18T00:00:00+00:00",
831
+ "nominal_full_load_efficiency": 0.91
832
+ },
833
+ {
834
+ "number_of_poles": 4,
835
+ "type": "Enclosed",
836
+ "synchronous_speed": 1800,
837
+ "minimum_capacity": 15.001,
838
+ "maximum_capacity": 20,
839
+ "start_date": "1919-09-09T00:00:00+00:00",
840
+ "end_date": "2010-12-18T00:00:00+00:00",
841
+ "nominal_full_load_efficiency": 0.91
842
+ },
843
+ {
844
+ "number_of_poles": 4,
845
+ "type": "Enclosed",
846
+ "synchronous_speed": 1800,
847
+ "minimum_capacity": 20.001,
848
+ "maximum_capacity": 25,
849
+ "start_date": "1919-09-09T00:00:00+00:00",
850
+ "end_date": "2010-12-18T00:00:00+00:00",
851
+ "nominal_full_load_efficiency": 0.924
852
+ },
853
+ {
854
+ "number_of_poles": 4,
855
+ "type": "Enclosed",
856
+ "synchronous_speed": 1800,
857
+ "minimum_capacity": 25.001,
858
+ "maximum_capacity": 30,
859
+ "start_date": "1919-09-09T00:00:00+00:00",
860
+ "end_date": "2010-12-18T00:00:00+00:00",
861
+ "nominal_full_load_efficiency": 0.924
862
+ },
863
+ {
864
+ "number_of_poles": 4,
865
+ "type": "Enclosed",
866
+ "synchronous_speed": 1800,
867
+ "minimum_capacity": 30.001,
868
+ "maximum_capacity": 40,
869
+ "start_date": "1919-09-09T00:00:00+00:00",
870
+ "end_date": "2010-12-18T00:00:00+00:00",
871
+ "nominal_full_load_efficiency": 0.93
872
+ },
873
+ {
874
+ "number_of_poles": 4,
875
+ "type": "Enclosed",
876
+ "synchronous_speed": 1800,
877
+ "minimum_capacity": 40.001,
878
+ "maximum_capacity": 50,
879
+ "start_date": "1919-09-09T00:00:00+00:00",
880
+ "end_date": "2010-12-18T00:00:00+00:00",
881
+ "nominal_full_load_efficiency": 0.93
882
+ },
883
+ {
884
+ "number_of_poles": 4,
885
+ "type": "Enclosed",
886
+ "synchronous_speed": 1800,
887
+ "minimum_capacity": 50.001,
888
+ "maximum_capacity": 60,
889
+ "start_date": "1919-09-09T00:00:00+00:00",
890
+ "end_date": "2010-12-18T00:00:00+00:00",
891
+ "nominal_full_load_efficiency": 0.936
892
+ },
893
+ {
894
+ "number_of_poles": 4,
895
+ "type": "Enclosed",
896
+ "synchronous_speed": 1800,
897
+ "minimum_capacity": 60.001,
898
+ "maximum_capacity": 75,
899
+ "start_date": "1919-09-09T00:00:00+00:00",
900
+ "end_date": "2010-12-18T00:00:00+00:00",
901
+ "nominal_full_load_efficiency": 0.941
902
+ },
903
+ {
904
+ "number_of_poles": 4,
905
+ "type": "Enclosed",
906
+ "synchronous_speed": 1800,
907
+ "minimum_capacity": 75.001,
908
+ "maximum_capacity": 100,
909
+ "start_date": "1919-09-09T00:00:00+00:00",
910
+ "end_date": "2010-12-18T00:00:00+00:00",
911
+ "nominal_full_load_efficiency": 0.945
912
+ },
913
+ {
914
+ "number_of_poles": 4,
915
+ "type": "Enclosed",
916
+ "synchronous_speed": 1800,
917
+ "minimum_capacity": 100.001,
918
+ "maximum_capacity": 125,
919
+ "start_date": "1919-09-09T00:00:00+00:00",
920
+ "end_date": "2010-12-18T00:00:00+00:00",
921
+ "nominal_full_load_efficiency": 0.945
922
+ },
923
+ {
924
+ "number_of_poles": 4,
925
+ "type": "Enclosed",
926
+ "synchronous_speed": 1800,
927
+ "minimum_capacity": 125.001,
928
+ "maximum_capacity": 150,
929
+ "start_date": "1919-09-09T00:00:00+00:00",
930
+ "end_date": "2010-12-18T00:00:00+00:00",
931
+ "nominal_full_load_efficiency": 0.95
932
+ },
933
+ {
934
+ "number_of_poles": 4,
935
+ "type": "Enclosed",
936
+ "synchronous_speed": 1800,
937
+ "minimum_capacity": 150.001,
938
+ "maximum_capacity": 200,
939
+ "start_date": "1919-09-09T00:00:00+00:00",
940
+ "end_date": "2010-12-18T00:00:00+00:00",
941
+ "nominal_full_load_efficiency": 0.95
942
+ },
943
+ {
944
+ "number_of_poles": 6,
945
+ "type": "Enclosed",
946
+ "synchronous_speed": 1200,
947
+ "minimum_capacity": 0,
948
+ "maximum_capacity": 1,
949
+ "start_date": "1919-09-09T00:00:00+00:00",
950
+ "end_date": "2010-12-18T00:00:00+00:00",
951
+ "nominal_full_load_efficiency": 0.8
952
+ },
953
+ {
954
+ "number_of_poles": 6,
955
+ "type": "Enclosed",
956
+ "synchronous_speed": 1200,
957
+ "minimum_capacity": 1.001,
958
+ "maximum_capacity": 1.5,
959
+ "start_date": "1919-09-09T00:00:00+00:00",
960
+ "end_date": "2010-12-18T00:00:00+00:00",
961
+ "nominal_full_load_efficiency": 0.855
962
+ },
963
+ {
964
+ "number_of_poles": 6,
965
+ "type": "Enclosed",
966
+ "synchronous_speed": 1200,
967
+ "minimum_capacity": 1.501,
968
+ "maximum_capacity": 2,
969
+ "start_date": "1919-09-09T00:00:00+00:00",
970
+ "end_date": "2010-12-18T00:00:00+00:00",
971
+ "nominal_full_load_efficiency": 0.865
972
+ },
973
+ {
974
+ "number_of_poles": 6,
975
+ "type": "Enclosed",
976
+ "synchronous_speed": 1200,
977
+ "minimum_capacity": 2.001,
978
+ "maximum_capacity": 3,
979
+ "start_date": "1919-09-09T00:00:00+00:00",
980
+ "end_date": "2010-12-18T00:00:00+00:00",
981
+ "nominal_full_load_efficiency": 0.875
982
+ },
983
+ {
984
+ "number_of_poles": 6,
985
+ "type": "Enclosed",
986
+ "synchronous_speed": 1200,
987
+ "minimum_capacity": 3.001,
988
+ "maximum_capacity": 5,
989
+ "start_date": "1919-09-09T00:00:00+00:00",
990
+ "end_date": "2010-12-18T00:00:00+00:00",
991
+ "nominal_full_load_efficiency": 0.875
992
+ },
993
+ {
994
+ "number_of_poles": 6,
995
+ "type": "Enclosed",
996
+ "synchronous_speed": 1200,
997
+ "minimum_capacity": 5.001,
998
+ "maximum_capacity": 7.5,
999
+ "start_date": "1919-09-09T00:00:00+00:00",
1000
+ "end_date": "2010-12-18T00:00:00+00:00",
1001
+ "nominal_full_load_efficiency": 0.895
1002
+ },
1003
+ {
1004
+ "number_of_poles": 6,
1005
+ "type": "Enclosed",
1006
+ "synchronous_speed": 1200,
1007
+ "minimum_capacity": 7.501,
1008
+ "maximum_capacity": 10,
1009
+ "start_date": "1919-09-09T00:00:00+00:00",
1010
+ "end_date": "2010-12-18T00:00:00+00:00",
1011
+ "nominal_full_load_efficiency": 0.895
1012
+ },
1013
+ {
1014
+ "number_of_poles": 6,
1015
+ "type": "Enclosed",
1016
+ "synchronous_speed": 1200,
1017
+ "minimum_capacity": 10.001,
1018
+ "maximum_capacity": 15,
1019
+ "start_date": "1919-09-09T00:00:00+00:00",
1020
+ "end_date": "2010-12-18T00:00:00+00:00",
1021
+ "nominal_full_load_efficiency": 0.902
1022
+ },
1023
+ {
1024
+ "number_of_poles": 6,
1025
+ "type": "Enclosed",
1026
+ "synchronous_speed": 1200,
1027
+ "minimum_capacity": 15.001,
1028
+ "maximum_capacity": 20,
1029
+ "start_date": "1919-09-09T00:00:00+00:00",
1030
+ "end_date": "2010-12-18T00:00:00+00:00",
1031
+ "nominal_full_load_efficiency": 0.902
1032
+ },
1033
+ {
1034
+ "number_of_poles": 6,
1035
+ "type": "Enclosed",
1036
+ "synchronous_speed": 1200,
1037
+ "minimum_capacity": 20.001,
1038
+ "maximum_capacity": 25,
1039
+ "start_date": "1919-09-09T00:00:00+00:00",
1040
+ "end_date": "2010-12-18T00:00:00+00:00",
1041
+ "nominal_full_load_efficiency": 0.917
1042
+ },
1043
+ {
1044
+ "number_of_poles": 6,
1045
+ "type": "Enclosed",
1046
+ "synchronous_speed": 1200,
1047
+ "minimum_capacity": 25.001,
1048
+ "maximum_capacity": 30,
1049
+ "start_date": "1919-09-09T00:00:00+00:00",
1050
+ "end_date": "2010-12-18T00:00:00+00:00",
1051
+ "nominal_full_load_efficiency": 0.917
1052
+ },
1053
+ {
1054
+ "number_of_poles": 6,
1055
+ "type": "Enclosed",
1056
+ "synchronous_speed": 1200,
1057
+ "minimum_capacity": 30.001,
1058
+ "maximum_capacity": 40,
1059
+ "start_date": "1919-09-09T00:00:00+00:00",
1060
+ "end_date": "2010-12-18T00:00:00+00:00",
1061
+ "nominal_full_load_efficiency": 0.93
1062
+ },
1063
+ {
1064
+ "number_of_poles": 6,
1065
+ "type": "Enclosed",
1066
+ "synchronous_speed": 1200,
1067
+ "minimum_capacity": 40.001,
1068
+ "maximum_capacity": 50,
1069
+ "start_date": "1919-09-09T00:00:00+00:00",
1070
+ "end_date": "2010-12-18T00:00:00+00:00",
1071
+ "nominal_full_load_efficiency": 0.93
1072
+ },
1073
+ {
1074
+ "number_of_poles": 6,
1075
+ "type": "Enclosed",
1076
+ "synchronous_speed": 1200,
1077
+ "minimum_capacity": 50.001,
1078
+ "maximum_capacity": 60,
1079
+ "start_date": "1919-09-09T00:00:00+00:00",
1080
+ "end_date": "2010-12-18T00:00:00+00:00",
1081
+ "nominal_full_load_efficiency": 0.936
1082
+ },
1083
+ {
1084
+ "number_of_poles": 6,
1085
+ "type": "Enclosed",
1086
+ "synchronous_speed": 1200,
1087
+ "minimum_capacity": 60.001,
1088
+ "maximum_capacity": 75,
1089
+ "start_date": "1919-09-09T00:00:00+00:00",
1090
+ "end_date": "2010-12-18T00:00:00+00:00",
1091
+ "nominal_full_load_efficiency": 0.936
1092
+ },
1093
+ {
1094
+ "number_of_poles": 6,
1095
+ "type": "Enclosed",
1096
+ "synchronous_speed": 1200,
1097
+ "minimum_capacity": 75.001,
1098
+ "maximum_capacity": 100,
1099
+ "start_date": "1919-09-09T00:00:00+00:00",
1100
+ "end_date": "2010-12-18T00:00:00+00:00",
1101
+ "nominal_full_load_efficiency": 0.941
1102
+ },
1103
+ {
1104
+ "number_of_poles": 6,
1105
+ "type": "Enclosed",
1106
+ "synchronous_speed": 1200,
1107
+ "minimum_capacity": 100.001,
1108
+ "maximum_capacity": 125,
1109
+ "start_date": "1919-09-09T00:00:00+00:00",
1110
+ "end_date": "2010-12-18T00:00:00+00:00",
1111
+ "nominal_full_load_efficiency": 0.941
1112
+ },
1113
+ {
1114
+ "number_of_poles": 6,
1115
+ "type": "Enclosed",
1116
+ "synchronous_speed": 1200,
1117
+ "minimum_capacity": 125.001,
1118
+ "maximum_capacity": 150,
1119
+ "start_date": "1919-09-09T00:00:00+00:00",
1120
+ "end_date": "2010-12-18T00:00:00+00:00",
1121
+ "nominal_full_load_efficiency": 0.95
1122
+ },
1123
+ {
1124
+ "number_of_poles": 6,
1125
+ "type": "Enclosed",
1126
+ "synchronous_speed": 1200,
1127
+ "minimum_capacity": 150.001,
1128
+ "maximum_capacity": 200,
1129
+ "start_date": "1919-09-09T00:00:00+00:00",
1130
+ "end_date": "2010-12-18T00:00:00+00:00",
1131
+ "nominal_full_load_efficiency": 0.95
1132
+ },
1133
+ {
1134
+ "number_of_poles": 2,
1135
+ "type": "Open",
1136
+ "synchronous_speed": 3600,
1137
+ "minimum_capacity": 0,
1138
+ "maximum_capacity": 1,
1139
+ "start_date": "2010-12-19T00:00:00+00:00",
1140
+ "end_date": "2999-09-09T00:00:00+00:00",
1141
+ "nominal_full_load_efficiency": 0.77
1142
+ },
1143
+ {
1144
+ "number_of_poles": 2,
1145
+ "type": "Open",
1146
+ "synchronous_speed": 3600,
1147
+ "minimum_capacity": 1.001,
1148
+ "maximum_capacity": 1.5,
1149
+ "start_date": "2010-12-19T00:00:00+00:00",
1150
+ "end_date": "2999-09-09T00:00:00+00:00",
1151
+ "nominal_full_load_efficiency": 0.84
1152
+ },
1153
+ {
1154
+ "number_of_poles": 2,
1155
+ "type": "Open",
1156
+ "synchronous_speed": 3600,
1157
+ "minimum_capacity": 1.501,
1158
+ "maximum_capacity": 2,
1159
+ "start_date": "2010-12-19T00:00:00+00:00",
1160
+ "end_date": "2999-09-09T00:00:00+00:00",
1161
+ "nominal_full_load_efficiency": 0.855
1162
+ },
1163
+ {
1164
+ "number_of_poles": 2,
1165
+ "type": "Open",
1166
+ "synchronous_speed": 3600,
1167
+ "minimum_capacity": 2.001,
1168
+ "maximum_capacity": 3,
1169
+ "start_date": "2010-12-19T00:00:00+00:00",
1170
+ "end_date": "2999-09-09T00:00:00+00:00",
1171
+ "nominal_full_load_efficiency": 0.855
1172
+ },
1173
+ {
1174
+ "number_of_poles": 2,
1175
+ "type": "Open",
1176
+ "synchronous_speed": 3600,
1177
+ "minimum_capacity": 3.001,
1178
+ "maximum_capacity": 5,
1179
+ "start_date": "2010-12-19T00:00:00+00:00",
1180
+ "end_date": "2999-09-09T00:00:00+00:00",
1181
+ "nominal_full_load_efficiency": 0.865
1182
+ },
1183
+ {
1184
+ "number_of_poles": 2,
1185
+ "type": "Open",
1186
+ "synchronous_speed": 3600,
1187
+ "minimum_capacity": 5.001,
1188
+ "maximum_capacity": 7.5,
1189
+ "start_date": "2010-12-19T00:00:00+00:00",
1190
+ "end_date": "2999-09-09T00:00:00+00:00",
1191
+ "nominal_full_load_efficiency": 0.885
1192
+ },
1193
+ {
1194
+ "number_of_poles": 2,
1195
+ "type": "Open",
1196
+ "synchronous_speed": 3600,
1197
+ "minimum_capacity": 7.501,
1198
+ "maximum_capacity": 10,
1199
+ "start_date": "2010-12-19T00:00:00+00:00",
1200
+ "end_date": "2999-09-09T00:00:00+00:00",
1201
+ "nominal_full_load_efficiency": 0.895
1202
+ },
1203
+ {
1204
+ "number_of_poles": 2,
1205
+ "type": "Open",
1206
+ "synchronous_speed": 3600,
1207
+ "minimum_capacity": 10.001,
1208
+ "maximum_capacity": 15,
1209
+ "start_date": "2010-12-19T00:00:00+00:00",
1210
+ "end_date": "2999-09-09T00:00:00+00:00",
1211
+ "nominal_full_load_efficiency": 0.902
1212
+ },
1213
+ {
1214
+ "number_of_poles": 2,
1215
+ "type": "Open",
1216
+ "synchronous_speed": 3600,
1217
+ "minimum_capacity": 15.001,
1218
+ "maximum_capacity": 20,
1219
+ "start_date": "2010-12-19T00:00:00+00:00",
1220
+ "end_date": "2999-09-09T00:00:00+00:00",
1221
+ "nominal_full_load_efficiency": 0.91
1222
+ },
1223
+ {
1224
+ "number_of_poles": 2,
1225
+ "type": "Open",
1226
+ "synchronous_speed": 3600,
1227
+ "minimum_capacity": 20.001,
1228
+ "maximum_capacity": 25,
1229
+ "start_date": "2010-12-19T00:00:00+00:00",
1230
+ "end_date": "2999-09-09T00:00:00+00:00",
1231
+ "nominal_full_load_efficiency": 0.917
1232
+ },
1233
+ {
1234
+ "number_of_poles": 2,
1235
+ "type": "Open",
1236
+ "synchronous_speed": 3600,
1237
+ "minimum_capacity": 25.001,
1238
+ "maximum_capacity": 30,
1239
+ "start_date": "2010-12-19T00: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": 2,
1245
+ "type": "Open",
1246
+ "synchronous_speed": 3600,
1247
+ "minimum_capacity": 30.001,
1248
+ "maximum_capacity": 40,
1249
+ "start_date": "2010-12-19T00:00:00+00:00",
1250
+ "end_date": "2999-09-09T00:00:00+00:00",
1251
+ "nominal_full_load_efficiency": 0.924
1252
+ },
1253
+ {
1254
+ "number_of_poles": 2,
1255
+ "type": "Open",
1256
+ "synchronous_speed": 3600,
1257
+ "minimum_capacity": 40.001,
1258
+ "maximum_capacity": 50,
1259
+ "start_date": "2010-12-19T00:00:00+00:00",
1260
+ "end_date": "2999-09-09T00:00:00+00:00",
1261
+ "nominal_full_load_efficiency": 0.93
1262
+ },
1263
+ {
1264
+ "number_of_poles": 2,
1265
+ "type": "Open",
1266
+ "synchronous_speed": 3600,
1267
+ "minimum_capacity": 50.001,
1268
+ "maximum_capacity": 60,
1269
+ "start_date": "2010-12-19T00:00:00+00:00",
1270
+ "end_date": "2999-09-09T00:00:00+00:00",
1271
+ "nominal_full_load_efficiency": 0.936
1272
+ },
1273
+ {
1274
+ "number_of_poles": 2,
1275
+ "type": "Open",
1276
+ "synchronous_speed": 3600,
1277
+ "minimum_capacity": 60.001,
1278
+ "maximum_capacity": 75,
1279
+ "start_date": "2010-12-19T00: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": 2,
1285
+ "type": "Open",
1286
+ "synchronous_speed": 3600,
1287
+ "minimum_capacity": 75.001,
1288
+ "maximum_capacity": 100,
1289
+ "start_date": "2010-12-19T00: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": 2,
1295
+ "type": "Open",
1296
+ "synchronous_speed": 3600,
1297
+ "minimum_capacity": 100.001,
1298
+ "maximum_capacity": 125,
1299
+ "start_date": "2010-12-19T00: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": 2,
1305
+ "type": "Open",
1306
+ "synchronous_speed": 3600,
1307
+ "minimum_capacity": 125.001,
1308
+ "maximum_capacity": 150,
1309
+ "start_date": "2010-12-19T00:00:00+00:00",
1310
+ "end_date": "2999-09-09T00:00:00+00:00",
1311
+ "nominal_full_load_efficiency": 0.941
1312
+ },
1313
+ {
1314
+ "number_of_poles": 2,
1315
+ "type": "Open",
1316
+ "synchronous_speed": 3600,
1317
+ "minimum_capacity": 150.001,
1318
+ "maximum_capacity": 200,
1319
+ "start_date": "2010-12-19T00: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": 2,
1325
+ "type": "Open",
1326
+ "synchronous_speed": 3600,
1327
+ "minimum_capacity": 200.001,
1328
+ "maximum_capacity": 250,
1329
+ "start_date": "2010-12-19T00:00:00+00:00",
1330
+ "end_date": "2999-09-09T00:00:00+00:00",
1331
+ "nominal_full_load_efficiency": 0.95
1332
+ },
1333
+ {
1334
+ "number_of_poles": 2,
1335
+ "type": "Open",
1336
+ "synchronous_speed": 3600,
1337
+ "minimum_capacity": 250.001,
1338
+ "maximum_capacity": 300,
1339
+ "start_date": "2010-12-19T00: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": 2,
1345
+ "type": "Open",
1346
+ "synchronous_speed": 3600,
1347
+ "minimum_capacity": 300.001,
1348
+ "maximum_capacity": 350,
1349
+ "start_date": "2010-12-19T00: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": 2,
1355
+ "type": "Open",
1356
+ "synchronous_speed": 3600,
1357
+ "minimum_capacity": 350.001,
1358
+ "maximum_capacity": 400,
1359
+ "start_date": "2010-12-19T00: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": 2,
1365
+ "type": "Open",
1366
+ "synchronous_speed": 3600,
1367
+ "minimum_capacity": 400.001,
1368
+ "maximum_capacity": 450,
1369
+ "start_date": "2010-12-19T00:00:00+00:00",
1370
+ "end_date": "2999-09-09T00:00:00+00:00",
1371
+ "nominal_full_load_efficiency": 0.958
1372
+ },
1373
+ {
1374
+ "number_of_poles": 2,
1375
+ "type": "Open",
1376
+ "synchronous_speed": 3600,
1377
+ "minimum_capacity": 450.001,
1378
+ "maximum_capacity": 500,
1379
+ "start_date": "2010-12-19T00:00:00+00:00",
1380
+ "end_date": "2999-09-09T00:00:00+00:00",
1381
+ "nominal_full_load_efficiency": 0.958
1382
+ },
1383
+ {
1384
+ "number_of_poles": 4,
1385
+ "type": "Open",
1386
+ "synchronous_speed": 1800,
1387
+ "minimum_capacity": 0,
1388
+ "maximum_capacity": 1,
1389
+ "start_date": "2010-12-19T00:00:00+00:00",
1390
+ "end_date": "2999-09-09T00:00:00+00:00",
1391
+ "nominal_full_load_efficiency": 0.855
1392
+ },
1393
+ {
1394
+ "number_of_poles": 4,
1395
+ "type": "Open",
1396
+ "synchronous_speed": 1800,
1397
+ "minimum_capacity": 1.001,
1398
+ "maximum_capacity": 1.5,
1399
+ "start_date": "2010-12-19T00:00:00+00:00",
1400
+ "end_date": "2999-09-09T00:00:00+00:00",
1401
+ "nominal_full_load_efficiency": 0.865
1402
+ },
1403
+ {
1404
+ "number_of_poles": 4,
1405
+ "type": "Open",
1406
+ "synchronous_speed": 1800,
1407
+ "minimum_capacity": 1.501,
1408
+ "maximum_capacity": 2,
1409
+ "start_date": "2010-12-19T00:00:00+00:00",
1410
+ "end_date": "2999-09-09T00:00:00+00:00",
1411
+ "nominal_full_load_efficiency": 0.865
1412
+ },
1413
+ {
1414
+ "number_of_poles": 4,
1415
+ "type": "Open",
1416
+ "synchronous_speed": 1800,
1417
+ "minimum_capacity": 2.001,
1418
+ "maximum_capacity": 3,
1419
+ "start_date": "2010-12-19T00:00:00+00:00",
1420
+ "end_date": "2999-09-09T00:00:00+00:00",
1421
+ "nominal_full_load_efficiency": 0.895
1422
+ },
1423
+ {
1424
+ "number_of_poles": 4,
1425
+ "type": "Open",
1426
+ "synchronous_speed": 1800,
1427
+ "minimum_capacity": 3.001,
1428
+ "maximum_capacity": 5,
1429
+ "start_date": "2010-12-19T00:00:00+00:00",
1430
+ "end_date": "2999-09-09T00:00:00+00:00",
1431
+ "nominal_full_load_efficiency": 0.895
1432
+ },
1433
+ {
1434
+ "number_of_poles": 4,
1435
+ "type": "Open",
1436
+ "synchronous_speed": 1800,
1437
+ "minimum_capacity": 5.001,
1438
+ "maximum_capacity": 7.5,
1439
+ "start_date": "2010-12-19T00:00:00+00:00",
1440
+ "end_date": "2999-09-09T00:00:00+00:00",
1441
+ "nominal_full_load_efficiency": 0.91
1442
+ },
1443
+ {
1444
+ "number_of_poles": 4,
1445
+ "type": "Open",
1446
+ "synchronous_speed": 1800,
1447
+ "minimum_capacity": 7.501,
1448
+ "maximum_capacity": 10,
1449
+ "start_date": "2010-12-19T00:00:00+00:00",
1450
+ "end_date": "2999-09-09T00:00:00+00:00",
1451
+ "nominal_full_load_efficiency": 0.917
1452
+ },
1453
+ {
1454
+ "number_of_poles": 4,
1455
+ "type": "Open",
1456
+ "synchronous_speed": 1800,
1457
+ "minimum_capacity": 10.001,
1458
+ "maximum_capacity": 15,
1459
+ "start_date": "2010-12-19T00:00:00+00:00",
1460
+ "end_date": "2999-09-09T00:00:00+00:00",
1461
+ "nominal_full_load_efficiency": 0.93
1462
+ },
1463
+ {
1464
+ "number_of_poles": 4,
1465
+ "type": "Open",
1466
+ "synchronous_speed": 1800,
1467
+ "minimum_capacity": 15.001,
1468
+ "maximum_capacity": 20,
1469
+ "start_date": "2010-12-19T00:00:00+00:00",
1470
+ "end_date": "2999-09-09T00:00:00+00:00",
1471
+ "nominal_full_load_efficiency": 0.93
1472
+ },
1473
+ {
1474
+ "number_of_poles": 4,
1475
+ "type": "Open",
1476
+ "synchronous_speed": 1800,
1477
+ "minimum_capacity": 20.001,
1478
+ "maximum_capacity": 25,
1479
+ "start_date": "2010-12-19T00:00:00+00:00",
1480
+ "end_date": "2999-09-09T00:00:00+00:00",
1481
+ "nominal_full_load_efficiency": 0.936
1482
+ },
1483
+ {
1484
+ "number_of_poles": 4,
1485
+ "type": "Open",
1486
+ "synchronous_speed": 1800,
1487
+ "minimum_capacity": 25.001,
1488
+ "maximum_capacity": 30,
1489
+ "start_date": "2010-12-19T00:00:00+00:00",
1490
+ "end_date": "2999-09-09T00:00:00+00:00",
1491
+ "nominal_full_load_efficiency": 0.941
1492
+ },
1493
+ {
1494
+ "number_of_poles": 4,
1495
+ "type": "Open",
1496
+ "synchronous_speed": 1800,
1497
+ "minimum_capacity": 30.001,
1498
+ "maximum_capacity": 40,
1499
+ "start_date": "2010-12-19T00:00:00+00:00",
1500
+ "end_date": "2999-09-09T00:00:00+00:00",
1501
+ "nominal_full_load_efficiency": 0.941
1502
+ },
1503
+ {
1504
+ "number_of_poles": 4,
1505
+ "type": "Open",
1506
+ "synchronous_speed": 1800,
1507
+ "minimum_capacity": 40.001,
1508
+ "maximum_capacity": 50,
1509
+ "start_date": "2010-12-19T00:00:00+00:00",
1510
+ "end_date": "2999-09-09T00:00:00+00:00",
1511
+ "nominal_full_load_efficiency": 0.945
1512
+ },
1513
+ {
1514
+ "number_of_poles": 4,
1515
+ "type": "Open",
1516
+ "synchronous_speed": 1800,
1517
+ "minimum_capacity": 50.001,
1518
+ "maximum_capacity": 60,
1519
+ "start_date": "2010-12-19T00:00:00+00:00",
1520
+ "end_date": "2999-09-09T00:00:00+00:00",
1521
+ "nominal_full_load_efficiency": 0.95
1522
+ },
1523
+ {
1524
+ "number_of_poles": 4,
1525
+ "type": "Open",
1526
+ "synchronous_speed": 1800,
1527
+ "minimum_capacity": 60.001,
1528
+ "maximum_capacity": 75,
1529
+ "start_date": "2010-12-19T00:00:00+00:00",
1530
+ "end_date": "2999-09-09T00:00:00+00:00",
1531
+ "nominal_full_load_efficiency": 0.95
1532
+ },
1533
+ {
1534
+ "number_of_poles": 4,
1535
+ "type": "Open",
1536
+ "synchronous_speed": 1800,
1537
+ "minimum_capacity": 75.001,
1538
+ "maximum_capacity": 100,
1539
+ "start_date": "2010-12-19T00:00:00+00:00",
1540
+ "end_date": "2999-09-09T00:00:00+00:00",
1541
+ "nominal_full_load_efficiency": 0.954
1542
+ },
1543
+ {
1544
+ "number_of_poles": 4,
1545
+ "type": "Open",
1546
+ "synchronous_speed": 1800,
1547
+ "minimum_capacity": 100.001,
1548
+ "maximum_capacity": 125,
1549
+ "start_date": "2010-12-19T00:00:00+00:00",
1550
+ "end_date": "2999-09-09T00:00:00+00:00",
1551
+ "nominal_full_load_efficiency": 0.954
1552
+ },
1553
+ {
1554
+ "number_of_poles": 4,
1555
+ "type": "Open",
1556
+ "synchronous_speed": 1800,
1557
+ "minimum_capacity": 125.001,
1558
+ "maximum_capacity": 150,
1559
+ "start_date": "2010-12-19T00:00:00+00:00",
1560
+ "end_date": "2999-09-09T00:00:00+00:00",
1561
+ "nominal_full_load_efficiency": 0.958
1562
+ },
1563
+ {
1564
+ "number_of_poles": 4,
1565
+ "type": "Open",
1566
+ "synchronous_speed": 1800,
1567
+ "minimum_capacity": 150.001,
1568
+ "maximum_capacity": 200,
1569
+ "start_date": "2010-12-19T00:00:00+00:00",
1570
+ "end_date": "2999-09-09T00:00:00+00:00",
1571
+ "nominal_full_load_efficiency": 0.958
1572
+ },
1573
+ {
1574
+ "number_of_poles": 4,
1575
+ "type": "Open",
1576
+ "synchronous_speed": 1800,
1577
+ "minimum_capacity": 200.001,
1578
+ "maximum_capacity": 250,
1579
+ "start_date": "2010-12-19T00:00:00+00:00",
1580
+ "end_date": "2999-09-09T00:00:00+00:00",
1581
+ "nominal_full_load_efficiency": 0.958
1582
+ },
1583
+ {
1584
+ "number_of_poles": 4,
1585
+ "type": "Open",
1586
+ "synchronous_speed": 1800,
1587
+ "minimum_capacity": 250.001,
1588
+ "maximum_capacity": 300,
1589
+ "start_date": "2010-12-19T00:00:00+00:00",
1590
+ "end_date": "2999-09-09T00:00:00+00:00",
1591
+ "nominal_full_load_efficiency": 0.958
1592
+ },
1593
+ {
1594
+ "number_of_poles": 4,
1595
+ "type": "Open",
1596
+ "synchronous_speed": 1800,
1597
+ "minimum_capacity": 300.001,
1598
+ "maximum_capacity": 350,
1599
+ "start_date": "2010-12-19T00:00:00+00:00",
1600
+ "end_date": "2999-09-09T00:00:00+00:00",
1601
+ "nominal_full_load_efficiency": 0.958
1602
+ },
1603
+ {
1604
+ "number_of_poles": 4,
1605
+ "type": "Open",
1606
+ "synchronous_speed": 1800,
1607
+ "minimum_capacity": 350.001,
1608
+ "maximum_capacity": 400,
1609
+ "start_date": "2010-12-19T00:00:00+00:00",
1610
+ "end_date": "2999-09-09T00:00:00+00:00",
1611
+ "nominal_full_load_efficiency": 0.958
1612
+ },
1613
+ {
1614
+ "number_of_poles": 4,
1615
+ "type": "Open",
1616
+ "synchronous_speed": 1800,
1617
+ "minimum_capacity": 400.001,
1618
+ "maximum_capacity": 450,
1619
+ "start_date": "2010-12-19T00:00:00+00:00",
1620
+ "end_date": "2999-09-09T00:00:00+00:00",
1621
+ "nominal_full_load_efficiency": 0.962
1622
+ },
1623
+ {
1624
+ "number_of_poles": 4,
1625
+ "type": "Open",
1626
+ "synchronous_speed": 1800,
1627
+ "minimum_capacity": 450.001,
1628
+ "maximum_capacity": 500,
1629
+ "start_date": "2010-12-19T00:00:00+00:00",
1630
+ "end_date": "2999-09-09T00:00:00+00:00",
1631
+ "nominal_full_load_efficiency": 0.962
1632
+ },
1633
+ {
1634
+ "number_of_poles": 6,
1635
+ "type": "Open",
1636
+ "synchronous_speed": 1200,
1637
+ "minimum_capacity": 0,
1638
+ "maximum_capacity": 1,
1639
+ "start_date": "2010-12-19T00:00:00+00:00",
1640
+ "end_date": "2999-09-09T00:00:00+00:00",
1641
+ "nominal_full_load_efficiency": 0.825
1642
+ },
1643
+ {
1644
+ "number_of_poles": 6,
1645
+ "type": "Open",
1646
+ "synchronous_speed": 1200,
1647
+ "minimum_capacity": 1.001,
1648
+ "maximum_capacity": 1.5,
1649
+ "start_date": "2010-12-19T00:00:00+00:00",
1650
+ "end_date": "2999-09-09T00:00:00+00:00",
1651
+ "nominal_full_load_efficiency": 0.865
1652
+ },
1653
+ {
1654
+ "number_of_poles": 6,
1655
+ "type": "Open",
1656
+ "synchronous_speed": 1200,
1657
+ "minimum_capacity": 1.501,
1658
+ "maximum_capacity": 2,
1659
+ "start_date": "2010-12-19T00:00:00+00:00",
1660
+ "end_date": "2999-09-09T00:00:00+00:00",
1661
+ "nominal_full_load_efficiency": 0.875
1662
+ },
1663
+ {
1664
+ "number_of_poles": 6,
1665
+ "type": "Open",
1666
+ "synchronous_speed": 1200,
1667
+ "minimum_capacity": 2.001,
1668
+ "maximum_capacity": 3,
1669
+ "start_date": "2010-12-19T00:00:00+00:00",
1670
+ "end_date": "2999-09-09T00:00:00+00:00",
1671
+ "nominal_full_load_efficiency": 0.885
1672
+ },
1673
+ {
1674
+ "number_of_poles": 6,
1675
+ "type": "Open",
1676
+ "synchronous_speed": 1200,
1677
+ "minimum_capacity": 3.001,
1678
+ "maximum_capacity": 5,
1679
+ "start_date": "2010-12-19T00:00:00+00:00",
1680
+ "end_date": "2999-09-09T00:00:00+00:00",
1681
+ "nominal_full_load_efficiency": 0.895
1682
+ },
1683
+ {
1684
+ "number_of_poles": 6,
1685
+ "type": "Open",
1686
+ "synchronous_speed": 1200,
1687
+ "minimum_capacity": 5.001,
1688
+ "maximum_capacity": 7.5,
1689
+ "start_date": "2010-12-19T00:00:00+00:00",
1690
+ "end_date": "2999-09-09T00:00:00+00:00",
1691
+ "nominal_full_load_efficiency": 0.902
1692
+ },
1693
+ {
1694
+ "number_of_poles": 6,
1695
+ "type": "Open",
1696
+ "synchronous_speed": 1200,
1697
+ "minimum_capacity": 7.501,
1698
+ "maximum_capacity": 10,
1699
+ "start_date": "2010-12-19T00:00:00+00:00",
1700
+ "end_date": "2999-09-09T00:00:00+00:00",
1701
+ "nominal_full_load_efficiency": 0.917
1702
+ },
1703
+ {
1704
+ "number_of_poles": 6,
1705
+ "type": "Open",
1706
+ "synchronous_speed": 1200,
1707
+ "minimum_capacity": 10.001,
1708
+ "maximum_capacity": 15,
1709
+ "start_date": "2010-12-19T00:00:00+00:00",
1710
+ "end_date": "2999-09-09T00:00:00+00:00",
1711
+ "nominal_full_load_efficiency": 0.917
1712
+ },
1713
+ {
1714
+ "number_of_poles": 6,
1715
+ "type": "Open",
1716
+ "synchronous_speed": 1200,
1717
+ "minimum_capacity": 15.001,
1718
+ "maximum_capacity": 20,
1719
+ "start_date": "2010-12-19T00:00:00+00:00",
1720
+ "end_date": "2999-09-09T00:00:00+00:00",
1721
+ "nominal_full_load_efficiency": 0.924
1722
+ },
1723
+ {
1724
+ "number_of_poles": 6,
1725
+ "type": "Open",
1726
+ "synchronous_speed": 1200,
1727
+ "minimum_capacity": 20.001,
1728
+ "maximum_capacity": 25,
1729
+ "start_date": "2010-12-19T00:00:00+00:00",
1730
+ "end_date": "2999-09-09T00:00:00+00:00",
1731
+ "nominal_full_load_efficiency": 0.93
1732
+ },
1733
+ {
1734
+ "number_of_poles": 6,
1735
+ "type": "Open",
1736
+ "synchronous_speed": 1200,
1737
+ "minimum_capacity": 25.001,
1738
+ "maximum_capacity": 30,
1739
+ "start_date": "2010-12-19T00:00:00+00:00",
1740
+ "end_date": "2999-09-09T00:00:00+00:00",
1741
+ "nominal_full_load_efficiency": 0.936
1742
+ },
1743
+ {
1744
+ "number_of_poles": 6,
1745
+ "type": "Open",
1746
+ "synchronous_speed": 1200,
1747
+ "minimum_capacity": 30.001,
1748
+ "maximum_capacity": 40,
1749
+ "start_date": "2010-12-19T00:00:00+00:00",
1750
+ "end_date": "2999-09-09T00:00:00+00:00",
1751
+ "nominal_full_load_efficiency": 0.941
1752
+ },
1753
+ {
1754
+ "number_of_poles": 6,
1755
+ "type": "Open",
1756
+ "synchronous_speed": 1200,
1757
+ "minimum_capacity": 40.001,
1758
+ "maximum_capacity": 50,
1759
+ "start_date": "2010-12-19T00:00:00+00:00",
1760
+ "end_date": "2999-09-09T00:00:00+00:00",
1761
+ "nominal_full_load_efficiency": 0.941
1762
+ },
1763
+ {
1764
+ "number_of_poles": 6,
1765
+ "type": "Open",
1766
+ "synchronous_speed": 1200,
1767
+ "minimum_capacity": 50.001,
1768
+ "maximum_capacity": 60,
1769
+ "start_date": "2010-12-19T00:00:00+00:00",
1770
+ "end_date": "2999-09-09T00:00:00+00:00",
1771
+ "nominal_full_load_efficiency": 0.945
1772
+ },
1773
+ {
1774
+ "number_of_poles": 6,
1775
+ "type": "Open",
1776
+ "synchronous_speed": 1200,
1777
+ "minimum_capacity": 60.001,
1778
+ "maximum_capacity": 75,
1779
+ "start_date": "2010-12-19T00:00:00+00:00",
1780
+ "end_date": "2999-09-09T00:00:00+00:00",
1781
+ "nominal_full_load_efficiency": 0.945
1782
+ },
1783
+ {
1784
+ "number_of_poles": 6,
1785
+ "type": "Open",
1786
+ "synchronous_speed": 1200,
1787
+ "minimum_capacity": 75.001,
1788
+ "maximum_capacity": 100,
1789
+ "start_date": "2010-12-19T00:00:00+00:00",
1790
+ "end_date": "2999-09-09T00:00:00+00:00",
1791
+ "nominal_full_load_efficiency": 0.95
1792
+ },
1793
+ {
1794
+ "number_of_poles": 6,
1795
+ "type": "Open",
1796
+ "synchronous_speed": 1200,
1797
+ "minimum_capacity": 100.001,
1798
+ "maximum_capacity": 125,
1799
+ "start_date": "2010-12-19T00:00:00+00:00",
1800
+ "end_date": "2999-09-09T00:00:00+00:00",
1801
+ "nominal_full_load_efficiency": 0.95
1802
+ },
1803
+ {
1804
+ "number_of_poles": 6,
1805
+ "type": "Open",
1806
+ "synchronous_speed": 1200,
1807
+ "minimum_capacity": 125.001,
1808
+ "maximum_capacity": 150,
1809
+ "start_date": "2010-12-19T00:00:00+00:00",
1810
+ "end_date": "2999-09-09T00:00:00+00:00",
1811
+ "nominal_full_load_efficiency": 0.954
1812
+ },
1813
+ {
1814
+ "number_of_poles": 6,
1815
+ "type": "Open",
1816
+ "synchronous_speed": 1200,
1817
+ "minimum_capacity": 150.001,
1818
+ "maximum_capacity": 200,
1819
+ "start_date": "2010-12-19T00:00:00+00:00",
1820
+ "end_date": "2999-09-09T00:00:00+00:00",
1821
+ "nominal_full_load_efficiency": 0.954
1822
+ },
1823
+ {
1824
+ "number_of_poles": 6,
1825
+ "type": "Open",
1826
+ "synchronous_speed": 1200,
1827
+ "minimum_capacity": 200.001,
1828
+ "maximum_capacity": 250,
1829
+ "start_date": "2010-12-19T00:00:00+00:00",
1830
+ "end_date": "2999-09-09T00:00:00+00:00",
1831
+ "nominal_full_load_efficiency": 0.954
1832
+ },
1833
+ {
1834
+ "number_of_poles": 6,
1835
+ "type": "Open",
1836
+ "synchronous_speed": 1200,
1837
+ "minimum_capacity": 250.001,
1838
+ "maximum_capacity": 300,
1839
+ "start_date": "2010-12-19T00:00:00+00:00",
1840
+ "end_date": "2999-09-09T00:00:00+00:00",
1841
+ "nominal_full_load_efficiency": 0.954
1842
+ },
1843
+ {
1844
+ "number_of_poles": 6,
1845
+ "type": "Open",
1846
+ "synchronous_speed": 1200,
1847
+ "minimum_capacity": 300.001,
1848
+ "maximum_capacity": 350,
1849
+ "start_date": "2010-12-19T00:00:00+00:00",
1850
+ "end_date": "2999-09-09T00:00:00+00:00",
1851
+ "nominal_full_load_efficiency": 0.954
1852
+ },
1853
+ {
1854
+ "number_of_poles": 6,
1855
+ "type": "Open",
1856
+ "synchronous_speed": 1200,
1857
+ "minimum_capacity": 350.001,
1858
+ "maximum_capacity": 400,
1859
+ "start_date": "2010-12-19T00:00:00+00:00",
1860
+ "end_date": "2999-09-09T00:00:00+00:00",
1861
+ "nominal_full_load_efficiency": 0.958
1862
+ },
1863
+ {
1864
+ "number_of_poles": 6,
1865
+ "type": "Open",
1866
+ "synchronous_speed": 1200,
1867
+ "minimum_capacity": 400.001,
1868
+ "maximum_capacity": 450,
1869
+ "start_date": "2010-12-19T00:00:00+00:00",
1870
+ "end_date": "2999-09-09T00:00:00+00:00",
1871
+ "nominal_full_load_efficiency": 0.962
1872
+ },
1873
+ {
1874
+ "number_of_poles": 6,
1875
+ "type": "Open",
1876
+ "synchronous_speed": 1200,
1877
+ "minimum_capacity": 450.001,
1878
+ "maximum_capacity": 500,
1879
+ "start_date": "2010-12-19T00:00:00+00:00",
1880
+ "end_date": "2999-09-09T00:00:00+00:00",
1881
+ "nominal_full_load_efficiency": 0.962
1882
+ },
1883
+ {
1884
+ "number_of_poles": 2,
1885
+ "type": "Enclosed",
1886
+ "synchronous_speed": 3600,
1887
+ "minimum_capacity": 0,
1888
+ "maximum_capacity": 1,
1889
+ "start_date": "2010-12-19T00:00:00+00:00",
1890
+ "end_date": "2999-09-09T00:00:00+00:00",
1891
+ "nominal_full_load_efficiency": 0.77
1892
+ },
1893
+ {
1894
+ "number_of_poles": 2,
1895
+ "type": "Enclosed",
1896
+ "synchronous_speed": 3600,
1897
+ "minimum_capacity": 1.001,
1898
+ "maximum_capacity": 1.5,
1899
+ "start_date": "2010-12-19T00:00:00+00:00",
1900
+ "end_date": "2999-09-09T00:00:00+00:00",
1901
+ "nominal_full_load_efficiency": 0.84
1902
+ },
1903
+ {
1904
+ "number_of_poles": 2,
1905
+ "type": "Enclosed",
1906
+ "synchronous_speed": 3600,
1907
+ "minimum_capacity": 1.501,
1908
+ "maximum_capacity": 2,
1909
+ "start_date": "2010-12-19T00:00:00+00:00",
1910
+ "end_date": "2999-09-09T00:00:00+00:00",
1911
+ "nominal_full_load_efficiency": 0.855
1912
+ },
1913
+ {
1914
+ "number_of_poles": 2,
1915
+ "type": "Enclosed",
1916
+ "synchronous_speed": 3600,
1917
+ "minimum_capacity": 2.001,
1918
+ "maximum_capacity": 3,
1919
+ "start_date": "2010-12-19T00:00:00+00:00",
1920
+ "end_date": "2999-09-09T00:00:00+00:00",
1921
+ "nominal_full_load_efficiency": 0.865
1922
+ },
1923
+ {
1924
+ "number_of_poles": 2,
1925
+ "type": "Enclosed",
1926
+ "synchronous_speed": 3600,
1927
+ "minimum_capacity": 3.001,
1928
+ "maximum_capacity": 5,
1929
+ "start_date": "2010-12-19T00:00:00+00:00",
1930
+ "end_date": "2999-09-09T00:00:00+00:00",
1931
+ "nominal_full_load_efficiency": 0.885
1932
+ },
1933
+ {
1934
+ "number_of_poles": 2,
1935
+ "type": "Enclosed",
1936
+ "synchronous_speed": 3600,
1937
+ "minimum_capacity": 5.001,
1938
+ "maximum_capacity": 7.5,
1939
+ "start_date": "2010-12-19T00:00:00+00:00",
1940
+ "end_date": "2999-09-09T00:00:00+00:00",
1941
+ "nominal_full_load_efficiency": 0.895
1942
+ },
1943
+ {
1944
+ "number_of_poles": 2,
1945
+ "type": "Enclosed",
1946
+ "synchronous_speed": 3600,
1947
+ "minimum_capacity": 7.501,
1948
+ "maximum_capacity": 10,
1949
+ "start_date": "2010-12-19T00:00:00+00:00",
1950
+ "end_date": "2999-09-09T00:00:00+00:00",
1951
+ "nominal_full_load_efficiency": 0.902
1952
+ },
1953
+ {
1954
+ "number_of_poles": 2,
1955
+ "type": "Enclosed",
1956
+ "synchronous_speed": 3600,
1957
+ "minimum_capacity": 10.001,
1958
+ "maximum_capacity": 15,
1959
+ "start_date": "2010-12-19T00:00:00+00:00",
1960
+ "end_date": "2999-09-09T00:00:00+00:00",
1961
+ "nominal_full_load_efficiency": 0.91
1962
+ },
1963
+ {
1964
+ "number_of_poles": 2,
1965
+ "type": "Enclosed",
1966
+ "synchronous_speed": 3600,
1967
+ "minimum_capacity": 15.001,
1968
+ "maximum_capacity": 20,
1969
+ "start_date": "2010-12-19T00:00:00+00:00",
1970
+ "end_date": "2999-09-09T00:00:00+00:00",
1971
+ "nominal_full_load_efficiency": 0.91
1972
+ },
1973
+ {
1974
+ "number_of_poles": 2,
1975
+ "type": "Enclosed",
1976
+ "synchronous_speed": 3600,
1977
+ "minimum_capacity": 20.001,
1978
+ "maximum_capacity": 25,
1979
+ "start_date": "2010-12-19T00:00:00+00:00",
1980
+ "end_date": "2999-09-09T00:00:00+00:00",
1981
+ "nominal_full_load_efficiency": 0.917
1982
+ },
1983
+ {
1984
+ "number_of_poles": 2,
1985
+ "type": "Enclosed",
1986
+ "synchronous_speed": 3600,
1987
+ "minimum_capacity": 25.001,
1988
+ "maximum_capacity": 30,
1989
+ "start_date": "2010-12-19T00:00:00+00:00",
1990
+ "end_date": "2999-09-09T00:00:00+00:00",
1991
+ "nominal_full_load_efficiency": 0.917
1992
+ },
1993
+ {
1994
+ "number_of_poles": 2,
1995
+ "type": "Enclosed",
1996
+ "synchronous_speed": 3600,
1997
+ "minimum_capacity": 30.001,
1998
+ "maximum_capacity": 40,
1999
+ "start_date": "2010-12-19T00:00:00+00:00",
2000
+ "end_date": "2999-09-09T00:00:00+00:00",
2001
+ "nominal_full_load_efficiency": 0.924
2002
+ },
2003
+ {
2004
+ "number_of_poles": 2,
2005
+ "type": "Enclosed",
2006
+ "synchronous_speed": 3600,
2007
+ "minimum_capacity": 40.001,
2008
+ "maximum_capacity": 50,
2009
+ "start_date": "2010-12-19T00:00:00+00:00",
2010
+ "end_date": "2999-09-09T00:00:00+00:00",
2011
+ "nominal_full_load_efficiency": 0.93
2012
+ },
2013
+ {
2014
+ "number_of_poles": 2,
2015
+ "type": "Enclosed",
2016
+ "synchronous_speed": 3600,
2017
+ "minimum_capacity": 50.001,
2018
+ "maximum_capacity": 60,
2019
+ "start_date": "2010-12-19T00:00:00+00:00",
2020
+ "end_date": "2999-09-09T00:00:00+00:00",
2021
+ "nominal_full_load_efficiency": 0.936
2022
+ },
2023
+ {
2024
+ "number_of_poles": 2,
2025
+ "type": "Enclosed",
2026
+ "synchronous_speed": 3600,
2027
+ "minimum_capacity": 60.001,
2028
+ "maximum_capacity": 75,
2029
+ "start_date": "2010-12-19T00:00:00+00:00",
2030
+ "end_date": "2999-09-09T00:00:00+00:00",
2031
+ "nominal_full_load_efficiency": 0.936
2032
+ },
2033
+ {
2034
+ "number_of_poles": 2,
2035
+ "type": "Enclosed",
2036
+ "synchronous_speed": 3600,
2037
+ "minimum_capacity": 75.001,
2038
+ "maximum_capacity": 100,
2039
+ "start_date": "2010-12-19T00:00:00+00:00",
2040
+ "end_date": "2999-09-09T00:00:00+00:00",
2041
+ "nominal_full_load_efficiency": 0.941
2042
+ },
2043
+ {
2044
+ "number_of_poles": 2,
2045
+ "type": "Enclosed",
2046
+ "synchronous_speed": 3600,
2047
+ "minimum_capacity": 100.001,
2048
+ "maximum_capacity": 125,
2049
+ "start_date": "2010-12-19T00:00:00+00:00",
2050
+ "end_date": "2999-09-09T00:00:00+00:00",
2051
+ "nominal_full_load_efficiency": 0.95
2052
+ },
2053
+ {
2054
+ "number_of_poles": 2,
2055
+ "type": "Enclosed",
2056
+ "synchronous_speed": 3600,
2057
+ "minimum_capacity": 125.001,
2058
+ "maximum_capacity": 150,
2059
+ "start_date": "2010-12-19T00:00:00+00:00",
2060
+ "end_date": "2999-09-09T00:00:00+00:00",
2061
+ "nominal_full_load_efficiency": 0.95
2062
+ },
2063
+ {
2064
+ "number_of_poles": 2,
2065
+ "type": "Enclosed",
2066
+ "synchronous_speed": 3600,
2067
+ "minimum_capacity": 150.001,
2068
+ "maximum_capacity": 200,
2069
+ "start_date": "2010-12-19T00:00:00+00:00",
2070
+ "end_date": "2999-09-09T00:00:00+00:00",
2071
+ "nominal_full_load_efficiency": 0.954
2072
+ },
2073
+ {
2074
+ "number_of_poles": 2,
2075
+ "type": "Enclosed",
2076
+ "synchronous_speed": 3600,
2077
+ "minimum_capacity": 200.001,
2078
+ "maximum_capacity": 250,
2079
+ "start_date": "2010-12-19T00:00:00+00:00",
2080
+ "end_date": "2999-09-09T00:00:00+00:00",
2081
+ "nominal_full_load_efficiency": 0.958
2082
+ },
2083
+ {
2084
+ "number_of_poles": 2,
2085
+ "type": "Enclosed",
2086
+ "synchronous_speed": 3600,
2087
+ "minimum_capacity": 250.001,
2088
+ "maximum_capacity": 300,
2089
+ "start_date": "2010-12-19T00:00:00+00:00",
2090
+ "end_date": "2999-09-09T00:00:00+00:00",
2091
+ "nominal_full_load_efficiency": 0.958
2092
+ },
2093
+ {
2094
+ "number_of_poles": 2,
2095
+ "type": "Enclosed",
2096
+ "synchronous_speed": 3600,
2097
+ "minimum_capacity": 300.001,
2098
+ "maximum_capacity": 350,
2099
+ "start_date": "2010-12-19T00:00:00+00:00",
2100
+ "end_date": "2999-09-09T00:00:00+00:00",
2101
+ "nominal_full_load_efficiency": 0.958
2102
+ },
2103
+ {
2104
+ "number_of_poles": 2,
2105
+ "type": "Enclosed",
2106
+ "synchronous_speed": 3600,
2107
+ "minimum_capacity": 350.001,
2108
+ "maximum_capacity": 400,
2109
+ "start_date": "2010-12-19T00:00:00+00:00",
2110
+ "end_date": "2999-09-09T00:00:00+00:00",
2111
+ "nominal_full_load_efficiency": 0.958
2112
+ },
2113
+ {
2114
+ "number_of_poles": 2,
2115
+ "type": "Enclosed",
2116
+ "synchronous_speed": 3600,
2117
+ "minimum_capacity": 400.001,
2118
+ "maximum_capacity": 450,
2119
+ "start_date": "2010-12-19T00:00:00+00:00",
2120
+ "end_date": "2999-09-09T00:00:00+00:00",
2121
+ "nominal_full_load_efficiency": 0.958
2122
+ },
2123
+ {
2124
+ "number_of_poles": 2,
2125
+ "type": "Enclosed",
2126
+ "synchronous_speed": 3600,
2127
+ "minimum_capacity": 450.001,
2128
+ "maximum_capacity": 500,
2129
+ "start_date": "2010-12-19T00:00:00+00:00",
2130
+ "end_date": "2999-09-09T00:00:00+00:00",
2131
+ "nominal_full_load_efficiency": 0.958
2132
+ },
2133
+ {
2134
+ "number_of_poles": 4,
2135
+ "type": "Enclosed",
2136
+ "synchronous_speed": 1800,
2137
+ "minimum_capacity": 0,
2138
+ "maximum_capacity": 1,
2139
+ "start_date": "2010-12-19T00:00:00+00:00",
2140
+ "end_date": "2999-09-09T00:00:00+00:00",
2141
+ "nominal_full_load_efficiency": 0.855
2142
+ },
2143
+ {
2144
+ "number_of_poles": 4,
2145
+ "type": "Enclosed",
2146
+ "synchronous_speed": 1800,
2147
+ "minimum_capacity": 1.001,
2148
+ "maximum_capacity": 1.5,
2149
+ "start_date": "2010-12-19T00:00:00+00:00",
2150
+ "end_date": "2999-09-09T00:00:00+00:00",
2151
+ "nominal_full_load_efficiency": 0.865
2152
+ },
2153
+ {
2154
+ "number_of_poles": 4,
2155
+ "type": "Enclosed",
2156
+ "synchronous_speed": 1800,
2157
+ "minimum_capacity": 1.501,
2158
+ "maximum_capacity": 2,
2159
+ "start_date": "2010-12-19T00:00:00+00:00",
2160
+ "end_date": "2999-09-09T00:00:00+00:00",
2161
+ "nominal_full_load_efficiency": 0.865
2162
+ },
2163
+ {
2164
+ "number_of_poles": 4,
2165
+ "type": "Enclosed",
2166
+ "synchronous_speed": 1800,
2167
+ "minimum_capacity": 2.001,
2168
+ "maximum_capacity": 3,
2169
+ "start_date": "2010-12-19T00:00:00+00:00",
2170
+ "end_date": "2999-09-09T00:00:00+00:00",
2171
+ "nominal_full_load_efficiency": 0.895
2172
+ },
2173
+ {
2174
+ "number_of_poles": 4,
2175
+ "type": "Enclosed",
2176
+ "synchronous_speed": 1800,
2177
+ "minimum_capacity": 3.001,
2178
+ "maximum_capacity": 5,
2179
+ "start_date": "2010-12-19T00:00:00+00:00",
2180
+ "end_date": "2999-09-09T00:00:00+00:00",
2181
+ "nominal_full_load_efficiency": 0.895
2182
+ },
2183
+ {
2184
+ "number_of_poles": 4,
2185
+ "type": "Enclosed",
2186
+ "synchronous_speed": 1800,
2187
+ "minimum_capacity": 5.001,
2188
+ "maximum_capacity": 7.5,
2189
+ "start_date": "2010-12-19T00:00:00+00:00",
2190
+ "end_date": "2999-09-09T00:00:00+00:00",
2191
+ "nominal_full_load_efficiency": 0.917
2192
+ },
2193
+ {
2194
+ "number_of_poles": 4,
2195
+ "type": "Enclosed",
2196
+ "synchronous_speed": 1800,
2197
+ "minimum_capacity": 7.501,
2198
+ "maximum_capacity": 10,
2199
+ "start_date": "2010-12-19T00:00:00+00:00",
2200
+ "end_date": "2999-09-09T00:00:00+00:00",
2201
+ "nominal_full_load_efficiency": 0.917
2202
+ },
2203
+ {
2204
+ "number_of_poles": 4,
2205
+ "type": "Enclosed",
2206
+ "synchronous_speed": 1800,
2207
+ "minimum_capacity": 10.001,
2208
+ "maximum_capacity": 15,
2209
+ "start_date": "2010-12-19T00:00:00+00:00",
2210
+ "end_date": "2999-09-09T00:00:00+00:00",
2211
+ "nominal_full_load_efficiency": 0.924
2212
+ },
2213
+ {
2214
+ "number_of_poles": 4,
2215
+ "type": "Enclosed",
2216
+ "synchronous_speed": 1800,
2217
+ "minimum_capacity": 15.001,
2218
+ "maximum_capacity": 20,
2219
+ "start_date": "2010-12-19T00:00:00+00:00",
2220
+ "end_date": "2999-09-09T00:00:00+00:00",
2221
+ "nominal_full_load_efficiency": 0.93
2222
+ },
2223
+ {
2224
+ "number_of_poles": 4,
2225
+ "type": "Enclosed",
2226
+ "synchronous_speed": 1800,
2227
+ "minimum_capacity": 20.001,
2228
+ "maximum_capacity": 25,
2229
+ "start_date": "2010-12-19T00:00:00+00:00",
2230
+ "end_date": "2999-09-09T00:00:00+00:00",
2231
+ "nominal_full_load_efficiency": 0.936
2232
+ },
2233
+ {
2234
+ "number_of_poles": 4,
2235
+ "type": "Enclosed",
2236
+ "synchronous_speed": 1800,
2237
+ "minimum_capacity": 25.001,
2238
+ "maximum_capacity": 30,
2239
+ "start_date": "2010-12-19T00:00:00+00:00",
2240
+ "end_date": "2999-09-09T00:00:00+00:00",
2241
+ "nominal_full_load_efficiency": 0.936
2242
+ },
2243
+ {
2244
+ "number_of_poles": 4,
2245
+ "type": "Enclosed",
2246
+ "synchronous_speed": 1800,
2247
+ "minimum_capacity": 30.001,
2248
+ "maximum_capacity": 40,
2249
+ "start_date": "2010-12-19T00:00:00+00:00",
2250
+ "end_date": "2999-09-09T00:00:00+00:00",
2251
+ "nominal_full_load_efficiency": 0.941
2252
+ },
2253
+ {
2254
+ "number_of_poles": 4,
2255
+ "type": "Enclosed",
2256
+ "synchronous_speed": 1800,
2257
+ "minimum_capacity": 40.001,
2258
+ "maximum_capacity": 50,
2259
+ "start_date": "2010-12-19T00:00:00+00:00",
2260
+ "end_date": "2999-09-09T00:00:00+00:00",
2261
+ "nominal_full_load_efficiency": 0.945
2262
+ },
2263
+ {
2264
+ "number_of_poles": 4,
2265
+ "type": "Enclosed",
2266
+ "synchronous_speed": 1800,
2267
+ "minimum_capacity": 50.001,
2268
+ "maximum_capacity": 60,
2269
+ "start_date": "2010-12-19T00:00:00+00:00",
2270
+ "end_date": "2999-09-09T00:00:00+00:00",
2271
+ "nominal_full_load_efficiency": 0.95
2272
+ },
2273
+ {
2274
+ "number_of_poles": 4,
2275
+ "type": "Enclosed",
2276
+ "synchronous_speed": 1800,
2277
+ "minimum_capacity": 60.001,
2278
+ "maximum_capacity": 75,
2279
+ "start_date": "2010-12-19T00:00:00+00:00",
2280
+ "end_date": "2999-09-09T00:00:00+00:00",
2281
+ "nominal_full_load_efficiency": 0.954
2282
+ },
2283
+ {
2284
+ "number_of_poles": 4,
2285
+ "type": "Enclosed",
2286
+ "synchronous_speed": 1800,
2287
+ "minimum_capacity": 75.001,
2288
+ "maximum_capacity": 100,
2289
+ "start_date": "2010-12-19T00:00:00+00:00",
2290
+ "end_date": "2999-09-09T00:00:00+00:00",
2291
+ "nominal_full_load_efficiency": 0.954
2292
+ },
2293
+ {
2294
+ "number_of_poles": 4,
2295
+ "type": "Enclosed",
2296
+ "synchronous_speed": 1800,
2297
+ "minimum_capacity": 100.001,
2298
+ "maximum_capacity": 125,
2299
+ "start_date": "2010-12-19T00:00:00+00:00",
2300
+ "end_date": "2999-09-09T00:00:00+00:00",
2301
+ "nominal_full_load_efficiency": 0.954
2302
+ },
2303
+ {
2304
+ "number_of_poles": 4,
2305
+ "type": "Enclosed",
2306
+ "synchronous_speed": 1800,
2307
+ "minimum_capacity": 125.001,
2308
+ "maximum_capacity": 150,
2309
+ "start_date": "2010-12-19T00:00:00+00:00",
2310
+ "end_date": "2999-09-09T00:00:00+00:00",
2311
+ "nominal_full_load_efficiency": 0.958
2312
+ },
2313
+ {
2314
+ "number_of_poles": 4,
2315
+ "type": "Enclosed",
2316
+ "synchronous_speed": 1800,
2317
+ "minimum_capacity": 150.001,
2318
+ "maximum_capacity": 200,
2319
+ "start_date": "2010-12-19T00:00:00+00:00",
2320
+ "end_date": "2999-09-09T00:00:00+00:00",
2321
+ "nominal_full_load_efficiency": 0.962
2322
+ },
2323
+ {
2324
+ "number_of_poles": 4,
2325
+ "type": "Enclosed",
2326
+ "synchronous_speed": 1800,
2327
+ "minimum_capacity": 200.001,
2328
+ "maximum_capacity": 250,
2329
+ "start_date": "2010-12-19T00:00:00+00:00",
2330
+ "end_date": "2999-09-09T00:00:00+00:00",
2331
+ "nominal_full_load_efficiency": 0.962
2332
+ },
2333
+ {
2334
+ "number_of_poles": 4,
2335
+ "type": "Enclosed",
2336
+ "synchronous_speed": 1800,
2337
+ "minimum_capacity": 250.001,
2338
+ "maximum_capacity": 300,
2339
+ "start_date": "2010-12-19T00:00:00+00:00",
2340
+ "end_date": "2999-09-09T00:00:00+00:00",
2341
+ "nominal_full_load_efficiency": 0.962
2342
+ },
2343
+ {
2344
+ "number_of_poles": 4,
2345
+ "type": "Enclosed",
2346
+ "synchronous_speed": 1800,
2347
+ "minimum_capacity": 300.001,
2348
+ "maximum_capacity": 350,
2349
+ "start_date": "2010-12-19T00:00:00+00:00",
2350
+ "end_date": "2999-09-09T00:00:00+00:00",
2351
+ "nominal_full_load_efficiency": 0.962
2352
+ },
2353
+ {
2354
+ "number_of_poles": 4,
2355
+ "type": "Enclosed",
2356
+ "synchronous_speed": 1800,
2357
+ "minimum_capacity": 350.001,
2358
+ "maximum_capacity": 400,
2359
+ "start_date": "2010-12-19T00:00:00+00:00",
2360
+ "end_date": "2999-09-09T00:00:00+00:00",
2361
+ "nominal_full_load_efficiency": 0.962
2362
+ },
2363
+ {
2364
+ "number_of_poles": 4,
2365
+ "type": "Enclosed",
2366
+ "synchronous_speed": 1800,
2367
+ "minimum_capacity": 400.001,
2368
+ "maximum_capacity": 450,
2369
+ "start_date": "2010-12-19T00:00:00+00:00",
2370
+ "end_date": "2999-09-09T00:00:00+00:00",
2371
+ "nominal_full_load_efficiency": 0.962
2372
+ },
2373
+ {
2374
+ "number_of_poles": 4,
6
2375
  "type": "Enclosed",
7
- "synchronous_speed": 1800.0,
8
- "minimum_capacity": 0.0,
9
- "maximum_capacity": 0.999,
10
- "nominal_full_load_efficiency": 0.29,
11
- "notes": "Motors below 1 HP assumed to be PSC, with average typical efficiency of 29% per PNNL"
2376
+ "synchronous_speed": 1800,
2377
+ "minimum_capacity": 450.001,
2378
+ "maximum_capacity": 500,
2379
+ "start_date": "2010-12-19T00:00:00+00:00",
2380
+ "end_date": "2999-09-09T00:00:00+00:00",
2381
+ "nominal_full_load_efficiency": 0.962
12
2382
  },
13
2383
  {
14
- "template": "90.1-2010",
15
- "number_of_poles": 4.0,
2384
+ "number_of_poles": 6,
16
2385
  "type": "Enclosed",
17
- "synchronous_speed": 1800.0,
18
- "minimum_capacity": 1.0,
19
- "maximum_capacity": 1.499,
20
- "nominal_full_load_efficiency": 0.855,
21
- "notes": "From 90.1-2010 Table 10.8B"
2386
+ "synchronous_speed": 1200,
2387
+ "minimum_capacity": 0,
2388
+ "maximum_capacity": 1,
2389
+ "start_date": "2010-12-19T00:00:00+00:00",
2390
+ "end_date": "2999-09-09T00:00:00+00:00",
2391
+ "nominal_full_load_efficiency": 0.825
22
2392
  },
23
2393
  {
24
- "template": "90.1-2010",
25
- "number_of_poles": 4.0,
2394
+ "number_of_poles": 6,
26
2395
  "type": "Enclosed",
27
- "synchronous_speed": 1800.0,
28
- "minimum_capacity": 1.5,
29
- "maximum_capacity": 1.999,
30
- "nominal_full_load_efficiency": 0.865,
31
- "notes": "From 90.1-2010 Table 10.8B"
2396
+ "synchronous_speed": 1200,
2397
+ "minimum_capacity": 1.001,
2398
+ "maximum_capacity": 1.5,
2399
+ "start_date": "2010-12-19T00:00:00+00:00",
2400
+ "end_date": "2999-09-09T00:00:00+00:00",
2401
+ "nominal_full_load_efficiency": 0.875
32
2402
  },
33
2403
  {
34
- "template": "90.1-2010",
35
- "number_of_poles": 4.0,
2404
+ "number_of_poles": 6,
36
2405
  "type": "Enclosed",
37
- "synchronous_speed": 1800.0,
38
- "minimum_capacity": 2.0,
39
- "maximum_capacity": 2.999,
40
- "nominal_full_load_efficiency": 0.865,
41
- "notes": "From 90.1-2010 Table 10.8B"
2406
+ "synchronous_speed": 1200,
2407
+ "minimum_capacity": 1.501,
2408
+ "maximum_capacity": 2,
2409
+ "start_date": "2010-12-19T00:00:00+00:00",
2410
+ "end_date": "2999-09-09T00:00:00+00:00",
2411
+ "nominal_full_load_efficiency": 0.885
42
2412
  },
43
2413
  {
44
- "template": "90.1-2010",
45
- "number_of_poles": 4.0,
2414
+ "number_of_poles": 6,
46
2415
  "type": "Enclosed",
47
- "synchronous_speed": 1800.0,
48
- "minimum_capacity": 3.0,
49
- "maximum_capacity": 4.999,
50
- "nominal_full_load_efficiency": 0.895,
51
- "notes": "From 90.1-2010 Table 10.8B"
2416
+ "synchronous_speed": 1200,
2417
+ "minimum_capacity": 2.001,
2418
+ "maximum_capacity": 3,
2419
+ "start_date": "2010-12-19T00:00:00+00:00",
2420
+ "end_date": "2999-09-09T00:00:00+00:00",
2421
+ "nominal_full_load_efficiency": 0.895
52
2422
  },
53
2423
  {
54
- "template": "90.1-2010",
55
- "number_of_poles": 4.0,
2424
+ "number_of_poles": 6,
56
2425
  "type": "Enclosed",
57
- "synchronous_speed": 1800.0,
58
- "minimum_capacity": 5.0,
59
- "maximum_capacity": 7.499,
60
- "nominal_full_load_efficiency": 0.895,
61
- "notes": "From 90.1-2010 Table 10.8B"
2426
+ "synchronous_speed": 1200,
2427
+ "minimum_capacity": 3.001,
2428
+ "maximum_capacity": 5,
2429
+ "start_date": "2010-12-19T00:00:00+00:00",
2430
+ "end_date": "2999-09-09T00:00:00+00:00",
2431
+ "nominal_full_load_efficiency": 0.895
62
2432
  },
63
2433
  {
64
- "template": "90.1-2010",
65
- "number_of_poles": 4.0,
2434
+ "number_of_poles": 6,
66
2435
  "type": "Enclosed",
67
- "synchronous_speed": 1800.0,
68
- "minimum_capacity": 7.5,
69
- "maximum_capacity": 9.999,
70
- "nominal_full_load_efficiency": 0.917,
71
- "notes": "From 90.1-2010 Table 10.8B"
2436
+ "synchronous_speed": 1200,
2437
+ "minimum_capacity": 5.001,
2438
+ "maximum_capacity": 7.5,
2439
+ "start_date": "2010-12-19T00:00:00+00:00",
2440
+ "end_date": "2999-09-09T00:00:00+00:00",
2441
+ "nominal_full_load_efficiency": 0.91
72
2442
  },
73
2443
  {
74
- "template": "90.1-2010",
75
- "number_of_poles": 4.0,
2444
+ "number_of_poles": 6,
76
2445
  "type": "Enclosed",
77
- "synchronous_speed": 1800.0,
78
- "minimum_capacity": 10.0,
79
- "maximum_capacity": 14.999,
80
- "nominal_full_load_efficiency": 0.917,
81
- "notes": "From 90.1-2010 Table 10.8B"
2446
+ "synchronous_speed": 1200,
2447
+ "minimum_capacity": 7.501,
2448
+ "maximum_capacity": 10,
2449
+ "start_date": "2010-12-19T00:00:00+00:00",
2450
+ "end_date": "2999-09-09T00:00:00+00:00",
2451
+ "nominal_full_load_efficiency": 0.91
82
2452
  },
83
2453
  {
84
- "template": "90.1-2010",
85
- "number_of_poles": 4.0,
2454
+ "number_of_poles": 6,
86
2455
  "type": "Enclosed",
87
- "synchronous_speed": 1800.0,
88
- "minimum_capacity": 15.0,
89
- "maximum_capacity": 19.999,
90
- "nominal_full_load_efficiency": 0.924,
91
- "notes": "From 90.1-2010 Table 10.8B"
2456
+ "synchronous_speed": 1200,
2457
+ "minimum_capacity": 10.001,
2458
+ "maximum_capacity": 15,
2459
+ "start_date": "2010-12-19T00:00:00+00:00",
2460
+ "end_date": "2999-09-09T00:00:00+00:00",
2461
+ "nominal_full_load_efficiency": 0.917
92
2462
  },
93
2463
  {
94
- "template": "90.1-2010",
95
- "number_of_poles": 4.0,
2464
+ "number_of_poles": 6,
96
2465
  "type": "Enclosed",
97
- "synchronous_speed": 1800.0,
98
- "minimum_capacity": 20.0,
99
- "maximum_capacity": 24.9999,
100
- "nominal_full_load_efficiency": 0.93,
101
- "notes": "From 90.1-2010 Table 10.8B"
2466
+ "synchronous_speed": 1200,
2467
+ "minimum_capacity": 15.001,
2468
+ "maximum_capacity": 20,
2469
+ "start_date": "2010-12-19T00:00:00+00:00",
2470
+ "end_date": "2999-09-09T00:00:00+00:00",
2471
+ "nominal_full_load_efficiency": 0.917
102
2472
  },
103
2473
  {
104
- "template": "90.1-2010",
105
- "number_of_poles": 4.0,
2474
+ "number_of_poles": 6,
106
2475
  "type": "Enclosed",
107
- "synchronous_speed": 1800.0,
108
- "minimum_capacity": 25.0,
109
- "maximum_capacity": 29.999,
110
- "nominal_full_load_efficiency": 0.936,
111
- "notes": "From 90.1-2010 Table 10.8B"
2476
+ "synchronous_speed": 1200,
2477
+ "minimum_capacity": 20.001,
2478
+ "maximum_capacity": 25,
2479
+ "start_date": "2010-12-19T00:00:00+00:00",
2480
+ "end_date": "2999-09-09T00:00:00+00:00",
2481
+ "nominal_full_load_efficiency": 0.93
112
2482
  },
113
2483
  {
114
- "template": "90.1-2010",
115
- "number_of_poles": 4.0,
2484
+ "number_of_poles": 6,
116
2485
  "type": "Enclosed",
117
- "synchronous_speed": 1800.0,
118
- "minimum_capacity": 30.0,
119
- "maximum_capacity": 39.999,
120
- "nominal_full_load_efficiency": 0.936,
121
- "notes": "From 90.1-2010 Table 10.8B"
2486
+ "synchronous_speed": 1200,
2487
+ "minimum_capacity": 25.001,
2488
+ "maximum_capacity": 30,
2489
+ "start_date": "2010-12-19T00:00:00+00:00",
2490
+ "end_date": "2999-09-09T00:00:00+00:00",
2491
+ "nominal_full_load_efficiency": 0.93
122
2492
  },
123
2493
  {
124
- "template": "90.1-2010",
125
- "number_of_poles": 4.0,
2494
+ "number_of_poles": 6,
126
2495
  "type": "Enclosed",
127
- "synchronous_speed": 1800.0,
128
- "minimum_capacity": 40.0,
129
- "maximum_capacity": 49.999,
130
- "nominal_full_load_efficiency": 0.941,
131
- "notes": "From 90.1-2010 Table 10.8B"
2496
+ "synchronous_speed": 1200,
2497
+ "minimum_capacity": 30.001,
2498
+ "maximum_capacity": 40,
2499
+ "start_date": "2010-12-19T00:00:00+00:00",
2500
+ "end_date": "2999-09-09T00:00:00+00:00",
2501
+ "nominal_full_load_efficiency": 0.941
132
2502
  },
133
2503
  {
134
- "template": "90.1-2010",
135
- "number_of_poles": 4.0,
2504
+ "number_of_poles": 6,
136
2505
  "type": "Enclosed",
137
- "synchronous_speed": 1800.0,
138
- "minimum_capacity": 50.0,
139
- "maximum_capacity": 59.999,
140
- "nominal_full_load_efficiency": 0.945,
141
- "notes": "From 90.1-2010 Table 10.8B"
2506
+ "synchronous_speed": 1200,
2507
+ "minimum_capacity": 40.001,
2508
+ "maximum_capacity": 50,
2509
+ "start_date": "2010-12-19T00:00:00+00:00",
2510
+ "end_date": "2999-09-09T00:00:00+00:00",
2511
+ "nominal_full_load_efficiency": 0.941
142
2512
  },
143
2513
  {
144
- "template": "90.1-2010",
145
- "number_of_poles": 4.0,
2514
+ "number_of_poles": 6,
146
2515
  "type": "Enclosed",
147
- "synchronous_speed": 1800.0,
148
- "minimum_capacity": 60.0,
149
- "maximum_capacity": 74.999,
150
- "nominal_full_load_efficiency": 0.95,
151
- "notes": "From 90.1-2010 Table 10.8B"
2516
+ "synchronous_speed": 1200,
2517
+ "minimum_capacity": 50.001,
2518
+ "maximum_capacity": 60,
2519
+ "start_date": "2010-12-19T00:00:00+00:00",
2520
+ "end_date": "2999-09-09T00:00:00+00:00",
2521
+ "nominal_full_load_efficiency": 0.945
152
2522
  },
153
2523
  {
154
- "template": "90.1-2010",
155
- "number_of_poles": 4.0,
2524
+ "number_of_poles": 6,
156
2525
  "type": "Enclosed",
157
- "synchronous_speed": 1800.0,
158
- "minimum_capacity": 75.0,
159
- "maximum_capacity": 99.999,
160
- "nominal_full_load_efficiency": 0.954,
161
- "notes": "From 90.1-2010 Table 10.8B"
2526
+ "synchronous_speed": 1200,
2527
+ "minimum_capacity": 60.001,
2528
+ "maximum_capacity": 75,
2529
+ "start_date": "2010-12-19T00:00:00+00:00",
2530
+ "end_date": "2999-09-09T00:00:00+00:00",
2531
+ "nominal_full_load_efficiency": 0.945
162
2532
  },
163
2533
  {
164
- "template": "90.1-2010",
165
- "number_of_poles": 4.0,
2534
+ "number_of_poles": 6,
166
2535
  "type": "Enclosed",
167
- "synchronous_speed": 1800.0,
168
- "minimum_capacity": 100.0,
169
- "maximum_capacity": 124.999,
170
- "nominal_full_load_efficiency": 0.954,
171
- "notes": "From 90.1-2010 Table 10.8B"
2536
+ "synchronous_speed": 1200,
2537
+ "minimum_capacity": 75.001,
2538
+ "maximum_capacity": 100,
2539
+ "start_date": "2010-12-19T00:00:00+00:00",
2540
+ "end_date": "2999-09-09T00:00:00+00:00",
2541
+ "nominal_full_load_efficiency": 0.95
172
2542
  },
173
2543
  {
174
- "template": "90.1-2010",
175
- "number_of_poles": 4.0,
2544
+ "number_of_poles": 6,
176
2545
  "type": "Enclosed",
177
- "synchronous_speed": 1800.0,
178
- "minimum_capacity": 125.0,
179
- "maximum_capacity": 149.999,
180
- "nominal_full_load_efficiency": 0.954,
181
- "notes": "From 90.1-2010 Table 10.8B"
2546
+ "synchronous_speed": 1200,
2547
+ "minimum_capacity": 100.001,
2548
+ "maximum_capacity": 125,
2549
+ "start_date": "2010-12-19T00:00:00+00:00",
2550
+ "end_date": "2999-09-09T00:00:00+00:00",
2551
+ "nominal_full_load_efficiency": 0.95
182
2552
  },
183
2553
  {
184
- "template": "90.1-2010",
185
- "number_of_poles": 4.0,
2554
+ "number_of_poles": 6,
186
2555
  "type": "Enclosed",
187
- "synchronous_speed": 1800.0,
188
- "minimum_capacity": 150.0,
189
- "maximum_capacity": 199.999,
190
- "nominal_full_load_efficiency": 0.958,
191
- "notes": "From 90.1-2010 Table 10.8B"
2556
+ "synchronous_speed": 1200,
2557
+ "minimum_capacity": 125.001,
2558
+ "maximum_capacity": 150,
2559
+ "start_date": "2010-12-19T00:00:00+00:00",
2560
+ "end_date": "2999-09-09T00:00:00+00:00",
2561
+ "nominal_full_load_efficiency": 0.958
192
2562
  },
193
2563
  {
194
- "template": "90.1-2010",
195
- "number_of_poles": 4.0,
2564
+ "number_of_poles": 6,
196
2565
  "type": "Enclosed",
197
- "synchronous_speed": 1800.0,
198
- "minimum_capacity": 200.0,
199
- "maximum_capacity": 249.999,
200
- "nominal_full_load_efficiency": 0.962,
201
- "notes": "From 90.1-2010 Table 10.8B"
2566
+ "synchronous_speed": 1200,
2567
+ "minimum_capacity": 150.001,
2568
+ "maximum_capacity": 200,
2569
+ "start_date": "2010-12-19T00:00:00+00:00",
2570
+ "end_date": "2999-09-09T00:00:00+00:00",
2571
+ "nominal_full_load_efficiency": 0.958
202
2572
  },
203
2573
  {
204
- "template": "90.1-2010",
205
- "number_of_poles": 4.0,
2574
+ "number_of_poles": 6,
206
2575
  "type": "Enclosed",
207
- "synchronous_speed": 1800.0,
208
- "minimum_capacity": 250.0,
209
- "maximum_capacity": 299.999,
210
- "nominal_full_load_efficiency": 0.962,
211
- "notes": "From 90.1-2010 Table 10.8B"
2576
+ "synchronous_speed": 1200,
2577
+ "minimum_capacity": 200.001,
2578
+ "maximum_capacity": 250,
2579
+ "start_date": "2010-12-19T00:00:00+00:00",
2580
+ "end_date": "2999-09-09T00:00:00+00:00",
2581
+ "nominal_full_load_efficiency": 0.958
212
2582
  },
213
2583
  {
214
- "template": "90.1-2010",
215
- "number_of_poles": 4.0,
2584
+ "number_of_poles": 6,
216
2585
  "type": "Enclosed",
217
- "synchronous_speed": 1800.0,
218
- "minimum_capacity": 300.0,
219
- "maximum_capacity": 349.999,
220
- "nominal_full_load_efficiency": 0.962,
221
- "notes": "From 90.1-2010 Table 10.8B"
2586
+ "synchronous_speed": 1200,
2587
+ "minimum_capacity": 250.001,
2588
+ "maximum_capacity": 300,
2589
+ "start_date": "2010-12-19T00:00:00+00:00",
2590
+ "end_date": "2999-09-09T00:00:00+00:00",
2591
+ "nominal_full_load_efficiency": 0.958
222
2592
  },
223
2593
  {
224
- "template": "90.1-2010",
225
- "number_of_poles": 4.0,
2594
+ "number_of_poles": 6,
226
2595
  "type": "Enclosed",
227
- "synchronous_speed": 1800.0,
228
- "minimum_capacity": 350.0,
229
- "maximum_capacity": 399.999,
230
- "nominal_full_load_efficiency": 0.962,
231
- "notes": "From 90.1-2010 Table 10.8B"
2596
+ "synchronous_speed": 1200,
2597
+ "minimum_capacity": 300.001,
2598
+ "maximum_capacity": 350,
2599
+ "start_date": "2010-12-19T00:00:00+00:00",
2600
+ "end_date": "2999-09-09T00:00:00+00:00",
2601
+ "nominal_full_load_efficiency": 0.958
232
2602
  },
233
2603
  {
234
- "template": "90.1-2010",
235
- "number_of_poles": 4.0,
2604
+ "number_of_poles": 6,
236
2605
  "type": "Enclosed",
237
- "synchronous_speed": 1800.0,
238
- "minimum_capacity": 400.0,
239
- "maximum_capacity": 449.999,
240
- "nominal_full_load_efficiency": 0.962,
241
- "notes": "From 90.1-2010 Table 10.8B"
2606
+ "synchronous_speed": 1200,
2607
+ "minimum_capacity": 350.001,
2608
+ "maximum_capacity": 400,
2609
+ "start_date": "2010-12-19T00:00:00+00:00",
2610
+ "end_date": "2999-09-09T00:00:00+00:00",
2611
+ "nominal_full_load_efficiency": 0.958
242
2612
  },
243
2613
  {
244
- "template": "90.1-2010",
245
- "number_of_poles": 4.0,
2614
+ "number_of_poles": 6,
246
2615
  "type": "Enclosed",
247
- "synchronous_speed": 1800.0,
248
- "minimum_capacity": 450.0,
249
- "maximum_capacity": 499.999,
250
- "nominal_full_load_efficiency": 0.962,
251
- "notes": "From 90.1-2010 Table 10.8B"
2616
+ "synchronous_speed": 1200,
2617
+ "minimum_capacity": 400.001,
2618
+ "maximum_capacity": 450,
2619
+ "start_date": "2010-12-19T00:00:00+00:00",
2620
+ "end_date": "2999-09-09T00:00:00+00:00",
2621
+ "nominal_full_load_efficiency": 0.958
252
2622
  },
253
2623
  {
254
- "template": "90.1-2010",
255
- "number_of_poles": 4.0,
2624
+ "number_of_poles": 6,
256
2625
  "type": "Enclosed",
257
- "synchronous_speed": 1800.0,
258
- "minimum_capacity": 500.0,
259
- "maximum_capacity": 9999.0,
260
- "nominal_full_load_efficiency": 0.962,
261
- "notes": "From 90.1-2010 Table 10.8B"
2626
+ "synchronous_speed": 1200,
2627
+ "minimum_capacity": 450.001,
2628
+ "maximum_capacity": 500,
2629
+ "start_date": "2010-12-19T00:00:00+00:00",
2630
+ "end_date": "2999-09-09T00:00:00+00:00",
2631
+ "nominal_full_load_efficiency": 0.958
262
2632
  }
263
2633
  ]
264
2634
  }