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,676 +1,1054 @@
1
1
  {
2
2
  "economizers": [
3
3
  {
4
- "template": "90.1-2013",
5
- "climate_zone": "ASHRAE 169-2006-0A",
6
- "data_center": false,
7
- "capacity_limit": null,
8
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
9
- "notes": "90.1-2013 Table 6.5.1-1"
10
- },
11
- {
12
- "template": "90.1-2013",
13
- "climate_zone": "ASHRAE 169-2006-0A",
14
- "data_center": true,
15
- "capacity_limit": null,
16
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
17
- "notes": "90.1-2013 Table 6.5.1-2"
18
- },
19
- {
20
- "template": "90.1-2013",
21
- "climate_zone": "ASHRAE 169-2006-0B",
22
- "data_center": false,
23
- "capacity_limit": null,
24
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
25
- "notes": "90.1-2013 Table 6.5.1-1"
26
- },
27
- {
28
- "template": "90.1-2013",
29
- "climate_zone": "ASHRAE 169-2006-0B",
30
- "data_center": true,
31
- "capacity_limit": null,
32
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
33
- "notes": "90.1-2013 Table 6.5.1-2"
34
- },
35
- {
36
- "template": "90.1-2013",
37
- "climate_zone": "ASHRAE 169-2006-1A",
38
- "data_center": false,
39
- "capacity_limit": null,
40
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
41
- "notes": "90.1-2013 Table 6.5.1-1"
42
- },
43
- {
44
- "template": "90.1-2013",
45
- "climate_zone": "ASHRAE 169-2006-1A",
46
- "data_center": true,
47
- "capacity_limit": null,
48
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
49
- "notes": "90.1-2013 Table 6.5.1-2"
50
- },
51
- {
52
- "template": "90.1-2013",
53
- "climate_zone": "ASHRAE 169-2006-1B",
54
- "data_center": false,
55
- "capacity_limit": null,
56
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
57
- "notes": "90.1-2013 Table 6.5.1-1"
58
- },
59
- {
60
- "template": "90.1-2013",
61
- "climate_zone": "ASHRAE 169-2006-1B",
62
- "data_center": true,
63
- "capacity_limit": null,
64
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
65
- "notes": "90.1-2013 Table 6.5.1-2"
66
- },
67
- {
68
- "template": "90.1-2013",
69
- "climate_zone": "ASHRAE 169-2006-2A",
70
- "data_center": false,
71
- "capacity_limit": 54000.0,
72
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
73
- "notes": "90.1-2013 Table 6.5.1-1"
74
- },
75
- {
76
- "template": "90.1-2013",
77
- "climate_zone": "ASHRAE 169-2006-2A",
78
- "data_center": true,
79
- "capacity_limit": null,
80
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
81
- "notes": "90.1-2013 Table 6.5.1-2"
82
- },
83
- {
84
- "template": "90.1-2013",
85
- "climate_zone": "ASHRAE 169-2006-2B",
86
- "data_center": false,
87
- "capacity_limit": 54000.0,
88
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
89
- "notes": "90.1-2013 Table 6.5.1-1"
90
- },
91
- {
92
- "template": "90.1-2013",
93
- "climate_zone": "ASHRAE 169-2006-2B",
94
- "data_center": true,
95
- "capacity_limit": 135000.0,
96
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
97
- "notes": "90.1-2013 Table 6.5.1-2"
98
- },
99
- {
100
- "template": "90.1-2013",
101
- "climate_zone": "ASHRAE 169-2006-3A",
102
- "data_center": false,
103
- "capacity_limit": 54000.0,
104
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
105
- "notes": "90.1-2013 Table 6.5.1-1"
106
- },
107
- {
108
- "template": "90.1-2013",
109
- "climate_zone": "ASHRAE 169-2006-3A",
110
- "data_center": true,
111
- "capacity_limit": null,
112
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
113
- "notes": "90.1-2013 Table 6.5.1-2"
114
- },
115
- {
116
- "template": "90.1-2013",
117
- "climate_zone": "ASHRAE 169-2006-3B",
118
- "data_center": false,
119
- "capacity_limit": 54000.0,
120
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
121
- "notes": "90.1-2013 Table 6.5.1-1"
122
- },
123
- {
124
- "template": "90.1-2013",
125
- "climate_zone": "ASHRAE 169-2006-3B",
126
- "data_center": true,
127
- "capacity_limit": 65000.0,
128
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
129
- "notes": "90.1-2013 Table 6.5.1-2"
130
- },
131
- {
132
- "template": "90.1-2013",
133
- "climate_zone": "ASHRAE 169-2006-3C",
134
- "data_center": false,
135
- "capacity_limit": 54000.0,
136
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
137
- "notes": "90.1-2013 Table 6.5.1-1"
138
- },
139
- {
140
- "template": "90.1-2013",
141
- "climate_zone": "ASHRAE 169-2006-3C",
142
- "data_center": true,
143
- "capacity_limit": 65000.0,
144
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
145
- "notes": "90.1-2013 Table 6.5.1-2"
146
- },
147
- {
148
- "template": "90.1-2013",
149
- "climate_zone": "ASHRAE 169-2006-4A",
150
- "data_center": false,
151
- "capacity_limit": 54000.0,
152
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
153
- "notes": "90.1-2013 Table 6.5.1-1"
154
- },
155
- {
156
- "template": "90.1-2013",
157
- "climate_zone": "ASHRAE 169-2006-4A",
158
- "data_center": true,
159
- "capacity_limit": null,
160
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
161
- "notes": "90.1-2013 Table 6.5.1-2"
162
- },
163
- {
164
- "template": "90.1-2013",
165
- "climate_zone": "ASHRAE 169-2006-4B",
166
- "data_center": false,
167
- "capacity_limit": 54000.0,
168
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
169
- "notes": "90.1-2013 Table 6.5.1-1"
170
- },
171
- {
172
- "template": "90.1-2013",
173
- "climate_zone": "ASHRAE 169-2006-4B",
174
- "data_center": true,
175
- "capacity_limit": 65000.0,
176
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
177
- "notes": "90.1-2013 Table 6.5.1-2"
178
- },
179
- {
180
- "template": "90.1-2013",
181
- "climate_zone": "ASHRAE 169-2006-4C",
182
- "data_center": false,
183
- "capacity_limit": 54000.0,
184
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
185
- "notes": "90.1-2013 Table 6.5.1-1"
186
- },
187
- {
188
- "template": "90.1-2013",
189
- "climate_zone": "ASHRAE 169-2006-4C",
190
- "data_center": true,
191
- "capacity_limit": 65000.0,
192
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
193
- "notes": "90.1-2013 Table 6.5.1-2"
194
- },
195
- {
196
- "template": "90.1-2013",
197
- "climate_zone": "ASHRAE 169-2006-5A",
198
- "data_center": false,
199
- "capacity_limit": 54000.0,
200
- "fixed_dry_bulb_high_limit_shutoff_temp": 70.0,
201
- "notes": "90.1-2013 Table 6.5.1-1"
202
- },
203
- {
204
- "template": "90.1-2013",
205
- "climate_zone": "ASHRAE 169-2006-5A",
206
- "data_center": true,
207
- "capacity_limit": 135000.0,
208
- "fixed_dry_bulb_high_limit_shutoff_temp": 70.0,
209
- "notes": "90.1-2013 Table 6.5.1-2"
210
- },
211
- {
212
- "template": "90.1-2013",
213
- "climate_zone": "ASHRAE 169-2006-5B",
214
- "data_center": false,
215
- "capacity_limit": 54000.0,
216
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
217
- "notes": "90.1-2013 Table 6.5.1-1"
218
- },
219
- {
220
- "template": "90.1-2013",
221
- "climate_zone": "ASHRAE 169-2006-5B",
222
- "data_center": true,
223
- "capacity_limit": 65000.0,
224
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
225
- "notes": "90.1-2013 Table 6.5.1-2"
226
- },
227
- {
228
- "template": "90.1-2013",
229
- "climate_zone": "ASHRAE 169-2006-5C",
230
- "data_center": false,
231
- "capacity_limit": 54000.0,
232
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
233
- "notes": "90.1-2013 Table 6.5.1-1"
234
- },
235
- {
236
- "template": "90.1-2013",
237
- "climate_zone": "ASHRAE 169-2006-5C",
238
- "data_center": true,
239
- "capacity_limit": 65000.0,
240
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
241
- "notes": "90.1-2013 Table 6.5.1-2"
242
- },
243
- {
244
- "template": "90.1-2013",
245
- "climate_zone": "ASHRAE 169-2006-6A",
246
- "data_center": false,
247
- "capacity_limit": 54000.0,
248
- "fixed_dry_bulb_high_limit_shutoff_temp": 70.0,
249
- "notes": "90.1-2013 Table 6.5.1-1"
250
- },
251
- {
252
- "template": "90.1-2013",
253
- "climate_zone": "ASHRAE 169-2006-6A",
254
- "data_center": true,
255
- "capacity_limit": 135000.0,
256
- "fixed_dry_bulb_high_limit_shutoff_temp": 70.0,
257
- "notes": "90.1-2013 Table 6.5.1-2"
258
- },
259
- {
260
- "template": "90.1-2013",
261
- "climate_zone": "ASHRAE 169-2006-6B",
262
- "data_center": false,
263
- "capacity_limit": 54000.0,
264
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
265
- "notes": "90.1-2013 Table 6.5.1-1"
266
- },
267
- {
268
- "template": "90.1-2013",
269
- "climate_zone": "ASHRAE 169-2006-6B",
270
- "data_center": true,
271
- "capacity_limit": 65000.0,
272
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
273
- "notes": "90.1-2013 Table 6.5.1-2"
274
- },
275
- {
276
- "template": "90.1-2013",
277
- "climate_zone": "ASHRAE 169-2006-7A",
278
- "data_center": false,
279
- "capacity_limit": 54000.0,
280
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
281
- "notes": "90.1-2013 Table 6.5.1-1"
282
- },
283
- {
284
- "template": "90.1-2013",
285
- "climate_zone": "ASHRAE 169-2006-7A",
286
- "data_center": true,
287
- "capacity_limit": 135000.0,
288
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
289
- "notes": "90.1-2013 Table 6.5.1-2"
290
- },
291
- {
292
- "template": "90.1-2013",
293
- "climate_zone": "ASHRAE 169-2006-7B",
294
- "data_center": false,
295
- "capacity_limit": 54000.0,
296
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
297
- "notes": "90.1-2013 Table 6.5.1-1"
298
- },
299
- {
300
- "template": "90.1-2013",
301
- "climate_zone": "ASHRAE 169-2006-7B",
302
- "data_center": true,
303
- "capacity_limit": 135000.0,
304
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
305
- "notes": "90.1-2013 Table 6.5.1-2"
306
- },
307
- {
308
- "template": "90.1-2013",
309
- "climate_zone": "ASHRAE 169-2006-8A",
310
- "data_center": false,
311
- "capacity_limit": 54000.0,
312
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
313
- "notes": "90.1-2013 Table 6.5.1-1"
314
- },
315
- {
316
- "template": "90.1-2013",
317
- "climate_zone": "ASHRAE 169-2006-8A",
4
+ "climate_zone": "1A",
318
5
  "data_center": true,
319
- "capacity_limit": 135000.0,
320
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
321
- "notes": "90.1-2013 Table 6.5.1-2"
322
- },
323
- {
324
- "template": "90.1-2013",
325
- "climate_zone": "ASHRAE 169-2006-8B",
6
+ "minimum_capacity": null,
7
+ "fan_cooling_application": "All",
8
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
9
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
10
+ "fixed_dry_bulb_is_allowed": true,
11
+ "differential_dry_bulb_is_allowed": false,
12
+ "electronic_enthalpy_is_allowed": null,
13
+ "differential_enthalpy_is_allowed": null,
14
+ "dew_point_dry_bulb_is_allowed": null,
15
+ "fixed_enthalpy_is_allowed": null,
16
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
17
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
18
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
19
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
20
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
21
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
22
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
23
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
24
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
25
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
26
+ "heat_recovery_exempted": true
27
+ },
28
+ {
29
+ "climate_zone": "1A",
326
30
  "data_center": false,
327
- "capacity_limit": 54000.0,
328
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
329
- "notes": "90.1-2013 Table 6.5.1-1"
330
- },
331
- {
332
- "template": "90.1-2013",
333
- "climate_zone": "ASHRAE 169-2006-8B",
31
+ "minimum_capacity": null,
32
+ "fan_cooling_application": "All",
33
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
34
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
35
+ "fixed_dry_bulb_is_allowed": true,
36
+ "differential_dry_bulb_is_allowed": false,
37
+ "electronic_enthalpy_is_allowed": null,
38
+ "differential_enthalpy_is_allowed": null,
39
+ "dew_point_dry_bulb_is_allowed": null,
40
+ "fixed_enthalpy_is_allowed": null,
41
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
42
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
43
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
44
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
45
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
46
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
47
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
48
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
49
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
50
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
51
+ "heat_recovery_exempted": true
52
+ },
53
+ {
54
+ "climate_zone": "1B",
334
55
  "data_center": true,
335
- "capacity_limit": 135000.0,
336
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
337
- "notes": "90.1-2013 Table 6.5.1-2"
338
- },
339
- {
340
- "template": "90.1-2013",
341
- "climate_zone": "ASHRAE 169-2013-0A",
56
+ "minimum_capacity": null,
57
+ "fan_cooling_application": "All",
58
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
59
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
60
+ "fixed_dry_bulb_is_allowed": true,
61
+ "differential_dry_bulb_is_allowed": true,
62
+ "electronic_enthalpy_is_allowed": null,
63
+ "differential_enthalpy_is_allowed": null,
64
+ "dew_point_dry_bulb_is_allowed": null,
65
+ "fixed_enthalpy_is_allowed": null,
66
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
67
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
68
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
69
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
70
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
71
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
72
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
73
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
74
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
75
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
76
+ "heat_recovery_exempted": true
77
+ },
78
+ {
79
+ "climate_zone": "1B",
342
80
  "data_center": false,
343
- "capacity_limit": null,
344
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
345
- "notes": "90.1-2013 Table 6.5.1-1"
346
- },
347
- {
348
- "template": "90.1-2013",
349
- "climate_zone": "ASHRAE 169-2013-0A",
81
+ "minimum_capacity": null,
82
+ "fan_cooling_application": "All",
83
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
84
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
85
+ "fixed_dry_bulb_is_allowed": true,
86
+ "differential_dry_bulb_is_allowed": true,
87
+ "electronic_enthalpy_is_allowed": null,
88
+ "differential_enthalpy_is_allowed": null,
89
+ "dew_point_dry_bulb_is_allowed": null,
90
+ "fixed_enthalpy_is_allowed": null,
91
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
92
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
93
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
94
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
95
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
96
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
97
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
98
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
99
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
100
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
101
+ "heat_recovery_exempted": true
102
+ },
103
+ {
104
+ "climate_zone": "2A",
350
105
  "data_center": true,
351
- "capacity_limit": null,
352
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
353
- "notes": "90.1-2013 Table 6.5.1-2"
354
- },
355
- {
356
- "template": "90.1-2013",
357
- "climate_zone": "ASHRAE 169-2013-0B",
106
+ "minimum_capacity": null,
107
+ "fan_cooling_application": "All",
108
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
109
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
110
+ "fixed_dry_bulb_is_allowed": true,
111
+ "differential_dry_bulb_is_allowed": false,
112
+ "electronic_enthalpy_is_allowed": null,
113
+ "differential_enthalpy_is_allowed": null,
114
+ "dew_point_dry_bulb_is_allowed": null,
115
+ "fixed_enthalpy_is_allowed": null,
116
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
117
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
118
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
119
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
120
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
121
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
122
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
123
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
124
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
125
+ "percent_increase_cooling_efficiency_eliminate_requirement": 17,
126
+ "heat_recovery_exempted": true
127
+ },
128
+ {
129
+ "climate_zone": "2A",
358
130
  "data_center": false,
359
- "capacity_limit": null,
360
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
361
- "notes": "90.1-2013 Table 6.5.1-1"
362
- },
363
- {
364
- "template": "90.1-2013",
365
- "climate_zone": "ASHRAE 169-2013-0B",
131
+ "minimum_capacity": 54000,
132
+ "fan_cooling_application": "All",
133
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
134
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
135
+ "fixed_dry_bulb_is_allowed": true,
136
+ "differential_dry_bulb_is_allowed": false,
137
+ "electronic_enthalpy_is_allowed": null,
138
+ "differential_enthalpy_is_allowed": null,
139
+ "dew_point_dry_bulb_is_allowed": null,
140
+ "fixed_enthalpy_is_allowed": null,
141
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
142
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
143
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
144
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
145
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
146
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
147
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
148
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
149
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
150
+ "percent_increase_cooling_efficiency_eliminate_requirement": 17,
151
+ "heat_recovery_exempted": true
152
+ },
153
+ {
154
+ "climate_zone": "2B",
366
155
  "data_center": true,
367
- "capacity_limit": null,
368
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
369
- "notes": "90.1-2013 Table 6.5.1-2"
370
- },
371
- {
372
- "template": "90.1-2013",
373
- "climate_zone": "ASHRAE 169-2013-1A",
156
+ "minimum_capacity": 135000,
157
+ "fan_cooling_application": "All",
158
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
159
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
160
+ "fixed_dry_bulb_is_allowed": true,
161
+ "differential_dry_bulb_is_allowed": true,
162
+ "electronic_enthalpy_is_allowed": null,
163
+ "differential_enthalpy_is_allowed": null,
164
+ "dew_point_dry_bulb_is_allowed": null,
165
+ "fixed_enthalpy_is_allowed": null,
166
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
167
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
168
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
169
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
170
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
171
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
172
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
173
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
174
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
175
+ "percent_increase_cooling_efficiency_eliminate_requirement": 21,
176
+ "heat_recovery_exempted": true
177
+ },
178
+ {
179
+ "climate_zone": "2B",
374
180
  "data_center": false,
375
- "capacity_limit": null,
376
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
377
- "notes": "90.1-2013 Table 6.5.1-1"
378
- },
379
- {
380
- "template": "90.1-2013",
381
- "climate_zone": "ASHRAE 169-2013-1A",
181
+ "minimum_capacity": 54000,
182
+ "fan_cooling_application": "All",
183
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
184
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
185
+ "fixed_dry_bulb_is_allowed": true,
186
+ "differential_dry_bulb_is_allowed": true,
187
+ "electronic_enthalpy_is_allowed": null,
188
+ "differential_enthalpy_is_allowed": null,
189
+ "dew_point_dry_bulb_is_allowed": null,
190
+ "fixed_enthalpy_is_allowed": null,
191
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
192
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
193
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
194
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
195
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
196
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
197
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
198
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
199
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
200
+ "percent_increase_cooling_efficiency_eliminate_requirement": 21,
201
+ "heat_recovery_exempted": true
202
+ },
203
+ {
204
+ "climate_zone": "3A",
382
205
  "data_center": true,
383
- "capacity_limit": null,
384
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
385
- "notes": "90.1-2013 Table 6.5.1-2"
386
- },
387
- {
388
- "template": "90.1-2013",
389
- "climate_zone": "ASHRAE 169-2013-1B",
206
+ "minimum_capacity": null,
207
+ "fan_cooling_application": "All",
208
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
209
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
210
+ "fixed_dry_bulb_is_allowed": true,
211
+ "differential_dry_bulb_is_allowed": false,
212
+ "electronic_enthalpy_is_allowed": null,
213
+ "differential_enthalpy_is_allowed": null,
214
+ "dew_point_dry_bulb_is_allowed": null,
215
+ "fixed_enthalpy_is_allowed": null,
216
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
217
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
218
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
219
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
220
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
221
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
222
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
223
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
224
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
225
+ "percent_increase_cooling_efficiency_eliminate_requirement": 27,
226
+ "heat_recovery_exempted": true
227
+ },
228
+ {
229
+ "climate_zone": "3A",
390
230
  "data_center": false,
391
- "capacity_limit": null,
392
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
393
- "notes": "90.1-2013 Table 6.5.1-1"
394
- },
395
- {
396
- "template": "90.1-2013",
397
- "climate_zone": "ASHRAE 169-2013-1B",
231
+ "minimum_capacity": 54000,
232
+ "fan_cooling_application": "All",
233
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
234
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
235
+ "fixed_dry_bulb_is_allowed": true,
236
+ "differential_dry_bulb_is_allowed": false,
237
+ "electronic_enthalpy_is_allowed": null,
238
+ "differential_enthalpy_is_allowed": null,
239
+ "dew_point_dry_bulb_is_allowed": null,
240
+ "fixed_enthalpy_is_allowed": null,
241
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
242
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
243
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
244
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
245
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
246
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
247
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
248
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
249
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
250
+ "percent_increase_cooling_efficiency_eliminate_requirement": 27,
251
+ "heat_recovery_exempted": true
252
+ },
253
+ {
254
+ "climate_zone": "3B",
398
255
  "data_center": true,
399
- "capacity_limit": null,
400
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
401
- "notes": "90.1-2013 Table 6.5.1-2"
402
- },
403
- {
404
- "template": "90.1-2013",
405
- "climate_zone": "ASHRAE 169-2013-2A",
256
+ "minimum_capacity": 65000,
257
+ "fan_cooling_application": "All",
258
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
259
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
260
+ "fixed_dry_bulb_is_allowed": true,
261
+ "differential_dry_bulb_is_allowed": true,
262
+ "electronic_enthalpy_is_allowed": null,
263
+ "differential_enthalpy_is_allowed": null,
264
+ "dew_point_dry_bulb_is_allowed": null,
265
+ "fixed_enthalpy_is_allowed": null,
266
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
267
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
268
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
269
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
270
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
271
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
272
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
273
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
274
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
275
+ "percent_increase_cooling_efficiency_eliminate_requirement": 32,
276
+ "heat_recovery_exempted": true
277
+ },
278
+ {
279
+ "climate_zone": "3B",
406
280
  "data_center": false,
407
- "capacity_limit": 54000.0,
408
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
409
- "notes": "90.1-2013 Table 6.5.1-1"
410
- },
411
- {
412
- "template": "90.1-2013",
413
- "climate_zone": "ASHRAE 169-2013-2A",
281
+ "minimum_capacity": 54000,
282
+ "fan_cooling_application": "All",
283
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
284
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
285
+ "fixed_dry_bulb_is_allowed": true,
286
+ "differential_dry_bulb_is_allowed": true,
287
+ "electronic_enthalpy_is_allowed": null,
288
+ "differential_enthalpy_is_allowed": null,
289
+ "dew_point_dry_bulb_is_allowed": null,
290
+ "fixed_enthalpy_is_allowed": null,
291
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
292
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
293
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
294
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
295
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
296
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
297
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
298
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
299
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
300
+ "percent_increase_cooling_efficiency_eliminate_requirement": 32,
301
+ "heat_recovery_exempted": true
302
+ },
303
+ {
304
+ "climate_zone": "3C",
414
305
  "data_center": true,
415
- "capacity_limit": null,
416
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
417
- "notes": "90.1-2013 Table 6.5.1-2"
418
- },
419
- {
420
- "template": "90.1-2013",
421
- "climate_zone": "ASHRAE 169-2013-2B",
306
+ "minimum_capacity": 65000,
307
+ "fan_cooling_application": "All",
308
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
309
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
310
+ "fixed_dry_bulb_is_allowed": true,
311
+ "differential_dry_bulb_is_allowed": true,
312
+ "electronic_enthalpy_is_allowed": null,
313
+ "differential_enthalpy_is_allowed": null,
314
+ "dew_point_dry_bulb_is_allowed": null,
315
+ "fixed_enthalpy_is_allowed": null,
316
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
317
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
318
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
319
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
320
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
321
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
322
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
323
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
324
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
325
+ "percent_increase_cooling_efficiency_eliminate_requirement": 65,
326
+ "heat_recovery_exempted": true
327
+ },
328
+ {
329
+ "climate_zone": "3C",
422
330
  "data_center": false,
423
- "capacity_limit": 54000.0,
424
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
425
- "notes": "90.1-2013 Table 6.5.1-1"
426
- },
427
- {
428
- "template": "90.1-2013",
429
- "climate_zone": "ASHRAE 169-2013-2B",
331
+ "minimum_capacity": 54000,
332
+ "fan_cooling_application": "All",
333
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
334
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
335
+ "fixed_dry_bulb_is_allowed": true,
336
+ "differential_dry_bulb_is_allowed": true,
337
+ "electronic_enthalpy_is_allowed": null,
338
+ "differential_enthalpy_is_allowed": null,
339
+ "dew_point_dry_bulb_is_allowed": null,
340
+ "fixed_enthalpy_is_allowed": null,
341
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
342
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
343
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
344
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
345
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
346
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
347
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
348
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
349
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
350
+ "percent_increase_cooling_efficiency_eliminate_requirement": 65,
351
+ "heat_recovery_exempted": true
352
+ },
353
+ {
354
+ "climate_zone": "4A",
430
355
  "data_center": true,
431
- "capacity_limit": 135000.0,
432
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
433
- "notes": "90.1-2013 Table 6.5.1-2"
434
- },
435
- {
436
- "template": "90.1-2013",
437
- "climate_zone": "ASHRAE 169-2013-3A",
356
+ "minimum_capacity": null,
357
+ "fan_cooling_application": "All",
358
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
359
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
360
+ "fixed_dry_bulb_is_allowed": true,
361
+ "differential_dry_bulb_is_allowed": false,
362
+ "electronic_enthalpy_is_allowed": null,
363
+ "differential_enthalpy_is_allowed": null,
364
+ "dew_point_dry_bulb_is_allowed": null,
365
+ "fixed_enthalpy_is_allowed": null,
366
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
367
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
368
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
369
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
370
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
371
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
372
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
373
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
374
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
375
+ "percent_increase_cooling_efficiency_eliminate_requirement": 42,
376
+ "heat_recovery_exempted": true
377
+ },
378
+ {
379
+ "climate_zone": "4A",
438
380
  "data_center": false,
439
- "capacity_limit": 54000.0,
440
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
441
- "notes": "90.1-2013 Table 6.5.1-1"
442
- },
443
- {
444
- "template": "90.1-2013",
445
- "climate_zone": "ASHRAE 169-2013-3A",
381
+ "minimum_capacity": 54000,
382
+ "fan_cooling_application": "All",
383
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
384
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
385
+ "fixed_dry_bulb_is_allowed": true,
386
+ "differential_dry_bulb_is_allowed": false,
387
+ "electronic_enthalpy_is_allowed": null,
388
+ "differential_enthalpy_is_allowed": null,
389
+ "dew_point_dry_bulb_is_allowed": null,
390
+ "fixed_enthalpy_is_allowed": null,
391
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
392
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
393
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
394
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
395
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
396
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
397
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
398
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
399
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
400
+ "percent_increase_cooling_efficiency_eliminate_requirement": 42,
401
+ "heat_recovery_exempted": true
402
+ },
403
+ {
404
+ "climate_zone": "4B",
446
405
  "data_center": true,
447
- "capacity_limit": null,
448
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
449
- "notes": "90.1-2013 Table 6.5.1-2"
450
- },
451
- {
452
- "template": "90.1-2013",
453
- "climate_zone": "ASHRAE 169-2013-3B",
406
+ "minimum_capacity": 65000,
407
+ "fan_cooling_application": "All",
408
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
409
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
410
+ "fixed_dry_bulb_is_allowed": true,
411
+ "differential_dry_bulb_is_allowed": true,
412
+ "electronic_enthalpy_is_allowed": null,
413
+ "differential_enthalpy_is_allowed": null,
414
+ "dew_point_dry_bulb_is_allowed": null,
415
+ "fixed_enthalpy_is_allowed": null,
416
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
417
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
418
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
419
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
420
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
421
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
422
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
423
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
424
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
425
+ "percent_increase_cooling_efficiency_eliminate_requirement": 49,
426
+ "heat_recovery_exempted": true
427
+ },
428
+ {
429
+ "climate_zone": "4B",
454
430
  "data_center": false,
455
- "capacity_limit": 54000.0,
456
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
457
- "notes": "90.1-2013 Table 6.5.1-1"
458
- },
459
- {
460
- "template": "90.1-2013",
461
- "climate_zone": "ASHRAE 169-2013-3B",
431
+ "minimum_capacity": 54000,
432
+ "fan_cooling_application": "All",
433
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
434
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
435
+ "fixed_dry_bulb_is_allowed": true,
436
+ "differential_dry_bulb_is_allowed": true,
437
+ "electronic_enthalpy_is_allowed": null,
438
+ "differential_enthalpy_is_allowed": null,
439
+ "dew_point_dry_bulb_is_allowed": null,
440
+ "fixed_enthalpy_is_allowed": null,
441
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
442
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
443
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
444
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
445
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
446
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
447
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
448
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
449
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
450
+ "percent_increase_cooling_efficiency_eliminate_requirement": 49,
451
+ "heat_recovery_exempted": true
452
+ },
453
+ {
454
+ "climate_zone": "4C",
462
455
  "data_center": true,
463
- "capacity_limit": 65000.0,
464
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
465
- "notes": "90.1-2013 Table 6.5.1-2"
466
- },
467
- {
468
- "template": "90.1-2013",
469
- "climate_zone": "ASHRAE 169-2013-3C",
456
+ "minimum_capacity": 65000,
457
+ "fan_cooling_application": "All",
458
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
459
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
460
+ "fixed_dry_bulb_is_allowed": true,
461
+ "differential_dry_bulb_is_allowed": true,
462
+ "electronic_enthalpy_is_allowed": null,
463
+ "differential_enthalpy_is_allowed": null,
464
+ "dew_point_dry_bulb_is_allowed": null,
465
+ "fixed_enthalpy_is_allowed": null,
466
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
467
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
468
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
469
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
470
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
471
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
472
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
473
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
474
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
475
+ "percent_increase_cooling_efficiency_eliminate_requirement": 64,
476
+ "heat_recovery_exempted": true
477
+ },
478
+ {
479
+ "climate_zone": "4C",
470
480
  "data_center": false,
471
- "capacity_limit": 54000.0,
472
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
473
- "notes": "90.1-2013 Table 6.5.1-1"
474
- },
475
- {
476
- "template": "90.1-2013",
477
- "climate_zone": "ASHRAE 169-2013-3C",
481
+ "minimum_capacity": 54000,
482
+ "fan_cooling_application": "All",
483
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
484
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
485
+ "fixed_dry_bulb_is_allowed": true,
486
+ "differential_dry_bulb_is_allowed": true,
487
+ "electronic_enthalpy_is_allowed": null,
488
+ "differential_enthalpy_is_allowed": null,
489
+ "dew_point_dry_bulb_is_allowed": null,
490
+ "fixed_enthalpy_is_allowed": null,
491
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
492
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
493
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
494
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
495
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
496
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
497
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
498
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
499
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
500
+ "percent_increase_cooling_efficiency_eliminate_requirement": 64,
501
+ "heat_recovery_exempted": true
502
+ },
503
+ {
504
+ "climate_zone": "5A",
478
505
  "data_center": true,
479
- "capacity_limit": 65000.0,
480
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
481
- "notes": "90.1-2013 Table 6.5.1-2"
482
- },
483
- {
484
- "template": "90.1-2013",
485
- "climate_zone": "ASHRAE 169-2013-4A",
506
+ "minimum_capacity": 135000,
507
+ "fan_cooling_application": "All",
508
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
509
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
510
+ "fixed_dry_bulb_is_allowed": true,
511
+ "differential_dry_bulb_is_allowed": true,
512
+ "electronic_enthalpy_is_allowed": null,
513
+ "differential_enthalpy_is_allowed": null,
514
+ "dew_point_dry_bulb_is_allowed": null,
515
+ "fixed_enthalpy_is_allowed": null,
516
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
517
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
518
+ "fixed_dry_bulb_high_limit_shutoff_temp": 70,
519
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
520
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
521
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
522
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
523
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
524
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
525
+ "percent_increase_cooling_efficiency_eliminate_requirement": 49,
526
+ "heat_recovery_exempted": true
527
+ },
528
+ {
529
+ "climate_zone": "5A",
486
530
  "data_center": false,
487
- "capacity_limit": 54000.0,
488
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
489
- "notes": "90.1-2013 Table 6.5.1-1"
490
- },
491
- {
492
- "template": "90.1-2013",
493
- "climate_zone": "ASHRAE 169-2013-4A",
531
+ "minimum_capacity": 54000,
532
+ "fan_cooling_application": "All",
533
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
534
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
535
+ "fixed_dry_bulb_is_allowed": true,
536
+ "differential_dry_bulb_is_allowed": true,
537
+ "electronic_enthalpy_is_allowed": null,
538
+ "differential_enthalpy_is_allowed": null,
539
+ "dew_point_dry_bulb_is_allowed": null,
540
+ "fixed_enthalpy_is_allowed": null,
541
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
542
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
543
+ "fixed_dry_bulb_high_limit_shutoff_temp": 70,
544
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
545
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
546
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
547
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
548
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
549
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
550
+ "percent_increase_cooling_efficiency_eliminate_requirement": 49,
551
+ "heat_recovery_exempted": true
552
+ },
553
+ {
554
+ "climate_zone": "5B",
494
555
  "data_center": true,
495
- "capacity_limit": null,
496
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
497
- "notes": "90.1-2013 Table 6.5.1-2"
498
- },
499
- {
500
- "template": "90.1-2013",
501
- "climate_zone": "ASHRAE 169-2013-4B",
556
+ "minimum_capacity": 65000,
557
+ "fan_cooling_application": "All",
558
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
559
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
560
+ "fixed_dry_bulb_is_allowed": true,
561
+ "differential_dry_bulb_is_allowed": true,
562
+ "electronic_enthalpy_is_allowed": null,
563
+ "differential_enthalpy_is_allowed": null,
564
+ "dew_point_dry_bulb_is_allowed": null,
565
+ "fixed_enthalpy_is_allowed": null,
566
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
567
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
568
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
569
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
570
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
571
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
572
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
573
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
574
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
575
+ "percent_increase_cooling_efficiency_eliminate_requirement": 59,
576
+ "heat_recovery_exempted": true
577
+ },
578
+ {
579
+ "climate_zone": "5B",
502
580
  "data_center": false,
503
- "capacity_limit": 54000.0,
504
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
505
- "notes": "90.1-2013 Table 6.5.1-1"
506
- },
507
- {
508
- "template": "90.1-2013",
509
- "climate_zone": "ASHRAE 169-2013-4B",
581
+ "minimum_capacity": 54000,
582
+ "fan_cooling_application": "All",
583
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
584
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
585
+ "fixed_dry_bulb_is_allowed": true,
586
+ "differential_dry_bulb_is_allowed": true,
587
+ "electronic_enthalpy_is_allowed": null,
588
+ "differential_enthalpy_is_allowed": null,
589
+ "dew_point_dry_bulb_is_allowed": null,
590
+ "fixed_enthalpy_is_allowed": null,
591
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
592
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
593
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
594
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
595
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
596
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
597
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
598
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
599
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
600
+ "percent_increase_cooling_efficiency_eliminate_requirement": 59,
601
+ "heat_recovery_exempted": true
602
+ },
603
+ {
604
+ "climate_zone": "5C",
510
605
  "data_center": true,
511
- "capacity_limit": 65000.0,
512
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
513
- "notes": "90.1-2013 Table 6.5.1-2"
514
- },
515
- {
516
- "template": "90.1-2013",
517
- "climate_zone": "ASHRAE 169-2013-4C",
606
+ "minimum_capacity": 65000,
607
+ "fan_cooling_application": "All",
608
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
609
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
610
+ "fixed_dry_bulb_is_allowed": true,
611
+ "differential_dry_bulb_is_allowed": true,
612
+ "electronic_enthalpy_is_allowed": null,
613
+ "differential_enthalpy_is_allowed": null,
614
+ "dew_point_dry_bulb_is_allowed": null,
615
+ "fixed_enthalpy_is_allowed": null,
616
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
617
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
618
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
619
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
620
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
621
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
622
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
623
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
624
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
625
+ "percent_increase_cooling_efficiency_eliminate_requirement": 74,
626
+ "heat_recovery_exempted": true
627
+ },
628
+ {
629
+ "climate_zone": "5C",
518
630
  "data_center": false,
519
- "capacity_limit": 54000.0,
520
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
521
- "notes": "90.1-2013 Table 6.5.1-1"
522
- },
523
- {
524
- "template": "90.1-2013",
525
- "climate_zone": "ASHRAE 169-2013-4C",
631
+ "minimum_capacity": 54000,
632
+ "fan_cooling_application": "All",
633
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
634
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
635
+ "fixed_dry_bulb_is_allowed": true,
636
+ "differential_dry_bulb_is_allowed": true,
637
+ "electronic_enthalpy_is_allowed": null,
638
+ "differential_enthalpy_is_allowed": null,
639
+ "dew_point_dry_bulb_is_allowed": null,
640
+ "fixed_enthalpy_is_allowed": null,
641
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
642
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
643
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
644
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
645
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
646
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
647
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
648
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
649
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
650
+ "percent_increase_cooling_efficiency_eliminate_requirement": 74,
651
+ "heat_recovery_exempted": true
652
+ },
653
+ {
654
+ "climate_zone": "6A",
526
655
  "data_center": true,
527
- "capacity_limit": 65000.0,
528
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
529
- "notes": "90.1-2013 Table 6.5.1-2"
530
- },
531
- {
532
- "template": "90.1-2013",
533
- "climate_zone": "ASHRAE 169-2013-5A",
656
+ "minimum_capacity": 135000,
657
+ "fan_cooling_application": "All",
658
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
659
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
660
+ "fixed_dry_bulb_is_allowed": true,
661
+ "differential_dry_bulb_is_allowed": true,
662
+ "electronic_enthalpy_is_allowed": null,
663
+ "differential_enthalpy_is_allowed": null,
664
+ "dew_point_dry_bulb_is_allowed": null,
665
+ "fixed_enthalpy_is_allowed": null,
666
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
667
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
668
+ "fixed_dry_bulb_high_limit_shutoff_temp": 70,
669
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
670
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
671
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
672
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
673
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
674
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
675
+ "percent_increase_cooling_efficiency_eliminate_requirement": 56,
676
+ "heat_recovery_exempted": true
677
+ },
678
+ {
679
+ "climate_zone": "6A",
534
680
  "data_center": false,
535
- "capacity_limit": 54000.0,
536
- "fixed_dry_bulb_high_limit_shutoff_temp": 70.0,
537
- "notes": "90.1-2013 Table 6.5.1-1"
538
- },
539
- {
540
- "template": "90.1-2013",
541
- "climate_zone": "ASHRAE 169-2013-5A",
681
+ "minimum_capacity": 54000,
682
+ "fan_cooling_application": "All",
683
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
684
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
685
+ "fixed_dry_bulb_is_allowed": true,
686
+ "differential_dry_bulb_is_allowed": true,
687
+ "electronic_enthalpy_is_allowed": null,
688
+ "differential_enthalpy_is_allowed": null,
689
+ "dew_point_dry_bulb_is_allowed": null,
690
+ "fixed_enthalpy_is_allowed": null,
691
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
692
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
693
+ "fixed_dry_bulb_high_limit_shutoff_temp": 70,
694
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
695
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
696
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
697
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
698
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
699
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
700
+ "percent_increase_cooling_efficiency_eliminate_requirement": 56,
701
+ "heat_recovery_exempted": true
702
+ },
703
+ {
704
+ "climate_zone": "6B",
542
705
  "data_center": true,
543
- "capacity_limit": 135000.0,
544
- "fixed_dry_bulb_high_limit_shutoff_temp": 70.0,
545
- "notes": "90.1-2013 Table 6.5.1-2"
546
- },
547
- {
548
- "template": "90.1-2013",
549
- "climate_zone": "ASHRAE 169-2013-5B",
706
+ "minimum_capacity": 65000,
707
+ "fan_cooling_application": "All",
708
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
709
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
710
+ "fixed_dry_bulb_is_allowed": true,
711
+ "differential_dry_bulb_is_allowed": true,
712
+ "electronic_enthalpy_is_allowed": null,
713
+ "differential_enthalpy_is_allowed": null,
714
+ "dew_point_dry_bulb_is_allowed": null,
715
+ "fixed_enthalpy_is_allowed": null,
716
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
717
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
718
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
719
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
720
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
721
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
722
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
723
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
724
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
725
+ "percent_increase_cooling_efficiency_eliminate_requirement": 65,
726
+ "heat_recovery_exempted": true
727
+ },
728
+ {
729
+ "climate_zone": "6B",
550
730
  "data_center": false,
551
- "capacity_limit": 54000.0,
552
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
553
- "notes": "90.1-2013 Table 6.5.1-1"
554
- },
555
- {
556
- "template": "90.1-2013",
557
- "climate_zone": "ASHRAE 169-2013-5B",
731
+ "minimum_capacity": 54000,
732
+ "fan_cooling_application": "All",
733
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
734
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
735
+ "fixed_dry_bulb_is_allowed": true,
736
+ "differential_dry_bulb_is_allowed": true,
737
+ "electronic_enthalpy_is_allowed": null,
738
+ "differential_enthalpy_is_allowed": null,
739
+ "dew_point_dry_bulb_is_allowed": null,
740
+ "fixed_enthalpy_is_allowed": null,
741
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
742
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
743
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
744
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
745
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
746
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
747
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
748
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
749
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
750
+ "percent_increase_cooling_efficiency_eliminate_requirement": 65,
751
+ "heat_recovery_exempted": true
752
+ },
753
+ {
754
+ "climate_zone": "7",
558
755
  "data_center": true,
559
- "capacity_limit": 65000.0,
560
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
561
- "notes": "90.1-2013 Table 6.5.1-2"
562
- },
563
- {
564
- "template": "90.1-2013",
565
- "climate_zone": "ASHRAE 169-2013-5C",
756
+ "minimum_capacity": 135000,
757
+ "fan_cooling_application": "All",
758
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
759
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
760
+ "fixed_dry_bulb_is_allowed": true,
761
+ "differential_dry_bulb_is_allowed": true,
762
+ "electronic_enthalpy_is_allowed": null,
763
+ "differential_enthalpy_is_allowed": null,
764
+ "dew_point_dry_bulb_is_allowed": null,
765
+ "fixed_enthalpy_is_allowed": null,
766
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
767
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
768
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
769
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
770
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
771
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
772
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
773
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
774
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
775
+ "percent_increase_cooling_efficiency_eliminate_requirement": 72,
776
+ "heat_recovery_exempted": true
777
+ },
778
+ {
779
+ "climate_zone": "7",
566
780
  "data_center": false,
567
- "capacity_limit": 54000.0,
568
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
569
- "notes": "90.1-2013 Table 6.5.1-1"
570
- },
571
- {
572
- "template": "90.1-2013",
573
- "climate_zone": "ASHRAE 169-2013-5C",
781
+ "minimum_capacity": 54000,
782
+ "fan_cooling_application": "All",
783
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
784
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
785
+ "fixed_dry_bulb_is_allowed": true,
786
+ "differential_dry_bulb_is_allowed": true,
787
+ "electronic_enthalpy_is_allowed": null,
788
+ "differential_enthalpy_is_allowed": null,
789
+ "dew_point_dry_bulb_is_allowed": null,
790
+ "fixed_enthalpy_is_allowed": null,
791
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
792
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
793
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
794
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
795
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
796
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
797
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
798
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
799
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
800
+ "percent_increase_cooling_efficiency_eliminate_requirement": 72,
801
+ "heat_recovery_exempted": true
802
+ },
803
+ {
804
+ "climate_zone": "7A",
574
805
  "data_center": true,
575
- "capacity_limit": 65000.0,
576
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
577
- "notes": "90.1-2013 Table 6.5.1-2"
578
- },
579
- {
580
- "template": "90.1-2013",
581
- "climate_zone": "ASHRAE 169-2013-6A",
806
+ "minimum_capacity": 135000,
807
+ "fan_cooling_application": "All",
808
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
809
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
810
+ "fixed_dry_bulb_is_allowed": true,
811
+ "differential_dry_bulb_is_allowed": true,
812
+ "electronic_enthalpy_is_allowed": null,
813
+ "differential_enthalpy_is_allowed": null,
814
+ "dew_point_dry_bulb_is_allowed": null,
815
+ "fixed_enthalpy_is_allowed": null,
816
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
817
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
818
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
819
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
820
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
821
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
822
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
823
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
824
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
825
+ "percent_increase_cooling_efficiency_eliminate_requirement": 72,
826
+ "heat_recovery_exempted": true
827
+ },
828
+ {
829
+ "climate_zone": "7A",
582
830
  "data_center": false,
583
- "capacity_limit": 54000.0,
584
- "fixed_dry_bulb_high_limit_shutoff_temp": 70.0,
585
- "notes": "90.1-2013 Table 6.5.1-1"
586
- },
587
- {
588
- "template": "90.1-2013",
589
- "climate_zone": "ASHRAE 169-2013-6A",
831
+ "minimum_capacity": 54000,
832
+ "fan_cooling_application": "All",
833
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
834
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
835
+ "fixed_dry_bulb_is_allowed": true,
836
+ "differential_dry_bulb_is_allowed": true,
837
+ "electronic_enthalpy_is_allowed": null,
838
+ "differential_enthalpy_is_allowed": null,
839
+ "dew_point_dry_bulb_is_allowed": null,
840
+ "fixed_enthalpy_is_allowed": null,
841
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
842
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
843
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
844
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
845
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
846
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
847
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
848
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
849
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
850
+ "percent_increase_cooling_efficiency_eliminate_requirement": 72,
851
+ "heat_recovery_exempted": true
852
+ },
853
+ {
854
+ "climate_zone": "7B",
590
855
  "data_center": true,
591
- "capacity_limit": 135000.0,
592
- "fixed_dry_bulb_high_limit_shutoff_temp": 70.0,
593
- "notes": "90.1-2013 Table 6.5.1-2"
594
- },
595
- {
596
- "template": "90.1-2013",
597
- "climate_zone": "ASHRAE 169-2013-6B",
856
+ "minimum_capacity": 135000,
857
+ "fan_cooling_application": "All",
858
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
859
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
860
+ "fixed_dry_bulb_is_allowed": true,
861
+ "differential_dry_bulb_is_allowed": true,
862
+ "electronic_enthalpy_is_allowed": null,
863
+ "differential_enthalpy_is_allowed": null,
864
+ "dew_point_dry_bulb_is_allowed": null,
865
+ "fixed_enthalpy_is_allowed": null,
866
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
867
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
868
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
869
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
870
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
871
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
872
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
873
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
874
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
875
+ "percent_increase_cooling_efficiency_eliminate_requirement": 72,
876
+ "heat_recovery_exempted": true
877
+ },
878
+ {
879
+ "climate_zone": "7B",
598
880
  "data_center": false,
599
- "capacity_limit": 54000.0,
600
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
601
- "notes": "90.1-2013 Table 6.5.1-1"
602
- },
603
- {
604
- "template": "90.1-2013",
605
- "climate_zone": "ASHRAE 169-2013-6B",
881
+ "minimum_capacity": 54000,
882
+ "fan_cooling_application": "All",
883
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
884
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
885
+ "fixed_dry_bulb_is_allowed": true,
886
+ "differential_dry_bulb_is_allowed": true,
887
+ "electronic_enthalpy_is_allowed": null,
888
+ "differential_enthalpy_is_allowed": null,
889
+ "dew_point_dry_bulb_is_allowed": null,
890
+ "fixed_enthalpy_is_allowed": null,
891
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
892
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
893
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
894
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
895
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
896
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
897
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
898
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
899
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
900
+ "percent_increase_cooling_efficiency_eliminate_requirement": 72,
901
+ "heat_recovery_exempted": true
902
+ },
903
+ {
904
+ "climate_zone": "8",
606
905
  "data_center": true,
607
- "capacity_limit": 65000.0,
608
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
609
- "notes": "90.1-2013 Table 6.5.1-2"
610
- },
611
- {
612
- "template": "90.1-2013",
613
- "climate_zone": "ASHRAE 169-2013-7A",
906
+ "minimum_capacity": 135000,
907
+ "fan_cooling_application": "All",
908
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
909
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
910
+ "fixed_dry_bulb_is_allowed": true,
911
+ "differential_dry_bulb_is_allowed": true,
912
+ "electronic_enthalpy_is_allowed": null,
913
+ "differential_enthalpy_is_allowed": null,
914
+ "dew_point_dry_bulb_is_allowed": null,
915
+ "fixed_enthalpy_is_allowed": null,
916
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
917
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
918
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
919
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
920
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
921
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
922
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
923
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
924
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
925
+ "percent_increase_cooling_efficiency_eliminate_requirement": 77,
926
+ "heat_recovery_exempted": true
927
+ },
928
+ {
929
+ "climate_zone": "8",
614
930
  "data_center": false,
615
- "capacity_limit": 54000.0,
616
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
617
- "notes": "90.1-2013 Table 6.5.1-1"
618
- },
619
- {
620
- "template": "90.1-2013",
621
- "climate_zone": "ASHRAE 169-2013-7A",
622
- "data_center": true,
623
- "capacity_limit": 135000.0,
624
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
625
- "notes": "90.1-2013 Table 6.5.1-2"
626
- },
627
- {
628
- "template": "90.1-2013",
629
- "climate_zone": "ASHRAE 169-2013-7B",
931
+ "minimum_capacity": 54000,
932
+ "fan_cooling_application": "All",
933
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
934
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
935
+ "fixed_dry_bulb_is_allowed": true,
936
+ "differential_dry_bulb_is_allowed": true,
937
+ "electronic_enthalpy_is_allowed": null,
938
+ "differential_enthalpy_is_allowed": null,
939
+ "dew_point_dry_bulb_is_allowed": null,
940
+ "fixed_enthalpy_is_allowed": null,
941
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
942
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
943
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
944
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
945
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
946
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
947
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
948
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
949
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
950
+ "percent_increase_cooling_efficiency_eliminate_requirement": 77,
951
+ "heat_recovery_exempted": true
952
+ },
953
+ {
954
+ "climate_zone": "0A",
630
955
  "data_center": false,
631
- "capacity_limit": 54000.0,
632
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
633
- "notes": "90.1-2013 Table 6.5.1-1"
634
- },
635
- {
636
- "template": "90.1-2013",
637
- "climate_zone": "ASHRAE 169-2013-7B",
638
- "data_center": true,
639
- "capacity_limit": 135000.0,
640
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
641
- "notes": "90.1-2013 Table 6.5.1-2"
642
- },
643
- {
644
- "template": "90.1-2013",
645
- "climate_zone": "ASHRAE 169-2013-8A",
956
+ "minimum_capacity": null,
957
+ "fan_cooling_application": "All",
958
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
959
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
960
+ "fixed_dry_bulb_is_allowed": true,
961
+ "differential_dry_bulb_is_allowed": false,
962
+ "electronic_enthalpy_is_allowed": null,
963
+ "differential_enthalpy_is_allowed": null,
964
+ "dew_point_dry_bulb_is_allowed": null,
965
+ "fixed_enthalpy_is_allowed": null,
966
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
967
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
968
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
969
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
970
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
971
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
972
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
973
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
974
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
975
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
976
+ "heat_recovery_exempted": true
977
+ },
978
+ {
979
+ "climate_zone": "0B",
646
980
  "data_center": false,
647
- "capacity_limit": 54000.0,
648
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
649
- "notes": "90.1-2013 Table 6.5.1-1"
650
- },
651
- {
652
- "template": "90.1-2013",
653
- "climate_zone": "ASHRAE 169-2013-8A",
981
+ "minimum_capacity": null,
982
+ "fan_cooling_application": "All",
983
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
984
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
985
+ "fixed_dry_bulb_is_allowed": true,
986
+ "differential_dry_bulb_is_allowed": true,
987
+ "electronic_enthalpy_is_allowed": null,
988
+ "differential_enthalpy_is_allowed": null,
989
+ "dew_point_dry_bulb_is_allowed": null,
990
+ "fixed_enthalpy_is_allowed": null,
991
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
992
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
993
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
994
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
995
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
996
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
997
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
998
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
999
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
1000
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
1001
+ "heat_recovery_exempted": true
1002
+ },
1003
+ {
1004
+ "climate_zone": "0A",
654
1005
  "data_center": true,
655
- "capacity_limit": 135000.0,
656
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
657
- "notes": "90.1-2013 Table 6.5.1-2"
658
- },
659
- {
660
- "template": "90.1-2013",
661
- "climate_zone": "ASHRAE 169-2013-8B",
662
- "data_center": false,
663
- "capacity_limit": 54000.0,
664
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
665
- "notes": "90.1-2013 Table 6.5.1-1"
666
- },
667
- {
668
- "template": "90.1-2013",
669
- "climate_zone": "ASHRAE 169-2013-8B",
1006
+ "minimum_capacity": null,
1007
+ "fan_cooling_application": "All",
1008
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
1009
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
1010
+ "fixed_dry_bulb_is_allowed": true,
1011
+ "differential_dry_bulb_is_allowed": false,
1012
+ "electronic_enthalpy_is_allowed": null,
1013
+ "differential_enthalpy_is_allowed": null,
1014
+ "dew_point_dry_bulb_is_allowed": null,
1015
+ "fixed_enthalpy_is_allowed": null,
1016
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
1017
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
1018
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
1019
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
1020
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
1021
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
1022
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
1023
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
1024
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
1025
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
1026
+ "heat_recovery_exempted": true
1027
+ },
1028
+ {
1029
+ "climate_zone": "0B",
670
1030
  "data_center": true,
671
- "capacity_limit": 135000.0,
672
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
673
- "notes": "90.1-2013 Table 6.5.1-2"
1031
+ "minimum_capacity": null,
1032
+ "fan_cooling_application": "All",
1033
+ "minimum_water_cooled_chilled_water_capacity_no_fan_cooling": null,
1034
+ "minimum_air_cooled_chilled_water_or_district_chilled_water_capacity_no_fan_cooling": null,
1035
+ "fixed_dry_bulb_is_allowed": true,
1036
+ "differential_dry_bulb_is_allowed": true,
1037
+ "electronic_enthalpy_is_allowed": null,
1038
+ "differential_enthalpy_is_allowed": null,
1039
+ "dew_point_dry_bulb_is_allowed": null,
1040
+ "fixed_enthalpy_is_allowed": null,
1041
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": true,
1042
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": true,
1043
+ "fixed_dry_bulb_high_limit_shutoff_temp": 75,
1044
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
1045
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": null,
1046
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
1047
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": 28,
1048
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
1049
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
1050
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
1051
+ "heat_recovery_exempted": true
674
1052
  }
675
1053
  ]
676
1054
  }