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