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