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,1500 +1,1264 @@
1
1
  {
2
2
  "energy_recovery": [
3
3
  {
4
- "template": "90.1-2016",
5
- "climate_zone": "ASHRAE 169-2006-0A",
6
- "under_8000_hours": false,
7
- "nontransient_dwelling": null,
8
- "0_to_10_percent_oa": null,
9
- "10_to_20_percent_oa": 2500.0,
10
- "20_to_30_percent_oa": 2000.0,
11
- "30_to_40_percent_oa": 1000.0,
12
- "40_to_50_percent_oa": 500.0,
13
- "50_to_60_percent_oa": 140.0,
14
- "60_to_70_percent_oa": 120.0,
15
- "70_to_80_percent_oa": 100.0,
16
- "greater_than_80_percent_oa": 80.0,
17
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
18
- "enthalpy_recovery_ratio": 0.5
19
- },
20
- {
21
- "template": "90.1-2016",
22
- "climate_zone": "ASHRAE 169-2006-0A",
23
- "under_8000_hours": true,
24
- "nontransient_dwelling": null,
25
- "0_to_10_percent_oa": null,
26
- "10_to_20_percent_oa": 26000.0,
27
- "20_to_30_percent_oa": 16000.0,
28
- "30_to_40_percent_oa": 5500.0,
29
- "40_to_50_percent_oa": 4500.0,
30
- "50_to_60_percent_oa": 3500.0,
31
- "60_to_70_percent_oa": 2000.0,
32
- "70_to_80_percent_oa": 1000.0,
33
- "greater_than_80_percent_oa": 120.0,
34
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
35
- "enthalpy_recovery_ratio": 0.5
36
- },
37
- {
38
- "template": "90.1-2016",
39
- "climate_zone": "ASHRAE 169-2006-0B",
40
- "under_8000_hours": false,
41
- "nontransient_dwelling": null,
42
- "0_to_10_percent_oa": null,
43
- "10_to_20_percent_oa": null,
44
- "20_to_30_percent_oa": 19500.0,
45
- "30_to_40_percent_oa": 9000.0,
46
- "40_to_50_percent_oa": 5000.0,
47
- "50_to_60_percent_oa": 4000.0,
48
- "60_to_70_percent_oa": 3000.0,
49
- "70_to_80_percent_oa": 1500.0,
50
- "greater_than_80_percent_oa": 120.0,
51
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
52
- "enthalpy_recovery_ratio": 0.5
53
- },
54
- {
55
- "template": "90.1-2016",
56
- "climate_zone": "ASHRAE 169-2006-0B",
57
- "under_8000_hours": true,
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": "Cooling",
69
- "enthalpy_recovery_ratio": 0.5
70
- },
71
- {
72
- "template": "90.1-2016",
73
- "climate_zone": "ASHRAE 169-2006-1A",
74
- "under_8000_hours": false,
75
- "nontransient_dwelling": null,
76
- "0_to_10_percent_oa": null,
77
- "10_to_20_percent_oa": 2500.0,
78
- "20_to_30_percent_oa": 2000.0,
79
- "30_to_40_percent_oa": 1000.0,
80
- "40_to_50_percent_oa": 500.0,
81
- "50_to_60_percent_oa": 140.0,
82
- "60_to_70_percent_oa": 120.0,
83
- "70_to_80_percent_oa": 100.0,
84
- "greater_than_80_percent_oa": 80.0,
85
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
86
- "enthalpy_recovery_ratio": 0.5
87
- },
88
- {
89
- "template": "90.1-2016",
90
- "climate_zone": "ASHRAE 169-2006-1A",
91
- "under_8000_hours": true,
92
- "nontransient_dwelling": null,
93
- "0_to_10_percent_oa": null,
94
- "10_to_20_percent_oa": 26000.0,
95
- "20_to_30_percent_oa": 16000.0,
96
- "30_to_40_percent_oa": 5500.0,
97
- "40_to_50_percent_oa": 4500.0,
98
- "50_to_60_percent_oa": 3500.0,
99
- "60_to_70_percent_oa": 2000.0,
100
- "70_to_80_percent_oa": 1000.0,
101
- "greater_than_80_percent_oa": 120.0,
102
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
103
- "enthalpy_recovery_ratio": 0.5
104
- },
105
- {
106
- "template": "90.1-2016",
107
- "climate_zone": "ASHRAE 169-2006-1B",
108
- "under_8000_hours": false,
109
- "nontransient_dwelling": null,
110
- "0_to_10_percent_oa": null,
111
- "10_to_20_percent_oa": null,
112
- "20_to_30_percent_oa": 19500.0,
113
- "30_to_40_percent_oa": 9000.0,
114
- "40_to_50_percent_oa": 5000.0,
115
- "50_to_60_percent_oa": 4000.0,
116
- "60_to_70_percent_oa": 3000.0,
117
- "70_to_80_percent_oa": 1500.0,
118
- "greater_than_80_percent_oa": 120.0,
119
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
120
- "enthalpy_recovery_ratio": 0.5
121
- },
122
- {
123
- "template": "90.1-2016",
124
- "climate_zone": "ASHRAE 169-2006-1B",
125
- "under_8000_hours": true,
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": 26000.0,
133
- "60_to_70_percent_oa": 12000.0,
134
- "70_to_80_percent_oa": 5000.0,
135
- "greater_than_80_percent_oa": 4000.0,
136
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
137
- "enthalpy_recovery_ratio": 0.5
138
- },
139
- {
140
- "template": "90.1-2016",
141
- "climate_zone": "ASHRAE 169-2006-2A",
142
- "under_8000_hours": false,
143
- "nontransient_dwelling": null,
144
- "0_to_10_percent_oa": null,
145
- "10_to_20_percent_oa": 2500.0,
146
- "20_to_30_percent_oa": 2000.0,
147
- "30_to_40_percent_oa": 1000.0,
148
- "40_to_50_percent_oa": 500.0,
149
- "50_to_60_percent_oa": 140.0,
150
- "60_to_70_percent_oa": 120.0,
151
- "70_to_80_percent_oa": 100.0,
152
- "greater_than_80_percent_oa": 80.0,
153
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
154
- "enthalpy_recovery_ratio": 0.5
155
- },
156
- {
157
- "template": "90.1-2016",
158
- "climate_zone": "ASHRAE 169-2006-2A",
4
+ "climate_zone": "0A",
159
5
  "under_8000_hours": true,
160
- "nontransient_dwelling": null,
161
- "0_to_10_percent_oa": null,
162
- "10_to_20_percent_oa": 26000.0,
163
- "20_to_30_percent_oa": 16000.0,
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": 120.0,
170
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
171
- "enthalpy_recovery_ratio": 0.5
172
- },
173
- {
174
- "template": "90.1-2016",
175
- "climate_zone": "ASHRAE 169-2006-2B",
6
+ "nontransient_dwelling": "Any",
7
+ "percent_oa_0_to_10": null,
8
+ "percent_oa_10_to_20": 26000,
9
+ "percent_oa_20_to_30": 16000,
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": 120,
16
+ "design_conditions": "Cooling",
17
+ "energy_recovery_effectiveness": null,
18
+ "enthalpy_recovery_ratio": 0.5,
19
+ "sensible_energy_recovery_ratio": null
20
+ },
21
+ {
22
+ "climate_zone": "0A",
176
23
  "under_8000_hours": false,
177
- "nontransient_dwelling": null,
178
- "0_to_10_percent_oa": null,
179
- "10_to_20_percent_oa": null,
180
- "20_to_30_percent_oa": 19500.0,
181
- "30_to_40_percent_oa": 9000.0,
182
- "40_to_50_percent_oa": 5000.0,
183
- "50_to_60_percent_oa": 4000.0,
184
- "60_to_70_percent_oa": 3000.0,
185
- "70_to_80_percent_oa": 1500.0,
186
- "greater_than_80_percent_oa": 120.0,
187
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
188
- "enthalpy_recovery_ratio": 0.5
189
- },
190
- {
191
- "template": "90.1-2016",
192
- "climate_zone": "ASHRAE 169-2006-2B",
24
+ "nontransient_dwelling": "Any",
25
+ "percent_oa_0_to_10": null,
26
+ "percent_oa_10_to_20": 2500,
27
+ "percent_oa_20_to_30": 2000,
28
+ "percent_oa_30_to_40": 1000,
29
+ "percent_oa_40_to_50": 500,
30
+ "percent_oa_50_to_60": 140,
31
+ "percent_oa_60_to_70": 120,
32
+ "percent_oa_70_to_80": 100,
33
+ "percent_oa_greater_than_80": 80,
34
+ "design_conditions": "Cooling",
35
+ "energy_recovery_effectiveness": null,
36
+ "enthalpy_recovery_ratio": 0.5,
37
+ "sensible_energy_recovery_ratio": null
38
+ },
39
+ {
40
+ "climate_zone": "0B",
193
41
  "under_8000_hours": true,
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": 26000.0,
201
- "60_to_70_percent_oa": 12000.0,
202
- "70_to_80_percent_oa": 5000.0,
203
- "greater_than_80_percent_oa": 4000.0,
204
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
205
- "enthalpy_recovery_ratio": 0.5
206
- },
207
- {
208
- "template": "90.1-2016",
209
- "climate_zone": "ASHRAE 169-2006-3A",
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": null,
47
+ "percent_oa_40_to_50": null,
48
+ "percent_oa_50_to_60": 26000,
49
+ "percent_oa_60_to_70": 12000,
50
+ "percent_oa_70_to_80": 5000,
51
+ "percent_oa_greater_than_80": 4000,
52
+ "design_conditions": "Cooling",
53
+ "energy_recovery_effectiveness": null,
54
+ "enthalpy_recovery_ratio": 0.5,
55
+ "sensible_energy_recovery_ratio": null
56
+ },
57
+ {
58
+ "climate_zone": "0B",
210
59
  "under_8000_hours": false,
211
- "nontransient_dwelling": null,
212
- "0_to_10_percent_oa": null,
213
- "10_to_20_percent_oa": 2500.0,
214
- "20_to_30_percent_oa": 2000.0,
215
- "30_to_40_percent_oa": 1000.0,
216
- "40_to_50_percent_oa": 500.0,
217
- "50_to_60_percent_oa": 140.0,
218
- "60_to_70_percent_oa": 120.0,
219
- "70_to_80_percent_oa": 100.0,
220
- "greater_than_80_percent_oa": 80.0,
221
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
222
- "enthalpy_recovery_ratio": 0.5
223
- },
224
- {
225
- "template": "90.1-2016",
226
- "climate_zone": "ASHRAE 169-2006-3A",
60
+ "nontransient_dwelling": "Any",
61
+ "percent_oa_0_to_10": null,
62
+ "percent_oa_10_to_20": null,
63
+ "percent_oa_20_to_30": 19500,
64
+ "percent_oa_30_to_40": 9000,
65
+ "percent_oa_40_to_50": 5000,
66
+ "percent_oa_50_to_60": 4000,
67
+ "percent_oa_60_to_70": 3000,
68
+ "percent_oa_70_to_80": 1500,
69
+ "percent_oa_greater_than_80": 120,
70
+ "design_conditions": "Cooling",
71
+ "energy_recovery_effectiveness": null,
72
+ "enthalpy_recovery_ratio": 0.5,
73
+ "sensible_energy_recovery_ratio": null
74
+ },
75
+ {
76
+ "climate_zone": "1A",
227
77
  "under_8000_hours": true,
228
- "nontransient_dwelling": null,
229
- "0_to_10_percent_oa": null,
230
- "10_to_20_percent_oa": 26000.0,
231
- "20_to_30_percent_oa": 16000.0,
232
- "30_to_40_percent_oa": 5500.0,
233
- "40_to_50_percent_oa": 4500.0,
234
- "50_to_60_percent_oa": 3500.0,
235
- "60_to_70_percent_oa": 2000.0,
236
- "70_to_80_percent_oa": 1000.0,
237
- "greater_than_80_percent_oa": 120.0,
238
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
239
- "enthalpy_recovery_ratio": 0.5
240
- },
241
- {
242
- "template": "90.1-2016",
243
- "climate_zone": "ASHRAE 169-2006-3B",
78
+ "nontransient_dwelling": "Any",
79
+ "percent_oa_0_to_10": null,
80
+ "percent_oa_10_to_20": 26000,
81
+ "percent_oa_20_to_30": 16000,
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": 120,
88
+ "design_conditions": "Cooling",
89
+ "energy_recovery_effectiveness": null,
90
+ "enthalpy_recovery_ratio": 0.5,
91
+ "sensible_energy_recovery_ratio": null
92
+ },
93
+ {
94
+ "climate_zone": "1A",
244
95
  "under_8000_hours": false,
245
- "nontransient_dwelling": null,
246
- "0_to_10_percent_oa": null,
247
- "10_to_20_percent_oa": null,
248
- "20_to_30_percent_oa": 19500.0,
249
- "30_to_40_percent_oa": 9000.0,
250
- "40_to_50_percent_oa": 5000.0,
251
- "50_to_60_percent_oa": 4000.0,
252
- "60_to_70_percent_oa": 3000.0,
253
- "70_to_80_percent_oa": 1500.0,
254
- "greater_than_80_percent_oa": 120.0,
255
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
256
- "enthalpy_recovery_ratio": 0.5
257
- },
258
- {
259
- "template": "90.1-2016",
260
- "climate_zone": "ASHRAE 169-2006-3B",
96
+ "nontransient_dwelling": "Any",
97
+ "percent_oa_0_to_10": null,
98
+ "percent_oa_10_to_20": 2500,
99
+ "percent_oa_20_to_30": 2000,
100
+ "percent_oa_30_to_40": 1000,
101
+ "percent_oa_40_to_50": 500,
102
+ "percent_oa_50_to_60": 140,
103
+ "percent_oa_60_to_70": 120,
104
+ "percent_oa_70_to_80": 100,
105
+ "percent_oa_greater_than_80": 80,
106
+ "design_conditions": "Cooling",
107
+ "energy_recovery_effectiveness": null,
108
+ "enthalpy_recovery_ratio": 0.5,
109
+ "sensible_energy_recovery_ratio": null
110
+ },
111
+ {
112
+ "climate_zone": "1B",
261
113
  "under_8000_hours": true,
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": null,
267
- "40_to_50_percent_oa": null,
268
- "50_to_60_percent_oa": null,
269
- "60_to_70_percent_oa": null,
270
- "70_to_80_percent_oa": null,
271
- "greater_than_80_percent_oa": null,
272
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
273
- "enthalpy_recovery_ratio": 0.5
274
- },
275
- {
276
- "template": "90.1-2016",
277
- "climate_zone": "ASHRAE 169-2006-3C",
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": 26000,
121
+ "percent_oa_60_to_70": 12000,
122
+ "percent_oa_70_to_80": 5000,
123
+ "percent_oa_greater_than_80": 4000,
124
+ "design_conditions": "Cooling",
125
+ "energy_recovery_effectiveness": null,
126
+ "enthalpy_recovery_ratio": 0.5,
127
+ "sensible_energy_recovery_ratio": null
128
+ },
129
+ {
130
+ "climate_zone": "1B",
278
131
  "under_8000_hours": false,
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": null,
284
- "40_to_50_percent_oa": null,
285
- "50_to_60_percent_oa": null,
286
- "60_to_70_percent_oa": null,
287
- "70_to_80_percent_oa": null,
288
- "greater_than_80_percent_oa": null,
289
- "enthalpy_recovery_ratio_design_conditions": "Heating",
290
- "enthalpy_recovery_ratio": 0.5
291
- },
292
- {
293
- "template": "90.1-2016",
294
- "climate_zone": "ASHRAE 169-2006-3C",
132
+ "nontransient_dwelling": "Any",
133
+ "percent_oa_0_to_10": null,
134
+ "percent_oa_10_to_20": null,
135
+ "percent_oa_20_to_30": 19500,
136
+ "percent_oa_30_to_40": 9000,
137
+ "percent_oa_40_to_50": 5000,
138
+ "percent_oa_50_to_60": 4000,
139
+ "percent_oa_60_to_70": 3000,
140
+ "percent_oa_70_to_80": 1500,
141
+ "percent_oa_greater_than_80": 120,
142
+ "design_conditions": "Cooling",
143
+ "energy_recovery_effectiveness": null,
144
+ "enthalpy_recovery_ratio": 0.5,
145
+ "sensible_energy_recovery_ratio": null
146
+ },
147
+ {
148
+ "climate_zone": "2A",
295
149
  "under_8000_hours": true,
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": null,
301
- "40_to_50_percent_oa": null,
302
- "50_to_60_percent_oa": null,
303
- "60_to_70_percent_oa": null,
304
- "70_to_80_percent_oa": null,
305
- "greater_than_80_percent_oa": null,
306
- "enthalpy_recovery_ratio_design_conditions": "Heating",
307
- "enthalpy_recovery_ratio": 0.5
308
- },
309
- {
310
- "template": "90.1-2016",
311
- "climate_zone": "ASHRAE 169-2006-4A",
150
+ "nontransient_dwelling": "Any",
151
+ "percent_oa_0_to_10": null,
152
+ "percent_oa_10_to_20": 26000,
153
+ "percent_oa_20_to_30": 16000,
154
+ "percent_oa_30_to_40": 5500,
155
+ "percent_oa_40_to_50": 4500,
156
+ "percent_oa_50_to_60": 3500,
157
+ "percent_oa_60_to_70": 2000,
158
+ "percent_oa_70_to_80": 1000,
159
+ "percent_oa_greater_than_80": 120,
160
+ "design_conditions": "Cooling",
161
+ "energy_recovery_effectiveness": null,
162
+ "enthalpy_recovery_ratio": 0.5,
163
+ "sensible_energy_recovery_ratio": null
164
+ },
165
+ {
166
+ "climate_zone": "2A",
312
167
  "under_8000_hours": false,
313
- "nontransient_dwelling": null,
314
- "0_to_10_percent_oa": null,
315
- "10_to_20_percent_oa": 200.0,
316
- "20_to_30_percent_oa": 130.0,
317
- "30_to_40_percent_oa": 100.0,
318
- "40_to_50_percent_oa": 80.0,
319
- "50_to_60_percent_oa": 70.0,
320
- "60_to_70_percent_oa": 60.0,
321
- "70_to_80_percent_oa": 50.0,
322
- "greater_than_80_percent_oa": 40.0,
323
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
324
- "enthalpy_recovery_ratio": 0.5
325
- },
326
- {
327
- "template": "90.1-2016",
328
- "climate_zone": "ASHRAE 169-2006-4A",
168
+ "nontransient_dwelling": "Any",
169
+ "percent_oa_0_to_10": null,
170
+ "percent_oa_10_to_20": 2500,
171
+ "percent_oa_20_to_30": 2000,
172
+ "percent_oa_30_to_40": 1000,
173
+ "percent_oa_40_to_50": 500,
174
+ "percent_oa_50_to_60": 140,
175
+ "percent_oa_60_to_70": 120,
176
+ "percent_oa_70_to_80": 100,
177
+ "percent_oa_greater_than_80": 80,
178
+ "design_conditions": "Cooling",
179
+ "energy_recovery_effectiveness": null,
180
+ "enthalpy_recovery_ratio": 0.5,
181
+ "sensible_energy_recovery_ratio": null
182
+ },
183
+ {
184
+ "climate_zone": "2B",
329
185
  "under_8000_hours": true,
330
- "nontransient_dwelling": null,
331
- "0_to_10_percent_oa": null,
332
- "10_to_20_percent_oa": 26000.0,
333
- "20_to_30_percent_oa": 16000.0,
334
- "30_to_40_percent_oa": 5500.0,
335
- "40_to_50_percent_oa": 4500.0,
336
- "50_to_60_percent_oa": 3500.0,
337
- "60_to_70_percent_oa": 2000.0,
338
- "70_to_80_percent_oa": 1000.0,
339
- "greater_than_80_percent_oa": 120.0,
340
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
341
- "enthalpy_recovery_ratio": 0.5
342
- },
343
- {
344
- "template": "90.1-2016",
345
- "climate_zone": "ASHRAE 169-2006-4B",
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": 26000,
193
+ "percent_oa_60_to_70": 12000,
194
+ "percent_oa_70_to_80": 5000,
195
+ "percent_oa_greater_than_80": 4000,
196
+ "design_conditions": "Cooling",
197
+ "energy_recovery_effectiveness": null,
198
+ "enthalpy_recovery_ratio": 0.5,
199
+ "sensible_energy_recovery_ratio": null
200
+ },
201
+ {
202
+ "climate_zone": "2B",
346
203
  "under_8000_hours": false,
347
- "nontransient_dwelling": null,
348
- "0_to_10_percent_oa": null,
349
- "10_to_20_percent_oa": 2500.0,
350
- "20_to_30_percent_oa": 2000.0,
351
- "30_to_40_percent_oa": 1000.0,
352
- "40_to_50_percent_oa": 500.0,
353
- "50_to_60_percent_oa": 140.0,
354
- "60_to_70_percent_oa": 120.0,
355
- "70_to_80_percent_oa": 100.0,
356
- "greater_than_80_percent_oa": 80.0,
357
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
358
- "enthalpy_recovery_ratio": 0.5
359
- },
360
- {
361
- "template": "90.1-2016",
362
- "climate_zone": "ASHRAE 169-2006-4B",
363
- "under_8000_hours": false,
364
- "nontransient_dwelling": null,
365
- "0_to_10_percent_oa": null,
366
- "10_to_20_percent_oa": 2500.0,
367
- "20_to_30_percent_oa": 2000.0,
368
- "30_to_40_percent_oa": 1000.0,
369
- "40_to_50_percent_oa": 500.0,
370
- "50_to_60_percent_oa": 140.0,
371
- "60_to_70_percent_oa": 120.0,
372
- "70_to_80_percent_oa": 100.0,
373
- "greater_than_80_percent_oa": 80.0,
374
- "enthalpy_recovery_ratio_design_conditions": "Heating",
375
- "enthalpy_recovery_ratio": 0.5
376
- },
377
- {
378
- "template": "90.1-2016",
379
- "climate_zone": "ASHRAE 169-2006-4B",
380
- "under_8000_hours": true,
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": null,
388
- "60_to_70_percent_oa": null,
389
- "70_to_80_percent_oa": null,
390
- "greater_than_80_percent_oa": null,
391
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
392
- "enthalpy_recovery_ratio": 0.5
393
- },
394
- {
395
- "template": "90.1-2016",
396
- "climate_zone": "ASHRAE 169-2006-4B",
204
+ "nontransient_dwelling": "Any",
205
+ "percent_oa_0_to_10": null,
206
+ "percent_oa_10_to_20": null,
207
+ "percent_oa_20_to_30": 19500,
208
+ "percent_oa_30_to_40": 9000,
209
+ "percent_oa_40_to_50": 5000,
210
+ "percent_oa_50_to_60": 4000,
211
+ "percent_oa_60_to_70": 3000,
212
+ "percent_oa_70_to_80": 1500,
213
+ "percent_oa_greater_than_80": 120,
214
+ "design_conditions": "Cooling",
215
+ "energy_recovery_effectiveness": null,
216
+ "enthalpy_recovery_ratio": 0.5,
217
+ "sensible_energy_recovery_ratio": null
218
+ },
219
+ {
220
+ "climate_zone": "0A",
397
221
  "under_8000_hours": true,
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": null,
403
- "40_to_50_percent_oa": null,
404
- "50_to_60_percent_oa": null,
405
- "60_to_70_percent_oa": null,
406
- "70_to_80_percent_oa": null,
407
- "greater_than_80_percent_oa": null,
408
- "enthalpy_recovery_ratio_design_conditions": "Heating",
409
- "enthalpy_recovery_ratio": 0.5
410
- },
411
- {
412
- "template": "90.1-2016",
413
- "climate_zone": "ASHRAE 169-2006-4C",
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": null,
227
+ "percent_oa_40_to_50": null,
228
+ "percent_oa_50_to_60": null,
229
+ "percent_oa_60_to_70": null,
230
+ "percent_oa_70_to_80": null,
231
+ "percent_oa_greater_than_80": null,
232
+ "design_conditions": "Heating",
233
+ "energy_recovery_effectiveness": null,
234
+ "enthalpy_recovery_ratio": null,
235
+ "sensible_energy_recovery_ratio": null
236
+ },
237
+ {
238
+ "climate_zone": "0A",
414
239
  "under_8000_hours": false,
415
- "nontransient_dwelling": null,
416
- "0_to_10_percent_oa": null,
417
- "10_to_20_percent_oa": null,
418
- "20_to_30_percent_oa": 19500.0,
419
- "30_to_40_percent_oa": 9000.0,
420
- "40_to_50_percent_oa": 5000.0,
421
- "50_to_60_percent_oa": 4000.0,
422
- "60_to_70_percent_oa": 3000.0,
423
- "70_to_80_percent_oa": 1500.0,
424
- "greater_than_80_percent_oa": 120.0,
425
- "enthalpy_recovery_ratio_design_conditions": "Heating",
426
- "enthalpy_recovery_ratio": 0.5
427
- },
428
- {
429
- "template": "90.1-2016",
430
- "climate_zone": "ASHRAE 169-2006-4C",
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": null,
245
+ "percent_oa_40_to_50": null,
246
+ "percent_oa_50_to_60": null,
247
+ "percent_oa_60_to_70": null,
248
+ "percent_oa_70_to_80": null,
249
+ "percent_oa_greater_than_80": null,
250
+ "design_conditions": "Heating",
251
+ "energy_recovery_effectiveness": null,
252
+ "enthalpy_recovery_ratio": null,
253
+ "sensible_energy_recovery_ratio": null
254
+ },
255
+ {
256
+ "climate_zone": "0B",
431
257
  "under_8000_hours": true,
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": null,
437
- "40_to_50_percent_oa": null,
438
- "50_to_60_percent_oa": null,
439
- "60_to_70_percent_oa": null,
440
- "70_to_80_percent_oa": null,
441
- "greater_than_80_percent_oa": null,
442
- "enthalpy_recovery_ratio_design_conditions": "Heating",
443
- "enthalpy_recovery_ratio": 0.5
444
- },
445
- {
446
- "template": "90.1-2016",
447
- "climate_zone": "ASHRAE 169-2006-5A",
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": null,
267
+ "percent_oa_greater_than_80": null,
268
+ "design_conditions": "Heating",
269
+ "energy_recovery_effectiveness": null,
270
+ "enthalpy_recovery_ratio": null,
271
+ "sensible_energy_recovery_ratio": null
272
+ },
273
+ {
274
+ "climate_zone": "0B",
448
275
  "under_8000_hours": false,
449
- "nontransient_dwelling": null,
450
- "0_to_10_percent_oa": null,
451
- "10_to_20_percent_oa": 200.0,
452
- "20_to_30_percent_oa": 130.0,
453
- "30_to_40_percent_oa": 100.0,
454
- "40_to_50_percent_oa": 80.0,
455
- "50_to_60_percent_oa": 70.0,
456
- "60_to_70_percent_oa": 60.0,
457
- "70_to_80_percent_oa": 50.0,
458
- "greater_than_80_percent_oa": 40.0,
459
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
460
- "enthalpy_recovery_ratio": 0.5
461
- },
462
- {
463
- "template": "90.1-2016",
464
- "climate_zone": "ASHRAE 169-2006-5A",
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": null,
285
+ "percent_oa_greater_than_80": null,
286
+ "design_conditions": "Heating",
287
+ "energy_recovery_effectiveness": null,
288
+ "enthalpy_recovery_ratio": null,
289
+ "sensible_energy_recovery_ratio": null
290
+ },
291
+ {
292
+ "climate_zone": "1A",
465
293
  "under_8000_hours": true,
466
- "nontransient_dwelling": null,
467
- "0_to_10_percent_oa": null,
468
- "10_to_20_percent_oa": 26000.0,
469
- "20_to_30_percent_oa": 16000.0,
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": 120.0,
476
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
477
- "enthalpy_recovery_ratio": 0.5
478
- },
479
- {
480
- "template": "90.1-2016",
481
- "climate_zone": "ASHRAE 169-2006-5B",
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": null,
303
+ "percent_oa_greater_than_80": null,
304
+ "design_conditions": "Heating",
305
+ "energy_recovery_effectiveness": null,
306
+ "enthalpy_recovery_ratio": null,
307
+ "sensible_energy_recovery_ratio": null
308
+ },
309
+ {
310
+ "climate_zone": "1A",
482
311
  "under_8000_hours": false,
483
- "nontransient_dwelling": null,
484
- "0_to_10_percent_oa": null,
485
- "10_to_20_percent_oa": 2500.0,
486
- "20_to_30_percent_oa": 2000.0,
487
- "30_to_40_percent_oa": 1000.0,
488
- "40_to_50_percent_oa": 500.0,
489
- "50_to_60_percent_oa": 140.0,
490
- "60_to_70_percent_oa": 120.0,
491
- "70_to_80_percent_oa": 100.0,
492
- "greater_than_80_percent_oa": 80.0,
493
- "enthalpy_recovery_ratio_design_conditions": "Heating",
494
- "enthalpy_recovery_ratio": 0.5
495
- },
496
- {
497
- "template": "90.1-2016",
498
- "climate_zone": "ASHRAE 169-2006-5B",
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": "Heating",
323
+ "energy_recovery_effectiveness": null,
324
+ "enthalpy_recovery_ratio": null,
325
+ "sensible_energy_recovery_ratio": null
326
+ },
327
+ {
328
+ "climate_zone": "1B",
499
329
  "under_8000_hours": true,
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": null,
509
- "greater_than_80_percent_oa": null,
510
- "enthalpy_recovery_ratio_design_conditions": "Heating",
511
- "enthalpy_recovery_ratio": 0.5
512
- },
513
- {
514
- "template": "90.1-2016",
515
- "climate_zone": "ASHRAE 169-2006-5C",
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": null,
335
+ "percent_oa_40_to_50": null,
336
+ "percent_oa_50_to_60": null,
337
+ "percent_oa_60_to_70": null,
338
+ "percent_oa_70_to_80": null,
339
+ "percent_oa_greater_than_80": null,
340
+ "design_conditions": "Heating",
341
+ "energy_recovery_effectiveness": null,
342
+ "enthalpy_recovery_ratio": null,
343
+ "sensible_energy_recovery_ratio": null
344
+ },
345
+ {
346
+ "climate_zone": "1B",
516
347
  "under_8000_hours": false,
517
- "nontransient_dwelling": null,
518
- "0_to_10_percent_oa": null,
519
- "10_to_20_percent_oa": null,
520
- "20_to_30_percent_oa": 19500.0,
521
- "30_to_40_percent_oa": 9000.0,
522
- "40_to_50_percent_oa": 5000.0,
523
- "50_to_60_percent_oa": 4000.0,
524
- "60_to_70_percent_oa": 3000.0,
525
- "70_to_80_percent_oa": 1500.0,
526
- "greater_than_80_percent_oa": 120.0,
527
- "enthalpy_recovery_ratio_design_conditions": "Heating",
528
- "enthalpy_recovery_ratio": 0.5
529
- },
530
- {
531
- "template": "90.1-2016",
532
- "climate_zone": "ASHRAE 169-2006-5C",
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": null,
353
+ "percent_oa_40_to_50": null,
354
+ "percent_oa_50_to_60": null,
355
+ "percent_oa_60_to_70": null,
356
+ "percent_oa_70_to_80": null,
357
+ "percent_oa_greater_than_80": null,
358
+ "design_conditions": "Heating",
359
+ "energy_recovery_effectiveness": null,
360
+ "enthalpy_recovery_ratio": null,
361
+ "sensible_energy_recovery_ratio": null
362
+ },
363
+ {
364
+ "climate_zone": "2A",
533
365
  "under_8000_hours": true,
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": 26000.0,
541
- "60_to_70_percent_oa": 12000.0,
542
- "70_to_80_percent_oa": 5000.0,
543
- "greater_than_80_percent_oa": 4000.0,
544
- "enthalpy_recovery_ratio_design_conditions": "Heating",
545
- "enthalpy_recovery_ratio": 0.5
546
- },
547
- {
548
- "template": "90.1-2016",
549
- "climate_zone": "ASHRAE 169-2006-6A",
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": null,
375
+ "percent_oa_greater_than_80": null,
376
+ "design_conditions": "Heating",
377
+ "energy_recovery_effectiveness": null,
378
+ "enthalpy_recovery_ratio": null,
379
+ "sensible_energy_recovery_ratio": null
380
+ },
381
+ {
382
+ "climate_zone": "2A",
550
383
  "under_8000_hours": false,
551
- "nontransient_dwelling": null,
552
- "0_to_10_percent_oa": null,
553
- "10_to_20_percent_oa": 200.0,
554
- "20_to_30_percent_oa": 130.0,
555
- "30_to_40_percent_oa": 100.0,
556
- "40_to_50_percent_oa": 80.0,
557
- "50_to_60_percent_oa": 70.0,
558
- "60_to_70_percent_oa": 60.0,
559
- "70_to_80_percent_oa": 50.0,
560
- "greater_than_80_percent_oa": 40.0,
561
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
562
- "enthalpy_recovery_ratio": 0.5
563
- },
564
- {
565
- "template": "90.1-2016",
566
- "climate_zone": "ASHRAE 169-2006-6A",
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": null,
393
+ "percent_oa_greater_than_80": null,
394
+ "design_conditions": "Heating",
395
+ "energy_recovery_effectiveness": null,
396
+ "enthalpy_recovery_ratio": null,
397
+ "sensible_energy_recovery_ratio": null
398
+ },
399
+ {
400
+ "climate_zone": "2B",
567
401
  "under_8000_hours": true,
568
- "nontransient_dwelling": null,
569
- "0_to_10_percent_oa": null,
570
- "10_to_20_percent_oa": 26000.0,
571
- "20_to_30_percent_oa": 16000.0,
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": 120.0,
578
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
579
- "enthalpy_recovery_ratio": 0.5
580
- },
581
- {
582
- "template": "90.1-2016",
583
- "climate_zone": "ASHRAE 169-2006-6B",
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": null,
411
+ "percent_oa_greater_than_80": null,
412
+ "design_conditions": "Heating",
413
+ "energy_recovery_effectiveness": null,
414
+ "enthalpy_recovery_ratio": null,
415
+ "sensible_energy_recovery_ratio": null
416
+ },
417
+ {
418
+ "climate_zone": "2B",
584
419
  "under_8000_hours": false,
585
- "nontransient_dwelling": null,
586
- "0_to_10_percent_oa": null,
587
- "10_to_20_percent_oa": 200.0,
588
- "20_to_30_percent_oa": 130.0,
589
- "30_to_40_percent_oa": 100.0,
590
- "40_to_50_percent_oa": 80.0,
591
- "50_to_60_percent_oa": 70.0,
592
- "60_to_70_percent_oa": 60.0,
593
- "70_to_80_percent_oa": 50.0,
594
- "greater_than_80_percent_oa": 40.0,
595
- "enthalpy_recovery_ratio_design_conditions": "Heating",
596
- "enthalpy_recovery_ratio": 0.5
597
- },
598
- {
599
- "template": "90.1-2016",
600
- "climate_zone": "ASHRAE 169-2006-6B",
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": "Heating",
431
+ "energy_recovery_effectiveness": null,
432
+ "enthalpy_recovery_ratio": null,
433
+ "sensible_energy_recovery_ratio": null
434
+ },
435
+ {
436
+ "climate_zone": "3A",
601
437
  "under_8000_hours": true,
602
- "nontransient_dwelling": null,
603
- "0_to_10_percent_oa": null,
604
- "10_to_20_percent_oa": 28000.0,
605
- "20_to_30_percent_oa": 26500.0,
606
- "30_to_40_percent_oa": 11000.0,
607
- "40_to_50_percent_oa": 5500.0,
608
- "50_to_60_percent_oa": 4500.0,
609
- "60_to_70_percent_oa": 3500.0,
610
- "70_to_80_percent_oa": 2500.0,
611
- "greater_than_80_percent_oa": 1500.0,
612
- "enthalpy_recovery_ratio_design_conditions": "Heating",
613
- "enthalpy_recovery_ratio": 0.5
614
- },
615
- {
616
- "template": "90.1-2016",
617
- "climate_zone": "ASHRAE 169-2006-7A",
438
+ "nontransient_dwelling": "Any",
439
+ "percent_oa_0_to_10": null,
440
+ "percent_oa_10_to_20": 26000,
441
+ "percent_oa_20_to_30": 16000,
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": 120,
448
+ "design_conditions": "Cooling",
449
+ "energy_recovery_effectiveness": null,
450
+ "enthalpy_recovery_ratio": 0.5,
451
+ "sensible_energy_recovery_ratio": null
452
+ },
453
+ {
454
+ "climate_zone": "3A",
618
455
  "under_8000_hours": false,
619
- "nontransient_dwelling": null,
620
- "0_to_10_percent_oa": null,
621
- "10_to_20_percent_oa": 200.0,
622
- "20_to_30_percent_oa": 130.0,
623
- "30_to_40_percent_oa": 100.0,
624
- "40_to_50_percent_oa": 80.0,
625
- "50_to_60_percent_oa": 70.0,
626
- "60_to_70_percent_oa": 60.0,
627
- "70_to_80_percent_oa": 50.0,
628
- "greater_than_80_percent_oa": 40.0,
629
- "enthalpy_recovery_ratio_design_conditions": "Heating",
630
- "enthalpy_recovery_ratio": 0.5
631
- },
632
- {
633
- "template": "90.1-2016",
634
- "climate_zone": "ASHRAE 169-2006-7A",
456
+ "nontransient_dwelling": "Any",
457
+ "percent_oa_0_to_10": null,
458
+ "percent_oa_10_to_20": 2500,
459
+ "percent_oa_20_to_30": 2000,
460
+ "percent_oa_30_to_40": 1000,
461
+ "percent_oa_40_to_50": 500,
462
+ "percent_oa_50_to_60": 140,
463
+ "percent_oa_60_to_70": 120,
464
+ "percent_oa_70_to_80": 100,
465
+ "percent_oa_greater_than_80": 80,
466
+ "design_conditions": "Cooling",
467
+ "energy_recovery_effectiveness": null,
468
+ "enthalpy_recovery_ratio": 0.5,
469
+ "sensible_energy_recovery_ratio": null
470
+ },
471
+ {
472
+ "climate_zone": "3B",
635
473
  "under_8000_hours": true,
636
- "nontransient_dwelling": null,
637
- "0_to_10_percent_oa": null,
638
- "10_to_20_percent_oa": 4500.0,
639
- "20_to_30_percent_oa": 4000.0,
640
- "30_to_40_percent_oa": 2500.0,
641
- "40_to_50_percent_oa": 1000.0,
642
- "50_to_60_percent_oa": 140.0,
643
- "60_to_70_percent_oa": 120.0,
644
- "70_to_80_percent_oa": 100.0,
645
- "greater_than_80_percent_oa": 80.0,
646
- "enthalpy_recovery_ratio_design_conditions": "Heating",
647
- "enthalpy_recovery_ratio": 0.5
648
- },
649
- {
650
- "template": "90.1-2016",
651
- "climate_zone": "ASHRAE 169-2006-7B",
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": null,
483
+ "percent_oa_greater_than_80": null,
484
+ "design_conditions": "Cooling",
485
+ "energy_recovery_effectiveness": null,
486
+ "enthalpy_recovery_ratio": null,
487
+ "sensible_energy_recovery_ratio": null
488
+ },
489
+ {
490
+ "climate_zone": "3B",
652
491
  "under_8000_hours": false,
653
- "nontransient_dwelling": null,
654
- "0_to_10_percent_oa": null,
655
- "10_to_20_percent_oa": 200.0,
656
- "20_to_30_percent_oa": 130.0,
657
- "30_to_40_percent_oa": 100.0,
658
- "40_to_50_percent_oa": 80.0,
659
- "50_to_60_percent_oa": 70.0,
660
- "60_to_70_percent_oa": 60.0,
661
- "70_to_80_percent_oa": 50.0,
662
- "greater_than_80_percent_oa": 40.0,
663
- "enthalpy_recovery_ratio_design_conditions": "Heating",
664
- "enthalpy_recovery_ratio": 0.5
665
- },
666
- {
667
- "template": "90.1-2016",
668
- "climate_zone": "ASHRAE 169-2006-7B",
492
+ "nontransient_dwelling": "Any",
493
+ "percent_oa_0_to_10": null,
494
+ "percent_oa_10_to_20": null,
495
+ "percent_oa_20_to_30": 19500,
496
+ "percent_oa_30_to_40": 9000,
497
+ "percent_oa_40_to_50": 5000,
498
+ "percent_oa_50_to_60": 4000,
499
+ "percent_oa_60_to_70": 3000,
500
+ "percent_oa_70_to_80": 1500,
501
+ "percent_oa_greater_than_80": 120,
502
+ "design_conditions": "Cooling",
503
+ "energy_recovery_effectiveness": null,
504
+ "enthalpy_recovery_ratio": 0.5,
505
+ "sensible_energy_recovery_ratio": null
506
+ },
507
+ {
508
+ "climate_zone": "3C",
669
509
  "under_8000_hours": true,
670
- "nontransient_dwelling": null,
671
- "0_to_10_percent_oa": null,
672
- "10_to_20_percent_oa": 4500.0,
673
- "20_to_30_percent_oa": 4000.0,
674
- "30_to_40_percent_oa": 2500.0,
675
- "40_to_50_percent_oa": 1000.0,
676
- "50_to_60_percent_oa": 140.0,
677
- "60_to_70_percent_oa": 120.0,
678
- "70_to_80_percent_oa": 100.0,
679
- "greater_than_80_percent_oa": 80.0,
680
- "enthalpy_recovery_ratio_design_conditions": "Heating",
681
- "enthalpy_recovery_ratio": 0.5
682
- },
683
- {
684
- "template": "90.1-2016",
685
- "climate_zone": "ASHRAE 169-2006-8A",
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": "Heating",
521
+ "energy_recovery_effectiveness": null,
522
+ "enthalpy_recovery_ratio": null,
523
+ "sensible_energy_recovery_ratio": null
524
+ },
525
+ {
526
+ "climate_zone": "3C",
686
527
  "under_8000_hours": false,
687
- "nontransient_dwelling": null,
688
- "0_to_10_percent_oa": null,
689
- "10_to_20_percent_oa": 200.0,
690
- "20_to_30_percent_oa": 130.0,
691
- "30_to_40_percent_oa": 100.0,
692
- "40_to_50_percent_oa": 80.0,
693
- "50_to_60_percent_oa": 70.0,
694
- "60_to_70_percent_oa": 60.0,
695
- "70_to_80_percent_oa": 50.0,
696
- "greater_than_80_percent_oa": 40.0,
697
- "enthalpy_recovery_ratio_design_conditions": "Heating",
698
- "enthalpy_recovery_ratio": 0.5
699
- },
700
- {
701
- "template": "90.1-2016",
702
- "climate_zone": "ASHRAE 169-2006-8A",
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": "Heating",
539
+ "energy_recovery_effectiveness": null,
540
+ "enthalpy_recovery_ratio": null,
541
+ "sensible_energy_recovery_ratio": null
542
+ },
543
+ {
544
+ "climate_zone": "3C",
703
545
  "under_8000_hours": true,
704
- "nontransient_dwelling": null,
705
- "0_to_10_percent_oa": null,
706
- "10_to_20_percent_oa": 4500.0,
707
- "20_to_30_percent_oa": 4000.0,
708
- "30_to_40_percent_oa": 2500.0,
709
- "40_to_50_percent_oa": 1000.0,
710
- "50_to_60_percent_oa": 140.0,
711
- "60_to_70_percent_oa": 120.0,
712
- "70_to_80_percent_oa": 100.0,
713
- "greater_than_80_percent_oa": 80.0,
714
- "enthalpy_recovery_ratio_design_conditions": "Heating",
715
- "enthalpy_recovery_ratio": 0.5
716
- },
717
- {
718
- "template": "90.1-2016",
719
- "climate_zone": "ASHRAE 169-2006-8B",
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": null,
551
+ "percent_oa_40_to_50": null,
552
+ "percent_oa_50_to_60": null,
553
+ "percent_oa_60_to_70": null,
554
+ "percent_oa_70_to_80": null,
555
+ "percent_oa_greater_than_80": null,
556
+ "design_conditions": "Cooling",
557
+ "energy_recovery_effectiveness": null,
558
+ "enthalpy_recovery_ratio": null,
559
+ "sensible_energy_recovery_ratio": null
560
+ },
561
+ {
562
+ "climate_zone": "3C",
720
563
  "under_8000_hours": false,
721
- "nontransient_dwelling": null,
722
- "0_to_10_percent_oa": null,
723
- "10_to_20_percent_oa": 200.0,
724
- "20_to_30_percent_oa": 130.0,
725
- "30_to_40_percent_oa": 100.0,
726
- "40_to_50_percent_oa": 80.0,
727
- "50_to_60_percent_oa": 70.0,
728
- "60_to_70_percent_oa": 60.0,
729
- "70_to_80_percent_oa": 50.0,
730
- "greater_than_80_percent_oa": 40.0,
731
- "enthalpy_recovery_ratio_design_conditions": "Heating",
732
- "enthalpy_recovery_ratio": 0.5
733
- },
734
- {
735
- "template": "90.1-2016",
736
- "climate_zone": "ASHRAE 169-2006-8B",
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": null,
569
+ "percent_oa_40_to_50": null,
570
+ "percent_oa_50_to_60": null,
571
+ "percent_oa_60_to_70": null,
572
+ "percent_oa_70_to_80": null,
573
+ "percent_oa_greater_than_80": null,
574
+ "design_conditions": "Cooling",
575
+ "energy_recovery_effectiveness": null,
576
+ "enthalpy_recovery_ratio": null,
577
+ "sensible_energy_recovery_ratio": null
578
+ },
579
+ {
580
+ "climate_zone": "4A",
737
581
  "under_8000_hours": true,
738
- "nontransient_dwelling": null,
739
- "0_to_10_percent_oa": null,
740
- "10_to_20_percent_oa": 4500.0,
741
- "20_to_30_percent_oa": 4000.0,
742
- "30_to_40_percent_oa": 2500.0,
743
- "40_to_50_percent_oa": 1000.0,
744
- "50_to_60_percent_oa": 140.0,
745
- "60_to_70_percent_oa": 120.0,
746
- "70_to_80_percent_oa": 100.0,
747
- "greater_than_80_percent_oa": 80.0,
748
- "enthalpy_recovery_ratio_design_conditions": "Heating",
749
- "enthalpy_recovery_ratio": 0.5
750
- },
751
- {
752
- "template": "90.1-2016",
753
- "climate_zone": "ASHRAE 169-2013-0A",
582
+ "nontransient_dwelling": "Any",
583
+ "percent_oa_0_to_10": null,
584
+ "percent_oa_10_to_20": 26000,
585
+ "percent_oa_20_to_30": 16000,
586
+ "percent_oa_30_to_40": 5500,
587
+ "percent_oa_40_to_50": 4500,
588
+ "percent_oa_50_to_60": 3500,
589
+ "percent_oa_60_to_70": 2000,
590
+ "percent_oa_70_to_80": 1000,
591
+ "percent_oa_greater_than_80": 120,
592
+ "design_conditions": "Cooling",
593
+ "energy_recovery_effectiveness": null,
594
+ "enthalpy_recovery_ratio": 0.5,
595
+ "sensible_energy_recovery_ratio": null
596
+ },
597
+ {
598
+ "climate_zone": "4A",
754
599
  "under_8000_hours": false,
755
- "nontransient_dwelling": null,
756
- "0_to_10_percent_oa": null,
757
- "10_to_20_percent_oa": 2500.0,
758
- "20_to_30_percent_oa": 2000.0,
759
- "30_to_40_percent_oa": 1000.0,
760
- "40_to_50_percent_oa": 500.0,
761
- "50_to_60_percent_oa": 140.0,
762
- "60_to_70_percent_oa": 120.0,
763
- "70_to_80_percent_oa": 100.0,
764
- "greater_than_80_percent_oa": 80.0,
765
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
766
- "enthalpy_recovery_ratio": 0.5
767
- },
768
- {
769
- "template": "90.1-2016",
770
- "climate_zone": "ASHRAE 169-2013-0A",
600
+ "nontransient_dwelling": "Any",
601
+ "percent_oa_0_to_10": null,
602
+ "percent_oa_10_to_20": 200,
603
+ "percent_oa_20_to_30": 130,
604
+ "percent_oa_30_to_40": 100,
605
+ "percent_oa_40_to_50": 80,
606
+ "percent_oa_50_to_60": 70,
607
+ "percent_oa_60_to_70": 60,
608
+ "percent_oa_70_to_80": 50,
609
+ "percent_oa_greater_than_80": 40,
610
+ "design_conditions": "Cooling",
611
+ "energy_recovery_effectiveness": null,
612
+ "enthalpy_recovery_ratio": 0.5,
613
+ "sensible_energy_recovery_ratio": null
614
+ },
615
+ {
616
+ "climate_zone": "4B",
771
617
  "under_8000_hours": true,
772
- "nontransient_dwelling": null,
773
- "0_to_10_percent_oa": null,
774
- "10_to_20_percent_oa": 26000.0,
775
- "20_to_30_percent_oa": 16000.0,
776
- "30_to_40_percent_oa": 5500.0,
777
- "40_to_50_percent_oa": 4500.0,
778
- "50_to_60_percent_oa": 3500.0,
779
- "60_to_70_percent_oa": 2000.0,
780
- "70_to_80_percent_oa": 1000.0,
781
- "greater_than_80_percent_oa": 120.0,
782
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
783
- "enthalpy_recovery_ratio": 0.5
784
- },
785
- {
786
- "template": "90.1-2016",
787
- "climate_zone": "ASHRAE 169-2013-0B",
788
- "under_8000_hours": false,
789
- "nontransient_dwelling": null,
790
- "0_to_10_percent_oa": null,
791
- "10_to_20_percent_oa": null,
792
- "20_to_30_percent_oa": 19500.0,
793
- "30_to_40_percent_oa": 9000.0,
794
- "40_to_50_percent_oa": 5000.0,
795
- "50_to_60_percent_oa": 4000.0,
796
- "60_to_70_percent_oa": 3000.0,
797
- "70_to_80_percent_oa": 1500.0,
798
- "greater_than_80_percent_oa": 120.0,
799
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
800
- "enthalpy_recovery_ratio": 0.5
801
- },
802
- {
803
- "template": "90.1-2016",
804
- "climate_zone": "ASHRAE 169-2013-0B",
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": null,
623
+ "percent_oa_40_to_50": null,
624
+ "percent_oa_50_to_60": null,
625
+ "percent_oa_60_to_70": null,
626
+ "percent_oa_70_to_80": null,
627
+ "percent_oa_greater_than_80": null,
628
+ "design_conditions": "Cooling",
629
+ "energy_recovery_effectiveness": null,
630
+ "enthalpy_recovery_ratio": null,
631
+ "sensible_energy_recovery_ratio": null
632
+ },
633
+ {
634
+ "climate_zone": "4B",
805
635
  "under_8000_hours": true,
806
- "nontransient_dwelling": null,
807
- "0_to_10_percent_oa": null,
808
- "10_to_20_percent_oa": null,
809
- "20_to_30_percent_oa": null,
810
- "30_to_40_percent_oa": null,
811
- "40_to_50_percent_oa": null,
812
- "50_to_60_percent_oa": 26000.0,
813
- "60_to_70_percent_oa": 12000.0,
814
- "70_to_80_percent_oa": 5000.0,
815
- "greater_than_80_percent_oa": 4000.0,
816
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
817
- "enthalpy_recovery_ratio": 0.5
818
- },
819
- {
820
- "template": "90.1-2016",
821
- "climate_zone": "ASHRAE 169-2013-1A",
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": null,
641
+ "percent_oa_40_to_50": null,
642
+ "percent_oa_50_to_60": null,
643
+ "percent_oa_60_to_70": null,
644
+ "percent_oa_70_to_80": null,
645
+ "percent_oa_greater_than_80": null,
646
+ "design_conditions": "Heating",
647
+ "energy_recovery_effectiveness": null,
648
+ "enthalpy_recovery_ratio": null,
649
+ "sensible_energy_recovery_ratio": null
650
+ },
651
+ {
652
+ "climate_zone": "4B",
822
653
  "under_8000_hours": false,
823
- "nontransient_dwelling": null,
824
- "0_to_10_percent_oa": null,
825
- "10_to_20_percent_oa": 2500.0,
826
- "20_to_30_percent_oa": 2000.0,
827
- "30_to_40_percent_oa": 1000.0,
828
- "40_to_50_percent_oa": 500.0,
829
- "50_to_60_percent_oa": 140.0,
830
- "60_to_70_percent_oa": 120.0,
831
- "70_to_80_percent_oa": 100.0,
832
- "greater_than_80_percent_oa": 80.0,
833
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
834
- "enthalpy_recovery_ratio": 0.5
835
- },
836
- {
837
- "template": "90.1-2016",
838
- "climate_zone": "ASHRAE 169-2013-1A",
839
- "under_8000_hours": true,
840
- "nontransient_dwelling": null,
841
- "0_to_10_percent_oa": null,
842
- "10_to_20_percent_oa": 26000.0,
843
- "20_to_30_percent_oa": 16000.0,
844
- "30_to_40_percent_oa": 5500.0,
845
- "40_to_50_percent_oa": 4500.0,
846
- "50_to_60_percent_oa": 3500.0,
847
- "60_to_70_percent_oa": 2000.0,
848
- "70_to_80_percent_oa": 1000.0,
849
- "greater_than_80_percent_oa": 120.0,
850
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
851
- "enthalpy_recovery_ratio": 0.5
852
- },
853
- {
854
- "template": "90.1-2016",
855
- "climate_zone": "ASHRAE 169-2013-1B",
654
+ "nontransient_dwelling": "Any",
655
+ "percent_oa_0_to_10": null,
656
+ "percent_oa_10_to_20": 2500,
657
+ "percent_oa_20_to_30": 2000,
658
+ "percent_oa_30_to_40": 1000,
659
+ "percent_oa_40_to_50": 500,
660
+ "percent_oa_50_to_60": 140,
661
+ "percent_oa_60_to_70": 120,
662
+ "percent_oa_70_to_80": 100,
663
+ "percent_oa_greater_than_80": 80,
664
+ "design_conditions": "Cooling",
665
+ "energy_recovery_effectiveness": null,
666
+ "enthalpy_recovery_ratio": 0.5,
667
+ "sensible_energy_recovery_ratio": null
668
+ },
669
+ {
670
+ "climate_zone": "4B",
856
671
  "under_8000_hours": false,
857
- "nontransient_dwelling": null,
858
- "0_to_10_percent_oa": null,
859
- "10_to_20_percent_oa": null,
860
- "20_to_30_percent_oa": 19500.0,
861
- "30_to_40_percent_oa": 9000.0,
862
- "40_to_50_percent_oa": 5000.0,
863
- "50_to_60_percent_oa": 4000.0,
864
- "60_to_70_percent_oa": 3000.0,
865
- "70_to_80_percent_oa": 1500.0,
866
- "greater_than_80_percent_oa": 120.0,
867
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
868
- "enthalpy_recovery_ratio": 0.5
869
- },
870
- {
871
- "template": "90.1-2016",
872
- "climate_zone": "ASHRAE 169-2013-1B",
672
+ "nontransient_dwelling": "Any",
673
+ "percent_oa_0_to_10": null,
674
+ "percent_oa_10_to_20": 2500,
675
+ "percent_oa_20_to_30": 2000,
676
+ "percent_oa_30_to_40": 1000,
677
+ "percent_oa_40_to_50": 500,
678
+ "percent_oa_50_to_60": 140,
679
+ "percent_oa_60_to_70": 120,
680
+ "percent_oa_70_to_80": 100,
681
+ "percent_oa_greater_than_80": 80,
682
+ "design_conditions": "Heating",
683
+ "energy_recovery_effectiveness": null,
684
+ "enthalpy_recovery_ratio": 0.5,
685
+ "sensible_energy_recovery_ratio": null
686
+ },
687
+ {
688
+ "climate_zone": "4C",
873
689
  "under_8000_hours": true,
874
- "nontransient_dwelling": null,
875
- "0_to_10_percent_oa": null,
876
- "10_to_20_percent_oa": null,
877
- "20_to_30_percent_oa": null,
878
- "30_to_40_percent_oa": null,
879
- "40_to_50_percent_oa": null,
880
- "50_to_60_percent_oa": 26000.0,
881
- "60_to_70_percent_oa": 12000.0,
882
- "70_to_80_percent_oa": 5000.0,
883
- "greater_than_80_percent_oa": 4000.0,
884
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
885
- "enthalpy_recovery_ratio": 0.5
886
- },
887
- {
888
- "template": "90.1-2016",
889
- "climate_zone": "ASHRAE 169-2013-2A",
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": "Heating",
701
+ "energy_recovery_effectiveness": null,
702
+ "enthalpy_recovery_ratio": null,
703
+ "sensible_energy_recovery_ratio": null
704
+ },
705
+ {
706
+ "climate_zone": "4C",
890
707
  "under_8000_hours": false,
891
- "nontransient_dwelling": null,
892
- "0_to_10_percent_oa": null,
893
- "10_to_20_percent_oa": 2500.0,
894
- "20_to_30_percent_oa": 2000.0,
895
- "30_to_40_percent_oa": 1000.0,
896
- "40_to_50_percent_oa": 500.0,
897
- "50_to_60_percent_oa": 140.0,
898
- "60_to_70_percent_oa": 120.0,
899
- "70_to_80_percent_oa": 100.0,
900
- "greater_than_80_percent_oa": 80.0,
901
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
902
- "enthalpy_recovery_ratio": 0.5
903
- },
904
- {
905
- "template": "90.1-2016",
906
- "climate_zone": "ASHRAE 169-2013-2A",
708
+ "nontransient_dwelling": "Any",
709
+ "percent_oa_0_to_10": null,
710
+ "percent_oa_10_to_20": null,
711
+ "percent_oa_20_to_30": 19500,
712
+ "percent_oa_30_to_40": 9000,
713
+ "percent_oa_40_to_50": 5000,
714
+ "percent_oa_50_to_60": 4000,
715
+ "percent_oa_60_to_70": 3000,
716
+ "percent_oa_70_to_80": 1500,
717
+ "percent_oa_greater_than_80": 120,
718
+ "design_conditions": "Heating",
719
+ "energy_recovery_effectiveness": null,
720
+ "enthalpy_recovery_ratio": 0.5,
721
+ "sensible_energy_recovery_ratio": null
722
+ },
723
+ {
724
+ "climate_zone": "4C",
907
725
  "under_8000_hours": true,
908
- "nontransient_dwelling": null,
909
- "0_to_10_percent_oa": null,
910
- "10_to_20_percent_oa": 26000.0,
911
- "20_to_30_percent_oa": 16000.0,
912
- "30_to_40_percent_oa": 5500.0,
913
- "40_to_50_percent_oa": 4500.0,
914
- "50_to_60_percent_oa": 3500.0,
915
- "60_to_70_percent_oa": 2000.0,
916
- "70_to_80_percent_oa": 1000.0,
917
- "greater_than_80_percent_oa": 120.0,
918
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
919
- "enthalpy_recovery_ratio": 0.5
920
- },
921
- {
922
- "template": "90.1-2016",
923
- "climate_zone": "ASHRAE 169-2013-2B",
726
+ "nontransient_dwelling": "Any",
727
+ "percent_oa_0_to_10": null,
728
+ "percent_oa_10_to_20": null,
729
+ "percent_oa_20_to_30": null,
730
+ "percent_oa_30_to_40": null,
731
+ "percent_oa_40_to_50": null,
732
+ "percent_oa_50_to_60": null,
733
+ "percent_oa_60_to_70": null,
734
+ "percent_oa_70_to_80": null,
735
+ "percent_oa_greater_than_80": null,
736
+ "design_conditions": "Cooling",
737
+ "energy_recovery_effectiveness": null,
738
+ "enthalpy_recovery_ratio": null,
739
+ "sensible_energy_recovery_ratio": null
740
+ },
741
+ {
742
+ "climate_zone": "4C",
924
743
  "under_8000_hours": false,
925
- "nontransient_dwelling": null,
926
- "0_to_10_percent_oa": null,
927
- "10_to_20_percent_oa": null,
928
- "20_to_30_percent_oa": 19500.0,
929
- "30_to_40_percent_oa": 9000.0,
930
- "40_to_50_percent_oa": 5000.0,
931
- "50_to_60_percent_oa": 4000.0,
932
- "60_to_70_percent_oa": 3000.0,
933
- "70_to_80_percent_oa": 1500.0,
934
- "greater_than_80_percent_oa": 120.0,
935
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
936
- "enthalpy_recovery_ratio": 0.5
937
- },
938
- {
939
- "template": "90.1-2016",
940
- "climate_zone": "ASHRAE 169-2013-2B",
744
+ "nontransient_dwelling": "Any",
745
+ "percent_oa_0_to_10": null,
746
+ "percent_oa_10_to_20": null,
747
+ "percent_oa_20_to_30": null,
748
+ "percent_oa_30_to_40": null,
749
+ "percent_oa_40_to_50": null,
750
+ "percent_oa_50_to_60": null,
751
+ "percent_oa_60_to_70": null,
752
+ "percent_oa_70_to_80": null,
753
+ "percent_oa_greater_than_80": null,
754
+ "design_conditions": "Cooling",
755
+ "energy_recovery_effectiveness": null,
756
+ "enthalpy_recovery_ratio": null,
757
+ "sensible_energy_recovery_ratio": null
758
+ },
759
+ {
760
+ "climate_zone": "5A",
941
761
  "under_8000_hours": true,
942
- "nontransient_dwelling": null,
943
- "0_to_10_percent_oa": null,
944
- "10_to_20_percent_oa": null,
945
- "20_to_30_percent_oa": null,
946
- "30_to_40_percent_oa": null,
947
- "40_to_50_percent_oa": null,
948
- "50_to_60_percent_oa": 26000.0,
949
- "60_to_70_percent_oa": 12000.0,
950
- "70_to_80_percent_oa": 5000.0,
951
- "greater_than_80_percent_oa": 4000.0,
952
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
953
- "enthalpy_recovery_ratio": 0.5
954
- },
955
- {
956
- "template": "90.1-2016",
957
- "climate_zone": "ASHRAE 169-2013-3A",
762
+ "nontransient_dwelling": "Any",
763
+ "percent_oa_0_to_10": null,
764
+ "percent_oa_10_to_20": 26000,
765
+ "percent_oa_20_to_30": 16000,
766
+ "percent_oa_30_to_40": 5500,
767
+ "percent_oa_40_to_50": 4500,
768
+ "percent_oa_50_to_60": 3500,
769
+ "percent_oa_60_to_70": 2000,
770
+ "percent_oa_70_to_80": 1000,
771
+ "percent_oa_greater_than_80": 120,
772
+ "design_conditions": "Cooling",
773
+ "energy_recovery_effectiveness": null,
774
+ "enthalpy_recovery_ratio": 0.5,
775
+ "sensible_energy_recovery_ratio": null
776
+ },
777
+ {
778
+ "climate_zone": "5A",
958
779
  "under_8000_hours": false,
959
- "nontransient_dwelling": null,
960
- "0_to_10_percent_oa": null,
961
- "10_to_20_percent_oa": 2500.0,
962
- "20_to_30_percent_oa": 2000.0,
963
- "30_to_40_percent_oa": 1000.0,
964
- "40_to_50_percent_oa": 500.0,
965
- "50_to_60_percent_oa": 140.0,
966
- "60_to_70_percent_oa": 120.0,
967
- "70_to_80_percent_oa": 100.0,
968
- "greater_than_80_percent_oa": 80.0,
969
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
970
- "enthalpy_recovery_ratio": 0.5
971
- },
972
- {
973
- "template": "90.1-2016",
974
- "climate_zone": "ASHRAE 169-2013-3A",
780
+ "nontransient_dwelling": "Any",
781
+ "percent_oa_0_to_10": null,
782
+ "percent_oa_10_to_20": 200,
783
+ "percent_oa_20_to_30": 130,
784
+ "percent_oa_30_to_40": 100,
785
+ "percent_oa_40_to_50": 80,
786
+ "percent_oa_50_to_60": 70,
787
+ "percent_oa_60_to_70": 60,
788
+ "percent_oa_70_to_80": 50,
789
+ "percent_oa_greater_than_80": 40,
790
+ "design_conditions": "Cooling",
791
+ "energy_recovery_effectiveness": null,
792
+ "enthalpy_recovery_ratio": 0.5,
793
+ "sensible_energy_recovery_ratio": null
794
+ },
795
+ {
796
+ "climate_zone": "5B",
975
797
  "under_8000_hours": true,
976
- "nontransient_dwelling": null,
977
- "0_to_10_percent_oa": null,
978
- "10_to_20_percent_oa": 26000.0,
979
- "20_to_30_percent_oa": 16000.0,
980
- "30_to_40_percent_oa": 5500.0,
981
- "40_to_50_percent_oa": 4500.0,
982
- "50_to_60_percent_oa": 3500.0,
983
- "60_to_70_percent_oa": 2000.0,
984
- "70_to_80_percent_oa": 1000.0,
985
- "greater_than_80_percent_oa": 120.0,
986
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
987
- "enthalpy_recovery_ratio": 0.5
988
- },
989
- {
990
- "template": "90.1-2016",
991
- "climate_zone": "ASHRAE 169-2013-3B",
798
+ "nontransient_dwelling": "Any",
799
+ "percent_oa_0_to_10": null,
800
+ "percent_oa_10_to_20": null,
801
+ "percent_oa_20_to_30": null,
802
+ "percent_oa_30_to_40": null,
803
+ "percent_oa_40_to_50": null,
804
+ "percent_oa_50_to_60": null,
805
+ "percent_oa_60_to_70": null,
806
+ "percent_oa_70_to_80": null,
807
+ "percent_oa_greater_than_80": null,
808
+ "design_conditions": "Heating",
809
+ "energy_recovery_effectiveness": null,
810
+ "enthalpy_recovery_ratio": null,
811
+ "sensible_energy_recovery_ratio": null
812
+ },
813
+ {
814
+ "climate_zone": "5B",
992
815
  "under_8000_hours": false,
993
- "nontransient_dwelling": null,
994
- "0_to_10_percent_oa": null,
995
- "10_to_20_percent_oa": null,
996
- "20_to_30_percent_oa": 19500.0,
997
- "30_to_40_percent_oa": 9000.0,
998
- "40_to_50_percent_oa": 5000.0,
999
- "50_to_60_percent_oa": 4000.0,
1000
- "60_to_70_percent_oa": 3000.0,
1001
- "70_to_80_percent_oa": 1500.0,
1002
- "greater_than_80_percent_oa": 120.0,
1003
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
1004
- "enthalpy_recovery_ratio": 0.5
1005
- },
1006
- {
1007
- "template": "90.1-2016",
1008
- "climate_zone": "ASHRAE 169-2013-3B",
816
+ "nontransient_dwelling": "Any",
817
+ "percent_oa_0_to_10": null,
818
+ "percent_oa_10_to_20": 2500,
819
+ "percent_oa_20_to_30": 2000,
820
+ "percent_oa_30_to_40": 1000,
821
+ "percent_oa_40_to_50": 500,
822
+ "percent_oa_50_to_60": 140,
823
+ "percent_oa_60_to_70": 120,
824
+ "percent_oa_70_to_80": 100,
825
+ "percent_oa_greater_than_80": 80,
826
+ "design_conditions": "Heating",
827
+ "energy_recovery_effectiveness": null,
828
+ "enthalpy_recovery_ratio": 0.5,
829
+ "sensible_energy_recovery_ratio": null
830
+ },
831
+ {
832
+ "climate_zone": "5C",
1009
833
  "under_8000_hours": true,
1010
- "nontransient_dwelling": null,
1011
- "0_to_10_percent_oa": null,
1012
- "10_to_20_percent_oa": null,
1013
- "20_to_30_percent_oa": null,
1014
- "30_to_40_percent_oa": null,
1015
- "40_to_50_percent_oa": null,
1016
- "50_to_60_percent_oa": null,
1017
- "60_to_70_percent_oa": null,
1018
- "70_to_80_percent_oa": null,
1019
- "greater_than_80_percent_oa": null,
1020
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
1021
- "enthalpy_recovery_ratio": 0.5
1022
- },
1023
- {
1024
- "template": "90.1-2016",
1025
- "climate_zone": "ASHRAE 169-2013-3C",
834
+ "nontransient_dwelling": "Any",
835
+ "percent_oa_0_to_10": null,
836
+ "percent_oa_10_to_20": null,
837
+ "percent_oa_20_to_30": null,
838
+ "percent_oa_30_to_40": null,
839
+ "percent_oa_40_to_50": null,
840
+ "percent_oa_50_to_60": 26000,
841
+ "percent_oa_60_to_70": 12000,
842
+ "percent_oa_70_to_80": 5000,
843
+ "percent_oa_greater_than_80": 4000,
844
+ "design_conditions": "Heating",
845
+ "energy_recovery_effectiveness": null,
846
+ "enthalpy_recovery_ratio": 0.5,
847
+ "sensible_energy_recovery_ratio": null
848
+ },
849
+ {
850
+ "climate_zone": "5C",
1026
851
  "under_8000_hours": false,
1027
- "nontransient_dwelling": null,
1028
- "0_to_10_percent_oa": null,
1029
- "10_to_20_percent_oa": null,
1030
- "20_to_30_percent_oa": null,
1031
- "30_to_40_percent_oa": null,
1032
- "40_to_50_percent_oa": null,
1033
- "50_to_60_percent_oa": null,
1034
- "60_to_70_percent_oa": null,
1035
- "70_to_80_percent_oa": null,
1036
- "greater_than_80_percent_oa": null,
1037
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1038
- "enthalpy_recovery_ratio": 0.5
1039
- },
1040
- {
1041
- "template": "90.1-2016",
1042
- "climate_zone": "ASHRAE 169-2013-3C",
852
+ "nontransient_dwelling": "Any",
853
+ "percent_oa_0_to_10": null,
854
+ "percent_oa_10_to_20": null,
855
+ "percent_oa_20_to_30": 19500,
856
+ "percent_oa_30_to_40": 9000,
857
+ "percent_oa_40_to_50": 5000,
858
+ "percent_oa_50_to_60": 4000,
859
+ "percent_oa_60_to_70": 3000,
860
+ "percent_oa_70_to_80": 1500,
861
+ "percent_oa_greater_than_80": 120,
862
+ "design_conditions": "Heating",
863
+ "energy_recovery_effectiveness": null,
864
+ "enthalpy_recovery_ratio": 0.5,
865
+ "sensible_energy_recovery_ratio": null
866
+ },
867
+ {
868
+ "climate_zone": "6A",
1043
869
  "under_8000_hours": true,
1044
- "nontransient_dwelling": null,
1045
- "0_to_10_percent_oa": null,
1046
- "10_to_20_percent_oa": null,
1047
- "20_to_30_percent_oa": null,
1048
- "30_to_40_percent_oa": null,
1049
- "40_to_50_percent_oa": null,
1050
- "50_to_60_percent_oa": null,
1051
- "60_to_70_percent_oa": null,
1052
- "70_to_80_percent_oa": null,
1053
- "greater_than_80_percent_oa": null,
1054
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1055
- "enthalpy_recovery_ratio": 0.5
1056
- },
1057
- {
1058
- "template": "90.1-2016",
1059
- "climate_zone": "ASHRAE 169-2013-4A",
870
+ "nontransient_dwelling": "Any",
871
+ "percent_oa_0_to_10": null,
872
+ "percent_oa_10_to_20": 26000,
873
+ "percent_oa_20_to_30": 16000,
874
+ "percent_oa_30_to_40": 5500,
875
+ "percent_oa_40_to_50": 4500,
876
+ "percent_oa_50_to_60": 3500,
877
+ "percent_oa_60_to_70": 2000,
878
+ "percent_oa_70_to_80": 1000,
879
+ "percent_oa_greater_than_80": 120,
880
+ "design_conditions": "Cooling",
881
+ "energy_recovery_effectiveness": null,
882
+ "enthalpy_recovery_ratio": 0.5,
883
+ "sensible_energy_recovery_ratio": null
884
+ },
885
+ {
886
+ "climate_zone": "6A",
1060
887
  "under_8000_hours": false,
1061
- "nontransient_dwelling": null,
1062
- "0_to_10_percent_oa": null,
1063
- "10_to_20_percent_oa": 200.0,
1064
- "20_to_30_percent_oa": 130.0,
1065
- "30_to_40_percent_oa": 100.0,
1066
- "40_to_50_percent_oa": 80.0,
1067
- "50_to_60_percent_oa": 70.0,
1068
- "60_to_70_percent_oa": 60.0,
1069
- "70_to_80_percent_oa": 50.0,
1070
- "greater_than_80_percent_oa": 40.0,
1071
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
1072
- "enthalpy_recovery_ratio": 0.5
1073
- },
1074
- {
1075
- "template": "90.1-2016",
1076
- "climate_zone": "ASHRAE 169-2013-4A",
888
+ "nontransient_dwelling": "Any",
889
+ "percent_oa_0_to_10": null,
890
+ "percent_oa_10_to_20": 200,
891
+ "percent_oa_20_to_30": 130,
892
+ "percent_oa_30_to_40": 100,
893
+ "percent_oa_40_to_50": 80,
894
+ "percent_oa_50_to_60": 70,
895
+ "percent_oa_60_to_70": 60,
896
+ "percent_oa_70_to_80": 50,
897
+ "percent_oa_greater_than_80": 40,
898
+ "design_conditions": "Cooling",
899
+ "energy_recovery_effectiveness": null,
900
+ "enthalpy_recovery_ratio": 0.5,
901
+ "sensible_energy_recovery_ratio": null
902
+ },
903
+ {
904
+ "climate_zone": "5B",
1077
905
  "under_8000_hours": true,
1078
- "nontransient_dwelling": null,
1079
- "0_to_10_percent_oa": null,
1080
- "10_to_20_percent_oa": 26000.0,
1081
- "20_to_30_percent_oa": 16000.0,
1082
- "30_to_40_percent_oa": 5500.0,
1083
- "40_to_50_percent_oa": 4500.0,
1084
- "50_to_60_percent_oa": 3500.0,
1085
- "60_to_70_percent_oa": 2000.0,
1086
- "70_to_80_percent_oa": 1000.0,
1087
- "greater_than_80_percent_oa": 120.0,
1088
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
1089
- "enthalpy_recovery_ratio": 0.5
1090
- },
1091
- {
1092
- "template": "90.1-2016",
1093
- "climate_zone": "ASHRAE 169-2013-4B",
1094
- "under_8000_hours": false,
1095
- "nontransient_dwelling": null,
1096
- "0_to_10_percent_oa": null,
1097
- "10_to_20_percent_oa": 2500.0,
1098
- "20_to_30_percent_oa": 2000.0,
1099
- "30_to_40_percent_oa": 1000.0,
1100
- "40_to_50_percent_oa": 500.0,
1101
- "50_to_60_percent_oa": 140.0,
1102
- "60_to_70_percent_oa": 120.0,
1103
- "70_to_80_percent_oa": 100.0,
1104
- "greater_than_80_percent_oa": 80.0,
1105
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
1106
- "enthalpy_recovery_ratio": 0.5
1107
- },
1108
- {
1109
- "template": "90.1-2016",
1110
- "climate_zone": "ASHRAE 169-2013-4B",
906
+ "nontransient_dwelling": "Any",
907
+ "percent_oa_0_to_10": null,
908
+ "percent_oa_10_to_20": null,
909
+ "percent_oa_20_to_30": null,
910
+ "percent_oa_30_to_40": null,
911
+ "percent_oa_40_to_50": null,
912
+ "percent_oa_50_to_60": null,
913
+ "percent_oa_60_to_70": null,
914
+ "percent_oa_70_to_80": null,
915
+ "percent_oa_greater_than_80": null,
916
+ "design_conditions": "Cooling",
917
+ "energy_recovery_effectiveness": null,
918
+ "enthalpy_recovery_ratio": null,
919
+ "sensible_energy_recovery_ratio": null
920
+ },
921
+ {
922
+ "climate_zone": "5B",
1111
923
  "under_8000_hours": false,
1112
- "nontransient_dwelling": null,
1113
- "0_to_10_percent_oa": null,
1114
- "10_to_20_percent_oa": 2500.0,
1115
- "20_to_30_percent_oa": 2000.0,
1116
- "30_to_40_percent_oa": 1000.0,
1117
- "40_to_50_percent_oa": 500.0,
1118
- "50_to_60_percent_oa": 140.0,
1119
- "60_to_70_percent_oa": 120.0,
1120
- "70_to_80_percent_oa": 100.0,
1121
- "greater_than_80_percent_oa": 80.0,
1122
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1123
- "enthalpy_recovery_ratio": 0.5
1124
- },
1125
- {
1126
- "template": "90.1-2016",
1127
- "climate_zone": "ASHRAE 169-2013-4B",
924
+ "nontransient_dwelling": "Any",
925
+ "percent_oa_0_to_10": null,
926
+ "percent_oa_10_to_20": null,
927
+ "percent_oa_20_to_30": null,
928
+ "percent_oa_30_to_40": null,
929
+ "percent_oa_40_to_50": null,
930
+ "percent_oa_50_to_60": null,
931
+ "percent_oa_60_to_70": null,
932
+ "percent_oa_70_to_80": null,
933
+ "percent_oa_greater_than_80": null,
934
+ "design_conditions": "Cooling",
935
+ "energy_recovery_effectiveness": null,
936
+ "enthalpy_recovery_ratio": null,
937
+ "sensible_energy_recovery_ratio": null
938
+ },
939
+ {
940
+ "climate_zone": "5C",
1128
941
  "under_8000_hours": true,
1129
- "nontransient_dwelling": null,
1130
- "0_to_10_percent_oa": null,
1131
- "10_to_20_percent_oa": null,
1132
- "20_to_30_percent_oa": null,
1133
- "30_to_40_percent_oa": null,
1134
- "40_to_50_percent_oa": null,
1135
- "50_to_60_percent_oa": null,
1136
- "60_to_70_percent_oa": null,
1137
- "70_to_80_percent_oa": null,
1138
- "greater_than_80_percent_oa": null,
1139
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
1140
- "enthalpy_recovery_ratio": 0.5
1141
- },
1142
- {
1143
- "template": "90.1-2016",
1144
- "climate_zone": "ASHRAE 169-2013-4B",
1145
- "under_8000_hours": true,
1146
- "nontransient_dwelling": null,
1147
- "0_to_10_percent_oa": null,
1148
- "10_to_20_percent_oa": null,
1149
- "20_to_30_percent_oa": null,
1150
- "30_to_40_percent_oa": null,
1151
- "40_to_50_percent_oa": null,
1152
- "50_to_60_percent_oa": null,
1153
- "60_to_70_percent_oa": null,
1154
- "70_to_80_percent_oa": null,
1155
- "greater_than_80_percent_oa": null,
1156
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1157
- "enthalpy_recovery_ratio": 0.5
1158
- },
1159
- {
1160
- "template": "90.1-2016",
1161
- "climate_zone": "ASHRAE 169-2013-4C",
1162
- "under_8000_hours": false,
1163
- "nontransient_dwelling": null,
1164
- "0_to_10_percent_oa": null,
1165
- "10_to_20_percent_oa": null,
1166
- "20_to_30_percent_oa": 19500.0,
1167
- "30_to_40_percent_oa": 9000.0,
1168
- "40_to_50_percent_oa": 5000.0,
1169
- "50_to_60_percent_oa": 4000.0,
1170
- "60_to_70_percent_oa": 3000.0,
1171
- "70_to_80_percent_oa": 1500.0,
1172
- "greater_than_80_percent_oa": 120.0,
1173
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1174
- "enthalpy_recovery_ratio": 0.5
1175
- },
1176
- {
1177
- "template": "90.1-2016",
1178
- "climate_zone": "ASHRAE 169-2013-4C",
1179
- "under_8000_hours": true,
1180
- "nontransient_dwelling": null,
1181
- "0_to_10_percent_oa": null,
1182
- "10_to_20_percent_oa": null,
1183
- "20_to_30_percent_oa": null,
1184
- "30_to_40_percent_oa": null,
1185
- "40_to_50_percent_oa": null,
1186
- "50_to_60_percent_oa": null,
1187
- "60_to_70_percent_oa": null,
1188
- "70_to_80_percent_oa": null,
1189
- "greater_than_80_percent_oa": null,
1190
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1191
- "enthalpy_recovery_ratio": 0.5
1192
- },
1193
- {
1194
- "template": "90.1-2016",
1195
- "climate_zone": "ASHRAE 169-2013-5A",
942
+ "nontransient_dwelling": "Any",
943
+ "percent_oa_0_to_10": null,
944
+ "percent_oa_10_to_20": null,
945
+ "percent_oa_20_to_30": null,
946
+ "percent_oa_30_to_40": null,
947
+ "percent_oa_40_to_50": null,
948
+ "percent_oa_50_to_60": null,
949
+ "percent_oa_60_to_70": null,
950
+ "percent_oa_70_to_80": null,
951
+ "percent_oa_greater_than_80": null,
952
+ "design_conditions": "Cooling",
953
+ "energy_recovery_effectiveness": null,
954
+ "enthalpy_recovery_ratio": null,
955
+ "sensible_energy_recovery_ratio": null
956
+ },
957
+ {
958
+ "climate_zone": "5C",
1196
959
  "under_8000_hours": false,
1197
- "nontransient_dwelling": null,
1198
- "0_to_10_percent_oa": null,
1199
- "10_to_20_percent_oa": 200.0,
1200
- "20_to_30_percent_oa": 130.0,
1201
- "30_to_40_percent_oa": 100.0,
1202
- "40_to_50_percent_oa": 80.0,
1203
- "50_to_60_percent_oa": 70.0,
1204
- "60_to_70_percent_oa": 60.0,
1205
- "70_to_80_percent_oa": 50.0,
1206
- "greater_than_80_percent_oa": 40.0,
1207
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
1208
- "enthalpy_recovery_ratio": 0.5
1209
- },
1210
- {
1211
- "template": "90.1-2016",
1212
- "climate_zone": "ASHRAE 169-2013-5A",
960
+ "nontransient_dwelling": "Any",
961
+ "percent_oa_0_to_10": null,
962
+ "percent_oa_10_to_20": null,
963
+ "percent_oa_20_to_30": null,
964
+ "percent_oa_30_to_40": null,
965
+ "percent_oa_40_to_50": null,
966
+ "percent_oa_50_to_60": null,
967
+ "percent_oa_60_to_70": null,
968
+ "percent_oa_70_to_80": null,
969
+ "percent_oa_greater_than_80": null,
970
+ "design_conditions": "Cooling",
971
+ "energy_recovery_effectiveness": null,
972
+ "enthalpy_recovery_ratio": null,
973
+ "sensible_energy_recovery_ratio": null
974
+ },
975
+ {
976
+ "climate_zone": "6B",
1213
977
  "under_8000_hours": true,
1214
- "nontransient_dwelling": null,
1215
- "0_to_10_percent_oa": null,
1216
- "10_to_20_percent_oa": 26000.0,
1217
- "20_to_30_percent_oa": 16000.0,
1218
- "30_to_40_percent_oa": 5500.0,
1219
- "40_to_50_percent_oa": 4500.0,
1220
- "50_to_60_percent_oa": 3500.0,
1221
- "60_to_70_percent_oa": 2000.0,
1222
- "70_to_80_percent_oa": 1000.0,
1223
- "greater_than_80_percent_oa": 120.0,
1224
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
1225
- "enthalpy_recovery_ratio": 0.5
1226
- },
1227
- {
1228
- "template": "90.1-2016",
1229
- "climate_zone": "ASHRAE 169-2013-5B",
978
+ "nontransient_dwelling": "Any",
979
+ "percent_oa_0_to_10": null,
980
+ "percent_oa_10_to_20": 28000,
981
+ "percent_oa_20_to_30": 26500,
982
+ "percent_oa_30_to_40": 11000,
983
+ "percent_oa_40_to_50": 5500,
984
+ "percent_oa_50_to_60": 4500,
985
+ "percent_oa_60_to_70": 3500,
986
+ "percent_oa_70_to_80": 2500,
987
+ "percent_oa_greater_than_80": 1500,
988
+ "design_conditions": "Heating",
989
+ "energy_recovery_effectiveness": null,
990
+ "enthalpy_recovery_ratio": 0.5,
991
+ "sensible_energy_recovery_ratio": null
992
+ },
993
+ {
994
+ "climate_zone": "6B",
1230
995
  "under_8000_hours": false,
1231
- "nontransient_dwelling": null,
1232
- "0_to_10_percent_oa": null,
1233
- "10_to_20_percent_oa": 2500.0,
1234
- "20_to_30_percent_oa": 2000.0,
1235
- "30_to_40_percent_oa": 1000.0,
1236
- "40_to_50_percent_oa": 500.0,
1237
- "50_to_60_percent_oa": 140.0,
1238
- "60_to_70_percent_oa": 120.0,
1239
- "70_to_80_percent_oa": 100.0,
1240
- "greater_than_80_percent_oa": 80.0,
1241
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1242
- "enthalpy_recovery_ratio": 0.5
1243
- },
1244
- {
1245
- "template": "90.1-2016",
1246
- "climate_zone": "ASHRAE 169-2013-5B",
996
+ "nontransient_dwelling": "Any",
997
+ "percent_oa_0_to_10": null,
998
+ "percent_oa_10_to_20": 200,
999
+ "percent_oa_20_to_30": 130,
1000
+ "percent_oa_30_to_40": 100,
1001
+ "percent_oa_40_to_50": 80,
1002
+ "percent_oa_50_to_60": 70,
1003
+ "percent_oa_60_to_70": 60,
1004
+ "percent_oa_70_to_80": 50,
1005
+ "percent_oa_greater_than_80": 40,
1006
+ "design_conditions": "Heating",
1007
+ "energy_recovery_effectiveness": null,
1008
+ "enthalpy_recovery_ratio": 0.5,
1009
+ "sensible_energy_recovery_ratio": null
1010
+ },
1011
+ {
1012
+ "climate_zone": "7A",
1247
1013
  "under_8000_hours": true,
1248
- "nontransient_dwelling": null,
1249
- "0_to_10_percent_oa": null,
1250
- "10_to_20_percent_oa": null,
1251
- "20_to_30_percent_oa": null,
1252
- "30_to_40_percent_oa": null,
1253
- "40_to_50_percent_oa": null,
1254
- "50_to_60_percent_oa": null,
1255
- "60_to_70_percent_oa": null,
1256
- "70_to_80_percent_oa": null,
1257
- "greater_than_80_percent_oa": null,
1258
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1259
- "enthalpy_recovery_ratio": 0.5
1260
- },
1261
- {
1262
- "template": "90.1-2016",
1263
- "climate_zone": "ASHRAE 169-2013-5C",
1014
+ "nontransient_dwelling": "Any",
1015
+ "percent_oa_0_to_10": null,
1016
+ "percent_oa_10_to_20": 4500,
1017
+ "percent_oa_20_to_30": 4000,
1018
+ "percent_oa_30_to_40": 2500,
1019
+ "percent_oa_40_to_50": 1000,
1020
+ "percent_oa_50_to_60": 140,
1021
+ "percent_oa_60_to_70": 120,
1022
+ "percent_oa_70_to_80": 100,
1023
+ "percent_oa_greater_than_80": 80,
1024
+ "design_conditions": "Heating",
1025
+ "energy_recovery_effectiveness": null,
1026
+ "enthalpy_recovery_ratio": 0.5,
1027
+ "sensible_energy_recovery_ratio": null
1028
+ },
1029
+ {
1030
+ "climate_zone": "7A",
1264
1031
  "under_8000_hours": false,
1265
- "nontransient_dwelling": null,
1266
- "0_to_10_percent_oa": null,
1267
- "10_to_20_percent_oa": null,
1268
- "20_to_30_percent_oa": 19500.0,
1269
- "30_to_40_percent_oa": 9000.0,
1270
- "40_to_50_percent_oa": 5000.0,
1271
- "50_to_60_percent_oa": 4000.0,
1272
- "60_to_70_percent_oa": 3000.0,
1273
- "70_to_80_percent_oa": 1500.0,
1274
- "greater_than_80_percent_oa": 120.0,
1275
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1276
- "enthalpy_recovery_ratio": 0.5
1277
- },
1278
- {
1279
- "template": "90.1-2016",
1280
- "climate_zone": "ASHRAE 169-2013-5C",
1032
+ "nontransient_dwelling": "Any",
1033
+ "percent_oa_0_to_10": null,
1034
+ "percent_oa_10_to_20": 200,
1035
+ "percent_oa_20_to_30": 130,
1036
+ "percent_oa_30_to_40": 100,
1037
+ "percent_oa_40_to_50": 80,
1038
+ "percent_oa_50_to_60": 70,
1039
+ "percent_oa_60_to_70": 60,
1040
+ "percent_oa_70_to_80": 50,
1041
+ "percent_oa_greater_than_80": 40,
1042
+ "design_conditions": "Heating",
1043
+ "energy_recovery_effectiveness": null,
1044
+ "enthalpy_recovery_ratio": 0.5,
1045
+ "sensible_energy_recovery_ratio": null
1046
+ },
1047
+ {
1048
+ "climate_zone": "7B",
1281
1049
  "under_8000_hours": true,
1282
- "nontransient_dwelling": null,
1283
- "0_to_10_percent_oa": null,
1284
- "10_to_20_percent_oa": null,
1285
- "20_to_30_percent_oa": null,
1286
- "30_to_40_percent_oa": null,
1287
- "40_to_50_percent_oa": null,
1288
- "50_to_60_percent_oa": 26000.0,
1289
- "60_to_70_percent_oa": 12000.0,
1290
- "70_to_80_percent_oa": 5000.0,
1291
- "greater_than_80_percent_oa": 4000.0,
1292
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1293
- "enthalpy_recovery_ratio": 0.5
1294
- },
1295
- {
1296
- "template": "90.1-2016",
1297
- "climate_zone": "ASHRAE 169-2013-6A",
1050
+ "nontransient_dwelling": "Any",
1051
+ "percent_oa_0_to_10": null,
1052
+ "percent_oa_10_to_20": 4500,
1053
+ "percent_oa_20_to_30": 4000,
1054
+ "percent_oa_30_to_40": 2500,
1055
+ "percent_oa_40_to_50": 1000,
1056
+ "percent_oa_50_to_60": 140,
1057
+ "percent_oa_60_to_70": 120,
1058
+ "percent_oa_70_to_80": 100,
1059
+ "percent_oa_greater_than_80": 80,
1060
+ "design_conditions": "Heating",
1061
+ "energy_recovery_effectiveness": null,
1062
+ "enthalpy_recovery_ratio": 0.5,
1063
+ "sensible_energy_recovery_ratio": null
1064
+ },
1065
+ {
1066
+ "climate_zone": "7B",
1298
1067
  "under_8000_hours": false,
1299
- "nontransient_dwelling": null,
1300
- "0_to_10_percent_oa": null,
1301
- "10_to_20_percent_oa": 200.0,
1302
- "20_to_30_percent_oa": 130.0,
1303
- "30_to_40_percent_oa": 100.0,
1304
- "40_to_50_percent_oa": 80.0,
1305
- "50_to_60_percent_oa": 70.0,
1306
- "60_to_70_percent_oa": 60.0,
1307
- "70_to_80_percent_oa": 50.0,
1308
- "greater_than_80_percent_oa": 40.0,
1309
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
1310
- "enthalpy_recovery_ratio": 0.5
1311
- },
1312
- {
1313
- "template": "90.1-2016",
1314
- "climate_zone": "ASHRAE 169-2013-6A",
1068
+ "nontransient_dwelling": "Any",
1069
+ "percent_oa_0_to_10": null,
1070
+ "percent_oa_10_to_20": 200,
1071
+ "percent_oa_20_to_30": 130,
1072
+ "percent_oa_30_to_40": 100,
1073
+ "percent_oa_40_to_50": 80,
1074
+ "percent_oa_50_to_60": 70,
1075
+ "percent_oa_60_to_70": 60,
1076
+ "percent_oa_70_to_80": 50,
1077
+ "percent_oa_greater_than_80": 40,
1078
+ "design_conditions": "Heating",
1079
+ "energy_recovery_effectiveness": null,
1080
+ "enthalpy_recovery_ratio": 0.5,
1081
+ "sensible_energy_recovery_ratio": null
1082
+ },
1083
+ {
1084
+ "climate_zone": "8",
1315
1085
  "under_8000_hours": true,
1316
- "nontransient_dwelling": null,
1317
- "0_to_10_percent_oa": null,
1318
- "10_to_20_percent_oa": 26000.0,
1319
- "20_to_30_percent_oa": 16000.0,
1320
- "30_to_40_percent_oa": 5500.0,
1321
- "40_to_50_percent_oa": 4500.0,
1322
- "50_to_60_percent_oa": 3500.0,
1323
- "60_to_70_percent_oa": 2000.0,
1324
- "70_to_80_percent_oa": 1000.0,
1325
- "greater_than_80_percent_oa": 120.0,
1326
- "enthalpy_recovery_ratio_design_conditions": "Cooling",
1327
- "enthalpy_recovery_ratio": 0.5
1328
- },
1329
- {
1330
- "template": "90.1-2016",
1331
- "climate_zone": "ASHRAE 169-2013-6B",
1086
+ "nontransient_dwelling": "Any",
1087
+ "percent_oa_0_to_10": null,
1088
+ "percent_oa_10_to_20": 4500,
1089
+ "percent_oa_20_to_30": 4000,
1090
+ "percent_oa_30_to_40": 2500,
1091
+ "percent_oa_40_to_50": 1000,
1092
+ "percent_oa_50_to_60": 140,
1093
+ "percent_oa_60_to_70": 120,
1094
+ "percent_oa_70_to_80": 100,
1095
+ "percent_oa_greater_than_80": 80,
1096
+ "design_conditions": "Heating",
1097
+ "energy_recovery_effectiveness": null,
1098
+ "enthalpy_recovery_ratio": 0.5,
1099
+ "sensible_energy_recovery_ratio": null
1100
+ },
1101
+ {
1102
+ "climate_zone": "8",
1332
1103
  "under_8000_hours": false,
1333
- "nontransient_dwelling": null,
1334
- "0_to_10_percent_oa": null,
1335
- "10_to_20_percent_oa": 200.0,
1336
- "20_to_30_percent_oa": 130.0,
1337
- "30_to_40_percent_oa": 100.0,
1338
- "40_to_50_percent_oa": 80.0,
1339
- "50_to_60_percent_oa": 70.0,
1340
- "60_to_70_percent_oa": 60.0,
1341
- "70_to_80_percent_oa": 50.0,
1342
- "greater_than_80_percent_oa": 40.0,
1343
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1344
- "enthalpy_recovery_ratio": 0.5
1345
- },
1346
- {
1347
- "template": "90.1-2016",
1348
- "climate_zone": "ASHRAE 169-2013-6B",
1104
+ "nontransient_dwelling": "Any",
1105
+ "percent_oa_0_to_10": null,
1106
+ "percent_oa_10_to_20": 200,
1107
+ "percent_oa_20_to_30": 130,
1108
+ "percent_oa_30_to_40": 100,
1109
+ "percent_oa_40_to_50": 80,
1110
+ "percent_oa_50_to_60": 70,
1111
+ "percent_oa_60_to_70": 60,
1112
+ "percent_oa_70_to_80": 50,
1113
+ "percent_oa_greater_than_80": 40,
1114
+ "design_conditions": "Heating",
1115
+ "energy_recovery_effectiveness": null,
1116
+ "enthalpy_recovery_ratio": 0.5,
1117
+ "sensible_energy_recovery_ratio": null
1118
+ },
1119
+ {
1120
+ "climate_zone": "6B",
1349
1121
  "under_8000_hours": true,
1350
- "nontransient_dwelling": null,
1351
- "0_to_10_percent_oa": null,
1352
- "10_to_20_percent_oa": 28000.0,
1353
- "20_to_30_percent_oa": 26500.0,
1354
- "30_to_40_percent_oa": 11000.0,
1355
- "40_to_50_percent_oa": 5500.0,
1356
- "50_to_60_percent_oa": 4500.0,
1357
- "60_to_70_percent_oa": 3500.0,
1358
- "70_to_80_percent_oa": 2500.0,
1359
- "greater_than_80_percent_oa": 1500.0,
1360
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1361
- "enthalpy_recovery_ratio": 0.5
1362
- },
1363
- {
1364
- "template": "90.1-2016",
1365
- "climate_zone": "ASHRAE 169-2013-7A",
1122
+ "nontransient_dwelling": "Any",
1123
+ "percent_oa_0_to_10": null,
1124
+ "percent_oa_10_to_20": null,
1125
+ "percent_oa_20_to_30": null,
1126
+ "percent_oa_30_to_40": null,
1127
+ "percent_oa_40_to_50": null,
1128
+ "percent_oa_50_to_60": null,
1129
+ "percent_oa_60_to_70": null,
1130
+ "percent_oa_70_to_80": null,
1131
+ "percent_oa_greater_than_80": null,
1132
+ "design_conditions": "Cooling",
1133
+ "energy_recovery_effectiveness": null,
1134
+ "enthalpy_recovery_ratio": null,
1135
+ "sensible_energy_recovery_ratio": null
1136
+ },
1137
+ {
1138
+ "climate_zone": "6B",
1366
1139
  "under_8000_hours": false,
1367
- "nontransient_dwelling": null,
1368
- "0_to_10_percent_oa": null,
1369
- "10_to_20_percent_oa": 200.0,
1370
- "20_to_30_percent_oa": 130.0,
1371
- "30_to_40_percent_oa": 100.0,
1372
- "40_to_50_percent_oa": 80.0,
1373
- "50_to_60_percent_oa": 70.0,
1374
- "60_to_70_percent_oa": 60.0,
1375
- "70_to_80_percent_oa": 50.0,
1376
- "greater_than_80_percent_oa": 40.0,
1377
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1378
- "enthalpy_recovery_ratio": 0.5
1379
- },
1380
- {
1381
- "template": "90.1-2016",
1382
- "climate_zone": "ASHRAE 169-2013-7A",
1140
+ "nontransient_dwelling": "Any",
1141
+ "percent_oa_0_to_10": null,
1142
+ "percent_oa_10_to_20": null,
1143
+ "percent_oa_20_to_30": null,
1144
+ "percent_oa_30_to_40": null,
1145
+ "percent_oa_40_to_50": null,
1146
+ "percent_oa_50_to_60": null,
1147
+ "percent_oa_60_to_70": null,
1148
+ "percent_oa_70_to_80": null,
1149
+ "percent_oa_greater_than_80": null,
1150
+ "design_conditions": "Cooling",
1151
+ "energy_recovery_effectiveness": null,
1152
+ "enthalpy_recovery_ratio": null,
1153
+ "sensible_energy_recovery_ratio": null
1154
+ },
1155
+ {
1156
+ "climate_zone": "7A",
1383
1157
  "under_8000_hours": true,
1384
- "nontransient_dwelling": null,
1385
- "0_to_10_percent_oa": null,
1386
- "10_to_20_percent_oa": 4500.0,
1387
- "20_to_30_percent_oa": 4000.0,
1388
- "30_to_40_percent_oa": 2500.0,
1389
- "40_to_50_percent_oa": 1000.0,
1390
- "50_to_60_percent_oa": 140.0,
1391
- "60_to_70_percent_oa": 120.0,
1392
- "70_to_80_percent_oa": 100.0,
1393
- "greater_than_80_percent_oa": 80.0,
1394
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1395
- "enthalpy_recovery_ratio": 0.5
1396
- },
1397
- {
1398
- "template": "90.1-2016",
1399
- "climate_zone": "ASHRAE 169-2013-7B",
1158
+ "nontransient_dwelling": "Any",
1159
+ "percent_oa_0_to_10": null,
1160
+ "percent_oa_10_to_20": null,
1161
+ "percent_oa_20_to_30": null,
1162
+ "percent_oa_30_to_40": null,
1163
+ "percent_oa_40_to_50": null,
1164
+ "percent_oa_50_to_60": null,
1165
+ "percent_oa_60_to_70": null,
1166
+ "percent_oa_70_to_80": null,
1167
+ "percent_oa_greater_than_80": null,
1168
+ "design_conditions": "Cooling",
1169
+ "energy_recovery_effectiveness": null,
1170
+ "enthalpy_recovery_ratio": null,
1171
+ "sensible_energy_recovery_ratio": null
1172
+ },
1173
+ {
1174
+ "climate_zone": "7A",
1400
1175
  "under_8000_hours": false,
1401
- "nontransient_dwelling": null,
1402
- "0_to_10_percent_oa": null,
1403
- "10_to_20_percent_oa": 200.0,
1404
- "20_to_30_percent_oa": 130.0,
1405
- "30_to_40_percent_oa": 100.0,
1406
- "40_to_50_percent_oa": 80.0,
1407
- "50_to_60_percent_oa": 70.0,
1408
- "60_to_70_percent_oa": 60.0,
1409
- "70_to_80_percent_oa": 50.0,
1410
- "greater_than_80_percent_oa": 40.0,
1411
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1412
- "enthalpy_recovery_ratio": 0.5
1413
- },
1414
- {
1415
- "template": "90.1-2016",
1416
- "climate_zone": "ASHRAE 169-2013-7B",
1176
+ "nontransient_dwelling": "Any",
1177
+ "percent_oa_0_to_10": null,
1178
+ "percent_oa_10_to_20": null,
1179
+ "percent_oa_20_to_30": null,
1180
+ "percent_oa_30_to_40": null,
1181
+ "percent_oa_40_to_50": null,
1182
+ "percent_oa_50_to_60": null,
1183
+ "percent_oa_60_to_70": null,
1184
+ "percent_oa_70_to_80": null,
1185
+ "percent_oa_greater_than_80": null,
1186
+ "design_conditions": "Cooling",
1187
+ "energy_recovery_effectiveness": null,
1188
+ "enthalpy_recovery_ratio": null,
1189
+ "sensible_energy_recovery_ratio": null
1190
+ },
1191
+ {
1192
+ "climate_zone": "7B",
1417
1193
  "under_8000_hours": true,
1418
- "nontransient_dwelling": null,
1419
- "0_to_10_percent_oa": null,
1420
- "10_to_20_percent_oa": 4500.0,
1421
- "20_to_30_percent_oa": 4000.0,
1422
- "30_to_40_percent_oa": 2500.0,
1423
- "40_to_50_percent_oa": 1000.0,
1424
- "50_to_60_percent_oa": 140.0,
1425
- "60_to_70_percent_oa": 120.0,
1426
- "70_to_80_percent_oa": 100.0,
1427
- "greater_than_80_percent_oa": 80.0,
1428
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1429
- "enthalpy_recovery_ratio": 0.5
1430
- },
1431
- {
1432
- "template": "90.1-2016",
1433
- "climate_zone": "ASHRAE 169-2013-8A",
1194
+ "nontransient_dwelling": "Any",
1195
+ "percent_oa_0_to_10": null,
1196
+ "percent_oa_10_to_20": null,
1197
+ "percent_oa_20_to_30": null,
1198
+ "percent_oa_30_to_40": null,
1199
+ "percent_oa_40_to_50": null,
1200
+ "percent_oa_50_to_60": null,
1201
+ "percent_oa_60_to_70": null,
1202
+ "percent_oa_70_to_80": null,
1203
+ "percent_oa_greater_than_80": null,
1204
+ "design_conditions": "Cooling",
1205
+ "energy_recovery_effectiveness": null,
1206
+ "enthalpy_recovery_ratio": null,
1207
+ "sensible_energy_recovery_ratio": null
1208
+ },
1209
+ {
1210
+ "climate_zone": "7B",
1434
1211
  "under_8000_hours": false,
1435
- "nontransient_dwelling": null,
1436
- "0_to_10_percent_oa": null,
1437
- "10_to_20_percent_oa": 200.0,
1438
- "20_to_30_percent_oa": 130.0,
1439
- "30_to_40_percent_oa": 100.0,
1440
- "40_to_50_percent_oa": 80.0,
1441
- "50_to_60_percent_oa": 70.0,
1442
- "60_to_70_percent_oa": 60.0,
1443
- "70_to_80_percent_oa": 50.0,
1444
- "greater_than_80_percent_oa": 40.0,
1445
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1446
- "enthalpy_recovery_ratio": 0.5
1447
- },
1448
- {
1449
- "template": "90.1-2016",
1450
- "climate_zone": "ASHRAE 169-2013-8A",
1212
+ "nontransient_dwelling": "Any",
1213
+ "percent_oa_0_to_10": null,
1214
+ "percent_oa_10_to_20": null,
1215
+ "percent_oa_20_to_30": null,
1216
+ "percent_oa_30_to_40": null,
1217
+ "percent_oa_40_to_50": null,
1218
+ "percent_oa_50_to_60": null,
1219
+ "percent_oa_60_to_70": null,
1220
+ "percent_oa_70_to_80": null,
1221
+ "percent_oa_greater_than_80": null,
1222
+ "design_conditions": "Cooling",
1223
+ "energy_recovery_effectiveness": null,
1224
+ "enthalpy_recovery_ratio": null,
1225
+ "sensible_energy_recovery_ratio": null
1226
+ },
1227
+ {
1228
+ "climate_zone": "8",
1451
1229
  "under_8000_hours": true,
1452
- "nontransient_dwelling": null,
1453
- "0_to_10_percent_oa": null,
1454
- "10_to_20_percent_oa": 4500.0,
1455
- "20_to_30_percent_oa": 4000.0,
1456
- "30_to_40_percent_oa": 2500.0,
1457
- "40_to_50_percent_oa": 1000.0,
1458
- "50_to_60_percent_oa": 140.0,
1459
- "60_to_70_percent_oa": 120.0,
1460
- "70_to_80_percent_oa": 100.0,
1461
- "greater_than_80_percent_oa": 80.0,
1462
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1463
- "enthalpy_recovery_ratio": 0.5
1464
- },
1465
- {
1466
- "template": "90.1-2016",
1467
- "climate_zone": "ASHRAE 169-2013-8B",
1230
+ "nontransient_dwelling": "Any",
1231
+ "percent_oa_0_to_10": null,
1232
+ "percent_oa_10_to_20": null,
1233
+ "percent_oa_20_to_30": null,
1234
+ "percent_oa_30_to_40": null,
1235
+ "percent_oa_40_to_50": null,
1236
+ "percent_oa_50_to_60": null,
1237
+ "percent_oa_60_to_70": null,
1238
+ "percent_oa_70_to_80": null,
1239
+ "percent_oa_greater_than_80": null,
1240
+ "design_conditions": "Cooling",
1241
+ "energy_recovery_effectiveness": null,
1242
+ "enthalpy_recovery_ratio": null,
1243
+ "sensible_energy_recovery_ratio": null
1244
+ },
1245
+ {
1246
+ "climate_zone": "8",
1468
1247
  "under_8000_hours": false,
1469
- "nontransient_dwelling": null,
1470
- "0_to_10_percent_oa": null,
1471
- "10_to_20_percent_oa": 200.0,
1472
- "20_to_30_percent_oa": 130.0,
1473
- "30_to_40_percent_oa": 100.0,
1474
- "40_to_50_percent_oa": 80.0,
1475
- "50_to_60_percent_oa": 70.0,
1476
- "60_to_70_percent_oa": 60.0,
1477
- "70_to_80_percent_oa": 50.0,
1478
- "greater_than_80_percent_oa": 40.0,
1479
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1480
- "enthalpy_recovery_ratio": 0.5
1481
- },
1482
- {
1483
- "template": "90.1-2016",
1484
- "climate_zone": "ASHRAE 169-2013-8B",
1485
- "under_8000_hours": true,
1486
- "nontransient_dwelling": null,
1487
- "0_to_10_percent_oa": null,
1488
- "10_to_20_percent_oa": 4500.0,
1489
- "20_to_30_percent_oa": 4000.0,
1490
- "30_to_40_percent_oa": 2500.0,
1491
- "40_to_50_percent_oa": 1000.0,
1492
- "50_to_60_percent_oa": 140.0,
1493
- "60_to_70_percent_oa": 120.0,
1494
- "70_to_80_percent_oa": 100.0,
1495
- "greater_than_80_percent_oa": 80.0,
1496
- "enthalpy_recovery_ratio_design_conditions": "Heating",
1497
- "enthalpy_recovery_ratio": 0.5
1248
+ "nontransient_dwelling": "Any",
1249
+ "percent_oa_0_to_10": null,
1250
+ "percent_oa_10_to_20": null,
1251
+ "percent_oa_20_to_30": null,
1252
+ "percent_oa_30_to_40": null,
1253
+ "percent_oa_40_to_50": null,
1254
+ "percent_oa_50_to_60": null,
1255
+ "percent_oa_60_to_70": null,
1256
+ "percent_oa_70_to_80": null,
1257
+ "percent_oa_greater_than_80": null,
1258
+ "design_conditions": "Cooling",
1259
+ "energy_recovery_effectiveness": null,
1260
+ "enthalpy_recovery_ratio": null,
1261
+ "sensible_energy_recovery_ratio": null
1498
1262
  }
1499
1263
  ]
1500
1264
  }