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,308 +1,1054 @@
1
1
  {
2
2
  "economizers": [
3
3
  {
4
- "template": "DOE Ref Pre-1980",
5
- "climate_zone": "ASHRAE 169-2006-1A",
4
+ "climate_zone": "1A",
6
5
  "data_center": false,
7
- "capacity_limit": null,
8
- "fixed_dry_bulb_high_limit_shutoff_temp": 65.0,
9
- "notes": "Same as 90.1-2004"
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": true,
13
+ "differential_enthalpy_is_allowed": true,
14
+ "dew_point_dry_bulb_is_allowed": true,
15
+ "fixed_enthalpy_is_allowed": true,
16
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
17
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
18
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
19
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": 28,
20
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": 55,
21
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
22
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
23
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
24
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
25
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
26
+ "heat_recovery_exempted": true
10
27
  },
11
28
  {
12
- "template": "DOE Ref Pre-1980",
13
- "climate_zone": "ASHRAE 169-2006-1B",
14
- "data_center": false,
15
- "capacity_limit": null,
16
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
17
- "notes": "Same as 90.1-2004"
29
+ "climate_zone": "1A",
30
+ "data_center": true,
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": true,
38
+ "differential_enthalpy_is_allowed": true,
39
+ "dew_point_dry_bulb_is_allowed": true,
40
+ "fixed_enthalpy_is_allowed": true,
41
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
42
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
43
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
44
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": 28,
45
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": 55,
46
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
47
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
48
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
49
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
50
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
51
+ "heat_recovery_exempted": true
18
52
  },
19
53
  {
20
- "template": "DOE Ref Pre-1980",
21
- "climate_zone": "ASHRAE 169-2006-2A",
54
+ "climate_zone": "1B",
22
55
  "data_center": false,
23
- "capacity_limit": null,
24
- "fixed_dry_bulb_high_limit_shutoff_temp": 65.0,
25
- "notes": "Same as 90.1-2004"
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": true,
63
+ "differential_enthalpy_is_allowed": true,
64
+ "dew_point_dry_bulb_is_allowed": true,
65
+ "fixed_enthalpy_is_allowed": false,
66
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
67
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
71
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
72
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
73
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
74
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
75
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
76
+ "heat_recovery_exempted": true
26
77
  },
27
78
  {
28
- "template": "DOE Ref Pre-1980",
29
- "climate_zone": "ASHRAE 169-2006-2B",
30
- "data_center": false,
31
- "capacity_limit": 135000.0,
32
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
33
- "notes": "Same as 90.1-2004"
79
+ "climate_zone": "1B",
80
+ "data_center": true,
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": true,
88
+ "differential_enthalpy_is_allowed": true,
89
+ "dew_point_dry_bulb_is_allowed": true,
90
+ "fixed_enthalpy_is_allowed": false,
91
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
92
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
96
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
97
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
98
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
99
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
100
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
101
+ "heat_recovery_exempted": true
34
102
  },
35
103
  {
36
- "template": "DOE Ref Pre-1980",
37
- "climate_zone": "ASHRAE 169-2006-3A",
104
+ "climate_zone": "2A",
38
105
  "data_center": false,
39
- "capacity_limit": null,
40
- "fixed_dry_bulb_high_limit_shutoff_temp": 65.0,
41
- "notes": "Same as 90.1-2004"
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": true,
113
+ "differential_enthalpy_is_allowed": true,
114
+ "dew_point_dry_bulb_is_allowed": true,
115
+ "fixed_enthalpy_is_allowed": true,
116
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
117
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
118
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
119
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": 28,
120
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": 55,
121
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
122
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
123
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
124
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
125
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
126
+ "heat_recovery_exempted": true
42
127
  },
43
128
  {
44
- "template": "DOE Ref Pre-1980",
45
- "climate_zone": "ASHRAE 169-2006-3B",
46
- "data_center": false,
47
- "capacity_limit": 65000.0,
48
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
49
- "notes": "Same as 90.1-2004"
129
+ "climate_zone": "2A",
130
+ "data_center": true,
131
+ "minimum_capacity": null,
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": true,
138
+ "differential_enthalpy_is_allowed": true,
139
+ "dew_point_dry_bulb_is_allowed": true,
140
+ "fixed_enthalpy_is_allowed": true,
141
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
142
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
143
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
144
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": 28,
145
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": 55,
146
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
147
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
148
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
149
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
150
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
151
+ "heat_recovery_exempted": true
50
152
  },
51
153
  {
52
- "template": "DOE Ref Pre-1980",
53
- "climate_zone": "ASHRAE 169-2006-3C",
154
+ "climate_zone": "2B",
54
155
  "data_center": false,
55
- "capacity_limit": 65000.0,
56
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
57
- "notes": "Same as 90.1-2004"
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": true,
163
+ "differential_enthalpy_is_allowed": true,
164
+ "dew_point_dry_bulb_is_allowed": true,
165
+ "fixed_enthalpy_is_allowed": false,
166
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
167
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
171
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
172
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
173
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
174
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
175
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
176
+ "heat_recovery_exempted": true
58
177
  },
59
178
  {
60
- "template": "DOE Ref Pre-1980",
61
- "climate_zone": "ASHRAE 169-2006-4A",
62
- "data_center": false,
63
- "capacity_limit": null,
64
- "fixed_dry_bulb_high_limit_shutoff_temp": 65.0,
65
- "notes": "Same as 90.1-2004"
179
+ "climate_zone": "2B",
180
+ "data_center": true,
181
+ "minimum_capacity": 135000,
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": true,
188
+ "differential_enthalpy_is_allowed": true,
189
+ "dew_point_dry_bulb_is_allowed": true,
190
+ "fixed_enthalpy_is_allowed": false,
191
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
192
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
196
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
197
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
198
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
199
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
200
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
201
+ "heat_recovery_exempted": true
66
202
  },
67
203
  {
68
- "template": "DOE Ref Pre-1980",
69
- "climate_zone": "ASHRAE 169-2006-4B",
204
+ "climate_zone": "3A",
70
205
  "data_center": false,
71
- "capacity_limit": 65000.0,
72
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
73
- "notes": "Same as 90.1-2004"
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": true,
213
+ "differential_enthalpy_is_allowed": true,
214
+ "dew_point_dry_bulb_is_allowed": true,
215
+ "fixed_enthalpy_is_allowed": true,
216
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
217
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
218
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
219
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": 28,
220
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": 55,
221
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
222
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
223
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
224
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
225
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
226
+ "heat_recovery_exempted": true
74
227
  },
75
228
  {
76
- "template": "DOE Ref Pre-1980",
77
- "climate_zone": "ASHRAE 169-2006-4C",
78
- "data_center": false,
79
- "capacity_limit": 65000.0,
80
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
81
- "notes": "Same as 90.1-2004"
229
+ "climate_zone": "3A",
230
+ "data_center": true,
231
+ "minimum_capacity": null,
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": true,
238
+ "differential_enthalpy_is_allowed": true,
239
+ "dew_point_dry_bulb_is_allowed": true,
240
+ "fixed_enthalpy_is_allowed": true,
241
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
242
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
243
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
244
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": 28,
245
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": 55,
246
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
247
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
248
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
249
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
250
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
251
+ "heat_recovery_exempted": true
82
252
  },
83
253
  {
84
- "template": "DOE Ref Pre-1980",
85
- "climate_zone": "ASHRAE 169-2006-5A",
254
+ "climate_zone": "3B",
86
255
  "data_center": false,
87
- "capacity_limit": 135000.0,
88
- "fixed_dry_bulb_high_limit_shutoff_temp": 70.0,
89
- "notes": "Same as 90.1-2004"
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": true,
263
+ "differential_enthalpy_is_allowed": true,
264
+ "dew_point_dry_bulb_is_allowed": true,
265
+ "fixed_enthalpy_is_allowed": false,
266
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
267
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
271
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
272
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
273
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
274
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
275
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
276
+ "heat_recovery_exempted": true
90
277
  },
91
278
  {
92
- "template": "DOE Ref Pre-1980",
93
- "climate_zone": "ASHRAE 169-2006-5B",
94
- "data_center": false,
95
- "capacity_limit": 65000.0,
96
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
97
- "notes": "Same as 90.1-2004"
279
+ "climate_zone": "3B",
280
+ "data_center": true,
281
+ "minimum_capacity": 65000,
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": true,
288
+ "differential_enthalpy_is_allowed": true,
289
+ "dew_point_dry_bulb_is_allowed": true,
290
+ "fixed_enthalpy_is_allowed": false,
291
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
292
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
296
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
297
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
298
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
299
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
300
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
301
+ "heat_recovery_exempted": true
98
302
  },
99
303
  {
100
- "template": "DOE Ref Pre-1980",
101
- "climate_zone": "ASHRAE 169-2006-5C",
304
+ "climate_zone": "3C",
102
305
  "data_center": false,
103
- "capacity_limit": 65000.0,
104
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
105
- "notes": "Same as 90.1-2004"
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": true,
313
+ "differential_enthalpy_is_allowed": true,
314
+ "dew_point_dry_bulb_is_allowed": true,
315
+ "fixed_enthalpy_is_allowed": false,
316
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
317
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
321
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
322
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
323
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
324
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
325
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
326
+ "heat_recovery_exempted": true
106
327
  },
107
328
  {
108
- "template": "DOE Ref Pre-1980",
109
- "climate_zone": "ASHRAE 169-2006-6A",
110
- "data_center": false,
111
- "capacity_limit": 135000.0,
112
- "fixed_dry_bulb_high_limit_shutoff_temp": 70.0,
113
- "notes": "Same as 90.1-2004"
329
+ "climate_zone": "3C",
330
+ "data_center": true,
331
+ "minimum_capacity": 65000,
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": true,
338
+ "differential_enthalpy_is_allowed": true,
339
+ "dew_point_dry_bulb_is_allowed": true,
340
+ "fixed_enthalpy_is_allowed": false,
341
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
342
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
346
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
347
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
348
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
349
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
350
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
351
+ "heat_recovery_exempted": true
114
352
  },
115
353
  {
116
- "template": "DOE Ref Pre-1980",
117
- "climate_zone": "ASHRAE 169-2006-6B",
354
+ "climate_zone": "4A",
118
355
  "data_center": false,
119
- "capacity_limit": 65000.0,
120
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
121
- "notes": "Same as 90.1-2004"
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": true,
363
+ "differential_enthalpy_is_allowed": true,
364
+ "dew_point_dry_bulb_is_allowed": true,
365
+ "fixed_enthalpy_is_allowed": true,
366
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
367
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
368
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
369
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": 28,
370
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": 55,
371
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
372
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
373
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
374
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
375
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
376
+ "heat_recovery_exempted": true
122
377
  },
123
378
  {
124
- "template": "DOE Ref Pre-1980",
125
- "climate_zone": "ASHRAE 169-2006-7A",
126
- "data_center": false,
127
- "capacity_limit": 135000.0,
128
- "fixed_dry_bulb_high_limit_shutoff_temp": 70.0,
129
- "notes": "Same as 90.1-2004"
379
+ "climate_zone": "4A",
380
+ "data_center": true,
381
+ "minimum_capacity": null,
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": true,
388
+ "differential_enthalpy_is_allowed": true,
389
+ "dew_point_dry_bulb_is_allowed": true,
390
+ "fixed_enthalpy_is_allowed": true,
391
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
392
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
393
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
394
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": 28,
395
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": 55,
396
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
397
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
398
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
399
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
400
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
401
+ "heat_recovery_exempted": true
130
402
  },
131
403
  {
132
- "template": "DOE Ref Pre-1980",
133
- "climate_zone": "ASHRAE 169-2006-7B",
404
+ "climate_zone": "4B",
134
405
  "data_center": false,
135
- "capacity_limit": 135000.0,
136
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
137
- "notes": "Same as 90.1-2004"
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": true,
413
+ "differential_enthalpy_is_allowed": true,
414
+ "dew_point_dry_bulb_is_allowed": true,
415
+ "fixed_enthalpy_is_allowed": false,
416
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
417
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
421
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
422
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
423
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
424
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
425
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
426
+ "heat_recovery_exempted": true
138
427
  },
139
428
  {
140
- "template": "DOE Ref Pre-1980",
141
- "climate_zone": "ASHRAE 169-2006-8A",
142
- "data_center": false,
143
- "capacity_limit": 135000.0,
144
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
145
- "notes": "Same as 90.1-2004"
429
+ "climate_zone": "4B",
430
+ "data_center": true,
431
+ "minimum_capacity": 65000,
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": true,
438
+ "differential_enthalpy_is_allowed": true,
439
+ "dew_point_dry_bulb_is_allowed": true,
440
+ "fixed_enthalpy_is_allowed": false,
441
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
442
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
446
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
447
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
448
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
449
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
450
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
451
+ "heat_recovery_exempted": true
146
452
  },
147
453
  {
148
- "template": "DOE Ref Pre-1980",
149
- "climate_zone": "ASHRAE 169-2006-8B",
454
+ "climate_zone": "4C",
150
455
  "data_center": false,
151
- "capacity_limit": 135000.0,
152
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
153
- "notes": "Same as 90.1-2004"
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": true,
463
+ "differential_enthalpy_is_allowed": true,
464
+ "dew_point_dry_bulb_is_allowed": true,
465
+ "fixed_enthalpy_is_allowed": false,
466
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
467
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
471
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
472
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
473
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
474
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
475
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
476
+ "heat_recovery_exempted": true
154
477
  },
155
478
  {
156
- "template": "DOE Ref Pre-1980",
157
- "climate_zone": "ASHRAE 169-2013-1A",
158
- "data_center": false,
159
- "capacity_limit": null,
160
- "fixed_dry_bulb_high_limit_shutoff_temp": 65.0,
161
- "notes": "Same as 90.1-2004"
479
+ "climate_zone": "4C",
480
+ "data_center": true,
481
+ "minimum_capacity": 65000,
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": true,
488
+ "differential_enthalpy_is_allowed": true,
489
+ "dew_point_dry_bulb_is_allowed": true,
490
+ "fixed_enthalpy_is_allowed": false,
491
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
492
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
496
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
497
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
498
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
499
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
500
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
501
+ "heat_recovery_exempted": true
162
502
  },
163
503
  {
164
- "template": "DOE Ref Pre-1980",
165
- "climate_zone": "ASHRAE 169-2013-1B",
504
+ "climate_zone": "5A",
166
505
  "data_center": false,
167
- "capacity_limit": null,
168
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
169
- "notes": "Same as 90.1-2004"
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": true,
513
+ "differential_enthalpy_is_allowed": true,
514
+ "dew_point_dry_bulb_is_allowed": true,
515
+ "fixed_enthalpy_is_allowed": true,
516
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
517
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
518
+ "fixed_dry_bulb_high_limit_shutoff_temp": 70,
519
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": 28,
520
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": 55,
521
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
522
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
523
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
524
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
525
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
526
+ "heat_recovery_exempted": true
170
527
  },
171
528
  {
172
- "template": "DOE Ref Pre-1980",
173
- "climate_zone": "ASHRAE 169-2013-2A",
174
- "data_center": false,
175
- "capacity_limit": null,
176
- "fixed_dry_bulb_high_limit_shutoff_temp": 65.0,
177
- "notes": "Same as 90.1-2004"
529
+ "climate_zone": "5A",
530
+ "data_center": true,
531
+ "minimum_capacity": 135000,
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": true,
538
+ "differential_enthalpy_is_allowed": true,
539
+ "dew_point_dry_bulb_is_allowed": true,
540
+ "fixed_enthalpy_is_allowed": true,
541
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
542
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
543
+ "fixed_dry_bulb_high_limit_shutoff_temp": 70,
544
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": 28,
545
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": 55,
546
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
547
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
548
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
549
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
550
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
551
+ "heat_recovery_exempted": true
178
552
  },
179
553
  {
180
- "template": "DOE Ref Pre-1980",
181
- "climate_zone": "ASHRAE 169-2013-2B",
554
+ "climate_zone": "5B",
182
555
  "data_center": false,
183
- "capacity_limit": 135000.0,
184
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
185
- "notes": "Same as 90.1-2004"
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": true,
563
+ "differential_enthalpy_is_allowed": true,
564
+ "dew_point_dry_bulb_is_allowed": true,
565
+ "fixed_enthalpy_is_allowed": false,
566
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
567
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
571
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
572
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
573
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
574
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
575
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
576
+ "heat_recovery_exempted": true
186
577
  },
187
578
  {
188
- "template": "DOE Ref Pre-1980",
189
- "climate_zone": "ASHRAE 169-2013-3A",
190
- "data_center": false,
191
- "capacity_limit": null,
192
- "fixed_dry_bulb_high_limit_shutoff_temp": 65.0,
193
- "notes": "Same as 90.1-2004"
579
+ "climate_zone": "5B",
580
+ "data_center": true,
581
+ "minimum_capacity": 65000,
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": true,
588
+ "differential_enthalpy_is_allowed": true,
589
+ "dew_point_dry_bulb_is_allowed": true,
590
+ "fixed_enthalpy_is_allowed": false,
591
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
592
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
596
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
597
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
598
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
599
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
600
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
601
+ "heat_recovery_exempted": true
194
602
  },
195
603
  {
196
- "template": "DOE Ref Pre-1980",
197
- "climate_zone": "ASHRAE 169-2013-3B",
604
+ "climate_zone": "5C",
198
605
  "data_center": false,
199
- "capacity_limit": 65000.0,
200
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
201
- "notes": "Same as 90.1-2004"
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": true,
613
+ "differential_enthalpy_is_allowed": true,
614
+ "dew_point_dry_bulb_is_allowed": true,
615
+ "fixed_enthalpy_is_allowed": false,
616
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
617
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
621
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
622
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
623
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
624
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
625
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
626
+ "heat_recovery_exempted": true
202
627
  },
203
628
  {
204
- "template": "DOE Ref Pre-1980",
205
- "climate_zone": "ASHRAE 169-2013-3C",
206
- "data_center": false,
207
- "capacity_limit": 65000.0,
208
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
209
- "notes": "Same as 90.1-2004"
629
+ "climate_zone": "5C",
630
+ "data_center": true,
631
+ "minimum_capacity": 65000,
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": true,
638
+ "differential_enthalpy_is_allowed": true,
639
+ "dew_point_dry_bulb_is_allowed": true,
640
+ "fixed_enthalpy_is_allowed": false,
641
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
642
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
646
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
647
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
648
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
649
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
650
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
651
+ "heat_recovery_exempted": true
210
652
  },
211
653
  {
212
- "template": "DOE Ref Pre-1980",
213
- "climate_zone": "ASHRAE 169-2013-4A",
654
+ "climate_zone": "6A",
214
655
  "data_center": false,
215
- "capacity_limit": null,
216
- "fixed_dry_bulb_high_limit_shutoff_temp": 65.0,
217
- "notes": "Same as 90.1-2004"
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": true,
663
+ "differential_enthalpy_is_allowed": true,
664
+ "dew_point_dry_bulb_is_allowed": true,
665
+ "fixed_enthalpy_is_allowed": true,
666
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
667
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
668
+ "fixed_dry_bulb_high_limit_shutoff_temp": 70,
669
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": 28,
670
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": 55,
671
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
672
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
673
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
674
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
675
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
676
+ "heat_recovery_exempted": true
218
677
  },
219
678
  {
220
- "template": "DOE Ref Pre-1980",
221
- "climate_zone": "ASHRAE 169-2013-4B",
222
- "data_center": false,
223
- "capacity_limit": 65000.0,
224
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
225
- "notes": "Same as 90.1-2004"
679
+ "climate_zone": "6A",
680
+ "data_center": true,
681
+ "minimum_capacity": 135000,
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": true,
688
+ "differential_enthalpy_is_allowed": true,
689
+ "dew_point_dry_bulb_is_allowed": true,
690
+ "fixed_enthalpy_is_allowed": true,
691
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
692
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
693
+ "fixed_dry_bulb_high_limit_shutoff_temp": 70,
694
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": 28,
695
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": 55,
696
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
697
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
698
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
699
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
700
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
701
+ "heat_recovery_exempted": true
226
702
  },
227
703
  {
228
- "template": "DOE Ref Pre-1980",
229
- "climate_zone": "ASHRAE 169-2013-4C",
704
+ "climate_zone": "6B",
230
705
  "data_center": false,
231
- "capacity_limit": 65000.0,
232
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
233
- "notes": "Same as 90.1-2004"
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": true,
713
+ "differential_enthalpy_is_allowed": true,
714
+ "dew_point_dry_bulb_is_allowed": true,
715
+ "fixed_enthalpy_is_allowed": false,
716
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
717
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
721
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
722
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
723
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
724
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
725
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
726
+ "heat_recovery_exempted": true
234
727
  },
235
728
  {
236
- "template": "DOE Ref Pre-1980",
237
- "climate_zone": "ASHRAE 169-2013-5A",
238
- "data_center": false,
239
- "capacity_limit": 135000.0,
240
- "fixed_dry_bulb_high_limit_shutoff_temp": 70.0,
241
- "notes": "Same as 90.1-2004"
729
+ "climate_zone": "6B",
730
+ "data_center": true,
731
+ "minimum_capacity": 65000,
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": true,
738
+ "differential_enthalpy_is_allowed": true,
739
+ "dew_point_dry_bulb_is_allowed": true,
740
+ "fixed_enthalpy_is_allowed": false,
741
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
742
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
746
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
747
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
748
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
749
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
750
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
751
+ "heat_recovery_exempted": true
242
752
  },
243
753
  {
244
- "template": "DOE Ref Pre-1980",
245
- "climate_zone": "ASHRAE 169-2013-5B",
754
+ "climate_zone": "7",
246
755
  "data_center": false,
247
- "capacity_limit": 65000.0,
248
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
249
- "notes": "Same as 90.1-2004"
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": true,
763
+ "differential_enthalpy_is_allowed": true,
764
+ "dew_point_dry_bulb_is_allowed": true,
765
+ "fixed_enthalpy_is_allowed": false,
766
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
767
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
771
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
772
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
773
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
774
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
775
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
776
+ "heat_recovery_exempted": true
250
777
  },
251
778
  {
252
- "template": "DOE Ref Pre-1980",
253
- "climate_zone": "ASHRAE 169-2013-5C",
254
- "data_center": false,
255
- "capacity_limit": 65000.0,
256
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
257
- "notes": "Same as 90.1-2004"
779
+ "climate_zone": "7",
780
+ "data_center": true,
781
+ "minimum_capacity": 135000,
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": true,
788
+ "differential_enthalpy_is_allowed": true,
789
+ "dew_point_dry_bulb_is_allowed": true,
790
+ "fixed_enthalpy_is_allowed": false,
791
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
792
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
796
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
797
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
798
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
799
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
800
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
801
+ "heat_recovery_exempted": true
258
802
  },
259
803
  {
260
- "template": "DOE Ref Pre-1980",
261
- "climate_zone": "ASHRAE 169-2013-6A",
804
+ "climate_zone": "7A",
262
805
  "data_center": false,
263
- "capacity_limit": 135000.0,
264
- "fixed_dry_bulb_high_limit_shutoff_temp": 70.0,
265
- "notes": "Same as 90.1-2004"
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": true,
813
+ "differential_enthalpy_is_allowed": true,
814
+ "dew_point_dry_bulb_is_allowed": true,
815
+ "fixed_enthalpy_is_allowed": false,
816
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
817
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
818
+ "fixed_dry_bulb_high_limit_shutoff_temp": 70,
819
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
820
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": 55,
821
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
822
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
823
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
824
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
825
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
826
+ "heat_recovery_exempted": true
266
827
  },
267
828
  {
268
- "template": "DOE Ref Pre-1980",
269
- "climate_zone": "ASHRAE 169-2013-6B",
270
- "data_center": false,
271
- "capacity_limit": 65000.0,
272
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
273
- "notes": "Same as 90.1-2004"
829
+ "climate_zone": "7A",
830
+ "data_center": true,
831
+ "minimum_capacity": 135000,
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": true,
838
+ "differential_enthalpy_is_allowed": true,
839
+ "dew_point_dry_bulb_is_allowed": true,
840
+ "fixed_enthalpy_is_allowed": false,
841
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
842
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
843
+ "fixed_dry_bulb_high_limit_shutoff_temp": 70,
844
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": null,
845
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": 55,
846
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
847
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
848
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
849
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
850
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
851
+ "heat_recovery_exempted": true
274
852
  },
275
853
  {
276
- "template": "DOE Ref Pre-1980",
277
- "climate_zone": "ASHRAE 169-2013-7A",
854
+ "climate_zone": "7B",
278
855
  "data_center": false,
279
- "capacity_limit": 135000.0,
280
- "fixed_dry_bulb_high_limit_shutoff_temp": 70.0,
281
- "notes": "Same as 90.1-2004"
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": true,
863
+ "differential_enthalpy_is_allowed": true,
864
+ "dew_point_dry_bulb_is_allowed": true,
865
+ "fixed_enthalpy_is_allowed": false,
866
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
867
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
871
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
872
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
873
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
874
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
875
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
876
+ "heat_recovery_exempted": true
877
+ },
878
+ {
879
+ "climate_zone": "7B",
880
+ "data_center": true,
881
+ "minimum_capacity": 135000,
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": true,
888
+ "differential_enthalpy_is_allowed": true,
889
+ "dew_point_dry_bulb_is_allowed": true,
890
+ "fixed_enthalpy_is_allowed": false,
891
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
892
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
896
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
897
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
898
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
899
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
900
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
901
+ "heat_recovery_exempted": true
282
902
  },
283
903
  {
284
- "template": "DOE Ref Pre-1980",
285
- "climate_zone": "ASHRAE 169-2013-7B",
904
+ "climate_zone": "8",
286
905
  "data_center": false,
287
- "capacity_limit": 135000.0,
288
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
289
- "notes": "Same as 90.1-2004"
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": true,
913
+ "differential_enthalpy_is_allowed": true,
914
+ "dew_point_dry_bulb_is_allowed": true,
915
+ "fixed_enthalpy_is_allowed": false,
916
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
917
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
921
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
922
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
923
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
924
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
925
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
926
+ "heat_recovery_exempted": true
290
927
  },
291
928
  {
292
- "template": "DOE Ref Pre-1980",
293
- "climate_zone": "ASHRAE 169-2013-8A",
929
+ "climate_zone": "8",
930
+ "data_center": true,
931
+ "minimum_capacity": 135000,
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": true,
938
+ "differential_enthalpy_is_allowed": true,
939
+ "dew_point_dry_bulb_is_allowed": true,
940
+ "fixed_enthalpy_is_allowed": false,
941
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
942
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
946
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
947
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
948
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
949
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
950
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
951
+ "heat_recovery_exempted": true
952
+ },
953
+ {
954
+ "climate_zone": "0A",
294
955
  "data_center": false,
295
- "capacity_limit": 135000.0,
296
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
297
- "notes": "Same as 90.1-2004"
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": true,
963
+ "differential_enthalpy_is_allowed": true,
964
+ "dew_point_dry_bulb_is_allowed": true,
965
+ "fixed_enthalpy_is_allowed": true,
966
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
967
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
968
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
969
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": 28,
970
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": 55,
971
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
972
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
973
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
974
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
975
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
976
+ "heat_recovery_exempted": true
298
977
  },
299
978
  {
300
- "template": "DOE Ref Pre-1980",
301
- "climate_zone": "ASHRAE 169-2013-8B",
979
+ "climate_zone": "0B",
302
980
  "data_center": false,
303
- "capacity_limit": 135000.0,
304
- "fixed_dry_bulb_high_limit_shutoff_temp": 75.0,
305
- "notes": "Same as 90.1-2004"
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": true,
988
+ "differential_enthalpy_is_allowed": true,
989
+ "dew_point_dry_bulb_is_allowed": true,
990
+ "fixed_enthalpy_is_allowed": false,
991
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
992
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
996
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
997
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
998
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
999
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
1000
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
1001
+ "heat_recovery_exempted": true
1002
+ },
1003
+ {
1004
+ "climate_zone": "0A",
1005
+ "data_center": true,
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": true,
1013
+ "differential_enthalpy_is_allowed": true,
1014
+ "dew_point_dry_bulb_is_allowed": true,
1015
+ "fixed_enthalpy_is_allowed": true,
1016
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
1017
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
1018
+ "fixed_dry_bulb_high_limit_shutoff_temp": 65,
1019
+ "fixed_enthalpy_high_limit_shutoff_enthalpy": 28,
1020
+ "dew_point_dry_bulb_high_limit_shutoff_dew_point_temp": 55,
1021
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
1022
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
1023
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
1024
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
1025
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
1026
+ "heat_recovery_exempted": true
1027
+ },
1028
+ {
1029
+ "climate_zone": "0B",
1030
+ "data_center": true,
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": true,
1038
+ "differential_enthalpy_is_allowed": true,
1039
+ "dew_point_dry_bulb_is_allowed": true,
1040
+ "fixed_enthalpy_is_allowed": false,
1041
+ "fixed_enthalpy_fixed_dry_bulb_is_allowed": null,
1042
+ "differential_enthalpy_fixed_dry_bulb_is_allowed": null,
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": 55,
1046
+ "dew_point_dry_bulb_high_limit_shutoff_dry_bulb_temp": 75,
1047
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_enthalpy": null,
1048
+ "fixed_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
1049
+ "differential_enthalpy_fixed_dry_bulb_high_limit_shutoff_dry_bulb_temp": null,
1050
+ "percent_increase_cooling_efficiency_eliminate_requirement": null,
1051
+ "heat_recovery_exempted": true
306
1052
  }
307
1053
  ]
308
1054
  }