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,718 +1,724 @@
1
1
  {
2
2
  "energy_recovery": [
3
3
  {
4
- "template": "90.1-2010",
5
- "climate_zone": "ASHRAE 169-2006-0A",
6
- "under_8000_hours": null,
7
- "nontransient_dwelling": null,
8
- "0_to_10_percent_oa": null,
9
- "10_to_20_percent_oa": null,
10
- "20_to_30_percent_oa": null,
11
- "30_to_40_percent_oa": 5500.0,
12
- "40_to_50_percent_oa": 4500.0,
13
- "50_to_60_percent_oa": 3500.0,
14
- "60_to_70_percent_oa": 2000.0,
15
- "70_to_80_percent_oa": 1000.0,
16
- "greater_than_80_percent_oa": 0.0,
17
- "enthalpy_recovery_ratio_design_conditions": null,
18
- "enthalpy_recovery_ratio": null
19
- },
20
- {
21
- "template": "90.1-2010",
22
- "climate_zone": "ASHRAE 169-2006-0B",
23
- "under_8000_hours": null,
24
- "nontransient_dwelling": null,
25
- "0_to_10_percent_oa": null,
26
- "10_to_20_percent_oa": null,
27
- "20_to_30_percent_oa": null,
28
- "30_to_40_percent_oa": null,
29
- "40_to_50_percent_oa": null,
30
- "50_to_60_percent_oa": 26000.0,
31
- "60_to_70_percent_oa": 12000.0,
32
- "70_to_80_percent_oa": 5000.0,
33
- "greater_than_80_percent_oa": 4000.0,
34
- "enthalpy_recovery_ratio_design_conditions": null,
35
- "enthalpy_recovery_ratio": null
36
- },
37
- {
38
- "template": "90.1-2010",
39
- "climate_zone": "ASHRAE 169-2006-1A",
40
- "under_8000_hours": null,
41
- "nontransient_dwelling": null,
42
- "0_to_10_percent_oa": null,
43
- "10_to_20_percent_oa": null,
44
- "20_to_30_percent_oa": null,
45
- "30_to_40_percent_oa": 5500.0,
46
- "40_to_50_percent_oa": 4500.0,
47
- "50_to_60_percent_oa": 3500.0,
48
- "60_to_70_percent_oa": 2000.0,
49
- "70_to_80_percent_oa": 1000.0,
50
- "greater_than_80_percent_oa": 0.0,
51
- "enthalpy_recovery_ratio_design_conditions": null,
52
- "enthalpy_recovery_ratio": null
53
- },
54
- {
55
- "template": "90.1-2010",
56
- "climate_zone": "ASHRAE 169-2006-1B",
57
- "under_8000_hours": null,
58
- "nontransient_dwelling": null,
59
- "0_to_10_percent_oa": null,
60
- "10_to_20_percent_oa": null,
61
- "20_to_30_percent_oa": null,
62
- "30_to_40_percent_oa": null,
63
- "40_to_50_percent_oa": null,
64
- "50_to_60_percent_oa": 26000.0,
65
- "60_to_70_percent_oa": 12000.0,
66
- "70_to_80_percent_oa": 5000.0,
67
- "greater_than_80_percent_oa": 4000.0,
68
- "enthalpy_recovery_ratio_design_conditions": null,
69
- "enthalpy_recovery_ratio": null
70
- },
71
- {
72
- "template": "90.1-2010",
73
- "climate_zone": "ASHRAE 169-2006-2A",
74
- "under_8000_hours": null,
75
- "nontransient_dwelling": null,
76
- "0_to_10_percent_oa": null,
77
- "10_to_20_percent_oa": null,
78
- "20_to_30_percent_oa": null,
79
- "30_to_40_percent_oa": 5500.0,
80
- "40_to_50_percent_oa": 4500.0,
81
- "50_to_60_percent_oa": 3500.0,
82
- "60_to_70_percent_oa": 2000.0,
83
- "70_to_80_percent_oa": 1000.0,
84
- "greater_than_80_percent_oa": 0.0,
85
- "enthalpy_recovery_ratio_design_conditions": null,
86
- "enthalpy_recovery_ratio": null
87
- },
88
- {
89
- "template": "90.1-2010",
90
- "climate_zone": "ASHRAE 169-2006-2B",
91
- "under_8000_hours": null,
92
- "nontransient_dwelling": null,
93
- "0_to_10_percent_oa": null,
94
- "10_to_20_percent_oa": null,
95
- "20_to_30_percent_oa": null,
96
- "30_to_40_percent_oa": null,
97
- "40_to_50_percent_oa": null,
98
- "50_to_60_percent_oa": 26000.0,
99
- "60_to_70_percent_oa": 12000.0,
100
- "70_to_80_percent_oa": 5000.0,
101
- "greater_than_80_percent_oa": 4000.0,
102
- "enthalpy_recovery_ratio_design_conditions": null,
103
- "enthalpy_recovery_ratio": null
104
- },
105
- {
106
- "template": "90.1-2010",
107
- "climate_zone": "ASHRAE 169-2006-3A",
108
- "under_8000_hours": null,
109
- "nontransient_dwelling": null,
110
- "0_to_10_percent_oa": null,
111
- "10_to_20_percent_oa": null,
112
- "20_to_30_percent_oa": null,
113
- "30_to_40_percent_oa": 5500.0,
114
- "40_to_50_percent_oa": 4500.0,
115
- "50_to_60_percent_oa": 3500.0,
116
- "60_to_70_percent_oa": 2000.0,
117
- "70_to_80_percent_oa": 1000.0,
118
- "greater_than_80_percent_oa": 0.0,
119
- "enthalpy_recovery_ratio_design_conditions": null,
120
- "enthalpy_recovery_ratio": null
121
- },
122
- {
123
- "template": "90.1-2010",
124
- "climate_zone": "ASHRAE 169-2006-3B",
125
- "under_8000_hours": null,
126
- "nontransient_dwelling": null,
127
- "0_to_10_percent_oa": null,
128
- "10_to_20_percent_oa": null,
129
- "20_to_30_percent_oa": null,
130
- "30_to_40_percent_oa": null,
131
- "40_to_50_percent_oa": null,
132
- "50_to_60_percent_oa": null,
133
- "60_to_70_percent_oa": null,
134
- "70_to_80_percent_oa": 5000.0,
135
- "greater_than_80_percent_oa": 5000.0,
136
- "enthalpy_recovery_ratio_design_conditions": null,
137
- "enthalpy_recovery_ratio": null
138
- },
139
- {
140
- "template": "90.1-2010",
141
- "climate_zone": "ASHRAE 169-2006-3C",
142
- "under_8000_hours": null,
143
- "nontransient_dwelling": null,
144
- "0_to_10_percent_oa": null,
145
- "10_to_20_percent_oa": null,
146
- "20_to_30_percent_oa": null,
147
- "30_to_40_percent_oa": null,
148
- "40_to_50_percent_oa": null,
149
- "50_to_60_percent_oa": null,
150
- "60_to_70_percent_oa": null,
151
- "70_to_80_percent_oa": 5000.0,
152
- "greater_than_80_percent_oa": 5000.0,
153
- "enthalpy_recovery_ratio_design_conditions": null,
154
- "enthalpy_recovery_ratio": null
155
- },
156
- {
157
- "template": "90.1-2010",
158
- "climate_zone": "ASHRAE 169-2006-4A",
159
- "under_8000_hours": null,
160
- "nontransient_dwelling": null,
161
- "0_to_10_percent_oa": null,
162
- "10_to_20_percent_oa": null,
163
- "20_to_30_percent_oa": null,
164
- "30_to_40_percent_oa": 5500.0,
165
- "40_to_50_percent_oa": 4500.0,
166
- "50_to_60_percent_oa": 3500.0,
167
- "60_to_70_percent_oa": 2000.0,
168
- "70_to_80_percent_oa": 1000.0,
169
- "greater_than_80_percent_oa": 0.0,
170
- "enthalpy_recovery_ratio_design_conditions": null,
171
- "enthalpy_recovery_ratio": null
172
- },
173
- {
174
- "template": "90.1-2010",
175
- "climate_zone": "ASHRAE 169-2006-4B",
176
- "under_8000_hours": null,
177
- "nontransient_dwelling": null,
178
- "0_to_10_percent_oa": null,
179
- "10_to_20_percent_oa": null,
180
- "20_to_30_percent_oa": null,
181
- "30_to_40_percent_oa": null,
182
- "40_to_50_percent_oa": null,
183
- "50_to_60_percent_oa": null,
184
- "60_to_70_percent_oa": null,
185
- "70_to_80_percent_oa": 5000.0,
186
- "greater_than_80_percent_oa": 5000.0,
187
- "enthalpy_recovery_ratio_design_conditions": null,
188
- "enthalpy_recovery_ratio": null
189
- },
190
- {
191
- "template": "90.1-2010",
192
- "climate_zone": "ASHRAE 169-2006-4C",
193
- "under_8000_hours": null,
194
- "nontransient_dwelling": null,
195
- "0_to_10_percent_oa": null,
196
- "10_to_20_percent_oa": null,
197
- "20_to_30_percent_oa": null,
198
- "30_to_40_percent_oa": null,
199
- "40_to_50_percent_oa": null,
200
- "50_to_60_percent_oa": null,
201
- "60_to_70_percent_oa": null,
202
- "70_to_80_percent_oa": 5000.0,
203
- "greater_than_80_percent_oa": 5000.0,
204
- "enthalpy_recovery_ratio_design_conditions": null,
205
- "enthalpy_recovery_ratio": null
206
- },
207
- {
208
- "template": "90.1-2010",
209
- "climate_zone": "ASHRAE 169-2006-5A",
210
- "under_8000_hours": null,
211
- "nontransient_dwelling": null,
212
- "0_to_10_percent_oa": null,
213
- "10_to_20_percent_oa": null,
214
- "20_to_30_percent_oa": null,
215
- "30_to_40_percent_oa": 5500.0,
216
- "40_to_50_percent_oa": 4500.0,
217
- "50_to_60_percent_oa": 3500.0,
218
- "60_to_70_percent_oa": 2000.0,
219
- "70_to_80_percent_oa": 1000.0,
220
- "greater_than_80_percent_oa": 0.0,
221
- "enthalpy_recovery_ratio_design_conditions": null,
222
- "enthalpy_recovery_ratio": null
223
- },
224
- {
225
- "template": "90.1-2010",
226
- "climate_zone": "ASHRAE 169-2006-5B",
227
- "under_8000_hours": null,
228
- "nontransient_dwelling": null,
229
- "0_to_10_percent_oa": null,
230
- "10_to_20_percent_oa": null,
231
- "20_to_30_percent_oa": null,
232
- "30_to_40_percent_oa": null,
233
- "40_to_50_percent_oa": null,
234
- "50_to_60_percent_oa": null,
235
- "60_to_70_percent_oa": null,
236
- "70_to_80_percent_oa": 5000.0,
237
- "greater_than_80_percent_oa": 5000.0,
238
- "enthalpy_recovery_ratio_design_conditions": null,
239
- "enthalpy_recovery_ratio": null
240
- },
241
- {
242
- "template": "90.1-2010",
243
- "climate_zone": "ASHRAE 169-2006-5C",
244
- "under_8000_hours": null,
245
- "nontransient_dwelling": null,
246
- "0_to_10_percent_oa": null,
247
- "10_to_20_percent_oa": null,
248
- "20_to_30_percent_oa": null,
249
- "30_to_40_percent_oa": null,
250
- "40_to_50_percent_oa": null,
251
- "50_to_60_percent_oa": 26000.0,
252
- "60_to_70_percent_oa": 12000.0,
253
- "70_to_80_percent_oa": 5000.0,
254
- "greater_than_80_percent_oa": 4000.0,
255
- "enthalpy_recovery_ratio_design_conditions": null,
256
- "enthalpy_recovery_ratio": null
257
- },
258
- {
259
- "template": "90.1-2010",
260
- "climate_zone": "ASHRAE 169-2006-6A",
261
- "under_8000_hours": null,
262
- "nontransient_dwelling": null,
263
- "0_to_10_percent_oa": null,
264
- "10_to_20_percent_oa": null,
265
- "20_to_30_percent_oa": null,
266
- "30_to_40_percent_oa": 5500.0,
267
- "40_to_50_percent_oa": 4500.0,
268
- "50_to_60_percent_oa": 3500.0,
269
- "60_to_70_percent_oa": 2000.0,
270
- "70_to_80_percent_oa": 1000.0,
271
- "greater_than_80_percent_oa": 0.0,
272
- "enthalpy_recovery_ratio_design_conditions": null,
273
- "enthalpy_recovery_ratio": null
274
- },
275
- {
276
- "template": "90.1-2010",
277
- "climate_zone": "ASHRAE 169-2006-6B",
278
- "under_8000_hours": null,
279
- "nontransient_dwelling": null,
280
- "0_to_10_percent_oa": null,
281
- "10_to_20_percent_oa": null,
282
- "20_to_30_percent_oa": null,
283
- "30_to_40_percent_oa": 11000.0,
284
- "40_to_50_percent_oa": 5500.0,
285
- "50_to_60_percent_oa": 4500.0,
286
- "60_to_70_percent_oa": 3500.0,
287
- "70_to_80_percent_oa": 2500.0,
288
- "greater_than_80_percent_oa": 1500.0,
289
- "enthalpy_recovery_ratio_design_conditions": null,
290
- "enthalpy_recovery_ratio": null
291
- },
292
- {
293
- "template": "90.1-2010",
294
- "climate_zone": "ASHRAE 169-2006-7A",
295
- "under_8000_hours": null,
296
- "nontransient_dwelling": null,
297
- "0_to_10_percent_oa": null,
298
- "10_to_20_percent_oa": null,
299
- "20_to_30_percent_oa": null,
300
- "30_to_40_percent_oa": 2500.0,
301
- "40_to_50_percent_oa": 1000.0,
302
- "50_to_60_percent_oa": 0.0,
303
- "60_to_70_percent_oa": 0.0,
304
- "70_to_80_percent_oa": 0.0,
305
- "greater_than_80_percent_oa": 0.0,
306
- "enthalpy_recovery_ratio_design_conditions": null,
307
- "enthalpy_recovery_ratio": null
308
- },
309
- {
310
- "template": "90.1-2010",
311
- "climate_zone": "ASHRAE 169-2006-7B",
312
- "under_8000_hours": null,
313
- "nontransient_dwelling": null,
314
- "0_to_10_percent_oa": null,
315
- "10_to_20_percent_oa": null,
316
- "20_to_30_percent_oa": null,
317
- "30_to_40_percent_oa": 2500.0,
318
- "40_to_50_percent_oa": 1000.0,
319
- "50_to_60_percent_oa": 0.0,
320
- "60_to_70_percent_oa": 0.0,
321
- "70_to_80_percent_oa": 0.0,
322
- "greater_than_80_percent_oa": 0.0,
323
- "enthalpy_recovery_ratio_design_conditions": null,
324
- "enthalpy_recovery_ratio": null
325
- },
326
- {
327
- "template": "90.1-2010",
328
- "climate_zone": "ASHRAE 169-2006-8A",
329
- "under_8000_hours": null,
330
- "nontransient_dwelling": null,
331
- "0_to_10_percent_oa": null,
332
- "10_to_20_percent_oa": null,
333
- "20_to_30_percent_oa": null,
334
- "30_to_40_percent_oa": 2500.0,
335
- "40_to_50_percent_oa": 1000.0,
336
- "50_to_60_percent_oa": 0.0,
337
- "60_to_70_percent_oa": 0.0,
338
- "70_to_80_percent_oa": 0.0,
339
- "greater_than_80_percent_oa": 0.0,
340
- "enthalpy_recovery_ratio_design_conditions": null,
341
- "enthalpy_recovery_ratio": null
342
- },
343
- {
344
- "template": "90.1-2010",
345
- "climate_zone": "ASHRAE 169-2006-8B",
346
- "under_8000_hours": null,
347
- "nontransient_dwelling": null,
348
- "0_to_10_percent_oa": null,
349
- "10_to_20_percent_oa": null,
350
- "20_to_30_percent_oa": null,
351
- "30_to_40_percent_oa": 2500.0,
352
- "40_to_50_percent_oa": 1000.0,
353
- "50_to_60_percent_oa": 0.0,
354
- "60_to_70_percent_oa": 0.0,
355
- "70_to_80_percent_oa": 0.0,
356
- "greater_than_80_percent_oa": 0.0,
357
- "enthalpy_recovery_ratio_design_conditions": null,
358
- "enthalpy_recovery_ratio": null
359
- },
360
- {
361
- "template": "90.1-2010",
362
- "climate_zone": "ASHRAE 169-2013-0A",
363
- "under_8000_hours": null,
364
- "nontransient_dwelling": null,
365
- "0_to_10_percent_oa": null,
366
- "10_to_20_percent_oa": null,
367
- "20_to_30_percent_oa": null,
368
- "30_to_40_percent_oa": 5500.0,
369
- "40_to_50_percent_oa": 4500.0,
370
- "50_to_60_percent_oa": 3500.0,
371
- "60_to_70_percent_oa": 2000.0,
372
- "70_to_80_percent_oa": 1000.0,
373
- "greater_than_80_percent_oa": 0.0,
374
- "enthalpy_recovery_ratio_design_conditions": null,
375
- "enthalpy_recovery_ratio": null
376
- },
377
- {
378
- "template": "90.1-2010",
379
- "climate_zone": "ASHRAE 169-2013-0B",
380
- "under_8000_hours": null,
381
- "nontransient_dwelling": null,
382
- "0_to_10_percent_oa": null,
383
- "10_to_20_percent_oa": null,
384
- "20_to_30_percent_oa": null,
385
- "30_to_40_percent_oa": null,
386
- "40_to_50_percent_oa": null,
387
- "50_to_60_percent_oa": 26000.0,
388
- "60_to_70_percent_oa": 12000.0,
389
- "70_to_80_percent_oa": 5000.0,
390
- "greater_than_80_percent_oa": 4000.0,
391
- "enthalpy_recovery_ratio_design_conditions": null,
392
- "enthalpy_recovery_ratio": null
393
- },
394
- {
395
- "template": "90.1-2010",
396
- "climate_zone": "ASHRAE 169-2013-1A",
397
- "under_8000_hours": null,
398
- "nontransient_dwelling": null,
399
- "0_to_10_percent_oa": null,
400
- "10_to_20_percent_oa": null,
401
- "20_to_30_percent_oa": null,
402
- "30_to_40_percent_oa": 5500.0,
403
- "40_to_50_percent_oa": 4500.0,
404
- "50_to_60_percent_oa": 3500.0,
405
- "60_to_70_percent_oa": 2000.0,
406
- "70_to_80_percent_oa": 1000.0,
407
- "greater_than_80_percent_oa": 0.0,
408
- "enthalpy_recovery_ratio_design_conditions": null,
409
- "enthalpy_recovery_ratio": null
410
- },
411
- {
412
- "template": "90.1-2010",
413
- "climate_zone": "ASHRAE 169-2013-1B",
414
- "under_8000_hours": null,
415
- "nontransient_dwelling": null,
416
- "0_to_10_percent_oa": null,
417
- "10_to_20_percent_oa": null,
418
- "20_to_30_percent_oa": null,
419
- "30_to_40_percent_oa": null,
420
- "40_to_50_percent_oa": null,
421
- "50_to_60_percent_oa": 26000.0,
422
- "60_to_70_percent_oa": 12000.0,
423
- "70_to_80_percent_oa": 5000.0,
424
- "greater_than_80_percent_oa": 4000.0,
425
- "enthalpy_recovery_ratio_design_conditions": null,
426
- "enthalpy_recovery_ratio": null
427
- },
428
- {
429
- "template": "90.1-2010",
430
- "climate_zone": "ASHRAE 169-2013-2A",
431
- "under_8000_hours": null,
432
- "nontransient_dwelling": null,
433
- "0_to_10_percent_oa": null,
434
- "10_to_20_percent_oa": null,
435
- "20_to_30_percent_oa": null,
436
- "30_to_40_percent_oa": 5500.0,
437
- "40_to_50_percent_oa": 4500.0,
438
- "50_to_60_percent_oa": 3500.0,
439
- "60_to_70_percent_oa": 2000.0,
440
- "70_to_80_percent_oa": 1000.0,
441
- "greater_than_80_percent_oa": 0.0,
442
- "enthalpy_recovery_ratio_design_conditions": null,
443
- "enthalpy_recovery_ratio": null
444
- },
445
- {
446
- "template": "90.1-2010",
447
- "climate_zone": "ASHRAE 169-2013-2B",
448
- "under_8000_hours": null,
449
- "nontransient_dwelling": null,
450
- "0_to_10_percent_oa": null,
451
- "10_to_20_percent_oa": null,
452
- "20_to_30_percent_oa": null,
453
- "30_to_40_percent_oa": null,
454
- "40_to_50_percent_oa": null,
455
- "50_to_60_percent_oa": 26000.0,
456
- "60_to_70_percent_oa": 12000.0,
457
- "70_to_80_percent_oa": 5000.0,
458
- "greater_than_80_percent_oa": 4000.0,
459
- "enthalpy_recovery_ratio_design_conditions": null,
460
- "enthalpy_recovery_ratio": null
461
- },
462
- {
463
- "template": "90.1-2010",
464
- "climate_zone": "ASHRAE 169-2013-3A",
465
- "under_8000_hours": null,
466
- "nontransient_dwelling": null,
467
- "0_to_10_percent_oa": null,
468
- "10_to_20_percent_oa": null,
469
- "20_to_30_percent_oa": null,
470
- "30_to_40_percent_oa": 5500.0,
471
- "40_to_50_percent_oa": 4500.0,
472
- "50_to_60_percent_oa": 3500.0,
473
- "60_to_70_percent_oa": 2000.0,
474
- "70_to_80_percent_oa": 1000.0,
475
- "greater_than_80_percent_oa": 0.0,
476
- "enthalpy_recovery_ratio_design_conditions": null,
477
- "enthalpy_recovery_ratio": null
478
- },
479
- {
480
- "template": "90.1-2010",
481
- "climate_zone": "ASHRAE 169-2013-3B",
482
- "under_8000_hours": null,
483
- "nontransient_dwelling": null,
484
- "0_to_10_percent_oa": null,
485
- "10_to_20_percent_oa": null,
486
- "20_to_30_percent_oa": null,
487
- "30_to_40_percent_oa": null,
488
- "40_to_50_percent_oa": null,
489
- "50_to_60_percent_oa": null,
490
- "60_to_70_percent_oa": null,
491
- "70_to_80_percent_oa": 5000.0,
492
- "greater_than_80_percent_oa": 5000.0,
493
- "enthalpy_recovery_ratio_design_conditions": null,
494
- "enthalpy_recovery_ratio": null
495
- },
496
- {
497
- "template": "90.1-2010",
498
- "climate_zone": "ASHRAE 169-2013-3C",
499
- "under_8000_hours": null,
500
- "nontransient_dwelling": null,
501
- "0_to_10_percent_oa": null,
502
- "10_to_20_percent_oa": null,
503
- "20_to_30_percent_oa": null,
504
- "30_to_40_percent_oa": null,
505
- "40_to_50_percent_oa": null,
506
- "50_to_60_percent_oa": null,
507
- "60_to_70_percent_oa": null,
508
- "70_to_80_percent_oa": 5000.0,
509
- "greater_than_80_percent_oa": 5000.0,
510
- "enthalpy_recovery_ratio_design_conditions": null,
511
- "enthalpy_recovery_ratio": null
512
- },
513
- {
514
- "template": "90.1-2010",
515
- "climate_zone": "ASHRAE 169-2013-4A",
516
- "under_8000_hours": null,
517
- "nontransient_dwelling": null,
518
- "0_to_10_percent_oa": null,
519
- "10_to_20_percent_oa": null,
520
- "20_to_30_percent_oa": null,
521
- "30_to_40_percent_oa": 5500.0,
522
- "40_to_50_percent_oa": 4500.0,
523
- "50_to_60_percent_oa": 3500.0,
524
- "60_to_70_percent_oa": 2000.0,
525
- "70_to_80_percent_oa": 1000.0,
526
- "greater_than_80_percent_oa": 0.0,
527
- "enthalpy_recovery_ratio_design_conditions": null,
528
- "enthalpy_recovery_ratio": null
529
- },
530
- {
531
- "template": "90.1-2010",
532
- "climate_zone": "ASHRAE 169-2013-4B",
533
- "under_8000_hours": null,
534
- "nontransient_dwelling": null,
535
- "0_to_10_percent_oa": null,
536
- "10_to_20_percent_oa": null,
537
- "20_to_30_percent_oa": null,
538
- "30_to_40_percent_oa": null,
539
- "40_to_50_percent_oa": null,
540
- "50_to_60_percent_oa": null,
541
- "60_to_70_percent_oa": null,
542
- "70_to_80_percent_oa": 5000.0,
543
- "greater_than_80_percent_oa": 5000.0,
544
- "enthalpy_recovery_ratio_design_conditions": null,
545
- "enthalpy_recovery_ratio": null
546
- },
547
- {
548
- "template": "90.1-2010",
549
- "climate_zone": "ASHRAE 169-2013-4C",
550
- "under_8000_hours": null,
551
- "nontransient_dwelling": null,
552
- "0_to_10_percent_oa": null,
553
- "10_to_20_percent_oa": null,
554
- "20_to_30_percent_oa": null,
555
- "30_to_40_percent_oa": null,
556
- "40_to_50_percent_oa": null,
557
- "50_to_60_percent_oa": null,
558
- "60_to_70_percent_oa": null,
559
- "70_to_80_percent_oa": 5000.0,
560
- "greater_than_80_percent_oa": 5000.0,
561
- "enthalpy_recovery_ratio_design_conditions": null,
562
- "enthalpy_recovery_ratio": null
563
- },
564
- {
565
- "template": "90.1-2010",
566
- "climate_zone": "ASHRAE 169-2013-5A",
567
- "under_8000_hours": null,
568
- "nontransient_dwelling": null,
569
- "0_to_10_percent_oa": null,
570
- "10_to_20_percent_oa": null,
571
- "20_to_30_percent_oa": null,
572
- "30_to_40_percent_oa": 5500.0,
573
- "40_to_50_percent_oa": 4500.0,
574
- "50_to_60_percent_oa": 3500.0,
575
- "60_to_70_percent_oa": 2000.0,
576
- "70_to_80_percent_oa": 1000.0,
577
- "greater_than_80_percent_oa": 0.0,
578
- "enthalpy_recovery_ratio_design_conditions": null,
579
- "enthalpy_recovery_ratio": null
580
- },
581
- {
582
- "template": "90.1-2010",
583
- "climate_zone": "ASHRAE 169-2013-5B",
584
- "under_8000_hours": null,
585
- "nontransient_dwelling": null,
586
- "0_to_10_percent_oa": null,
587
- "10_to_20_percent_oa": null,
588
- "20_to_30_percent_oa": null,
589
- "30_to_40_percent_oa": null,
590
- "40_to_50_percent_oa": null,
591
- "50_to_60_percent_oa": null,
592
- "60_to_70_percent_oa": null,
593
- "70_to_80_percent_oa": 5000.0,
594
- "greater_than_80_percent_oa": 5000.0,
595
- "enthalpy_recovery_ratio_design_conditions": null,
596
- "enthalpy_recovery_ratio": null
597
- },
598
- {
599
- "template": "90.1-2010",
600
- "climate_zone": "ASHRAE 169-2013-5C",
601
- "under_8000_hours": null,
602
- "nontransient_dwelling": null,
603
- "0_to_10_percent_oa": null,
604
- "10_to_20_percent_oa": null,
605
- "20_to_30_percent_oa": null,
606
- "30_to_40_percent_oa": null,
607
- "40_to_50_percent_oa": null,
608
- "50_to_60_percent_oa": 26000.0,
609
- "60_to_70_percent_oa": 12000.0,
610
- "70_to_80_percent_oa": 5000.0,
611
- "greater_than_80_percent_oa": 4000.0,
612
- "enthalpy_recovery_ratio_design_conditions": null,
613
- "enthalpy_recovery_ratio": null
614
- },
615
- {
616
- "template": "90.1-2010",
617
- "climate_zone": "ASHRAE 169-2013-6A",
618
- "under_8000_hours": null,
619
- "nontransient_dwelling": null,
620
- "0_to_10_percent_oa": null,
621
- "10_to_20_percent_oa": null,
622
- "20_to_30_percent_oa": null,
623
- "30_to_40_percent_oa": 5500.0,
624
- "40_to_50_percent_oa": 4500.0,
625
- "50_to_60_percent_oa": 3500.0,
626
- "60_to_70_percent_oa": 2000.0,
627
- "70_to_80_percent_oa": 1000.0,
628
- "greater_than_80_percent_oa": 0.0,
629
- "enthalpy_recovery_ratio_design_conditions": null,
630
- "enthalpy_recovery_ratio": null
631
- },
632
- {
633
- "template": "90.1-2010",
634
- "climate_zone": "ASHRAE 169-2013-6B",
635
- "under_8000_hours": null,
636
- "nontransient_dwelling": null,
637
- "0_to_10_percent_oa": null,
638
- "10_to_20_percent_oa": null,
639
- "20_to_30_percent_oa": null,
640
- "30_to_40_percent_oa": 11000.0,
641
- "40_to_50_percent_oa": 5500.0,
642
- "50_to_60_percent_oa": 4500.0,
643
- "60_to_70_percent_oa": 3500.0,
644
- "70_to_80_percent_oa": 2500.0,
645
- "greater_than_80_percent_oa": 1500.0,
646
- "enthalpy_recovery_ratio_design_conditions": null,
647
- "enthalpy_recovery_ratio": null
648
- },
649
- {
650
- "template": "90.1-2010",
651
- "climate_zone": "ASHRAE 169-2013-7A",
652
- "under_8000_hours": null,
653
- "nontransient_dwelling": null,
654
- "0_to_10_percent_oa": null,
655
- "10_to_20_percent_oa": null,
656
- "20_to_30_percent_oa": null,
657
- "30_to_40_percent_oa": 2500.0,
658
- "40_to_50_percent_oa": 1000.0,
659
- "50_to_60_percent_oa": 0.0,
660
- "60_to_70_percent_oa": 0.0,
661
- "70_to_80_percent_oa": 0.0,
662
- "greater_than_80_percent_oa": 0.0,
663
- "enthalpy_recovery_ratio_design_conditions": null,
664
- "enthalpy_recovery_ratio": null
665
- },
666
- {
667
- "template": "90.1-2010",
668
- "climate_zone": "ASHRAE 169-2013-7B",
669
- "under_8000_hours": null,
670
- "nontransient_dwelling": null,
671
- "0_to_10_percent_oa": null,
672
- "10_to_20_percent_oa": null,
673
- "20_to_30_percent_oa": null,
674
- "30_to_40_percent_oa": 2500.0,
675
- "40_to_50_percent_oa": 1000.0,
676
- "50_to_60_percent_oa": 0.0,
677
- "60_to_70_percent_oa": 0.0,
678
- "70_to_80_percent_oa": 0.0,
679
- "greater_than_80_percent_oa": 0.0,
680
- "enthalpy_recovery_ratio_design_conditions": null,
681
- "enthalpy_recovery_ratio": null
682
- },
683
- {
684
- "template": "90.1-2010",
685
- "climate_zone": "ASHRAE 169-2013-8A",
686
- "under_8000_hours": null,
687
- "nontransient_dwelling": null,
688
- "0_to_10_percent_oa": null,
689
- "10_to_20_percent_oa": null,
690
- "20_to_30_percent_oa": null,
691
- "30_to_40_percent_oa": 2500.0,
692
- "40_to_50_percent_oa": 1000.0,
693
- "50_to_60_percent_oa": 0.0,
694
- "60_to_70_percent_oa": 0.0,
695
- "70_to_80_percent_oa": 0.0,
696
- "greater_than_80_percent_oa": 0.0,
697
- "enthalpy_recovery_ratio_design_conditions": null,
698
- "enthalpy_recovery_ratio": null
699
- },
700
- {
701
- "template": "90.1-2010",
702
- "climate_zone": "ASHRAE 169-2013-8B",
703
- "under_8000_hours": null,
704
- "nontransient_dwelling": null,
705
- "0_to_10_percent_oa": null,
706
- "10_to_20_percent_oa": null,
707
- "20_to_30_percent_oa": null,
708
- "30_to_40_percent_oa": 2500.0,
709
- "40_to_50_percent_oa": 1000.0,
710
- "50_to_60_percent_oa": 0.0,
711
- "60_to_70_percent_oa": 0.0,
712
- "70_to_80_percent_oa": 0.0,
713
- "greater_than_80_percent_oa": 0.0,
714
- "enthalpy_recovery_ratio_design_conditions": null,
715
- "enthalpy_recovery_ratio": null
4
+ "climate_zone": "0A",
5
+ "under_8000_hours": "Any",
6
+ "nontransient_dwelling": "Any",
7
+ "percent_oa_0_to_10": null,
8
+ "percent_oa_10_to_20": null,
9
+ "percent_oa_20_to_30": null,
10
+ "percent_oa_30_to_40": 5500,
11
+ "percent_oa_40_to_50": 4500,
12
+ "percent_oa_50_to_60": 3500,
13
+ "percent_oa_60_to_70": 2000,
14
+ "percent_oa_70_to_80": 1000,
15
+ "percent_oa_greater_than_80": 0,
16
+ "design_conditions": "Cooling",
17
+ "energy_recovery_effectiveness": 0.5,
18
+ "enthalpy_recovery_ratio": null,
19
+ "sensible_energy_recovery_ratio": null
20
+ },
21
+ {
22
+ "climate_zone": "0B",
23
+ "under_8000_hours": "Any",
24
+ "nontransient_dwelling": "Any",
25
+ "percent_oa_0_to_10": null,
26
+ "percent_oa_10_to_20": null,
27
+ "percent_oa_20_to_30": null,
28
+ "percent_oa_30_to_40": null,
29
+ "percent_oa_40_to_50": null,
30
+ "percent_oa_50_to_60": 26000,
31
+ "percent_oa_60_to_70": 12000,
32
+ "percent_oa_70_to_80": 5000,
33
+ "percent_oa_greater_than_80": 4000,
34
+ "design_conditions": "Cooling",
35
+ "energy_recovery_effectiveness": 0.5,
36
+ "enthalpy_recovery_ratio": null,
37
+ "sensible_energy_recovery_ratio": null
38
+ },
39
+ {
40
+ "climate_zone": "1A",
41
+ "under_8000_hours": "Any",
42
+ "nontransient_dwelling": "Any",
43
+ "percent_oa_0_to_10": null,
44
+ "percent_oa_10_to_20": null,
45
+ "percent_oa_20_to_30": null,
46
+ "percent_oa_30_to_40": 5500,
47
+ "percent_oa_40_to_50": 4500,
48
+ "percent_oa_50_to_60": 3500,
49
+ "percent_oa_60_to_70": 2000,
50
+ "percent_oa_70_to_80": 1000,
51
+ "percent_oa_greater_than_80": 0,
52
+ "design_conditions": "Cooling",
53
+ "energy_recovery_effectiveness": 0.5,
54
+ "enthalpy_recovery_ratio": null,
55
+ "sensible_energy_recovery_ratio": null
56
+ },
57
+ {
58
+ "climate_zone": "1B",
59
+ "under_8000_hours": "Any",
60
+ "nontransient_dwelling": "Any",
61
+ "percent_oa_0_to_10": null,
62
+ "percent_oa_10_to_20": null,
63
+ "percent_oa_20_to_30": null,
64
+ "percent_oa_30_to_40": null,
65
+ "percent_oa_40_to_50": null,
66
+ "percent_oa_50_to_60": 26000,
67
+ "percent_oa_60_to_70": 12000,
68
+ "percent_oa_70_to_80": 5000,
69
+ "percent_oa_greater_than_80": 4000,
70
+ "design_conditions": "Cooling",
71
+ "energy_recovery_effectiveness": 0.5,
72
+ "enthalpy_recovery_ratio": null,
73
+ "sensible_energy_recovery_ratio": null
74
+ },
75
+ {
76
+ "climate_zone": "2A",
77
+ "under_8000_hours": "Any",
78
+ "nontransient_dwelling": "Any",
79
+ "percent_oa_0_to_10": null,
80
+ "percent_oa_10_to_20": null,
81
+ "percent_oa_20_to_30": null,
82
+ "percent_oa_30_to_40": 5500,
83
+ "percent_oa_40_to_50": 4500,
84
+ "percent_oa_50_to_60": 3500,
85
+ "percent_oa_60_to_70": 2000,
86
+ "percent_oa_70_to_80": 1000,
87
+ "percent_oa_greater_than_80": 0,
88
+ "design_conditions": "Cooling",
89
+ "energy_recovery_effectiveness": 0.5,
90
+ "enthalpy_recovery_ratio": null,
91
+ "sensible_energy_recovery_ratio": null
92
+ },
93
+ {
94
+ "climate_zone": "2B",
95
+ "under_8000_hours": "Any",
96
+ "nontransient_dwelling": "Any",
97
+ "percent_oa_0_to_10": null,
98
+ "percent_oa_10_to_20": null,
99
+ "percent_oa_20_to_30": null,
100
+ "percent_oa_30_to_40": null,
101
+ "percent_oa_40_to_50": null,
102
+ "percent_oa_50_to_60": 26000,
103
+ "percent_oa_60_to_70": 12000,
104
+ "percent_oa_70_to_80": 5000,
105
+ "percent_oa_greater_than_80": 4000,
106
+ "design_conditions": "Cooling",
107
+ "energy_recovery_effectiveness": 0.5,
108
+ "enthalpy_recovery_ratio": null,
109
+ "sensible_energy_recovery_ratio": null
110
+ },
111
+ {
112
+ "climate_zone": "0A",
113
+ "under_8000_hours": "Any",
114
+ "nontransient_dwelling": "Any",
115
+ "percent_oa_0_to_10": null,
116
+ "percent_oa_10_to_20": null,
117
+ "percent_oa_20_to_30": null,
118
+ "percent_oa_30_to_40": null,
119
+ "percent_oa_40_to_50": null,
120
+ "percent_oa_50_to_60": null,
121
+ "percent_oa_60_to_70": null,
122
+ "percent_oa_70_to_80": null,
123
+ "percent_oa_greater_than_80": null,
124
+ "design_conditions": "Heating",
125
+ "energy_recovery_effectiveness": null,
126
+ "enthalpy_recovery_ratio": null,
127
+ "sensible_energy_recovery_ratio": null
128
+ },
129
+ {
130
+ "climate_zone": "0B",
131
+ "under_8000_hours": "Any",
132
+ "nontransient_dwelling": "Any",
133
+ "percent_oa_0_to_10": null,
134
+ "percent_oa_10_to_20": null,
135
+ "percent_oa_20_to_30": null,
136
+ "percent_oa_30_to_40": null,
137
+ "percent_oa_40_to_50": null,
138
+ "percent_oa_50_to_60": null,
139
+ "percent_oa_60_to_70": null,
140
+ "percent_oa_70_to_80": null,
141
+ "percent_oa_greater_than_80": null,
142
+ "design_conditions": "Heating",
143
+ "energy_recovery_effectiveness": null,
144
+ "enthalpy_recovery_ratio": null,
145
+ "sensible_energy_recovery_ratio": null
146
+ },
147
+ {
148
+ "climate_zone": "1A",
149
+ "under_8000_hours": "Any",
150
+ "nontransient_dwelling": "Any",
151
+ "percent_oa_0_to_10": null,
152
+ "percent_oa_10_to_20": null,
153
+ "percent_oa_20_to_30": null,
154
+ "percent_oa_30_to_40": null,
155
+ "percent_oa_40_to_50": null,
156
+ "percent_oa_50_to_60": null,
157
+ "percent_oa_60_to_70": null,
158
+ "percent_oa_70_to_80": null,
159
+ "percent_oa_greater_than_80": null,
160
+ "design_conditions": "Heating",
161
+ "energy_recovery_effectiveness": null,
162
+ "enthalpy_recovery_ratio": null,
163
+ "sensible_energy_recovery_ratio": null
164
+ },
165
+ {
166
+ "climate_zone": "1B",
167
+ "under_8000_hours": "Any",
168
+ "nontransient_dwelling": "Any",
169
+ "percent_oa_0_to_10": null,
170
+ "percent_oa_10_to_20": null,
171
+ "percent_oa_20_to_30": null,
172
+ "percent_oa_30_to_40": null,
173
+ "percent_oa_40_to_50": null,
174
+ "percent_oa_50_to_60": null,
175
+ "percent_oa_60_to_70": null,
176
+ "percent_oa_70_to_80": null,
177
+ "percent_oa_greater_than_80": null,
178
+ "design_conditions": "Heating",
179
+ "energy_recovery_effectiveness": null,
180
+ "enthalpy_recovery_ratio": null,
181
+ "sensible_energy_recovery_ratio": null
182
+ },
183
+ {
184
+ "climate_zone": "2A",
185
+ "under_8000_hours": "Any",
186
+ "nontransient_dwelling": "Any",
187
+ "percent_oa_0_to_10": null,
188
+ "percent_oa_10_to_20": null,
189
+ "percent_oa_20_to_30": null,
190
+ "percent_oa_30_to_40": null,
191
+ "percent_oa_40_to_50": null,
192
+ "percent_oa_50_to_60": null,
193
+ "percent_oa_60_to_70": null,
194
+ "percent_oa_70_to_80": null,
195
+ "percent_oa_greater_than_80": null,
196
+ "design_conditions": "Heating",
197
+ "energy_recovery_effectiveness": null,
198
+ "enthalpy_recovery_ratio": null,
199
+ "sensible_energy_recovery_ratio": null
200
+ },
201
+ {
202
+ "climate_zone": "2B",
203
+ "under_8000_hours": "Any",
204
+ "nontransient_dwelling": "Any",
205
+ "percent_oa_0_to_10": null,
206
+ "percent_oa_10_to_20": null,
207
+ "percent_oa_20_to_30": null,
208
+ "percent_oa_30_to_40": null,
209
+ "percent_oa_40_to_50": null,
210
+ "percent_oa_50_to_60": null,
211
+ "percent_oa_60_to_70": null,
212
+ "percent_oa_70_to_80": null,
213
+ "percent_oa_greater_than_80": null,
214
+ "design_conditions": "Heating",
215
+ "energy_recovery_effectiveness": null,
216
+ "enthalpy_recovery_ratio": null,
217
+ "sensible_energy_recovery_ratio": null
218
+ },
219
+ {
220
+ "climate_zone": "3A",
221
+ "under_8000_hours": "Any",
222
+ "nontransient_dwelling": "Any",
223
+ "percent_oa_0_to_10": null,
224
+ "percent_oa_10_to_20": null,
225
+ "percent_oa_20_to_30": null,
226
+ "percent_oa_30_to_40": 5500,
227
+ "percent_oa_40_to_50": 4500,
228
+ "percent_oa_50_to_60": 3500,
229
+ "percent_oa_60_to_70": 2000,
230
+ "percent_oa_70_to_80": 1000,
231
+ "percent_oa_greater_than_80": 0,
232
+ "design_conditions": "Heating",
233
+ "energy_recovery_effectiveness": 0.5,
234
+ "enthalpy_recovery_ratio": null,
235
+ "sensible_energy_recovery_ratio": null
236
+ },
237
+ {
238
+ "climate_zone": "3A",
239
+ "under_8000_hours": "Any",
240
+ "nontransient_dwelling": "Any",
241
+ "percent_oa_0_to_10": null,
242
+ "percent_oa_10_to_20": null,
243
+ "percent_oa_20_to_30": null,
244
+ "percent_oa_30_to_40": 5500,
245
+ "percent_oa_40_to_50": 4500,
246
+ "percent_oa_50_to_60": 3500,
247
+ "percent_oa_60_to_70": 2000,
248
+ "percent_oa_70_to_80": 1000,
249
+ "percent_oa_greater_than_80": 0,
250
+ "design_conditions": "Cooling",
251
+ "energy_recovery_effectiveness": 0.5,
252
+ "enthalpy_recovery_ratio": null,
253
+ "sensible_energy_recovery_ratio": null
254
+ },
255
+ {
256
+ "climate_zone": "3B",
257
+ "under_8000_hours": "Any",
258
+ "nontransient_dwelling": "Any",
259
+ "percent_oa_0_to_10": null,
260
+ "percent_oa_10_to_20": null,
261
+ "percent_oa_20_to_30": null,
262
+ "percent_oa_30_to_40": null,
263
+ "percent_oa_40_to_50": null,
264
+ "percent_oa_50_to_60": null,
265
+ "percent_oa_60_to_70": null,
266
+ "percent_oa_70_to_80": 5000,
267
+ "percent_oa_greater_than_80": 5000,
268
+ "design_conditions": "Heating",
269
+ "energy_recovery_effectiveness": 0.5,
270
+ "enthalpy_recovery_ratio": null,
271
+ "sensible_energy_recovery_ratio": null
272
+ },
273
+ {
274
+ "climate_zone": "3B",
275
+ "under_8000_hours": "Any",
276
+ "nontransient_dwelling": "Any",
277
+ "percent_oa_0_to_10": null,
278
+ "percent_oa_10_to_20": null,
279
+ "percent_oa_20_to_30": null,
280
+ "percent_oa_30_to_40": null,
281
+ "percent_oa_40_to_50": null,
282
+ "percent_oa_50_to_60": null,
283
+ "percent_oa_60_to_70": null,
284
+ "percent_oa_70_to_80": 5000,
285
+ "percent_oa_greater_than_80": 5000,
286
+ "design_conditions": "Cooling",
287
+ "energy_recovery_effectiveness": 0.5,
288
+ "enthalpy_recovery_ratio": null,
289
+ "sensible_energy_recovery_ratio": null
290
+ },
291
+ {
292
+ "climate_zone": "3C",
293
+ "under_8000_hours": "Any",
294
+ "nontransient_dwelling": "Any",
295
+ "percent_oa_0_to_10": null,
296
+ "percent_oa_10_to_20": null,
297
+ "percent_oa_20_to_30": null,
298
+ "percent_oa_30_to_40": null,
299
+ "percent_oa_40_to_50": null,
300
+ "percent_oa_50_to_60": null,
301
+ "percent_oa_60_to_70": null,
302
+ "percent_oa_70_to_80": 5000,
303
+ "percent_oa_greater_than_80": 5000,
304
+ "design_conditions": "Heating",
305
+ "energy_recovery_effectiveness": 0.5,
306
+ "enthalpy_recovery_ratio": null,
307
+ "sensible_energy_recovery_ratio": null
308
+ },
309
+ {
310
+ "climate_zone": "3C",
311
+ "under_8000_hours": "Any",
312
+ "nontransient_dwelling": "Any",
313
+ "percent_oa_0_to_10": null,
314
+ "percent_oa_10_to_20": null,
315
+ "percent_oa_20_to_30": null,
316
+ "percent_oa_30_to_40": null,
317
+ "percent_oa_40_to_50": null,
318
+ "percent_oa_50_to_60": null,
319
+ "percent_oa_60_to_70": null,
320
+ "percent_oa_70_to_80": null,
321
+ "percent_oa_greater_than_80": null,
322
+ "design_conditions": "Cooling",
323
+ "energy_recovery_effectiveness": null,
324
+ "enthalpy_recovery_ratio": null,
325
+ "sensible_energy_recovery_ratio": null
326
+ },
327
+ {
328
+ "climate_zone": "4A",
329
+ "under_8000_hours": "Any",
330
+ "nontransient_dwelling": "Any",
331
+ "percent_oa_0_to_10": null,
332
+ "percent_oa_10_to_20": null,
333
+ "percent_oa_20_to_30": null,
334
+ "percent_oa_30_to_40": 5500,
335
+ "percent_oa_40_to_50": 4500,
336
+ "percent_oa_50_to_60": 3500,
337
+ "percent_oa_60_to_70": 2000,
338
+ "percent_oa_70_to_80": 1000,
339
+ "percent_oa_greater_than_80": 0,
340
+ "design_conditions": "Heating",
341
+ "energy_recovery_effectiveness": 0.5,
342
+ "enthalpy_recovery_ratio": null,
343
+ "sensible_energy_recovery_ratio": null
344
+ },
345
+ {
346
+ "climate_zone": "4A",
347
+ "under_8000_hours": "Any",
348
+ "nontransient_dwelling": "Any",
349
+ "percent_oa_0_to_10": null,
350
+ "percent_oa_10_to_20": null,
351
+ "percent_oa_20_to_30": null,
352
+ "percent_oa_30_to_40": 5500,
353
+ "percent_oa_40_to_50": 4500,
354
+ "percent_oa_50_to_60": 3500,
355
+ "percent_oa_60_to_70": 2000,
356
+ "percent_oa_70_to_80": 1000,
357
+ "percent_oa_greater_than_80": 0,
358
+ "design_conditions": "Cooling",
359
+ "energy_recovery_effectiveness": 0.5,
360
+ "enthalpy_recovery_ratio": null,
361
+ "sensible_energy_recovery_ratio": null
362
+ },
363
+ {
364
+ "climate_zone": "4B",
365
+ "under_8000_hours": "Any",
366
+ "nontransient_dwelling": "Any",
367
+ "percent_oa_0_to_10": null,
368
+ "percent_oa_10_to_20": null,
369
+ "percent_oa_20_to_30": null,
370
+ "percent_oa_30_to_40": null,
371
+ "percent_oa_40_to_50": null,
372
+ "percent_oa_50_to_60": null,
373
+ "percent_oa_60_to_70": null,
374
+ "percent_oa_70_to_80": 5000,
375
+ "percent_oa_greater_than_80": 5000,
376
+ "design_conditions": "Heating",
377
+ "energy_recovery_effectiveness": 0.5,
378
+ "enthalpy_recovery_ratio": null,
379
+ "sensible_energy_recovery_ratio": null
380
+ },
381
+ {
382
+ "climate_zone": "4B",
383
+ "under_8000_hours": "Any",
384
+ "nontransient_dwelling": "Any",
385
+ "percent_oa_0_to_10": null,
386
+ "percent_oa_10_to_20": null,
387
+ "percent_oa_20_to_30": null,
388
+ "percent_oa_30_to_40": null,
389
+ "percent_oa_40_to_50": null,
390
+ "percent_oa_50_to_60": null,
391
+ "percent_oa_60_to_70": null,
392
+ "percent_oa_70_to_80": 5000,
393
+ "percent_oa_greater_than_80": 5000,
394
+ "design_conditions": "Cooling",
395
+ "energy_recovery_effectiveness": 0.5,
396
+ "enthalpy_recovery_ratio": null,
397
+ "sensible_energy_recovery_ratio": null
398
+ },
399
+ {
400
+ "climate_zone": "4C",
401
+ "under_8000_hours": "Any",
402
+ "nontransient_dwelling": "Any",
403
+ "percent_oa_0_to_10": null,
404
+ "percent_oa_10_to_20": null,
405
+ "percent_oa_20_to_30": null,
406
+ "percent_oa_30_to_40": null,
407
+ "percent_oa_40_to_50": null,
408
+ "percent_oa_50_to_60": null,
409
+ "percent_oa_60_to_70": null,
410
+ "percent_oa_70_to_80": 5000,
411
+ "percent_oa_greater_than_80": 5000,
412
+ "design_conditions": "Heating",
413
+ "energy_recovery_effectiveness": 0.5,
414
+ "enthalpy_recovery_ratio": null,
415
+ "sensible_energy_recovery_ratio": null
416
+ },
417
+ {
418
+ "climate_zone": "4C",
419
+ "under_8000_hours": "Any",
420
+ "nontransient_dwelling": "Any",
421
+ "percent_oa_0_to_10": null,
422
+ "percent_oa_10_to_20": null,
423
+ "percent_oa_20_to_30": null,
424
+ "percent_oa_30_to_40": null,
425
+ "percent_oa_40_to_50": null,
426
+ "percent_oa_50_to_60": null,
427
+ "percent_oa_60_to_70": null,
428
+ "percent_oa_70_to_80": null,
429
+ "percent_oa_greater_than_80": null,
430
+ "design_conditions": "Cooling",
431
+ "energy_recovery_effectiveness": null,
432
+ "enthalpy_recovery_ratio": null,
433
+ "sensible_energy_recovery_ratio": null
434
+ },
435
+ {
436
+ "climate_zone": "5A",
437
+ "under_8000_hours": "Any",
438
+ "nontransient_dwelling": "Any",
439
+ "percent_oa_0_to_10": null,
440
+ "percent_oa_10_to_20": null,
441
+ "percent_oa_20_to_30": null,
442
+ "percent_oa_30_to_40": 5500,
443
+ "percent_oa_40_to_50": 4500,
444
+ "percent_oa_50_to_60": 3500,
445
+ "percent_oa_60_to_70": 2000,
446
+ "percent_oa_70_to_80": 1000,
447
+ "percent_oa_greater_than_80": 0,
448
+ "design_conditions": "Heating",
449
+ "energy_recovery_effectiveness": 0.5,
450
+ "enthalpy_recovery_ratio": null,
451
+ "sensible_energy_recovery_ratio": null
452
+ },
453
+ {
454
+ "climate_zone": "5A",
455
+ "under_8000_hours": "Any",
456
+ "nontransient_dwelling": "Any",
457
+ "percent_oa_0_to_10": null,
458
+ "percent_oa_10_to_20": null,
459
+ "percent_oa_20_to_30": null,
460
+ "percent_oa_30_to_40": 5500,
461
+ "percent_oa_40_to_50": 4500,
462
+ "percent_oa_50_to_60": 3500,
463
+ "percent_oa_60_to_70": 2000,
464
+ "percent_oa_70_to_80": 1000,
465
+ "percent_oa_greater_than_80": 0,
466
+ "design_conditions": "Cooling",
467
+ "energy_recovery_effectiveness": 0.5,
468
+ "enthalpy_recovery_ratio": null,
469
+ "sensible_energy_recovery_ratio": null
470
+ },
471
+ {
472
+ "climate_zone": "5B",
473
+ "under_8000_hours": "Any",
474
+ "nontransient_dwelling": "Any",
475
+ "percent_oa_0_to_10": null,
476
+ "percent_oa_10_to_20": null,
477
+ "percent_oa_20_to_30": null,
478
+ "percent_oa_30_to_40": null,
479
+ "percent_oa_40_to_50": null,
480
+ "percent_oa_50_to_60": null,
481
+ "percent_oa_60_to_70": null,
482
+ "percent_oa_70_to_80": 5000,
483
+ "percent_oa_greater_than_80": 5000,
484
+ "design_conditions": "Heating",
485
+ "energy_recovery_effectiveness": 0.5,
486
+ "enthalpy_recovery_ratio": null,
487
+ "sensible_energy_recovery_ratio": null
488
+ },
489
+ {
490
+ "climate_zone": "5C",
491
+ "under_8000_hours": "Any",
492
+ "nontransient_dwelling": "Any",
493
+ "percent_oa_0_to_10": null,
494
+ "percent_oa_10_to_20": null,
495
+ "percent_oa_20_to_30": null,
496
+ "percent_oa_30_to_40": null,
497
+ "percent_oa_40_to_50": null,
498
+ "percent_oa_50_to_60": 26000,
499
+ "percent_oa_60_to_70": 12000,
500
+ "percent_oa_70_to_80": 5000,
501
+ "percent_oa_greater_than_80": 4000,
502
+ "design_conditions": "Heating",
503
+ "energy_recovery_effectiveness": 0.5,
504
+ "enthalpy_recovery_ratio": null,
505
+ "sensible_energy_recovery_ratio": null
506
+ },
507
+ {
508
+ "climate_zone": "5B",
509
+ "under_8000_hours": "Any",
510
+ "nontransient_dwelling": "Any",
511
+ "percent_oa_0_to_10": null,
512
+ "percent_oa_10_to_20": null,
513
+ "percent_oa_20_to_30": null,
514
+ "percent_oa_30_to_40": null,
515
+ "percent_oa_40_to_50": null,
516
+ "percent_oa_50_to_60": null,
517
+ "percent_oa_60_to_70": null,
518
+ "percent_oa_70_to_80": null,
519
+ "percent_oa_greater_than_80": null,
520
+ "design_conditions": "Cooling",
521
+ "energy_recovery_effectiveness": null,
522
+ "enthalpy_recovery_ratio": null,
523
+ "sensible_energy_recovery_ratio": null
524
+ },
525
+ {
526
+ "climate_zone": "5C",
527
+ "under_8000_hours": "Any",
528
+ "nontransient_dwelling": "Any",
529
+ "percent_oa_0_to_10": null,
530
+ "percent_oa_10_to_20": null,
531
+ "percent_oa_20_to_30": null,
532
+ "percent_oa_30_to_40": null,
533
+ "percent_oa_40_to_50": null,
534
+ "percent_oa_50_to_60": null,
535
+ "percent_oa_60_to_70": null,
536
+ "percent_oa_70_to_80": null,
537
+ "percent_oa_greater_than_80": null,
538
+ "design_conditions": "Cooling",
539
+ "energy_recovery_effectiveness": null,
540
+ "enthalpy_recovery_ratio": null,
541
+ "sensible_energy_recovery_ratio": null
542
+ },
543
+ {
544
+ "climate_zone": "6A",
545
+ "under_8000_hours": "Any",
546
+ "nontransient_dwelling": "Any",
547
+ "percent_oa_0_to_10": null,
548
+ "percent_oa_10_to_20": null,
549
+ "percent_oa_20_to_30": null,
550
+ "percent_oa_30_to_40": 5500,
551
+ "percent_oa_40_to_50": 4500,
552
+ "percent_oa_50_to_60": 3500,
553
+ "percent_oa_60_to_70": 2000,
554
+ "percent_oa_70_to_80": 1000,
555
+ "percent_oa_greater_than_80": 0,
556
+ "design_conditions": "Heating",
557
+ "energy_recovery_effectiveness": 0.5,
558
+ "enthalpy_recovery_ratio": null,
559
+ "sensible_energy_recovery_ratio": null
560
+ },
561
+ {
562
+ "climate_zone": "6A",
563
+ "under_8000_hours": "Any",
564
+ "nontransient_dwelling": "Any",
565
+ "percent_oa_0_to_10": null,
566
+ "percent_oa_10_to_20": null,
567
+ "percent_oa_20_to_30": null,
568
+ "percent_oa_30_to_40": 5500,
569
+ "percent_oa_40_to_50": 4500,
570
+ "percent_oa_50_to_60": 3500,
571
+ "percent_oa_60_to_70": 2000,
572
+ "percent_oa_70_to_80": 1000,
573
+ "percent_oa_greater_than_80": 0,
574
+ "design_conditions": "Cooling",
575
+ "energy_recovery_effectiveness": 0.5,
576
+ "enthalpy_recovery_ratio": null,
577
+ "sensible_energy_recovery_ratio": null
578
+ },
579
+ {
580
+ "climate_zone": "6B",
581
+ "under_8000_hours": "Any",
582
+ "nontransient_dwelling": "Any",
583
+ "percent_oa_0_to_10": null,
584
+ "percent_oa_10_to_20": null,
585
+ "percent_oa_20_to_30": null,
586
+ "percent_oa_30_to_40": 11000,
587
+ "percent_oa_40_to_50": 5500,
588
+ "percent_oa_50_to_60": 4500,
589
+ "percent_oa_60_to_70": 3500,
590
+ "percent_oa_70_to_80": 2500,
591
+ "percent_oa_greater_than_80": 1500,
592
+ "design_conditions": "Heating",
593
+ "energy_recovery_effectiveness": 0.5,
594
+ "enthalpy_recovery_ratio": null,
595
+ "sensible_energy_recovery_ratio": null
596
+ },
597
+ {
598
+ "climate_zone": "7A",
599
+ "under_8000_hours": "Any",
600
+ "nontransient_dwelling": "Any",
601
+ "percent_oa_0_to_10": null,
602
+ "percent_oa_10_to_20": null,
603
+ "percent_oa_20_to_30": null,
604
+ "percent_oa_30_to_40": 2500,
605
+ "percent_oa_40_to_50": 1000,
606
+ "percent_oa_50_to_60": 0,
607
+ "percent_oa_60_to_70": 0,
608
+ "percent_oa_70_to_80": 0,
609
+ "percent_oa_greater_than_80": 0,
610
+ "design_conditions": "Heating",
611
+ "energy_recovery_effectiveness": 0.5,
612
+ "enthalpy_recovery_ratio": null,
613
+ "sensible_energy_recovery_ratio": null
614
+ },
615
+ {
616
+ "climate_zone": "7B",
617
+ "under_8000_hours": "Any",
618
+ "nontransient_dwelling": "Any",
619
+ "percent_oa_0_to_10": null,
620
+ "percent_oa_10_to_20": null,
621
+ "percent_oa_20_to_30": null,
622
+ "percent_oa_30_to_40": 2500,
623
+ "percent_oa_40_to_50": 1000,
624
+ "percent_oa_50_to_60": 0,
625
+ "percent_oa_60_to_70": 0,
626
+ "percent_oa_70_to_80": 0,
627
+ "percent_oa_greater_than_80": 0,
628
+ "design_conditions": "Heating",
629
+ "energy_recovery_effectiveness": 0.5,
630
+ "enthalpy_recovery_ratio": null,
631
+ "sensible_energy_recovery_ratio": null
632
+ },
633
+ {
634
+ "climate_zone": "8",
635
+ "under_8000_hours": "Any",
636
+ "nontransient_dwelling": "Any",
637
+ "percent_oa_0_to_10": null,
638
+ "percent_oa_10_to_20": null,
639
+ "percent_oa_20_to_30": null,
640
+ "percent_oa_30_to_40": 2500,
641
+ "percent_oa_40_to_50": 1000,
642
+ "percent_oa_50_to_60": 0,
643
+ "percent_oa_60_to_70": 0,
644
+ "percent_oa_70_to_80": 0,
645
+ "percent_oa_greater_than_80": 0,
646
+ "design_conditions": "Heating",
647
+ "energy_recovery_effectiveness": 0.5,
648
+ "enthalpy_recovery_ratio": null,
649
+ "sensible_energy_recovery_ratio": null
650
+ },
651
+ {
652
+ "climate_zone": "6B",
653
+ "under_8000_hours": "Any",
654
+ "nontransient_dwelling": "Any",
655
+ "percent_oa_0_to_10": null,
656
+ "percent_oa_10_to_20": null,
657
+ "percent_oa_20_to_30": null,
658
+ "percent_oa_30_to_40": null,
659
+ "percent_oa_40_to_50": null,
660
+ "percent_oa_50_to_60": null,
661
+ "percent_oa_60_to_70": null,
662
+ "percent_oa_70_to_80": null,
663
+ "percent_oa_greater_than_80": null,
664
+ "design_conditions": "Cooling",
665
+ "energy_recovery_effectiveness": null,
666
+ "enthalpy_recovery_ratio": null,
667
+ "sensible_energy_recovery_ratio": null
668
+ },
669
+ {
670
+ "climate_zone": "7A",
671
+ "under_8000_hours": "Any",
672
+ "nontransient_dwelling": "Any",
673
+ "percent_oa_0_to_10": null,
674
+ "percent_oa_10_to_20": null,
675
+ "percent_oa_20_to_30": null,
676
+ "percent_oa_30_to_40": null,
677
+ "percent_oa_40_to_50": null,
678
+ "percent_oa_50_to_60": null,
679
+ "percent_oa_60_to_70": null,
680
+ "percent_oa_70_to_80": null,
681
+ "percent_oa_greater_than_80": null,
682
+ "design_conditions": "Cooling",
683
+ "energy_recovery_effectiveness": null,
684
+ "enthalpy_recovery_ratio": null,
685
+ "sensible_energy_recovery_ratio": null
686
+ },
687
+ {
688
+ "climate_zone": "7B",
689
+ "under_8000_hours": "Any",
690
+ "nontransient_dwelling": "Any",
691
+ "percent_oa_0_to_10": null,
692
+ "percent_oa_10_to_20": null,
693
+ "percent_oa_20_to_30": null,
694
+ "percent_oa_30_to_40": null,
695
+ "percent_oa_40_to_50": null,
696
+ "percent_oa_50_to_60": null,
697
+ "percent_oa_60_to_70": null,
698
+ "percent_oa_70_to_80": null,
699
+ "percent_oa_greater_than_80": null,
700
+ "design_conditions": "Cooling",
701
+ "energy_recovery_effectiveness": null,
702
+ "enthalpy_recovery_ratio": null,
703
+ "sensible_energy_recovery_ratio": null
704
+ },
705
+ {
706
+ "climate_zone": "8",
707
+ "under_8000_hours": "Any",
708
+ "nontransient_dwelling": "Any",
709
+ "percent_oa_0_to_10": null,
710
+ "percent_oa_10_to_20": null,
711
+ "percent_oa_20_to_30": null,
712
+ "percent_oa_30_to_40": null,
713
+ "percent_oa_40_to_50": null,
714
+ "percent_oa_50_to_60": null,
715
+ "percent_oa_60_to_70": null,
716
+ "percent_oa_70_to_80": null,
717
+ "percent_oa_greater_than_80": null,
718
+ "design_conditions": "Cooling",
719
+ "energy_recovery_effectiveness": null,
720
+ "enthalpy_recovery_ratio": null,
721
+ "sensible_energy_recovery_ratio": null
716
722
  }
717
723
  ]
718
724
  }