openstudio-standards 0.4.0 → 0.5.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (376) hide show
  1. checksums.yaml +4 -4
  2. data/data/inventory/thermal_bridging.csv +90 -0
  3. data/data/standards/OpenStudio_Standards-deer-comstock.xlsx +0 -0
  4. data/data/standards/manage_OpenStudio_Standards.rb +1 -1
  5. data/data/standards/test_performance_expected_dd_results.csv +2014 -1891
  6. data/lib/openstudio-standards/btap/analysis.rb +8 -8
  7. data/lib/openstudio-standards/btap/bridging.rb +664 -645
  8. data/lib/openstudio-standards/btap/btap.model.rb +14 -14
  9. data/lib/openstudio-standards/btap/btap.rb +7 -7
  10. data/lib/openstudio-standards/btap/btap_result.rb +1 -1
  11. data/lib/openstudio-standards/btap/economics.rb +23 -23
  12. data/lib/openstudio-standards/btap/envelope.rb +8 -8
  13. data/lib/openstudio-standards/btap/equest.rb +1 -1
  14. data/lib/openstudio-standards/btap/geometry.rb +2 -2
  15. data/lib/openstudio-standards/btap/mpc.rb +7 -7
  16. data/lib/openstudio-standards/btap/schedules.rb +1 -1
  17. data/lib/openstudio-standards/btap/simmanager.rb +4 -4
  18. data/lib/openstudio-standards/btap/spaceloads.rb +26 -26
  19. data/lib/openstudio-standards/btap/utilities.rb +6 -6
  20. data/lib/openstudio-standards/btap/vintagizer.rb +1 -1
  21. data/lib/openstudio-standards/constructions/information.rb +83 -0
  22. data/lib/openstudio-standards/constructions/materials/modify.rb +72 -0
  23. data/lib/openstudio-standards/constructions/modify.rb +80 -0
  24. data/lib/openstudio-standards/create_typical/create_typical.rb +983 -0
  25. data/lib/openstudio-standards/create_typical/enumerations.rb +484 -0
  26. data/lib/openstudio-standards/create_typical/space_type_blend.rb +791 -0
  27. data/lib/openstudio-standards/create_typical/space_type_ratios.rb +494 -0
  28. data/lib/openstudio-standards/daylighting/space.rb +47 -0
  29. data/lib/openstudio-standards/geometry/create.rb +801 -0
  30. data/lib/openstudio-standards/geometry/create_bar.rb +2171 -0
  31. data/lib/openstudio-standards/geometry/information.rb +462 -0
  32. data/lib/openstudio-standards/geometry/modify.rb +48 -0
  33. data/lib/openstudio-standards/hvac/air_loop/information.rb +79 -0
  34. data/lib/openstudio-standards/hvac/cbecs_hvac.rb +616 -0
  35. data/lib/openstudio-standards/hvac/setpoint_managers/information.rb +91 -0
  36. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.AirTerminalSingleDuctVAVReheat.rb +1 -1
  37. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.AirTerminalSingleDuctVAVReheat.rb +1 -1
  38. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirTerminalSingleDuctVAVReheat.rb +1 -1
  39. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.Model.rb +1 -1
  40. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirTerminalSingleDuctVAVReheat.rb +1 -1
  41. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Model.rb +2 -2
  42. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.hvac_systems.rb +1 -1
  43. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirTerminalSingleDuctVAVReheat.rb +1 -1
  44. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.rb +4 -36
  45. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.hvac_systems.rb +1 -1
  46. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirTerminalSingleDuctVAVReheat.rb +1 -1
  47. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.rb +4 -36
  48. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Space.rb +3 -3
  49. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.hvac_systems.rb +1 -1
  50. data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.AirTerminalSingleDuctVAVReheat.rb +1 -1
  51. data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.Model.elevators.rb +1 -1
  52. data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.AirTerminalSingleDuctVAVReheat.rb +1 -1
  53. data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.CoilHeatingGas.rb +1 -1
  54. data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.Model.elevators.rb +1 -1
  55. data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.AirTerminalSingleDuctVAVReheat.rb +1 -1
  56. data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirTerminalSingleDuctVAVReheat.rb +1 -1
  57. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.College.rb +7 -7
  58. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Courthouse.rb +8 -8
  59. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.FullServiceRestaurant.rb +14 -14
  60. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.HighRiseApartment.rb +9 -9
  61. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Hospital.rb +16 -16
  62. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Laboratory.rb +7 -7
  63. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeDataCenterHighITE.rb +8 -8
  64. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeDataCenterLowITE.rb +8 -8
  65. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeHotel.rb +11 -11
  66. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOffice.rb +7 -7
  67. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOfficeDetailed.rb +9 -9
  68. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MediumOffice.rb +8 -8
  69. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MediumOfficeDetailed.rb +11 -11
  70. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MidriseApartment.rb +9 -9
  71. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Outpatient.rb +19 -19
  72. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.PrimarySchool.rb +10 -10
  73. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.QuickServiceRestaurant.rb +13 -13
  74. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.RetailStandalone.rb +6 -6
  75. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.RetailStripmall.rb +6 -6
  76. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SecondarySchool.rb +9 -9
  77. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallDataCenterHighITE.rb +8 -8
  78. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallDataCenterLowITE.rb +8 -8
  79. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallHotel.rb +8 -8
  80. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallOffice.rb +8 -8
  81. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallOfficeDetailed.rb +11 -11
  82. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperMarket.rb +10 -10
  83. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperTallBuilding.rb +19 -19
  84. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.TallBuilding.rb +18 -18
  85. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Warehouse.rb +6 -6
  86. data/lib/openstudio-standards/prototypes/common/do_not_edit_metaclasses.rb +957 -957
  87. data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirConditionerVariableRefrigerantFlow.rb +1 -1
  88. data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirTerminalSingleDuctVAVReheat.rb +1 -1
  89. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWaterToAirHeatPumpEquationFit.rb +84 -16
  90. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingDXSingleSpeed.rb +1 -1
  91. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingGas.rb +1 -1
  92. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingWaterToAirHeatPumpEquationFit.rb +61 -10
  93. data/lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb +1 -1
  94. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoolingTower.rb +1 -1
  95. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Fan.rb +1 -1
  96. data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanConstantVolume.rb +1 -1
  97. data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanOnOff.rb +1 -1
  98. data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanVariableVolume.rb +1 -1
  99. data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanZoneExhaust.rb +1 -1
  100. data/lib/openstudio-standards/prototypes/common/objects/Prototype.HeatExchangerAirToAirSensibleAndLatent.rb +2 -2
  101. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.exterior_lights.rb +4 -4
  102. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.hvac.rb +4 -4
  103. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +43 -30
  104. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.swh.rb +1 -1
  105. data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +18 -11
  106. data/lib/openstudio-standards/prototypes/common/objects/Prototype.SizingSystem.rb +1 -1
  107. data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +774 -117
  108. data/lib/openstudio-standards/prototypes/common/objects/Prototype.radiant_system_controls.rb +340 -481
  109. data/lib/openstudio-standards/prototypes/common/objects/Prototype.refrigeration.rb +3 -3
  110. data/lib/openstudio-standards/prototypes/common/objects/Prototype.utilities.rb +3 -3
  111. data/lib/openstudio-standards/prototypes/common/prototype_metaprogramming.rb +22 -22
  112. data/lib/openstudio-standards/prototypes/deer/deer.Model.rb +1 -1
  113. data/lib/openstudio-standards/qaqc/calibration.rb +131 -0
  114. data/lib/openstudio-standards/qaqc/create_results.rb +983 -0
  115. data/lib/openstudio-standards/qaqc/envelope.rb +399 -0
  116. data/lib/openstudio-standards/qaqc/eui.rb +213 -0
  117. data/lib/openstudio-standards/qaqc/hvac.rb +1943 -0
  118. data/lib/openstudio-standards/qaqc/internal_loads.rb +568 -0
  119. data/lib/openstudio-standards/qaqc/reporting.rb +141 -0
  120. data/lib/openstudio-standards/qaqc/schedules.rb +129 -0
  121. data/lib/openstudio-standards/qaqc/service_water_heating.rb +273 -0
  122. data/lib/openstudio-standards/qaqc/weather_files.rb +497 -0
  123. data/lib/openstudio-standards/qaqc/zone_conditions.rb +278 -0
  124. data/lib/openstudio-standards/schedules/create.rb +364 -0
  125. data/lib/openstudio-standards/schedules/information.rb +169 -0
  126. data/lib/openstudio-standards/schedules/modify.rb +445 -0
  127. data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +110 -71
  128. data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctParallelPIUReheat.rb +3 -3
  129. data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctVAVReheat.rb +4 -4
  130. data/lib/openstudio-standards/standards/Standards.BoilerHotWater.rb +2 -1
  131. data/lib/openstudio-standards/standards/Standards.ChillerElectricEIR.rb +16 -10
  132. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +4 -4
  133. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +1 -1
  134. data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +1 -1
  135. data/lib/openstudio-standards/standards/Standards.CoilDX.rb +4 -4
  136. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +1 -1
  137. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +5 -5
  138. data/lib/openstudio-standards/standards/Standards.CoilHeatingGas.rb +1 -1
  139. data/lib/openstudio-standards/standards/Standards.CoilHeatingGasMultiStage.rb +1 -1
  140. data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +1 -1
  141. data/lib/openstudio-standards/standards/Standards.Construction.rb +17 -18
  142. data/lib/openstudio-standards/standards/Standards.CoolingTower.rb +6 -6
  143. data/lib/openstudio-standards/standards/Standards.CoolingTowerSingleSpeed.rb +1 -1
  144. data/lib/openstudio-standards/standards/Standards.CoolingTowerTwoSpeed.rb +1 -1
  145. data/lib/openstudio-standards/standards/Standards.CoolingTowerVariableSpeed.rb +1 -1
  146. data/lib/openstudio-standards/standards/Standards.Fan.rb +6 -12
  147. data/lib/openstudio-standards/standards/Standards.FanVariableVolume.rb +2 -2
  148. data/lib/openstudio-standards/standards/Standards.FluidCooler.rb +1 -1
  149. data/lib/openstudio-standards/standards/Standards.HeaderedPumpsVariableSpeed.rb +1 -1
  150. data/lib/openstudio-standards/standards/Standards.HeatExchangerSensLat.rb +3 -3
  151. data/lib/openstudio-standards/standards/Standards.Model.rb +411 -261
  152. data/lib/openstudio-standards/standards/Standards.PlanarSurface.rb +2 -2
  153. data/lib/openstudio-standards/standards/Standards.PlantLoop.rb +94 -29
  154. data/lib/openstudio-standards/standards/Standards.Pump.rb +2 -2
  155. data/lib/openstudio-standards/standards/Standards.ScheduleConstant.rb +2 -2
  156. data/lib/openstudio-standards/standards/Standards.ScheduleRuleset.rb +14 -14
  157. data/lib/openstudio-standards/standards/Standards.Space.rb +37 -30
  158. data/lib/openstudio-standards/standards/Standards.SpaceType.rb +38 -29
  159. data/lib/openstudio-standards/standards/Standards.SubSurface.rb +7 -7
  160. data/lib/openstudio-standards/standards/Standards.Surface.rb +13 -13
  161. data/lib/openstudio-standards/standards/Standards.ThermalZone.rb +109 -66
  162. data/lib/openstudio-standards/standards/Standards.WaterHeaterMixed.rb +11 -4
  163. data/lib/openstudio-standards/standards/Standards.ZoneHVACComponent.rb +6 -6
  164. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.AirLoopHVAC.rb +1 -1
  165. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.PlantLoop.rb +1 -1
  166. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Space.rb +1 -1
  167. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.Space.rb +1 -1
  168. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirLoopHVAC.rb +4 -4
  169. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirTerminalSingleDuctVAVReheat.rb +1 -1
  170. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.Space.rb +4 -4
  171. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirLoopHVAC.rb +4 -4
  172. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirTerminalSingleDuctVAVReheat.rb +1 -1
  173. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.CoolingTowerVariableSpeed.rb +1 -1
  174. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Model.rb +5 -21
  175. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Space.rb +4 -4
  176. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.WaterHeaterMixed.rb +1 -1
  177. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.ZoneHVACComponent.rb +1 -1
  178. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirLoopHVAC.rb +36 -4
  179. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirTerminalSingleDuctVAVReheat.rb +1 -1
  180. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.CoolingTowerVariableSpeed.rb +1 -1
  181. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Space.rb +4 -4
  182. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.ZoneHVACComponent.rb +1 -1
  183. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/comstock_ashrae_90_1_2016.AirLoopHVAC.rb +26 -0
  184. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +53 -10
  185. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirTerminalSingleDuctVAVReheat.rb +1 -1
  186. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.CoolingTowerVariableSpeed.rb +1 -1
  187. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Space.rb +6 -6
  188. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.ZoneHVACComponent.rb +2 -2
  189. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/comstock_ashrae_90_1_2019.AirLoopHVAC.rb +26 -0
  190. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.curves.json +211 -211
  191. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.economizers.json +14 -14
  192. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.AirLoopHVAC.rb +4 -4
  193. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.Model.rb +1 -1
  194. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.PlantLoop.rb +1 -1
  195. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.economizers.json +14 -14
  196. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.AirLoopHVAC.rb +4 -4
  197. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.Model.rb +1 -1
  198. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.PlantLoop.rb +1 -1
  199. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirLoopHVAC.rb +6 -6
  200. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirTerminalSingleDuctVAVReheat.rb +1 -1
  201. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.CoolingTowerVariableSpeed.rb +1 -1
  202. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.PlantLoop.rb +1 -1
  203. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.Space.rb +4 -4
  204. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirLoopHVAC.rb +6 -6
  205. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirTerminalSingleDuctVAVReheat.rb +1 -1
  206. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.CoolingTowerVariableSpeed.rb +1 -1
  207. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.PlantLoop.rb +1 -1
  208. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.Space.rb +4 -4
  209. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirLoopHVAC.rb +22 -28
  210. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirTerminalSingleDuctParallelPIUReheat.rb +1 -1
  211. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirTerminalSingleDuctVAVReheat.rb +2 -2
  212. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.BoilerHotWater.rb +1 -74
  213. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ChillerElectricEIR.rb +7 -59
  214. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +1 -1
  215. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +1 -1
  216. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +1 -1
  217. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +1 -1
  218. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +1 -21
  219. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.DesignSpecificationOutdoorAir.rb +101 -0
  220. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanConstantVolume.rb +1 -1
  221. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanOnOff.rb +1 -1
  222. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanVariableVolume.rb +1 -1
  223. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.HeatExchangerSensLat.rb +1 -1
  224. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Model.rb +643 -526
  225. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlanarSurface.rb +8 -2
  226. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlantLoop.rb +17 -77
  227. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Space.rb +74 -16
  228. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.SpaceType.rb +96 -44
  229. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Surface.rb +6 -6
  230. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ThermalZone.rb +18 -6
  231. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ZoneHVACComponent.rb +1 -1
  232. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.rb +328 -74
  233. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.Model.rb +0 -118
  234. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.rb +2 -1
  235. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_rejection.json +1 -1
  236. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/baseline_outdoor_air.md +35 -0
  237. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/set_plug_load_measures.md +1 -1
  238. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/ashrae_90_1_prm.UserData.rb +228 -0
  239. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_enums.rb +131 -0
  240. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_space.csv +1 -1
  241. data/lib/openstudio-standards/standards/cbes/cbes.AirLoopHVAC.rb +5 -5
  242. data/lib/openstudio-standards/standards/cbes/cbes.Model.rb +1 -1
  243. data/lib/openstudio-standards/standards/cbes/cbes.PlantLoop.rb +1 -1
  244. data/lib/openstudio-standards/standards/cbes/cbes.Space.rb +1 -1
  245. data/lib/openstudio-standards/standards/cbes/cbes_t24_2005/cbes_t24_2005.Space.rb +1 -1
  246. data/lib/openstudio-standards/standards/cbes/cbes_t24_2008/cbes_t24_2008.Space.rb +1 -1
  247. data/lib/openstudio-standards/standards/deer/deer.AirLoopHVAC.rb +109 -27
  248. data/lib/openstudio-standards/standards/deer/deer.Space.rb +1 -1
  249. data/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.economizers.json +246 -4
  250. data/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.economizers.json +246 -4
  251. data/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.economizers.json +246 -4
  252. data/lib/openstudio-standards/standards/deer/deer_2003/deer_2003.ThermalZone.rb +18 -18
  253. data/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.economizers.json +246 -4
  254. data/lib/openstudio-standards/standards/deer/deer_2007/deer_2007.ThermalZone.rb +18 -18
  255. data/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.economizers.json +246 -4
  256. data/lib/openstudio-standards/standards/deer/deer_2011/deer_2011.ThermalZone.rb +18 -18
  257. data/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.economizers.json +248 -6
  258. data/lib/openstudio-standards/standards/deer/deer_2014/deer_2014.Space.rb +3 -3
  259. data/lib/openstudio-standards/standards/deer/deer_2014/deer_2014.ThermalZone.rb +18 -18
  260. data/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.economizers.json +248 -6
  261. data/lib/openstudio-standards/standards/deer/deer_2015/deer_2015.Space.rb +3 -3
  262. data/lib/openstudio-standards/standards/deer/deer_2015/deer_2015.ThermalZone.rb +18 -18
  263. data/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.economizers.json +248 -6
  264. data/lib/openstudio-standards/standards/deer/deer_2017/deer_2017.Space.rb +3 -3
  265. data/lib/openstudio-standards/standards/deer/deer_2017/deer_2017.ThermalZone.rb +18 -18
  266. data/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.economizers.json +248 -6
  267. data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.AirLoopHVAC.rb +18 -5
  268. data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.FanVariableVolume.rb +1 -1
  269. data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.Space.rb +3 -3
  270. data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.ThermalZone.rb +18 -18
  271. data/lib/openstudio-standards/standards/deer/deer_2025/data/deer_2025.economizers.json +248 -6
  272. data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.AirLoopHVAC.rb +3 -3
  273. data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.FanVariableVolume.rb +1 -1
  274. data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.Space.rb +3 -3
  275. data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.economizers.json +248 -6
  276. data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.heat_pumps.json +2 -2
  277. data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.AirLoopHVAC.rb +3 -3
  278. data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.FanVariableVolume.rb +1 -1
  279. data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.Space.rb +3 -3
  280. data/lib/openstudio-standards/standards/deer/deer_2035/data/deer_2035.economizers.json +248 -6
  281. data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.AirLoopHVAC.rb +3 -3
  282. data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.FanVariableVolume.rb +1 -1
  283. data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.Space.rb +3 -3
  284. data/lib/openstudio-standards/standards/deer/deer_2040/data/deer_2040.economizers.json +248 -6
  285. data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.AirLoopHVAC.rb +3 -3
  286. data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.FanVariableVolume.rb +1 -1
  287. data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.Space.rb +3 -3
  288. data/lib/openstudio-standards/standards/deer/deer_2045/data/deer_2045.economizers.json +260 -0
  289. data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.AirLoopHVAC.rb +3 -3
  290. data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.FanVariableVolume.rb +1 -1
  291. data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.Space.rb +3 -3
  292. data/lib/openstudio-standards/standards/deer/deer_2050/data/deer_2050.economizers.json +248 -6
  293. data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.AirLoopHVAC.rb +3 -3
  294. data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.FanVariableVolume.rb +1 -1
  295. data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.Space.rb +3 -3
  296. data/lib/openstudio-standards/standards/deer/deer_2055/data/deer_2055.economizers.json +248 -6
  297. data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.AirLoopHVAC.rb +3 -3
  298. data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.FanVariableVolume.rb +1 -1
  299. data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.Space.rb +3 -3
  300. data/lib/openstudio-standards/standards/deer/deer_2060/data/deer_2060.economizers.json +248 -6
  301. data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.AirLoopHVAC.rb +3 -3
  302. data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.FanVariableVolume.rb +1 -1
  303. data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.Space.rb +3 -3
  304. data/lib/openstudio-standards/standards/deer/deer_2065/data/deer_2065.economizers.json +248 -6
  305. data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.AirLoopHVAC.rb +3 -3
  306. data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.FanVariableVolume.rb +1 -1
  307. data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.Space.rb +3 -3
  308. data/lib/openstudio-standards/standards/deer/deer_2070/data/deer_2070.economizers.json +248 -6
  309. data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.AirLoopHVAC.rb +3 -3
  310. data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.FanVariableVolume.rb +1 -1
  311. data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.Space.rb +3 -3
  312. data/lib/openstudio-standards/standards/deer/deer_2075/data/deer_2075.economizers.json +248 -6
  313. data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.AirLoopHVAC.rb +3 -3
  314. data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.FanVariableVolume.rb +1 -1
  315. data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.Space.rb +3 -3
  316. data/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.economizers.json +246 -4
  317. data/lib/openstudio-standards/standards/necb/BTAP1980TO2010/data/space_types.json +447 -223
  318. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/building_envelope.rb +1 -1
  319. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/space_types.json +447 -223
  320. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_systems.rb +5 -2
  321. data/lib/openstudio-standards/standards/necb/ECMS/data/chiller_types.json +25 -0
  322. data/lib/openstudio-standards/standards/necb/ECMS/data/chillers.json +44 -0
  323. data/lib/openstudio-standards/standards/necb/ECMS/data/curves.json +225 -0
  324. data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +2 -2
  325. data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +193 -73
  326. data/lib/openstudio-standards/standards/necb/ECMS/pv_ground.rb +1 -1
  327. data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +10 -4
  328. data/lib/openstudio-standards/standards/necb/NECB2011/beps_compliance_path.rb +7 -7
  329. data/lib/openstudio-standards/standards/necb/NECB2011/building_envelope.rb +4 -5
  330. data/lib/openstudio-standards/standards/necb/NECB2011/data/chiller_types.json +32 -0
  331. data/lib/openstudio-standards/standards/necb/NECB2011/data/chillers.json +1 -1
  332. data/lib/openstudio-standards/standards/necb/NECB2011/data/constants.json +36 -0
  333. data/lib/openstudio-standards/standards/necb/NECB2011/data/fuel_type_sets.json +7 -7
  334. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernEducation.osm +47587 -0
  335. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernHealthCare.osm +49764 -0
  336. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/Warehouse.osm +283 -297
  337. data/lib/openstudio-standards/standards/necb/NECB2011/data/space_type_unit_definitions.txt +2 -1
  338. data/lib/openstudio-standards/standards/necb/NECB2011/data/space_types.json +447 -223
  339. data/lib/openstudio-standards/standards/necb/NECB2011/data/standards_data.rb +3 -3
  340. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_multi_speed.rb +1 -1
  341. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +49 -27
  342. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +400 -202
  343. data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +4 -4
  344. data/lib/openstudio-standards/standards/necb/NECB2015/data/space_types.json +637 -318
  345. data/lib/openstudio-standards/standards/necb/NECB2015/hvac_systems.rb +18 -1
  346. data/lib/openstudio-standards/standards/necb/NECB2015/necb_2015.rb +3 -3
  347. data/lib/openstudio-standards/standards/necb/NECB2017/data/space_types.json +637 -318
  348. data/lib/openstudio-standards/standards/necb/NECB2017/hvac_systems.rb +1 -1
  349. data/lib/openstudio-standards/standards/necb/NECB2017/necb_2017.rb +3 -3
  350. data/lib/openstudio-standards/standards/necb/NECB2020/building_envelope.rb +1 -1
  351. data/lib/openstudio-standards/standards/necb/NECB2020/data/space_types.json +615 -307
  352. data/lib/openstudio-standards/standards/necb/NECB2020/service_water_heating.rb +4 -4
  353. data/lib/openstudio-standards/standards/necb/common/btap_data.rb +10 -5
  354. data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +1 -1
  355. data/lib/openstudio-standards/utilities/assertion.rb +128 -0
  356. data/lib/openstudio-standards/utilities/logging.rb +2 -3
  357. data/lib/openstudio-standards/utilities/object_info.rb +39 -18
  358. data/lib/openstudio-standards/utilities/schedule_translator.rb +8 -6
  359. data/lib/openstudio-standards/utilities/simulation.rb +24 -11
  360. data/lib/openstudio-standards/utilities/sqlfile.rb +10 -5
  361. data/lib/openstudio-standards/version.rb +1 -1
  362. data/lib/openstudio-standards/weather/Weather.Model.rb +8 -9
  363. data/lib/openstudio-standards/weather/Weather.stat_file.rb +3 -3
  364. data/lib/openstudio-standards/weather/information.rb +35 -0
  365. data/lib/openstudio-standards.rb +69 -5
  366. metadata +52 -16
  367. data/data/standards/OpenStudio_Standards-deer-ALL-comstock(space_types).xlsx +0 -0
  368. data/lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVAC.rb +0 -59
  369. data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingWater.rb +0 -13
  370. data/lib/openstudio-standards/hvac_sizing/Siz.HVACComponent.rb +0 -36
  371. data/lib/openstudio-standards/hvac_sizing/Siz.HeatingCoolingFuels.rb +0 -898
  372. data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +0 -126
  373. data/lib/openstudio-standards/hvac_sizing/Siz.ThermalZone.rb +0 -356
  374. data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.Model.rb +0 -35
  375. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoolingTower.rb +0 -110
  376. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoolingTowerVariableSpeed.rb +0 -5
@@ -33,7 +33,8 @@
33
33
  "high_bay_lighting_schedule": null,
34
34
  "specialty_lighting_schedule": null,
35
35
  "exit_lighting_schedule": null,
36
- "target_illuminance_setpoint": null,
36
+ "target_illuminance_setpoint": 400,
37
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
37
38
  "psa_nongeometry_fraction": null,
38
39
  "ssa_nongeometry_fraction": null,
39
40
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -114,7 +115,8 @@
114
115
  "high_bay_lighting_schedule": null,
115
116
  "specialty_lighting_schedule": null,
116
117
  "exit_lighting_schedule": null,
117
- "target_illuminance_setpoint": null,
118
+ "target_illuminance_setpoint": 300,
119
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
118
120
  "psa_nongeometry_fraction": null,
119
121
  "ssa_nongeometry_fraction": null,
120
122
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -195,7 +197,8 @@
195
197
  "high_bay_lighting_schedule": null,
196
198
  "specialty_lighting_schedule": null,
197
199
  "exit_lighting_schedule": null,
198
- "target_illuminance_setpoint": null,
200
+ "target_illuminance_setpoint": 400,
201
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
199
202
  "psa_nongeometry_fraction": null,
200
203
  "ssa_nongeometry_fraction": null,
201
204
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -276,7 +279,8 @@
276
279
  "high_bay_lighting_schedule": null,
277
280
  "specialty_lighting_schedule": null,
278
281
  "exit_lighting_schedule": null,
279
- "target_illuminance_setpoint": null,
282
+ "target_illuminance_setpoint": 125,
283
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
280
284
  "psa_nongeometry_fraction": null,
281
285
  "ssa_nongeometry_fraction": null,
282
286
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -357,7 +361,8 @@
357
361
  "high_bay_lighting_schedule": null,
358
362
  "specialty_lighting_schedule": null,
359
363
  "exit_lighting_schedule": null,
360
- "target_illuminance_setpoint": null,
364
+ "target_illuminance_setpoint": 300,
365
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
361
366
  "psa_nongeometry_fraction": null,
362
367
  "ssa_nongeometry_fraction": null,
363
368
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -438,7 +443,8 @@
438
443
  "high_bay_lighting_schedule": null,
439
444
  "specialty_lighting_schedule": null,
440
445
  "exit_lighting_schedule": null,
441
- "target_illuminance_setpoint": null,
446
+ "target_illuminance_setpoint": 300,
447
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
442
448
  "psa_nongeometry_fraction": null,
443
449
  "ssa_nongeometry_fraction": null,
444
450
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -519,7 +525,8 @@
519
525
  "high_bay_lighting_schedule": null,
520
526
  "specialty_lighting_schedule": null,
521
527
  "exit_lighting_schedule": null,
522
- "target_illuminance_setpoint": null,
528
+ "target_illuminance_setpoint": 100,
529
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
523
530
  "psa_nongeometry_fraction": null,
524
531
  "ssa_nongeometry_fraction": null,
525
532
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -600,7 +607,8 @@
600
607
  "high_bay_lighting_schedule": null,
601
608
  "specialty_lighting_schedule": null,
602
609
  "exit_lighting_schedule": null,
603
- "target_illuminance_setpoint": null,
610
+ "target_illuminance_setpoint": 350,
611
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
604
612
  "psa_nongeometry_fraction": null,
605
613
  "ssa_nongeometry_fraction": null,
606
614
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -681,7 +689,8 @@
681
689
  "high_bay_lighting_schedule": null,
682
690
  "specialty_lighting_schedule": null,
683
691
  "exit_lighting_schedule": null,
684
- "target_illuminance_setpoint": null,
692
+ "target_illuminance_setpoint": 400,
693
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
685
694
  "psa_nongeometry_fraction": null,
686
695
  "ssa_nongeometry_fraction": null,
687
696
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -762,7 +771,8 @@
762
771
  "high_bay_lighting_schedule": null,
763
772
  "specialty_lighting_schedule": null,
764
773
  "exit_lighting_schedule": null,
765
- "target_illuminance_setpoint": null,
774
+ "target_illuminance_setpoint": 500,
775
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
766
776
  "psa_nongeometry_fraction": null,
767
777
  "ssa_nongeometry_fraction": null,
768
778
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -843,7 +853,8 @@
843
853
  "high_bay_lighting_schedule": null,
844
854
  "specialty_lighting_schedule": null,
845
855
  "exit_lighting_schedule": null,
846
- "target_illuminance_setpoint": null,
856
+ "target_illuminance_setpoint": 600,
857
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
847
858
  "psa_nongeometry_fraction": null,
848
859
  "ssa_nongeometry_fraction": null,
849
860
  "ventilation_standard": "ASHRAE 170-2008 Table 7-1",
@@ -924,7 +935,8 @@
924
935
  "high_bay_lighting_schedule": null,
925
936
  "specialty_lighting_schedule": null,
926
937
  "exit_lighting_schedule": null,
927
- "target_illuminance_setpoint": null,
938
+ "target_illuminance_setpoint": 350,
939
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
928
940
  "psa_nongeometry_fraction": null,
929
941
  "ssa_nongeometry_fraction": null,
930
942
  "ventilation_standard": "ASHRAE 170-2008 Table 7-1",
@@ -1005,7 +1017,8 @@
1005
1017
  "high_bay_lighting_schedule": null,
1006
1018
  "specialty_lighting_schedule": null,
1007
1019
  "exit_lighting_schedule": null,
1008
- "target_illuminance_setpoint": null,
1020
+ "target_illuminance_setpoint": 150,
1021
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
1009
1022
  "psa_nongeometry_fraction": null,
1010
1023
  "ssa_nongeometry_fraction": null,
1011
1024
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -1086,7 +1099,8 @@
1086
1099
  "high_bay_lighting_schedule": null,
1087
1100
  "specialty_lighting_schedule": null,
1088
1101
  "exit_lighting_schedule": null,
1089
- "target_illuminance_setpoint": null,
1102
+ "target_illuminance_setpoint": 500,
1103
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
1090
1104
  "psa_nongeometry_fraction": null,
1091
1105
  "ssa_nongeometry_fraction": null,
1092
1106
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -1167,7 +1181,8 @@
1167
1181
  "high_bay_lighting_schedule": null,
1168
1182
  "specialty_lighting_schedule": null,
1169
1183
  "exit_lighting_schedule": null,
1170
- "target_illuminance_setpoint": null,
1184
+ "target_illuminance_setpoint": 400,
1185
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
1171
1186
  "psa_nongeometry_fraction": null,
1172
1187
  "ssa_nongeometry_fraction": null,
1173
1188
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -1248,7 +1263,8 @@
1248
1263
  "high_bay_lighting_schedule": null,
1249
1264
  "specialty_lighting_schedule": null,
1250
1265
  "exit_lighting_schedule": null,
1251
- "target_illuminance_setpoint": null,
1266
+ "target_illuminance_setpoint": 400,
1267
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
1252
1268
  "psa_nongeometry_fraction": null,
1253
1269
  "ssa_nongeometry_fraction": null,
1254
1270
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -1329,7 +1345,8 @@
1329
1345
  "high_bay_lighting_schedule": null,
1330
1346
  "specialty_lighting_schedule": null,
1331
1347
  "exit_lighting_schedule": null,
1332
- "target_illuminance_setpoint": null,
1348
+ "target_illuminance_setpoint": 450,
1349
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
1333
1350
  "psa_nongeometry_fraction": null,
1334
1351
  "ssa_nongeometry_fraction": null,
1335
1352
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -1410,7 +1427,8 @@
1410
1427
  "high_bay_lighting_schedule": null,
1411
1428
  "specialty_lighting_schedule": null,
1412
1429
  "exit_lighting_schedule": null,
1413
- "target_illuminance_setpoint": null,
1430
+ "target_illuminance_setpoint": 150,
1431
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
1414
1432
  "psa_nongeometry_fraction": null,
1415
1433
  "ssa_nongeometry_fraction": null,
1416
1434
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -1491,7 +1509,8 @@
1491
1509
  "high_bay_lighting_schedule": null,
1492
1510
  "specialty_lighting_schedule": null,
1493
1511
  "exit_lighting_schedule": null,
1494
- "target_illuminance_setpoint": null,
1512
+ "target_illuminance_setpoint": 125,
1513
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
1495
1514
  "psa_nongeometry_fraction": null,
1496
1515
  "ssa_nongeometry_fraction": null,
1497
1516
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -1572,7 +1591,8 @@
1572
1591
  "high_bay_lighting_schedule": null,
1573
1592
  "specialty_lighting_schedule": null,
1574
1593
  "exit_lighting_schedule": null,
1575
- "target_illuminance_setpoint": null,
1594
+ "target_illuminance_setpoint": 100,
1595
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
1576
1596
  "psa_nongeometry_fraction": null,
1577
1597
  "ssa_nongeometry_fraction": null,
1578
1598
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -1653,7 +1673,8 @@
1653
1673
  "high_bay_lighting_schedule": null,
1654
1674
  "specialty_lighting_schedule": null,
1655
1675
  "exit_lighting_schedule": null,
1656
- "target_illuminance_setpoint": null,
1676
+ "target_illuminance_setpoint": 400,
1677
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
1657
1678
  "psa_nongeometry_fraction": null,
1658
1679
  "ssa_nongeometry_fraction": null,
1659
1680
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -1734,7 +1755,8 @@
1734
1755
  "high_bay_lighting_schedule": null,
1735
1756
  "specialty_lighting_schedule": null,
1736
1757
  "exit_lighting_schedule": null,
1737
- "target_illuminance_setpoint": null,
1758
+ "target_illuminance_setpoint": 250,
1759
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
1738
1760
  "psa_nongeometry_fraction": null,
1739
1761
  "ssa_nongeometry_fraction": null,
1740
1762
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -1815,7 +1837,8 @@
1815
1837
  "high_bay_lighting_schedule": null,
1816
1838
  "specialty_lighting_schedule": null,
1817
1839
  "exit_lighting_schedule": null,
1818
- "target_illuminance_setpoint": null,
1840
+ "target_illuminance_setpoint": 250,
1841
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
1819
1842
  "psa_nongeometry_fraction": null,
1820
1843
  "ssa_nongeometry_fraction": null,
1821
1844
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -1896,7 +1919,8 @@
1896
1919
  "high_bay_lighting_schedule": null,
1897
1920
  "specialty_lighting_schedule": null,
1898
1921
  "exit_lighting_schedule": null,
1899
- "target_illuminance_setpoint": null,
1922
+ "target_illuminance_setpoint": 400,
1923
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
1900
1924
  "psa_nongeometry_fraction": null,
1901
1925
  "ssa_nongeometry_fraction": null,
1902
1926
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -1977,7 +2001,8 @@
1977
2001
  "high_bay_lighting_schedule": null,
1978
2002
  "specialty_lighting_schedule": null,
1979
2003
  "exit_lighting_schedule": null,
1980
- "target_illuminance_setpoint": null,
2004
+ "target_illuminance_setpoint": 400,
2005
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
1981
2006
  "psa_nongeometry_fraction": null,
1982
2007
  "ssa_nongeometry_fraction": null,
1983
2008
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -2058,7 +2083,8 @@
2058
2083
  "high_bay_lighting_schedule": null,
2059
2084
  "specialty_lighting_schedule": null,
2060
2085
  "exit_lighting_schedule": null,
2061
- "target_illuminance_setpoint": null,
2086
+ "target_illuminance_setpoint": 250,
2087
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
2062
2088
  "psa_nongeometry_fraction": null,
2063
2089
  "ssa_nongeometry_fraction": null,
2064
2090
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -2139,7 +2165,8 @@
2139
2165
  "high_bay_lighting_schedule": null,
2140
2166
  "specialty_lighting_schedule": null,
2141
2167
  "exit_lighting_schedule": null,
2142
- "target_illuminance_setpoint": null,
2168
+ "target_illuminance_setpoint": 450,
2169
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
2143
2170
  "psa_nongeometry_fraction": null,
2144
2171
  "ssa_nongeometry_fraction": null,
2145
2172
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -2220,7 +2247,8 @@
2220
2247
  "high_bay_lighting_schedule": null,
2221
2248
  "specialty_lighting_schedule": null,
2222
2249
  "exit_lighting_schedule": null,
2223
- "target_illuminance_setpoint": null,
2250
+ "target_illuminance_setpoint": 400,
2251
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
2224
2252
  "psa_nongeometry_fraction": null,
2225
2253
  "ssa_nongeometry_fraction": null,
2226
2254
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -2301,7 +2329,8 @@
2301
2329
  "high_bay_lighting_schedule": null,
2302
2330
  "specialty_lighting_schedule": null,
2303
2331
  "exit_lighting_schedule": null,
2304
- "target_illuminance_setpoint": null,
2332
+ "target_illuminance_setpoint": 400,
2333
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
2305
2334
  "psa_nongeometry_fraction": null,
2306
2335
  "ssa_nongeometry_fraction": null,
2307
2336
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -2382,7 +2411,8 @@
2382
2411
  "high_bay_lighting_schedule": null,
2383
2412
  "specialty_lighting_schedule": null,
2384
2413
  "exit_lighting_schedule": null,
2385
- "target_illuminance_setpoint": null,
2414
+ "target_illuminance_setpoint": 75,
2415
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
2386
2416
  "psa_nongeometry_fraction": null,
2387
2417
  "ssa_nongeometry_fraction": null,
2388
2418
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -2463,7 +2493,8 @@
2463
2493
  "high_bay_lighting_schedule": null,
2464
2494
  "specialty_lighting_schedule": null,
2465
2495
  "exit_lighting_schedule": null,
2466
- "target_illuminance_setpoint": null,
2496
+ "target_illuminance_setpoint": 400,
2497
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
2467
2498
  "psa_nongeometry_fraction": null,
2468
2499
  "ssa_nongeometry_fraction": null,
2469
2500
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -2544,7 +2575,8 @@
2544
2575
  "high_bay_lighting_schedule": null,
2545
2576
  "specialty_lighting_schedule": null,
2546
2577
  "exit_lighting_schedule": null,
2547
- "target_illuminance_setpoint": null,
2578
+ "target_illuminance_setpoint": 225,
2579
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
2548
2580
  "psa_nongeometry_fraction": null,
2549
2581
  "ssa_nongeometry_fraction": null,
2550
2582
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -2625,7 +2657,8 @@
2625
2657
  "high_bay_lighting_schedule": null,
2626
2658
  "specialty_lighting_schedule": null,
2627
2659
  "exit_lighting_schedule": null,
2628
- "target_illuminance_setpoint": null,
2660
+ "target_illuminance_setpoint": 150,
2661
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
2629
2662
  "psa_nongeometry_fraction": null,
2630
2663
  "ssa_nongeometry_fraction": null,
2631
2664
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -2706,7 +2739,8 @@
2706
2739
  "high_bay_lighting_schedule": null,
2707
2740
  "specialty_lighting_schedule": null,
2708
2741
  "exit_lighting_schedule": null,
2709
- "target_illuminance_setpoint": null,
2742
+ "target_illuminance_setpoint": 500,
2743
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
2710
2744
  "psa_nongeometry_fraction": null,
2711
2745
  "ssa_nongeometry_fraction": null,
2712
2746
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -2787,7 +2821,8 @@
2787
2821
  "high_bay_lighting_schedule": null,
2788
2822
  "specialty_lighting_schedule": null,
2789
2823
  "exit_lighting_schedule": null,
2790
- "target_illuminance_setpoint": null,
2824
+ "target_illuminance_setpoint": 250,
2825
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
2791
2826
  "psa_nongeometry_fraction": null,
2792
2827
  "ssa_nongeometry_fraction": null,
2793
2828
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -2868,7 +2903,8 @@
2868
2903
  "high_bay_lighting_schedule": null,
2869
2904
  "specialty_lighting_schedule": null,
2870
2905
  "exit_lighting_schedule": null,
2871
- "target_illuminance_setpoint": null,
2906
+ "target_illuminance_setpoint": 250,
2907
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
2872
2908
  "psa_nongeometry_fraction": null,
2873
2909
  "ssa_nongeometry_fraction": null,
2874
2910
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -2949,7 +2985,8 @@
2949
2985
  "high_bay_lighting_schedule": null,
2950
2986
  "specialty_lighting_schedule": null,
2951
2987
  "exit_lighting_schedule": null,
2952
- "target_illuminance_setpoint": null,
2988
+ "target_illuminance_setpoint": 250,
2989
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
2953
2990
  "psa_nongeometry_fraction": null,
2954
2991
  "ssa_nongeometry_fraction": null,
2955
2992
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -3030,7 +3067,8 @@
3030
3067
  "high_bay_lighting_schedule": null,
3031
3068
  "specialty_lighting_schedule": null,
3032
3069
  "exit_lighting_schedule": null,
3033
- "target_illuminance_setpoint": null,
3070
+ "target_illuminance_setpoint": 250,
3071
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
3034
3072
  "psa_nongeometry_fraction": null,
3035
3073
  "ssa_nongeometry_fraction": null,
3036
3074
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -3111,7 +3149,8 @@
3111
3149
  "high_bay_lighting_schedule": null,
3112
3150
  "specialty_lighting_schedule": null,
3113
3151
  "exit_lighting_schedule": null,
3114
- "target_illuminance_setpoint": null,
3152
+ "target_illuminance_setpoint": 250,
3153
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
3115
3154
  "psa_nongeometry_fraction": null,
3116
3155
  "ssa_nongeometry_fraction": null,
3117
3156
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -3192,7 +3231,8 @@
3192
3231
  "high_bay_lighting_schedule": null,
3193
3232
  "specialty_lighting_schedule": null,
3194
3233
  "exit_lighting_schedule": null,
3195
- "target_illuminance_setpoint": null,
3234
+ "target_illuminance_setpoint": 250,
3235
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
3196
3236
  "psa_nongeometry_fraction": null,
3197
3237
  "ssa_nongeometry_fraction": null,
3198
3238
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -3273,7 +3313,8 @@
3273
3313
  "high_bay_lighting_schedule": null,
3274
3314
  "specialty_lighting_schedule": null,
3275
3315
  "exit_lighting_schedule": null,
3276
- "target_illuminance_setpoint": null,
3316
+ "target_illuminance_setpoint": 250,
3317
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
3277
3318
  "psa_nongeometry_fraction": null,
3278
3319
  "ssa_nongeometry_fraction": null,
3279
3320
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -3354,7 +3395,8 @@
3354
3395
  "high_bay_lighting_schedule": null,
3355
3396
  "specialty_lighting_schedule": null,
3356
3397
  "exit_lighting_schedule": null,
3357
- "target_illuminance_setpoint": null,
3398
+ "target_illuminance_setpoint": 250,
3399
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
3358
3400
  "psa_nongeometry_fraction": null,
3359
3401
  "ssa_nongeometry_fraction": null,
3360
3402
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -3435,7 +3477,8 @@
3435
3477
  "high_bay_lighting_schedule": null,
3436
3478
  "specialty_lighting_schedule": null,
3437
3479
  "exit_lighting_schedule": null,
3438
- "target_illuminance_setpoint": null,
3480
+ "target_illuminance_setpoint": 250,
3481
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
3439
3482
  "psa_nongeometry_fraction": null,
3440
3483
  "ssa_nongeometry_fraction": null,
3441
3484
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -3516,7 +3559,8 @@
3516
3559
  "high_bay_lighting_schedule": null,
3517
3560
  "specialty_lighting_schedule": null,
3518
3561
  "exit_lighting_schedule": null,
3519
- "target_illuminance_setpoint": null,
3562
+ "target_illuminance_setpoint": 250,
3563
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
3520
3564
  "psa_nongeometry_fraction": null,
3521
3565
  "ssa_nongeometry_fraction": null,
3522
3566
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -3597,7 +3641,8 @@
3597
3641
  "high_bay_lighting_schedule": null,
3598
3642
  "specialty_lighting_schedule": null,
3599
3643
  "exit_lighting_schedule": null,
3600
- "target_illuminance_setpoint": null,
3644
+ "target_illuminance_setpoint": 250,
3645
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
3601
3646
  "psa_nongeometry_fraction": null,
3602
3647
  "ssa_nongeometry_fraction": null,
3603
3648
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -3678,7 +3723,8 @@
3678
3723
  "high_bay_lighting_schedule": null,
3679
3724
  "specialty_lighting_schedule": null,
3680
3725
  "exit_lighting_schedule": null,
3681
- "target_illuminance_setpoint": null,
3726
+ "target_illuminance_setpoint": 250,
3727
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
3682
3728
  "psa_nongeometry_fraction": null,
3683
3729
  "ssa_nongeometry_fraction": null,
3684
3730
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -3759,7 +3805,8 @@
3759
3805
  "high_bay_lighting_schedule": null,
3760
3806
  "specialty_lighting_schedule": null,
3761
3807
  "exit_lighting_schedule": null,
3762
- "target_illuminance_setpoint": null,
3808
+ "target_illuminance_setpoint": 250,
3809
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
3763
3810
  "psa_nongeometry_fraction": null,
3764
3811
  "ssa_nongeometry_fraction": null,
3765
3812
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -3840,7 +3887,8 @@
3840
3887
  "high_bay_lighting_schedule": null,
3841
3888
  "specialty_lighting_schedule": null,
3842
3889
  "exit_lighting_schedule": null,
3843
- "target_illuminance_setpoint": null,
3890
+ "target_illuminance_setpoint": 250,
3891
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
3844
3892
  "psa_nongeometry_fraction": null,
3845
3893
  "ssa_nongeometry_fraction": null,
3846
3894
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -3921,7 +3969,8 @@
3921
3969
  "high_bay_lighting_schedule": null,
3922
3970
  "specialty_lighting_schedule": null,
3923
3971
  "exit_lighting_schedule": null,
3924
- "target_illuminance_setpoint": null,
3972
+ "target_illuminance_setpoint": 250,
3973
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
3925
3974
  "psa_nongeometry_fraction": null,
3926
3975
  "ssa_nongeometry_fraction": null,
3927
3976
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -4002,7 +4051,8 @@
4002
4051
  "high_bay_lighting_schedule": null,
4003
4052
  "specialty_lighting_schedule": null,
4004
4053
  "exit_lighting_schedule": null,
4005
- "target_illuminance_setpoint": null,
4054
+ "target_illuminance_setpoint": 250,
4055
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
4006
4056
  "psa_nongeometry_fraction": null,
4007
4057
  "ssa_nongeometry_fraction": null,
4008
4058
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -4083,7 +4133,8 @@
4083
4133
  "high_bay_lighting_schedule": null,
4084
4134
  "specialty_lighting_schedule": null,
4085
4135
  "exit_lighting_schedule": null,
4086
- "target_illuminance_setpoint": null,
4136
+ "target_illuminance_setpoint": 250,
4137
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
4087
4138
  "psa_nongeometry_fraction": null,
4088
4139
  "ssa_nongeometry_fraction": null,
4089
4140
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -4164,7 +4215,8 @@
4164
4215
  "high_bay_lighting_schedule": null,
4165
4216
  "specialty_lighting_schedule": null,
4166
4217
  "exit_lighting_schedule": null,
4167
- "target_illuminance_setpoint": null,
4218
+ "target_illuminance_setpoint": 250,
4219
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
4168
4220
  "psa_nongeometry_fraction": null,
4169
4221
  "ssa_nongeometry_fraction": null,
4170
4222
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -4245,7 +4297,8 @@
4245
4297
  "high_bay_lighting_schedule": null,
4246
4298
  "specialty_lighting_schedule": null,
4247
4299
  "exit_lighting_schedule": null,
4248
- "target_illuminance_setpoint": null,
4300
+ "target_illuminance_setpoint": 250,
4301
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
4249
4302
  "psa_nongeometry_fraction": null,
4250
4303
  "ssa_nongeometry_fraction": null,
4251
4304
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -4326,7 +4379,8 @@
4326
4379
  "high_bay_lighting_schedule": null,
4327
4380
  "specialty_lighting_schedule": null,
4328
4381
  "exit_lighting_schedule": null,
4329
- "target_illuminance_setpoint": null,
4382
+ "target_illuminance_setpoint": 250,
4383
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
4330
4384
  "psa_nongeometry_fraction": null,
4331
4385
  "ssa_nongeometry_fraction": null,
4332
4386
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -4407,7 +4461,8 @@
4407
4461
  "high_bay_lighting_schedule": null,
4408
4462
  "specialty_lighting_schedule": null,
4409
4463
  "exit_lighting_schedule": null,
4410
- "target_illuminance_setpoint": null,
4464
+ "target_illuminance_setpoint": 250,
4465
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
4411
4466
  "psa_nongeometry_fraction": null,
4412
4467
  "ssa_nongeometry_fraction": null,
4413
4468
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -4488,7 +4543,8 @@
4488
4543
  "high_bay_lighting_schedule": null,
4489
4544
  "specialty_lighting_schedule": null,
4490
4545
  "exit_lighting_schedule": null,
4491
- "target_illuminance_setpoint": null,
4546
+ "target_illuminance_setpoint": 250,
4547
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
4492
4548
  "psa_nongeometry_fraction": null,
4493
4549
  "ssa_nongeometry_fraction": null,
4494
4550
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -4569,7 +4625,8 @@
4569
4625
  "high_bay_lighting_schedule": null,
4570
4626
  "specialty_lighting_schedule": null,
4571
4627
  "exit_lighting_schedule": null,
4572
- "target_illuminance_setpoint": null,
4628
+ "target_illuminance_setpoint": 250,
4629
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
4573
4630
  "psa_nongeometry_fraction": null,
4574
4631
  "ssa_nongeometry_fraction": null,
4575
4632
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -4650,7 +4707,8 @@
4650
4707
  "high_bay_lighting_schedule": null,
4651
4708
  "specialty_lighting_schedule": null,
4652
4709
  "exit_lighting_schedule": null,
4653
- "target_illuminance_setpoint": null,
4710
+ "target_illuminance_setpoint": 250,
4711
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
4654
4712
  "psa_nongeometry_fraction": null,
4655
4713
  "ssa_nongeometry_fraction": null,
4656
4714
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -4731,7 +4789,8 @@
4731
4789
  "high_bay_lighting_schedule": null,
4732
4790
  "specialty_lighting_schedule": null,
4733
4791
  "exit_lighting_schedule": null,
4734
- "target_illuminance_setpoint": null,
4792
+ "target_illuminance_setpoint": 250,
4793
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
4735
4794
  "psa_nongeometry_fraction": null,
4736
4795
  "ssa_nongeometry_fraction": null,
4737
4796
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -4812,7 +4871,8 @@
4812
4871
  "high_bay_lighting_schedule": null,
4813
4872
  "specialty_lighting_schedule": null,
4814
4873
  "exit_lighting_schedule": null,
4815
- "target_illuminance_setpoint": null,
4874
+ "target_illuminance_setpoint": 250,
4875
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
4816
4876
  "psa_nongeometry_fraction": null,
4817
4877
  "ssa_nongeometry_fraction": null,
4818
4878
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -4893,7 +4953,8 @@
4893
4953
  "high_bay_lighting_schedule": null,
4894
4954
  "specialty_lighting_schedule": null,
4895
4955
  "exit_lighting_schedule": null,
4896
- "target_illuminance_setpoint": null,
4956
+ "target_illuminance_setpoint": 250,
4957
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
4897
4958
  "psa_nongeometry_fraction": null,
4898
4959
  "ssa_nongeometry_fraction": null,
4899
4960
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -4974,7 +5035,8 @@
4974
5035
  "high_bay_lighting_schedule": null,
4975
5036
  "specialty_lighting_schedule": null,
4976
5037
  "exit_lighting_schedule": null,
4977
- "target_illuminance_setpoint": null,
5038
+ "target_illuminance_setpoint": 250,
5039
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
4978
5040
  "psa_nongeometry_fraction": null,
4979
5041
  "ssa_nongeometry_fraction": null,
4980
5042
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -5055,7 +5117,8 @@
5055
5117
  "high_bay_lighting_schedule": null,
5056
5118
  "specialty_lighting_schedule": null,
5057
5119
  "exit_lighting_schedule": null,
5058
- "target_illuminance_setpoint": null,
5120
+ "target_illuminance_setpoint": 250,
5121
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
5059
5122
  "psa_nongeometry_fraction": null,
5060
5123
  "ssa_nongeometry_fraction": null,
5061
5124
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -5136,7 +5199,8 @@
5136
5199
  "high_bay_lighting_schedule": null,
5137
5200
  "specialty_lighting_schedule": null,
5138
5201
  "exit_lighting_schedule": null,
5139
- "target_illuminance_setpoint": null,
5202
+ "target_illuminance_setpoint": 250,
5203
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
5140
5204
  "psa_nongeometry_fraction": null,
5141
5205
  "ssa_nongeometry_fraction": null,
5142
5206
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -5217,7 +5281,8 @@
5217
5281
  "high_bay_lighting_schedule": null,
5218
5282
  "specialty_lighting_schedule": null,
5219
5283
  "exit_lighting_schedule": null,
5220
- "target_illuminance_setpoint": null,
5284
+ "target_illuminance_setpoint": 250,
5285
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
5221
5286
  "psa_nongeometry_fraction": null,
5222
5287
  "ssa_nongeometry_fraction": null,
5223
5288
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -5298,7 +5363,8 @@
5298
5363
  "high_bay_lighting_schedule": null,
5299
5364
  "specialty_lighting_schedule": null,
5300
5365
  "exit_lighting_schedule": null,
5301
- "target_illuminance_setpoint": null,
5366
+ "target_illuminance_setpoint": 250,
5367
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
5302
5368
  "psa_nongeometry_fraction": null,
5303
5369
  "ssa_nongeometry_fraction": null,
5304
5370
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -5379,7 +5445,8 @@
5379
5445
  "high_bay_lighting_schedule": null,
5380
5446
  "specialty_lighting_schedule": null,
5381
5447
  "exit_lighting_schedule": null,
5382
- "target_illuminance_setpoint": null,
5448
+ "target_illuminance_setpoint": 250,
5449
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
5383
5450
  "psa_nongeometry_fraction": null,
5384
5451
  "ssa_nongeometry_fraction": null,
5385
5452
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -5460,7 +5527,8 @@
5460
5527
  "high_bay_lighting_schedule": null,
5461
5528
  "specialty_lighting_schedule": null,
5462
5529
  "exit_lighting_schedule": null,
5463
- "target_illuminance_setpoint": null,
5530
+ "target_illuminance_setpoint": 100,
5531
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
5464
5532
  "psa_nongeometry_fraction": null,
5465
5533
  "ssa_nongeometry_fraction": null,
5466
5534
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -5541,7 +5609,8 @@
5541
5609
  "high_bay_lighting_schedule": null,
5542
5610
  "specialty_lighting_schedule": null,
5543
5611
  "exit_lighting_schedule": null,
5544
- "target_illuminance_setpoint": null,
5612
+ "target_illuminance_setpoint": 350,
5613
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
5545
5614
  "psa_nongeometry_fraction": null,
5546
5615
  "ssa_nongeometry_fraction": null,
5547
5616
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -5622,7 +5691,8 @@
5622
5691
  "high_bay_lighting_schedule": null,
5623
5692
  "specialty_lighting_schedule": null,
5624
5693
  "exit_lighting_schedule": null,
5625
- "target_illuminance_setpoint": null,
5694
+ "target_illuminance_setpoint": 350,
5695
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
5626
5696
  "psa_nongeometry_fraction": null,
5627
5697
  "ssa_nongeometry_fraction": null,
5628
5698
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -5703,7 +5773,8 @@
5703
5773
  "high_bay_lighting_schedule": null,
5704
5774
  "specialty_lighting_schedule": null,
5705
5775
  "exit_lighting_schedule": null,
5706
- "target_illuminance_setpoint": null,
5776
+ "target_illuminance_setpoint": 250,
5777
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
5707
5778
  "psa_nongeometry_fraction": null,
5708
5779
  "ssa_nongeometry_fraction": null,
5709
5780
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -5784,7 +5855,8 @@
5784
5855
  "high_bay_lighting_schedule": null,
5785
5856
  "specialty_lighting_schedule": null,
5786
5857
  "exit_lighting_schedule": null,
5787
- "target_illuminance_setpoint": null,
5858
+ "target_illuminance_setpoint": 250,
5859
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
5788
5860
  "psa_nongeometry_fraction": null,
5789
5861
  "ssa_nongeometry_fraction": null,
5790
5862
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -5865,7 +5937,8 @@
5865
5937
  "high_bay_lighting_schedule": null,
5866
5938
  "specialty_lighting_schedule": null,
5867
5939
  "exit_lighting_schedule": null,
5868
- "target_illuminance_setpoint": null,
5940
+ "target_illuminance_setpoint": 250,
5941
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
5869
5942
  "psa_nongeometry_fraction": null,
5870
5943
  "ssa_nongeometry_fraction": null,
5871
5944
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -5946,7 +6019,8 @@
5946
6019
  "high_bay_lighting_schedule": null,
5947
6020
  "specialty_lighting_schedule": null,
5948
6021
  "exit_lighting_schedule": null,
5949
- "target_illuminance_setpoint": null,
6022
+ "target_illuminance_setpoint": 150,
6023
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
5950
6024
  "psa_nongeometry_fraction": null,
5951
6025
  "ssa_nongeometry_fraction": null,
5952
6026
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -6027,7 +6101,8 @@
6027
6101
  "high_bay_lighting_schedule": null,
6028
6102
  "specialty_lighting_schedule": null,
6029
6103
  "exit_lighting_schedule": null,
6030
- "target_illuminance_setpoint": null,
6104
+ "target_illuminance_setpoint": 150,
6105
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
6031
6106
  "psa_nongeometry_fraction": null,
6032
6107
  "ssa_nongeometry_fraction": null,
6033
6108
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -6108,7 +6183,8 @@
6108
6183
  "high_bay_lighting_schedule": null,
6109
6184
  "specialty_lighting_schedule": null,
6110
6185
  "exit_lighting_schedule": null,
6111
- "target_illuminance_setpoint": null,
6186
+ "target_illuminance_setpoint": 100,
6187
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
6112
6188
  "psa_nongeometry_fraction": null,
6113
6189
  "ssa_nongeometry_fraction": null,
6114
6190
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -6189,7 +6265,8 @@
6189
6265
  "high_bay_lighting_schedule": null,
6190
6266
  "specialty_lighting_schedule": null,
6191
6267
  "exit_lighting_schedule": null,
6192
- "target_illuminance_setpoint": null,
6268
+ "target_illuminance_setpoint": 100,
6269
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
6193
6270
  "psa_nongeometry_fraction": null,
6194
6271
  "ssa_nongeometry_fraction": null,
6195
6272
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -6270,7 +6347,8 @@
6270
6347
  "high_bay_lighting_schedule": null,
6271
6348
  "specialty_lighting_schedule": null,
6272
6349
  "exit_lighting_schedule": null,
6273
- "target_illuminance_setpoint": null,
6350
+ "target_illuminance_setpoint": 100,
6351
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
6274
6352
  "psa_nongeometry_fraction": null,
6275
6353
  "ssa_nongeometry_fraction": null,
6276
6354
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -6351,7 +6429,8 @@
6351
6429
  "high_bay_lighting_schedule": null,
6352
6430
  "specialty_lighting_schedule": null,
6353
6431
  "exit_lighting_schedule": null,
6354
- "target_illuminance_setpoint": null,
6432
+ "target_illuminance_setpoint": 100,
6433
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
6355
6434
  "psa_nongeometry_fraction": null,
6356
6435
  "ssa_nongeometry_fraction": null,
6357
6436
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -6432,7 +6511,8 @@
6432
6511
  "high_bay_lighting_schedule": null,
6433
6512
  "specialty_lighting_schedule": null,
6434
6513
  "exit_lighting_schedule": null,
6435
- "target_illuminance_setpoint": null,
6514
+ "target_illuminance_setpoint": 100,
6515
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
6436
6516
  "psa_nongeometry_fraction": null,
6437
6517
  "ssa_nongeometry_fraction": null,
6438
6518
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -6513,7 +6593,8 @@
6513
6593
  "high_bay_lighting_schedule": null,
6514
6594
  "specialty_lighting_schedule": null,
6515
6595
  "exit_lighting_schedule": null,
6516
- "target_illuminance_setpoint": null,
6596
+ "target_illuminance_setpoint": 100,
6597
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
6517
6598
  "psa_nongeometry_fraction": null,
6518
6599
  "ssa_nongeometry_fraction": null,
6519
6600
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -6594,7 +6675,8 @@
6594
6675
  "high_bay_lighting_schedule": null,
6595
6676
  "specialty_lighting_schedule": null,
6596
6677
  "exit_lighting_schedule": null,
6597
- "target_illuminance_setpoint": null,
6678
+ "target_illuminance_setpoint": 100,
6679
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
6598
6680
  "psa_nongeometry_fraction": null,
6599
6681
  "ssa_nongeometry_fraction": null,
6600
6682
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -6675,7 +6757,8 @@
6675
6757
  "high_bay_lighting_schedule": null,
6676
6758
  "specialty_lighting_schedule": null,
6677
6759
  "exit_lighting_schedule": null,
6678
- "target_illuminance_setpoint": null,
6760
+ "target_illuminance_setpoint": 100,
6761
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
6679
6762
  "psa_nongeometry_fraction": null,
6680
6763
  "ssa_nongeometry_fraction": null,
6681
6764
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -6756,7 +6839,8 @@
6756
6839
  "high_bay_lighting_schedule": null,
6757
6840
  "specialty_lighting_schedule": null,
6758
6841
  "exit_lighting_schedule": null,
6759
- "target_illuminance_setpoint": null,
6842
+ "target_illuminance_setpoint": 100,
6843
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
6760
6844
  "psa_nongeometry_fraction": null,
6761
6845
  "ssa_nongeometry_fraction": null,
6762
6846
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -6837,7 +6921,8 @@
6837
6921
  "high_bay_lighting_schedule": null,
6838
6922
  "specialty_lighting_schedule": null,
6839
6923
  "exit_lighting_schedule": null,
6840
- "target_illuminance_setpoint": null,
6924
+ "target_illuminance_setpoint": 100,
6925
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
6841
6926
  "psa_nongeometry_fraction": null,
6842
6927
  "ssa_nongeometry_fraction": null,
6843
6928
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -6918,7 +7003,8 @@
6918
7003
  "high_bay_lighting_schedule": null,
6919
7004
  "specialty_lighting_schedule": null,
6920
7005
  "exit_lighting_schedule": null,
6921
- "target_illuminance_setpoint": null,
7006
+ "target_illuminance_setpoint": 100,
7007
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
6922
7008
  "psa_nongeometry_fraction": null,
6923
7009
  "ssa_nongeometry_fraction": null,
6924
7010
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -6999,7 +7085,8 @@
6999
7085
  "high_bay_lighting_schedule": null,
7000
7086
  "specialty_lighting_schedule": null,
7001
7087
  "exit_lighting_schedule": null,
7002
- "target_illuminance_setpoint": null,
7088
+ "target_illuminance_setpoint": 400,
7089
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
7003
7090
  "psa_nongeometry_fraction": null,
7004
7091
  "ssa_nongeometry_fraction": null,
7005
7092
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -7080,7 +7167,8 @@
7080
7167
  "high_bay_lighting_schedule": null,
7081
7168
  "specialty_lighting_schedule": null,
7082
7169
  "exit_lighting_schedule": null,
7083
- "target_illuminance_setpoint": null,
7170
+ "target_illuminance_setpoint": 400,
7171
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
7084
7172
  "psa_nongeometry_fraction": null,
7085
7173
  "ssa_nongeometry_fraction": null,
7086
7174
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -7161,7 +7249,8 @@
7161
7249
  "high_bay_lighting_schedule": null,
7162
7250
  "specialty_lighting_schedule": null,
7163
7251
  "exit_lighting_schedule": null,
7164
- "target_illuminance_setpoint": null,
7252
+ "target_illuminance_setpoint": 400,
7253
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
7165
7254
  "psa_nongeometry_fraction": null,
7166
7255
  "ssa_nongeometry_fraction": null,
7167
7256
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -7242,7 +7331,8 @@
7242
7331
  "high_bay_lighting_schedule": null,
7243
7332
  "specialty_lighting_schedule": null,
7244
7333
  "exit_lighting_schedule": null,
7245
- "target_illuminance_setpoint": null,
7334
+ "target_illuminance_setpoint": 350,
7335
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
7246
7336
  "psa_nongeometry_fraction": null,
7247
7337
  "ssa_nongeometry_fraction": null,
7248
7338
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -7323,7 +7413,8 @@
7323
7413
  "high_bay_lighting_schedule": null,
7324
7414
  "specialty_lighting_schedule": null,
7325
7415
  "exit_lighting_schedule": null,
7326
- "target_illuminance_setpoint": null,
7416
+ "target_illuminance_setpoint": 350,
7417
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
7327
7418
  "psa_nongeometry_fraction": null,
7328
7419
  "ssa_nongeometry_fraction": null,
7329
7420
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -7404,7 +7495,8 @@
7404
7495
  "high_bay_lighting_schedule": null,
7405
7496
  "specialty_lighting_schedule": null,
7406
7497
  "exit_lighting_schedule": null,
7407
- "target_illuminance_setpoint": null,
7498
+ "target_illuminance_setpoint": 350,
7499
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
7408
7500
  "psa_nongeometry_fraction": null,
7409
7501
  "ssa_nongeometry_fraction": null,
7410
7502
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -7485,7 +7577,8 @@
7485
7577
  "high_bay_lighting_schedule": null,
7486
7578
  "specialty_lighting_schedule": null,
7487
7579
  "exit_lighting_schedule": null,
7488
- "target_illuminance_setpoint": null,
7580
+ "target_illuminance_setpoint": 350,
7581
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
7489
7582
  "psa_nongeometry_fraction": null,
7490
7583
  "ssa_nongeometry_fraction": null,
7491
7584
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -7566,7 +7659,8 @@
7566
7659
  "high_bay_lighting_schedule": null,
7567
7660
  "specialty_lighting_schedule": null,
7568
7661
  "exit_lighting_schedule": null,
7569
- "target_illuminance_setpoint": null,
7662
+ "target_illuminance_setpoint": 350,
7663
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
7570
7664
  "psa_nongeometry_fraction": null,
7571
7665
  "ssa_nongeometry_fraction": null,
7572
7666
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -7647,7 +7741,8 @@
7647
7741
  "high_bay_lighting_schedule": null,
7648
7742
  "specialty_lighting_schedule": null,
7649
7743
  "exit_lighting_schedule": null,
7650
- "target_illuminance_setpoint": null,
7744
+ "target_illuminance_setpoint": 350,
7745
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
7651
7746
  "psa_nongeometry_fraction": null,
7652
7747
  "ssa_nongeometry_fraction": null,
7653
7748
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -7728,7 +7823,8 @@
7728
7823
  "high_bay_lighting_schedule": null,
7729
7824
  "specialty_lighting_schedule": null,
7730
7825
  "exit_lighting_schedule": null,
7731
- "target_illuminance_setpoint": null,
7826
+ "target_illuminance_setpoint": 350,
7827
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
7732
7828
  "psa_nongeometry_fraction": null,
7733
7829
  "ssa_nongeometry_fraction": null,
7734
7830
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -7809,7 +7905,8 @@
7809
7905
  "high_bay_lighting_schedule": null,
7810
7906
  "specialty_lighting_schedule": null,
7811
7907
  "exit_lighting_schedule": null,
7812
- "target_illuminance_setpoint": null,
7908
+ "target_illuminance_setpoint": 350,
7909
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
7813
7910
  "psa_nongeometry_fraction": null,
7814
7911
  "ssa_nongeometry_fraction": null,
7815
7912
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -7890,7 +7987,8 @@
7890
7987
  "high_bay_lighting_schedule": null,
7891
7988
  "specialty_lighting_schedule": null,
7892
7989
  "exit_lighting_schedule": null,
7893
- "target_illuminance_setpoint": null,
7990
+ "target_illuminance_setpoint": 350,
7991
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
7894
7992
  "psa_nongeometry_fraction": null,
7895
7993
  "ssa_nongeometry_fraction": null,
7896
7994
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -7971,7 +8069,8 @@
7971
8069
  "high_bay_lighting_schedule": null,
7972
8070
  "specialty_lighting_schedule": null,
7973
8071
  "exit_lighting_schedule": null,
7974
- "target_illuminance_setpoint": null,
8072
+ "target_illuminance_setpoint": 350,
8073
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
7975
8074
  "psa_nongeometry_fraction": null,
7976
8075
  "ssa_nongeometry_fraction": null,
7977
8076
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -8052,7 +8151,8 @@
8052
8151
  "high_bay_lighting_schedule": null,
8053
8152
  "specialty_lighting_schedule": null,
8054
8153
  "exit_lighting_schedule": null,
8055
- "target_illuminance_setpoint": null,
8154
+ "target_illuminance_setpoint": 350,
8155
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
8056
8156
  "psa_nongeometry_fraction": null,
8057
8157
  "ssa_nongeometry_fraction": null,
8058
8158
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -8133,7 +8233,8 @@
8133
8233
  "high_bay_lighting_schedule": null,
8134
8234
  "specialty_lighting_schedule": null,
8135
8235
  "exit_lighting_schedule": null,
8136
- "target_illuminance_setpoint": null,
8236
+ "target_illuminance_setpoint": 350,
8237
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
8137
8238
  "psa_nongeometry_fraction": null,
8138
8239
  "ssa_nongeometry_fraction": null,
8139
8240
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -8214,7 +8315,8 @@
8214
8315
  "high_bay_lighting_schedule": null,
8215
8316
  "specialty_lighting_schedule": null,
8216
8317
  "exit_lighting_schedule": null,
8217
- "target_illuminance_setpoint": null,
8318
+ "target_illuminance_setpoint": 400,
8319
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
8218
8320
  "psa_nongeometry_fraction": null,
8219
8321
  "ssa_nongeometry_fraction": null,
8220
8322
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -8295,7 +8397,8 @@
8295
8397
  "high_bay_lighting_schedule": null,
8296
8398
  "specialty_lighting_schedule": null,
8297
8399
  "exit_lighting_schedule": null,
8298
- "target_illuminance_setpoint": null,
8400
+ "target_illuminance_setpoint": 400,
8401
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
8299
8402
  "psa_nongeometry_fraction": null,
8300
8403
  "ssa_nongeometry_fraction": null,
8301
8404
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -8376,7 +8479,8 @@
8376
8479
  "high_bay_lighting_schedule": null,
8377
8480
  "specialty_lighting_schedule": null,
8378
8481
  "exit_lighting_schedule": null,
8379
- "target_illuminance_setpoint": null,
8482
+ "target_illuminance_setpoint": 150,
8483
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
8380
8484
  "psa_nongeometry_fraction": null,
8381
8485
  "ssa_nongeometry_fraction": null,
8382
8486
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -8457,7 +8561,8 @@
8457
8561
  "high_bay_lighting_schedule": null,
8458
8562
  "specialty_lighting_schedule": null,
8459
8563
  "exit_lighting_schedule": null,
8460
- "target_illuminance_setpoint": null,
8564
+ "target_illuminance_setpoint": 150,
8565
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
8461
8566
  "psa_nongeometry_fraction": null,
8462
8567
  "ssa_nongeometry_fraction": null,
8463
8568
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -8538,7 +8643,8 @@
8538
8643
  "high_bay_lighting_schedule": null,
8539
8644
  "specialty_lighting_schedule": null,
8540
8645
  "exit_lighting_schedule": null,
8541
- "target_illuminance_setpoint": null,
8646
+ "target_illuminance_setpoint": 150,
8647
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
8542
8648
  "psa_nongeometry_fraction": null,
8543
8649
  "ssa_nongeometry_fraction": null,
8544
8650
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -8619,7 +8725,8 @@
8619
8725
  "high_bay_lighting_schedule": null,
8620
8726
  "specialty_lighting_schedule": null,
8621
8727
  "exit_lighting_schedule": null,
8622
- "target_illuminance_setpoint": null,
8728
+ "target_illuminance_setpoint": 150,
8729
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
8623
8730
  "psa_nongeometry_fraction": null,
8624
8731
  "ssa_nongeometry_fraction": null,
8625
8732
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -8700,7 +8807,8 @@
8700
8807
  "high_bay_lighting_schedule": null,
8701
8808
  "specialty_lighting_schedule": null,
8702
8809
  "exit_lighting_schedule": null,
8703
- "target_illuminance_setpoint": null,
8810
+ "target_illuminance_setpoint": 150,
8811
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
8704
8812
  "psa_nongeometry_fraction": null,
8705
8813
  "ssa_nongeometry_fraction": null,
8706
8814
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -8781,7 +8889,8 @@
8781
8889
  "high_bay_lighting_schedule": null,
8782
8890
  "specialty_lighting_schedule": null,
8783
8891
  "exit_lighting_schedule": null,
8784
- "target_illuminance_setpoint": null,
8892
+ "target_illuminance_setpoint": 150,
8893
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
8785
8894
  "psa_nongeometry_fraction": null,
8786
8895
  "ssa_nongeometry_fraction": null,
8787
8896
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -8862,7 +8971,8 @@
8862
8971
  "high_bay_lighting_schedule": null,
8863
8972
  "specialty_lighting_schedule": null,
8864
8973
  "exit_lighting_schedule": null,
8865
- "target_illuminance_setpoint": null,
8974
+ "target_illuminance_setpoint": 150,
8975
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
8866
8976
  "psa_nongeometry_fraction": null,
8867
8977
  "ssa_nongeometry_fraction": null,
8868
8978
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -8943,7 +9053,8 @@
8943
9053
  "high_bay_lighting_schedule": null,
8944
9054
  "specialty_lighting_schedule": null,
8945
9055
  "exit_lighting_schedule": null,
8946
- "target_illuminance_setpoint": null,
9056
+ "target_illuminance_setpoint": 150,
9057
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
8947
9058
  "psa_nongeometry_fraction": null,
8948
9059
  "ssa_nongeometry_fraction": null,
8949
9060
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -9024,7 +9135,8 @@
9024
9135
  "high_bay_lighting_schedule": null,
9025
9136
  "specialty_lighting_schedule": null,
9026
9137
  "exit_lighting_schedule": null,
9027
- "target_illuminance_setpoint": null,
9138
+ "target_illuminance_setpoint": 150,
9139
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
9028
9140
  "psa_nongeometry_fraction": null,
9029
9141
  "ssa_nongeometry_fraction": null,
9030
9142
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -9105,7 +9217,8 @@
9105
9217
  "high_bay_lighting_schedule": null,
9106
9218
  "specialty_lighting_schedule": null,
9107
9219
  "exit_lighting_schedule": null,
9108
- "target_illuminance_setpoint": null,
9220
+ "target_illuminance_setpoint": 150,
9221
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
9109
9222
  "psa_nongeometry_fraction": null,
9110
9223
  "ssa_nongeometry_fraction": null,
9111
9224
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -9186,7 +9299,8 @@
9186
9299
  "high_bay_lighting_schedule": null,
9187
9300
  "specialty_lighting_schedule": null,
9188
9301
  "exit_lighting_schedule": null,
9189
- "target_illuminance_setpoint": null,
9302
+ "target_illuminance_setpoint": 150,
9303
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
9190
9304
  "psa_nongeometry_fraction": null,
9191
9305
  "ssa_nongeometry_fraction": null,
9192
9306
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -9267,7 +9381,8 @@
9267
9381
  "high_bay_lighting_schedule": null,
9268
9382
  "specialty_lighting_schedule": null,
9269
9383
  "exit_lighting_schedule": null,
9270
- "target_illuminance_setpoint": null,
9384
+ "target_illuminance_setpoint": 150,
9385
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
9271
9386
  "psa_nongeometry_fraction": null,
9272
9387
  "ssa_nongeometry_fraction": null,
9273
9388
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -9348,7 +9463,8 @@
9348
9463
  "high_bay_lighting_schedule": null,
9349
9464
  "specialty_lighting_schedule": null,
9350
9465
  "exit_lighting_schedule": null,
9351
- "target_illuminance_setpoint": null,
9466
+ "target_illuminance_setpoint": 150,
9467
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
9352
9468
  "psa_nongeometry_fraction": null,
9353
9469
  "ssa_nongeometry_fraction": null,
9354
9470
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -9429,7 +9545,8 @@
9429
9545
  "high_bay_lighting_schedule": null,
9430
9546
  "specialty_lighting_schedule": null,
9431
9547
  "exit_lighting_schedule": null,
9432
- "target_illuminance_setpoint": null,
9548
+ "target_illuminance_setpoint": 150,
9549
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
9433
9550
  "psa_nongeometry_fraction": null,
9434
9551
  "ssa_nongeometry_fraction": null,
9435
9552
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -9510,7 +9627,8 @@
9510
9627
  "high_bay_lighting_schedule": null,
9511
9628
  "specialty_lighting_schedule": null,
9512
9629
  "exit_lighting_schedule": null,
9513
- "target_illuminance_setpoint": null,
9630
+ "target_illuminance_setpoint": 150,
9631
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
9514
9632
  "psa_nongeometry_fraction": null,
9515
9633
  "ssa_nongeometry_fraction": null,
9516
9634
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -9591,7 +9709,8 @@
9591
9709
  "high_bay_lighting_schedule": null,
9592
9710
  "specialty_lighting_schedule": null,
9593
9711
  "exit_lighting_schedule": null,
9594
- "target_illuminance_setpoint": null,
9712
+ "target_illuminance_setpoint": 150,
9713
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
9595
9714
  "psa_nongeometry_fraction": null,
9596
9715
  "ssa_nongeometry_fraction": null,
9597
9716
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -9672,7 +9791,8 @@
9672
9791
  "high_bay_lighting_schedule": null,
9673
9792
  "specialty_lighting_schedule": null,
9674
9793
  "exit_lighting_schedule": null,
9675
- "target_illuminance_setpoint": null,
9794
+ "target_illuminance_setpoint": 150,
9795
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
9676
9796
  "psa_nongeometry_fraction": null,
9677
9797
  "ssa_nongeometry_fraction": null,
9678
9798
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -9753,7 +9873,8 @@
9753
9873
  "high_bay_lighting_schedule": null,
9754
9874
  "specialty_lighting_schedule": null,
9755
9875
  "exit_lighting_schedule": null,
9756
- "target_illuminance_setpoint": null,
9876
+ "target_illuminance_setpoint": 150,
9877
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
9757
9878
  "psa_nongeometry_fraction": null,
9758
9879
  "ssa_nongeometry_fraction": null,
9759
9880
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -9834,7 +9955,8 @@
9834
9955
  "high_bay_lighting_schedule": null,
9835
9956
  "specialty_lighting_schedule": null,
9836
9957
  "exit_lighting_schedule": null,
9837
- "target_illuminance_setpoint": null,
9958
+ "target_illuminance_setpoint": 150,
9959
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
9838
9960
  "psa_nongeometry_fraction": null,
9839
9961
  "ssa_nongeometry_fraction": null,
9840
9962
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -9915,7 +10037,8 @@
9915
10037
  "high_bay_lighting_schedule": null,
9916
10038
  "specialty_lighting_schedule": null,
9917
10039
  "exit_lighting_schedule": null,
9918
- "target_illuminance_setpoint": null,
10040
+ "target_illuminance_setpoint": 150,
10041
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
9919
10042
  "psa_nongeometry_fraction": null,
9920
10043
  "ssa_nongeometry_fraction": null,
9921
10044
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -9996,7 +10119,8 @@
9996
10119
  "high_bay_lighting_schedule": null,
9997
10120
  "specialty_lighting_schedule": null,
9998
10121
  "exit_lighting_schedule": null,
9999
- "target_illuminance_setpoint": null,
10122
+ "target_illuminance_setpoint": 150,
10123
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
10000
10124
  "psa_nongeometry_fraction": null,
10001
10125
  "ssa_nongeometry_fraction": null,
10002
10126
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -10077,7 +10201,8 @@
10077
10201
  "high_bay_lighting_schedule": null,
10078
10202
  "specialty_lighting_schedule": null,
10079
10203
  "exit_lighting_schedule": null,
10080
- "target_illuminance_setpoint": null,
10204
+ "target_illuminance_setpoint": 150,
10205
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
10081
10206
  "psa_nongeometry_fraction": null,
10082
10207
  "ssa_nongeometry_fraction": null,
10083
10208
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -10158,7 +10283,8 @@
10158
10283
  "high_bay_lighting_schedule": null,
10159
10284
  "specialty_lighting_schedule": null,
10160
10285
  "exit_lighting_schedule": null,
10161
- "target_illuminance_setpoint": null,
10286
+ "target_illuminance_setpoint": 150,
10287
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
10162
10288
  "psa_nongeometry_fraction": null,
10163
10289
  "ssa_nongeometry_fraction": null,
10164
10290
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -10239,7 +10365,8 @@
10239
10365
  "high_bay_lighting_schedule": null,
10240
10366
  "specialty_lighting_schedule": null,
10241
10367
  "exit_lighting_schedule": null,
10242
- "target_illuminance_setpoint": null,
10368
+ "target_illuminance_setpoint": 150,
10369
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
10243
10370
  "psa_nongeometry_fraction": null,
10244
10371
  "ssa_nongeometry_fraction": null,
10245
10372
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -10320,7 +10447,8 @@
10320
10447
  "high_bay_lighting_schedule": null,
10321
10448
  "specialty_lighting_schedule": null,
10322
10449
  "exit_lighting_schedule": null,
10323
- "target_illuminance_setpoint": null,
10450
+ "target_illuminance_setpoint": 150,
10451
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
10324
10452
  "psa_nongeometry_fraction": null,
10325
10453
  "ssa_nongeometry_fraction": null,
10326
10454
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -10401,7 +10529,8 @@
10401
10529
  "high_bay_lighting_schedule": null,
10402
10530
  "specialty_lighting_schedule": null,
10403
10531
  "exit_lighting_schedule": null,
10404
- "target_illuminance_setpoint": null,
10532
+ "target_illuminance_setpoint": 150,
10533
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
10405
10534
  "psa_nongeometry_fraction": null,
10406
10535
  "ssa_nongeometry_fraction": null,
10407
10536
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -10482,7 +10611,8 @@
10482
10611
  "high_bay_lighting_schedule": null,
10483
10612
  "specialty_lighting_schedule": null,
10484
10613
  "exit_lighting_schedule": null,
10485
- "target_illuminance_setpoint": null,
10614
+ "target_illuminance_setpoint": 150,
10615
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
10486
10616
  "psa_nongeometry_fraction": null,
10487
10617
  "ssa_nongeometry_fraction": null,
10488
10618
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -10563,7 +10693,8 @@
10563
10693
  "high_bay_lighting_schedule": null,
10564
10694
  "specialty_lighting_schedule": null,
10565
10695
  "exit_lighting_schedule": null,
10566
- "target_illuminance_setpoint": null,
10696
+ "target_illuminance_setpoint": 150,
10697
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
10567
10698
  "psa_nongeometry_fraction": null,
10568
10699
  "ssa_nongeometry_fraction": null,
10569
10700
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -10644,7 +10775,8 @@
10644
10775
  "high_bay_lighting_schedule": null,
10645
10776
  "specialty_lighting_schedule": null,
10646
10777
  "exit_lighting_schedule": null,
10647
- "target_illuminance_setpoint": null,
10778
+ "target_illuminance_setpoint": 150,
10779
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
10648
10780
  "psa_nongeometry_fraction": null,
10649
10781
  "ssa_nongeometry_fraction": null,
10650
10782
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -10725,7 +10857,8 @@
10725
10857
  "high_bay_lighting_schedule": null,
10726
10858
  "specialty_lighting_schedule": null,
10727
10859
  "exit_lighting_schedule": null,
10728
- "target_illuminance_setpoint": null,
10860
+ "target_illuminance_setpoint": 150,
10861
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
10729
10862
  "psa_nongeometry_fraction": null,
10730
10863
  "ssa_nongeometry_fraction": null,
10731
10864
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -10806,7 +10939,8 @@
10806
10939
  "high_bay_lighting_schedule": null,
10807
10940
  "specialty_lighting_schedule": null,
10808
10941
  "exit_lighting_schedule": null,
10809
- "target_illuminance_setpoint": null,
10942
+ "target_illuminance_setpoint": 150,
10943
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
10810
10944
  "psa_nongeometry_fraction": null,
10811
10945
  "ssa_nongeometry_fraction": null,
10812
10946
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -10887,7 +11021,8 @@
10887
11021
  "high_bay_lighting_schedule": null,
10888
11022
  "specialty_lighting_schedule": null,
10889
11023
  "exit_lighting_schedule": null,
10890
- "target_illuminance_setpoint": null,
11024
+ "target_illuminance_setpoint": 150,
11025
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
10891
11026
  "psa_nongeometry_fraction": null,
10892
11027
  "ssa_nongeometry_fraction": null,
10893
11028
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -10968,7 +11103,8 @@
10968
11103
  "high_bay_lighting_schedule": null,
10969
11104
  "specialty_lighting_schedule": null,
10970
11105
  "exit_lighting_schedule": null,
10971
- "target_illuminance_setpoint": null,
11106
+ "target_illuminance_setpoint": 150,
11107
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
10972
11108
  "psa_nongeometry_fraction": null,
10973
11109
  "ssa_nongeometry_fraction": null,
10974
11110
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -11049,7 +11185,8 @@
11049
11185
  "high_bay_lighting_schedule": null,
11050
11186
  "specialty_lighting_schedule": null,
11051
11187
  "exit_lighting_schedule": null,
11052
- "target_illuminance_setpoint": null,
11188
+ "target_illuminance_setpoint": 150,
11189
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
11053
11190
  "psa_nongeometry_fraction": null,
11054
11191
  "ssa_nongeometry_fraction": null,
11055
11192
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -11130,7 +11267,8 @@
11130
11267
  "high_bay_lighting_schedule": null,
11131
11268
  "specialty_lighting_schedule": null,
11132
11269
  "exit_lighting_schedule": null,
11133
- "target_illuminance_setpoint": null,
11270
+ "target_illuminance_setpoint": 150,
11271
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
11134
11272
  "psa_nongeometry_fraction": null,
11135
11273
  "ssa_nongeometry_fraction": null,
11136
11274
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -11211,7 +11349,8 @@
11211
11349
  "high_bay_lighting_schedule": null,
11212
11350
  "specialty_lighting_schedule": null,
11213
11351
  "exit_lighting_schedule": null,
11214
- "target_illuminance_setpoint": null,
11352
+ "target_illuminance_setpoint": 150,
11353
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
11215
11354
  "psa_nongeometry_fraction": null,
11216
11355
  "ssa_nongeometry_fraction": null,
11217
11356
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -11292,7 +11431,8 @@
11292
11431
  "high_bay_lighting_schedule": null,
11293
11432
  "specialty_lighting_schedule": null,
11294
11433
  "exit_lighting_schedule": null,
11295
- "target_illuminance_setpoint": null,
11434
+ "target_illuminance_setpoint": 150,
11435
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
11296
11436
  "psa_nongeometry_fraction": null,
11297
11437
  "ssa_nongeometry_fraction": null,
11298
11438
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -11373,7 +11513,8 @@
11373
11513
  "high_bay_lighting_schedule": null,
11374
11514
  "specialty_lighting_schedule": null,
11375
11515
  "exit_lighting_schedule": null,
11376
- "target_illuminance_setpoint": null,
11516
+ "target_illuminance_setpoint": 150,
11517
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
11377
11518
  "psa_nongeometry_fraction": null,
11378
11519
  "ssa_nongeometry_fraction": null,
11379
11520
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -11454,7 +11595,8 @@
11454
11595
  "high_bay_lighting_schedule": null,
11455
11596
  "specialty_lighting_schedule": null,
11456
11597
  "exit_lighting_schedule": null,
11457
- "target_illuminance_setpoint": null,
11598
+ "target_illuminance_setpoint": 150,
11599
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
11458
11600
  "psa_nongeometry_fraction": null,
11459
11601
  "ssa_nongeometry_fraction": null,
11460
11602
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -11535,7 +11677,8 @@
11535
11677
  "high_bay_lighting_schedule": null,
11536
11678
  "specialty_lighting_schedule": null,
11537
11679
  "exit_lighting_schedule": null,
11538
- "target_illuminance_setpoint": null,
11680
+ "target_illuminance_setpoint": 150,
11681
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
11539
11682
  "psa_nongeometry_fraction": null,
11540
11683
  "ssa_nongeometry_fraction": null,
11541
11684
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -11616,7 +11759,8 @@
11616
11759
  "high_bay_lighting_schedule": null,
11617
11760
  "specialty_lighting_schedule": null,
11618
11761
  "exit_lighting_schedule": null,
11619
- "target_illuminance_setpoint": null,
11762
+ "target_illuminance_setpoint": 150,
11763
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
11620
11764
  "psa_nongeometry_fraction": null,
11621
11765
  "ssa_nongeometry_fraction": null,
11622
11766
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -11697,7 +11841,8 @@
11697
11841
  "high_bay_lighting_schedule": null,
11698
11842
  "specialty_lighting_schedule": null,
11699
11843
  "exit_lighting_schedule": null,
11700
- "target_illuminance_setpoint": null,
11844
+ "target_illuminance_setpoint": 150,
11845
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
11701
11846
  "psa_nongeometry_fraction": null,
11702
11847
  "ssa_nongeometry_fraction": null,
11703
11848
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -11778,7 +11923,8 @@
11778
11923
  "high_bay_lighting_schedule": null,
11779
11924
  "specialty_lighting_schedule": null,
11780
11925
  "exit_lighting_schedule": null,
11781
- "target_illuminance_setpoint": null,
11926
+ "target_illuminance_setpoint": 150,
11927
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
11782
11928
  "psa_nongeometry_fraction": null,
11783
11929
  "ssa_nongeometry_fraction": null,
11784
11930
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -11859,7 +12005,8 @@
11859
12005
  "high_bay_lighting_schedule": null,
11860
12006
  "specialty_lighting_schedule": null,
11861
12007
  "exit_lighting_schedule": null,
11862
- "target_illuminance_setpoint": null,
12008
+ "target_illuminance_setpoint": 150,
12009
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
11863
12010
  "psa_nongeometry_fraction": null,
11864
12011
  "ssa_nongeometry_fraction": null,
11865
12012
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -11940,7 +12087,8 @@
11940
12087
  "high_bay_lighting_schedule": null,
11941
12088
  "specialty_lighting_schedule": null,
11942
12089
  "exit_lighting_schedule": null,
11943
- "target_illuminance_setpoint": null,
12090
+ "target_illuminance_setpoint": 400,
12091
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
11944
12092
  "psa_nongeometry_fraction": null,
11945
12093
  "ssa_nongeometry_fraction": null,
11946
12094
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -12021,7 +12169,8 @@
12021
12169
  "high_bay_lighting_schedule": null,
12022
12170
  "specialty_lighting_schedule": null,
12023
12171
  "exit_lighting_schedule": null,
12024
- "target_illuminance_setpoint": null,
12172
+ "target_illuminance_setpoint": 100,
12173
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
12025
12174
  "psa_nongeometry_fraction": null,
12026
12175
  "ssa_nongeometry_fraction": null,
12027
12176
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -12102,7 +12251,8 @@
12102
12251
  "high_bay_lighting_schedule": null,
12103
12252
  "specialty_lighting_schedule": null,
12104
12253
  "exit_lighting_schedule": null,
12105
- "target_illuminance_setpoint": null,
12254
+ "target_illuminance_setpoint": 200,
12255
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
12106
12256
  "psa_nongeometry_fraction": null,
12107
12257
  "ssa_nongeometry_fraction": null,
12108
12258
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -12183,7 +12333,8 @@
12183
12333
  "high_bay_lighting_schedule": null,
12184
12334
  "specialty_lighting_schedule": null,
12185
12335
  "exit_lighting_schedule": null,
12186
- "target_illuminance_setpoint": null,
12336
+ "target_illuminance_setpoint": 200,
12337
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
12187
12338
  "psa_nongeometry_fraction": null,
12188
12339
  "ssa_nongeometry_fraction": null,
12189
12340
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -12264,7 +12415,8 @@
12264
12415
  "high_bay_lighting_schedule": null,
12265
12416
  "specialty_lighting_schedule": null,
12266
12417
  "exit_lighting_schedule": null,
12267
- "target_illuminance_setpoint": null,
12418
+ "target_illuminance_setpoint": 200,
12419
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
12268
12420
  "psa_nongeometry_fraction": null,
12269
12421
  "ssa_nongeometry_fraction": null,
12270
12422
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -12345,7 +12497,8 @@
12345
12497
  "high_bay_lighting_schedule": null,
12346
12498
  "specialty_lighting_schedule": null,
12347
12499
  "exit_lighting_schedule": null,
12348
- "target_illuminance_setpoint": null,
12500
+ "target_illuminance_setpoint": 200,
12501
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
12349
12502
  "psa_nongeometry_fraction": null,
12350
12503
  "ssa_nongeometry_fraction": null,
12351
12504
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -12426,7 +12579,8 @@
12426
12579
  "high_bay_lighting_schedule": null,
12427
12580
  "specialty_lighting_schedule": null,
12428
12581
  "exit_lighting_schedule": null,
12429
- "target_illuminance_setpoint": null,
12582
+ "target_illuminance_setpoint": 200,
12583
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
12430
12584
  "psa_nongeometry_fraction": null,
12431
12585
  "ssa_nongeometry_fraction": null,
12432
12586
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -12507,7 +12661,8 @@
12507
12661
  "high_bay_lighting_schedule": null,
12508
12662
  "specialty_lighting_schedule": null,
12509
12663
  "exit_lighting_schedule": null,
12510
- "target_illuminance_setpoint": null,
12664
+ "target_illuminance_setpoint": 250,
12665
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
12511
12666
  "psa_nongeometry_fraction": null,
12512
12667
  "ssa_nongeometry_fraction": null,
12513
12668
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -12588,7 +12743,8 @@
12588
12743
  "high_bay_lighting_schedule": null,
12589
12744
  "specialty_lighting_schedule": null,
12590
12745
  "exit_lighting_schedule": null,
12591
- "target_illuminance_setpoint": null,
12746
+ "target_illuminance_setpoint": 350,
12747
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
12592
12748
  "psa_nongeometry_fraction": null,
12593
12749
  "ssa_nongeometry_fraction": null,
12594
12750
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -12669,7 +12825,8 @@
12669
12825
  "high_bay_lighting_schedule": null,
12670
12826
  "specialty_lighting_schedule": null,
12671
12827
  "exit_lighting_schedule": null,
12672
- "target_illuminance_setpoint": null,
12828
+ "target_illuminance_setpoint": 350,
12829
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
12673
12830
  "psa_nongeometry_fraction": null,
12674
12831
  "ssa_nongeometry_fraction": null,
12675
12832
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -12750,7 +12907,8 @@
12750
12907
  "high_bay_lighting_schedule": null,
12751
12908
  "specialty_lighting_schedule": null,
12752
12909
  "exit_lighting_schedule": null,
12753
- "target_illuminance_setpoint": null,
12910
+ "target_illuminance_setpoint": 350,
12911
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
12754
12912
  "psa_nongeometry_fraction": null,
12755
12913
  "ssa_nongeometry_fraction": null,
12756
12914
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -12831,7 +12989,8 @@
12831
12989
  "high_bay_lighting_schedule": null,
12832
12990
  "specialty_lighting_schedule": null,
12833
12991
  "exit_lighting_schedule": null,
12834
- "target_illuminance_setpoint": null,
12992
+ "target_illuminance_setpoint": 350,
12993
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
12835
12994
  "psa_nongeometry_fraction": null,
12836
12995
  "ssa_nongeometry_fraction": null,
12837
12996
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -12912,7 +13071,8 @@
12912
13071
  "high_bay_lighting_schedule": null,
12913
13072
  "specialty_lighting_schedule": null,
12914
13073
  "exit_lighting_schedule": null,
12915
- "target_illuminance_setpoint": null,
13074
+ "target_illuminance_setpoint": 350,
13075
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
12916
13076
  "psa_nongeometry_fraction": null,
12917
13077
  "ssa_nongeometry_fraction": null,
12918
13078
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -12993,7 +13153,8 @@
12993
13153
  "high_bay_lighting_schedule": null,
12994
13154
  "specialty_lighting_schedule": null,
12995
13155
  "exit_lighting_schedule": null,
12996
- "target_illuminance_setpoint": null,
13156
+ "target_illuminance_setpoint": 350,
13157
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
12997
13158
  "psa_nongeometry_fraction": null,
12998
13159
  "ssa_nongeometry_fraction": null,
12999
13160
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -13074,7 +13235,8 @@
13074
13235
  "high_bay_lighting_schedule": null,
13075
13236
  "specialty_lighting_schedule": null,
13076
13237
  "exit_lighting_schedule": null,
13077
- "target_illuminance_setpoint": null,
13238
+ "target_illuminance_setpoint": 350,
13239
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
13078
13240
  "psa_nongeometry_fraction": null,
13079
13241
  "ssa_nongeometry_fraction": null,
13080
13242
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -13155,7 +13317,8 @@
13155
13317
  "high_bay_lighting_schedule": null,
13156
13318
  "specialty_lighting_schedule": null,
13157
13319
  "exit_lighting_schedule": null,
13158
- "target_illuminance_setpoint": null,
13320
+ "target_illuminance_setpoint": 350,
13321
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
13159
13322
  "psa_nongeometry_fraction": null,
13160
13323
  "ssa_nongeometry_fraction": null,
13161
13324
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -13236,7 +13399,8 @@
13236
13399
  "high_bay_lighting_schedule": null,
13237
13400
  "specialty_lighting_schedule": null,
13238
13401
  "exit_lighting_schedule": null,
13239
- "target_illuminance_setpoint": null,
13402
+ "target_illuminance_setpoint": 350,
13403
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
13240
13404
  "psa_nongeometry_fraction": null,
13241
13405
  "ssa_nongeometry_fraction": null,
13242
13406
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -13317,7 +13481,8 @@
13317
13481
  "high_bay_lighting_schedule": null,
13318
13482
  "specialty_lighting_schedule": null,
13319
13483
  "exit_lighting_schedule": null,
13320
- "target_illuminance_setpoint": null,
13484
+ "target_illuminance_setpoint": 350,
13485
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
13321
13486
  "psa_nongeometry_fraction": null,
13322
13487
  "ssa_nongeometry_fraction": null,
13323
13488
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -13398,7 +13563,8 @@
13398
13563
  "high_bay_lighting_schedule": null,
13399
13564
  "specialty_lighting_schedule": null,
13400
13565
  "exit_lighting_schedule": null,
13401
- "target_illuminance_setpoint": null,
13566
+ "target_illuminance_setpoint": 350,
13567
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
13402
13568
  "psa_nongeometry_fraction": null,
13403
13569
  "ssa_nongeometry_fraction": null,
13404
13570
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -13479,7 +13645,8 @@
13479
13645
  "high_bay_lighting_schedule": null,
13480
13646
  "specialty_lighting_schedule": null,
13481
13647
  "exit_lighting_schedule": null,
13482
- "target_illuminance_setpoint": null,
13648
+ "target_illuminance_setpoint": 350,
13649
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
13483
13650
  "psa_nongeometry_fraction": null,
13484
13651
  "ssa_nongeometry_fraction": null,
13485
13652
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -13560,7 +13727,8 @@
13560
13727
  "high_bay_lighting_schedule": null,
13561
13728
  "specialty_lighting_schedule": null,
13562
13729
  "exit_lighting_schedule": null,
13563
- "target_illuminance_setpoint": null,
13730
+ "target_illuminance_setpoint": 500,
13731
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
13564
13732
  "psa_nongeometry_fraction": null,
13565
13733
  "ssa_nongeometry_fraction": null,
13566
13734
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -13641,7 +13809,8 @@
13641
13809
  "high_bay_lighting_schedule": null,
13642
13810
  "specialty_lighting_schedule": null,
13643
13811
  "exit_lighting_schedule": null,
13644
- "target_illuminance_setpoint": null,
13812
+ "target_illuminance_setpoint": 200,
13813
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
13645
13814
  "psa_nongeometry_fraction": null,
13646
13815
  "ssa_nongeometry_fraction": null,
13647
13816
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -13722,7 +13891,8 @@
13722
13891
  "high_bay_lighting_schedule": null,
13723
13892
  "specialty_lighting_schedule": null,
13724
13893
  "exit_lighting_schedule": null,
13725
- "target_illuminance_setpoint": null,
13894
+ "target_illuminance_setpoint": 500,
13895
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
13726
13896
  "psa_nongeometry_fraction": null,
13727
13897
  "ssa_nongeometry_fraction": null,
13728
13898
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -13803,7 +13973,8 @@
13803
13973
  "high_bay_lighting_schedule": null,
13804
13974
  "specialty_lighting_schedule": null,
13805
13975
  "exit_lighting_schedule": null,
13806
- "target_illuminance_setpoint": null,
13976
+ "target_illuminance_setpoint": 650,
13977
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
13807
13978
  "psa_nongeometry_fraction": null,
13808
13979
  "ssa_nongeometry_fraction": null,
13809
13980
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -13884,7 +14055,8 @@
13884
14055
  "high_bay_lighting_schedule": null,
13885
14056
  "specialty_lighting_schedule": null,
13886
14057
  "exit_lighting_schedule": null,
13887
- "target_illuminance_setpoint": null,
14058
+ "target_illuminance_setpoint": 350,
14059
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
13888
14060
  "psa_nongeometry_fraction": null,
13889
14061
  "ssa_nongeometry_fraction": null,
13890
14062
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -13965,7 +14137,8 @@
13965
14137
  "high_bay_lighting_schedule": null,
13966
14138
  "specialty_lighting_schedule": null,
13967
14139
  "exit_lighting_schedule": null,
13968
- "target_illuminance_setpoint": null,
14140
+ "target_illuminance_setpoint": 200,
14141
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
13969
14142
  "psa_nongeometry_fraction": null,
13970
14143
  "ssa_nongeometry_fraction": null,
13971
14144
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -14046,7 +14219,8 @@
14046
14219
  "high_bay_lighting_schedule": null,
14047
14220
  "specialty_lighting_schedule": null,
14048
14221
  "exit_lighting_schedule": null,
14049
- "target_illuminance_setpoint": null,
14222
+ "target_illuminance_setpoint": 200,
14223
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
14050
14224
  "psa_nongeometry_fraction": null,
14051
14225
  "ssa_nongeometry_fraction": null,
14052
14226
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -14127,7 +14301,8 @@
14127
14301
  "high_bay_lighting_schedule": null,
14128
14302
  "specialty_lighting_schedule": null,
14129
14303
  "exit_lighting_schedule": null,
14130
- "target_illuminance_setpoint": null,
14304
+ "target_illuminance_setpoint": 250,
14305
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
14131
14306
  "psa_nongeometry_fraction": null,
14132
14307
  "ssa_nongeometry_fraction": null,
14133
14308
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -14208,7 +14383,8 @@
14208
14383
  "high_bay_lighting_schedule": null,
14209
14384
  "specialty_lighting_schedule": null,
14210
14385
  "exit_lighting_schedule": null,
14211
- "target_illuminance_setpoint": null,
14386
+ "target_illuminance_setpoint": 150,
14387
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
14212
14388
  "psa_nongeometry_fraction": null,
14213
14389
  "ssa_nongeometry_fraction": null,
14214
14390
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -14289,7 +14465,8 @@
14289
14465
  "high_bay_lighting_schedule": null,
14290
14466
  "specialty_lighting_schedule": null,
14291
14467
  "exit_lighting_schedule": null,
14292
- "target_illuminance_setpoint": null,
14468
+ "target_illuminance_setpoint": 200,
14469
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
14293
14470
  "psa_nongeometry_fraction": null,
14294
14471
  "ssa_nongeometry_fraction": null,
14295
14472
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -14370,7 +14547,8 @@
14370
14547
  "high_bay_lighting_schedule": null,
14371
14548
  "specialty_lighting_schedule": null,
14372
14549
  "exit_lighting_schedule": null,
14373
- "target_illuminance_setpoint": null,
14550
+ "target_illuminance_setpoint": 150,
14551
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
14374
14552
  "psa_nongeometry_fraction": null,
14375
14553
  "ssa_nongeometry_fraction": null,
14376
14554
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -14451,7 +14629,8 @@
14451
14629
  "high_bay_lighting_schedule": null,
14452
14630
  "specialty_lighting_schedule": null,
14453
14631
  "exit_lighting_schedule": null,
14454
- "target_illuminance_setpoint": null,
14632
+ "target_illuminance_setpoint": 150,
14633
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
14455
14634
  "psa_nongeometry_fraction": null,
14456
14635
  "ssa_nongeometry_fraction": null,
14457
14636
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -14532,7 +14711,8 @@
14532
14711
  "high_bay_lighting_schedule": null,
14533
14712
  "specialty_lighting_schedule": null,
14534
14713
  "exit_lighting_schedule": null,
14535
- "target_illuminance_setpoint": null,
14714
+ "target_illuminance_setpoint": 100,
14715
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
14536
14716
  "psa_nongeometry_fraction": null,
14537
14717
  "ssa_nongeometry_fraction": null,
14538
14718
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -14613,7 +14793,8 @@
14613
14793
  "high_bay_lighting_schedule": null,
14614
14794
  "specialty_lighting_schedule": null,
14615
14795
  "exit_lighting_schedule": null,
14616
- "target_illuminance_setpoint": null,
14796
+ "target_illuminance_setpoint": 100,
14797
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
14617
14798
  "psa_nongeometry_fraction": null,
14618
14799
  "ssa_nongeometry_fraction": null,
14619
14800
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -14694,7 +14875,8 @@
14694
14875
  "high_bay_lighting_schedule": null,
14695
14876
  "specialty_lighting_schedule": null,
14696
14877
  "exit_lighting_schedule": null,
14697
- "target_illuminance_setpoint": null,
14878
+ "target_illuminance_setpoint": 100,
14879
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
14698
14880
  "psa_nongeometry_fraction": null,
14699
14881
  "ssa_nongeometry_fraction": null,
14700
14882
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -14775,7 +14957,8 @@
14775
14957
  "high_bay_lighting_schedule": null,
14776
14958
  "specialty_lighting_schedule": null,
14777
14959
  "exit_lighting_schedule": null,
14778
- "target_illuminance_setpoint": null,
14960
+ "target_illuminance_setpoint": 100,
14961
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
14779
14962
  "psa_nongeometry_fraction": null,
14780
14963
  "ssa_nongeometry_fraction": null,
14781
14964
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -14856,7 +15039,8 @@
14856
15039
  "high_bay_lighting_schedule": null,
14857
15040
  "specialty_lighting_schedule": null,
14858
15041
  "exit_lighting_schedule": null,
14859
- "target_illuminance_setpoint": null,
15042
+ "target_illuminance_setpoint": 100,
15043
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
14860
15044
  "psa_nongeometry_fraction": null,
14861
15045
  "ssa_nongeometry_fraction": null,
14862
15046
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -14937,7 +15121,8 @@
14937
15121
  "high_bay_lighting_schedule": null,
14938
15122
  "specialty_lighting_schedule": null,
14939
15123
  "exit_lighting_schedule": null,
14940
- "target_illuminance_setpoint": null,
15124
+ "target_illuminance_setpoint": 100,
15125
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
14941
15126
  "psa_nongeometry_fraction": null,
14942
15127
  "ssa_nongeometry_fraction": null,
14943
15128
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -15018,7 +15203,8 @@
15018
15203
  "high_bay_lighting_schedule": null,
15019
15204
  "specialty_lighting_schedule": null,
15020
15205
  "exit_lighting_schedule": null,
15021
- "target_illuminance_setpoint": null,
15206
+ "target_illuminance_setpoint": 100,
15207
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
15022
15208
  "psa_nongeometry_fraction": null,
15023
15209
  "ssa_nongeometry_fraction": null,
15024
15210
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -15099,7 +15285,8 @@
15099
15285
  "high_bay_lighting_schedule": null,
15100
15286
  "specialty_lighting_schedule": null,
15101
15287
  "exit_lighting_schedule": null,
15102
- "target_illuminance_setpoint": null,
15288
+ "target_illuminance_setpoint": 100,
15289
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
15103
15290
  "psa_nongeometry_fraction": null,
15104
15291
  "ssa_nongeometry_fraction": null,
15105
15292
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -15180,7 +15367,8 @@
15180
15367
  "high_bay_lighting_schedule": null,
15181
15368
  "specialty_lighting_schedule": null,
15182
15369
  "exit_lighting_schedule": null,
15183
- "target_illuminance_setpoint": null,
15370
+ "target_illuminance_setpoint": 100,
15371
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
15184
15372
  "psa_nongeometry_fraction": null,
15185
15373
  "ssa_nongeometry_fraction": null,
15186
15374
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -15261,7 +15449,8 @@
15261
15449
  "high_bay_lighting_schedule": null,
15262
15450
  "specialty_lighting_schedule": null,
15263
15451
  "exit_lighting_schedule": null,
15264
- "target_illuminance_setpoint": null,
15452
+ "target_illuminance_setpoint": 100,
15453
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
15265
15454
  "psa_nongeometry_fraction": null,
15266
15455
  "ssa_nongeometry_fraction": null,
15267
15456
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -15342,7 +15531,8 @@
15342
15531
  "high_bay_lighting_schedule": null,
15343
15532
  "specialty_lighting_schedule": null,
15344
15533
  "exit_lighting_schedule": null,
15345
- "target_illuminance_setpoint": null,
15534
+ "target_illuminance_setpoint": 100,
15535
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
15346
15536
  "psa_nongeometry_fraction": null,
15347
15537
  "ssa_nongeometry_fraction": null,
15348
15538
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -15423,7 +15613,8 @@
15423
15613
  "high_bay_lighting_schedule": null,
15424
15614
  "specialty_lighting_schedule": null,
15425
15615
  "exit_lighting_schedule": null,
15426
- "target_illuminance_setpoint": null,
15616
+ "target_illuminance_setpoint": 150,
15617
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
15427
15618
  "psa_nongeometry_fraction": null,
15428
15619
  "ssa_nongeometry_fraction": null,
15429
15620
  "ventilation_standard": "ASHRAE 170-2008 Table 7-1",
@@ -15504,7 +15695,8 @@
15504
15695
  "high_bay_lighting_schedule": null,
15505
15696
  "specialty_lighting_schedule": null,
15506
15697
  "exit_lighting_schedule": null,
15507
- "target_illuminance_setpoint": null,
15698
+ "target_illuminance_setpoint": 150,
15699
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
15508
15700
  "psa_nongeometry_fraction": null,
15509
15701
  "ssa_nongeometry_fraction": null,
15510
15702
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -15585,7 +15777,8 @@
15585
15777
  "high_bay_lighting_schedule": null,
15586
15778
  "specialty_lighting_schedule": null,
15587
15779
  "exit_lighting_schedule": null,
15588
- "target_illuminance_setpoint": null,
15780
+ "target_illuminance_setpoint": 400,
15781
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
15589
15782
  "psa_nongeometry_fraction": null,
15590
15783
  "ssa_nongeometry_fraction": null,
15591
15784
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -15666,7 +15859,8 @@
15666
15859
  "high_bay_lighting_schedule": null,
15667
15860
  "specialty_lighting_schedule": null,
15668
15861
  "exit_lighting_schedule": null,
15669
- "target_illuminance_setpoint": null,
15862
+ "target_illuminance_setpoint": 400,
15863
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
15670
15864
  "psa_nongeometry_fraction": null,
15671
15865
  "ssa_nongeometry_fraction": null,
15672
15866
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -15747,7 +15941,8 @@
15747
15941
  "high_bay_lighting_schedule": null,
15748
15942
  "specialty_lighting_schedule": null,
15749
15943
  "exit_lighting_schedule": null,
15750
- "target_illuminance_setpoint": null,
15944
+ "target_illuminance_setpoint": 400,
15945
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
15751
15946
  "psa_nongeometry_fraction": null,
15752
15947
  "ssa_nongeometry_fraction": null,
15753
15948
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -15828,7 +16023,8 @@
15828
16023
  "high_bay_lighting_schedule": null,
15829
16024
  "specialty_lighting_schedule": null,
15830
16025
  "exit_lighting_schedule": null,
15831
- "target_illuminance_setpoint": null,
16026
+ "target_illuminance_setpoint": 400,
16027
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
15832
16028
  "psa_nongeometry_fraction": null,
15833
16029
  "ssa_nongeometry_fraction": null,
15834
16030
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -15909,7 +16105,8 @@
15909
16105
  "high_bay_lighting_schedule": null,
15910
16106
  "specialty_lighting_schedule": null,
15911
16107
  "exit_lighting_schedule": null,
15912
- "target_illuminance_setpoint": null,
16108
+ "target_illuminance_setpoint": 500,
16109
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
15913
16110
  "psa_nongeometry_fraction": null,
15914
16111
  "ssa_nongeometry_fraction": null,
15915
16112
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -15990,7 +16187,8 @@
15990
16187
  "high_bay_lighting_schedule": null,
15991
16188
  "specialty_lighting_schedule": null,
15992
16189
  "exit_lighting_schedule": null,
15993
- "target_illuminance_setpoint": null,
16190
+ "target_illuminance_setpoint": 150,
16191
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
15994
16192
  "psa_nongeometry_fraction": null,
15995
16193
  "ssa_nongeometry_fraction": null,
15996
16194
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -16071,7 +16269,8 @@
16071
16269
  "high_bay_lighting_schedule": null,
16072
16270
  "specialty_lighting_schedule": null,
16073
16271
  "exit_lighting_schedule": null,
16074
- "target_illuminance_setpoint": null,
16272
+ "target_illuminance_setpoint": 150,
16273
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
16075
16274
  "psa_nongeometry_fraction": null,
16076
16275
  "ssa_nongeometry_fraction": null,
16077
16276
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -16152,7 +16351,8 @@
16152
16351
  "high_bay_lighting_schedule": null,
16153
16352
  "specialty_lighting_schedule": null,
16154
16353
  "exit_lighting_schedule": null,
16155
- "target_illuminance_setpoint": null,
16354
+ "target_illuminance_setpoint": 150,
16355
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
16156
16356
  "psa_nongeometry_fraction": null,
16157
16357
  "ssa_nongeometry_fraction": null,
16158
16358
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -16233,7 +16433,8 @@
16233
16433
  "high_bay_lighting_schedule": null,
16234
16434
  "specialty_lighting_schedule": null,
16235
16435
  "exit_lighting_schedule": null,
16236
- "target_illuminance_setpoint": null,
16436
+ "target_illuminance_setpoint": 150,
16437
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
16237
16438
  "psa_nongeometry_fraction": null,
16238
16439
  "ssa_nongeometry_fraction": null,
16239
16440
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -16314,7 +16515,8 @@
16314
16515
  "high_bay_lighting_schedule": null,
16315
16516
  "specialty_lighting_schedule": null,
16316
16517
  "exit_lighting_schedule": null,
16317
- "target_illuminance_setpoint": null,
16518
+ "target_illuminance_setpoint": 150,
16519
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
16318
16520
  "psa_nongeometry_fraction": null,
16319
16521
  "ssa_nongeometry_fraction": null,
16320
16522
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -16395,7 +16597,8 @@
16395
16597
  "high_bay_lighting_schedule": null,
16396
16598
  "specialty_lighting_schedule": null,
16397
16599
  "exit_lighting_schedule": null,
16398
- "target_illuminance_setpoint": null,
16600
+ "target_illuminance_setpoint": 150,
16601
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
16399
16602
  "psa_nongeometry_fraction": null,
16400
16603
  "ssa_nongeometry_fraction": null,
16401
16604
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -16476,7 +16679,8 @@
16476
16679
  "high_bay_lighting_schedule": null,
16477
16680
  "specialty_lighting_schedule": null,
16478
16681
  "exit_lighting_schedule": null,
16479
- "target_illuminance_setpoint": null,
16682
+ "target_illuminance_setpoint": 150,
16683
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
16480
16684
  "psa_nongeometry_fraction": null,
16481
16685
  "ssa_nongeometry_fraction": null,
16482
16686
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -16557,7 +16761,8 @@
16557
16761
  "high_bay_lighting_schedule": null,
16558
16762
  "specialty_lighting_schedule": null,
16559
16763
  "exit_lighting_schedule": null,
16560
- "target_illuminance_setpoint": null,
16764
+ "target_illuminance_setpoint": 150,
16765
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
16561
16766
  "psa_nongeometry_fraction": null,
16562
16767
  "ssa_nongeometry_fraction": null,
16563
16768
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -16638,7 +16843,8 @@
16638
16843
  "high_bay_lighting_schedule": null,
16639
16844
  "specialty_lighting_schedule": null,
16640
16845
  "exit_lighting_schedule": null,
16641
- "target_illuminance_setpoint": null,
16846
+ "target_illuminance_setpoint": 150,
16847
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
16642
16848
  "psa_nongeometry_fraction": null,
16643
16849
  "ssa_nongeometry_fraction": null,
16644
16850
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -16719,7 +16925,8 @@
16719
16925
  "high_bay_lighting_schedule": null,
16720
16926
  "specialty_lighting_schedule": null,
16721
16927
  "exit_lighting_schedule": null,
16722
- "target_illuminance_setpoint": null,
16928
+ "target_illuminance_setpoint": 150,
16929
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
16723
16930
  "psa_nongeometry_fraction": null,
16724
16931
  "ssa_nongeometry_fraction": null,
16725
16932
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -16800,7 +17007,8 @@
16800
17007
  "high_bay_lighting_schedule": null,
16801
17008
  "specialty_lighting_schedule": null,
16802
17009
  "exit_lighting_schedule": null,
16803
- "target_illuminance_setpoint": null,
17010
+ "target_illuminance_setpoint": 150,
17011
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
16804
17012
  "psa_nongeometry_fraction": null,
16805
17013
  "ssa_nongeometry_fraction": null,
16806
17014
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -16881,7 +17089,8 @@
16881
17089
  "high_bay_lighting_schedule": null,
16882
17090
  "specialty_lighting_schedule": null,
16883
17091
  "exit_lighting_schedule": null,
16884
- "target_illuminance_setpoint": null,
17092
+ "target_illuminance_setpoint": 150,
17093
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
16885
17094
  "psa_nongeometry_fraction": null,
16886
17095
  "ssa_nongeometry_fraction": null,
16887
17096
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -16962,7 +17171,8 @@
16962
17171
  "high_bay_lighting_schedule": null,
16963
17172
  "specialty_lighting_schedule": null,
16964
17173
  "exit_lighting_schedule": null,
16965
- "target_illuminance_setpoint": null,
17174
+ "target_illuminance_setpoint": 150,
17175
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
16966
17176
  "psa_nongeometry_fraction": null,
16967
17177
  "ssa_nongeometry_fraction": null,
16968
17178
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -17043,7 +17253,8 @@
17043
17253
  "high_bay_lighting_schedule": null,
17044
17254
  "specialty_lighting_schedule": null,
17045
17255
  "exit_lighting_schedule": null,
17046
- "target_illuminance_setpoint": null,
17256
+ "target_illuminance_setpoint": 150,
17257
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
17047
17258
  "psa_nongeometry_fraction": null,
17048
17259
  "ssa_nongeometry_fraction": null,
17049
17260
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -17124,7 +17335,8 @@
17124
17335
  "high_bay_lighting_schedule": null,
17125
17336
  "specialty_lighting_schedule": null,
17126
17337
  "exit_lighting_schedule": null,
17127
- "target_illuminance_setpoint": null,
17338
+ "target_illuminance_setpoint": 150,
17339
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
17128
17340
  "psa_nongeometry_fraction": null,
17129
17341
  "ssa_nongeometry_fraction": null,
17130
17342
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -17205,7 +17417,8 @@
17205
17417
  "high_bay_lighting_schedule": null,
17206
17418
  "specialty_lighting_schedule": null,
17207
17419
  "exit_lighting_schedule": null,
17208
- "target_illuminance_setpoint": null,
17420
+ "target_illuminance_setpoint": 150,
17421
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
17209
17422
  "psa_nongeometry_fraction": null,
17210
17423
  "ssa_nongeometry_fraction": null,
17211
17424
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -17286,7 +17499,8 @@
17286
17499
  "high_bay_lighting_schedule": null,
17287
17500
  "specialty_lighting_schedule": null,
17288
17501
  "exit_lighting_schedule": null,
17289
- "target_illuminance_setpoint": null,
17502
+ "target_illuminance_setpoint": 150,
17503
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
17290
17504
  "psa_nongeometry_fraction": null,
17291
17505
  "ssa_nongeometry_fraction": null,
17292
17506
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -17367,7 +17581,8 @@
17367
17581
  "high_bay_lighting_schedule": null,
17368
17582
  "specialty_lighting_schedule": null,
17369
17583
  "exit_lighting_schedule": null,
17370
- "target_illuminance_setpoint": null,
17584
+ "target_illuminance_setpoint": 150,
17585
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
17371
17586
  "psa_nongeometry_fraction": null,
17372
17587
  "ssa_nongeometry_fraction": null,
17373
17588
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -17448,7 +17663,8 @@
17448
17663
  "high_bay_lighting_schedule": null,
17449
17664
  "specialty_lighting_schedule": null,
17450
17665
  "exit_lighting_schedule": null,
17451
- "target_illuminance_setpoint": null,
17666
+ "target_illuminance_setpoint": 150,
17667
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
17452
17668
  "psa_nongeometry_fraction": null,
17453
17669
  "ssa_nongeometry_fraction": null,
17454
17670
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -17529,7 +17745,8 @@
17529
17745
  "high_bay_lighting_schedule": null,
17530
17746
  "specialty_lighting_schedule": null,
17531
17747
  "exit_lighting_schedule": null,
17532
- "target_illuminance_setpoint": null,
17748
+ "target_illuminance_setpoint": 150,
17749
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
17533
17750
  "psa_nongeometry_fraction": null,
17534
17751
  "ssa_nongeometry_fraction": null,
17535
17752
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -17610,7 +17827,8 @@
17610
17827
  "high_bay_lighting_schedule": null,
17611
17828
  "specialty_lighting_schedule": null,
17612
17829
  "exit_lighting_schedule": null,
17613
- "target_illuminance_setpoint": null,
17830
+ "target_illuminance_setpoint": 150,
17831
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
17614
17832
  "psa_nongeometry_fraction": null,
17615
17833
  "ssa_nongeometry_fraction": null,
17616
17834
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -17691,7 +17909,8 @@
17691
17909
  "high_bay_lighting_schedule": null,
17692
17910
  "specialty_lighting_schedule": null,
17693
17911
  "exit_lighting_schedule": null,
17694
- "target_illuminance_setpoint": null,
17912
+ "target_illuminance_setpoint": 150,
17913
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
17695
17914
  "psa_nongeometry_fraction": null,
17696
17915
  "ssa_nongeometry_fraction": null,
17697
17916
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -17772,7 +17991,8 @@
17772
17991
  "high_bay_lighting_schedule": null,
17773
17992
  "specialty_lighting_schedule": null,
17774
17993
  "exit_lighting_schedule": null,
17775
- "target_illuminance_setpoint": null,
17994
+ "target_illuminance_setpoint": 75,
17995
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
17776
17996
  "psa_nongeometry_fraction": null,
17777
17997
  "ssa_nongeometry_fraction": null,
17778
17998
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -17853,7 +18073,8 @@
17853
18073
  "high_bay_lighting_schedule": null,
17854
18074
  "specialty_lighting_schedule": null,
17855
18075
  "exit_lighting_schedule": null,
17856
- "target_illuminance_setpoint": null,
18076
+ "target_illuminance_setpoint": 100,
18077
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
17857
18078
  "psa_nongeometry_fraction": null,
17858
18079
  "ssa_nongeometry_fraction": null,
17859
18080
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -17934,7 +18155,8 @@
17934
18155
  "high_bay_lighting_schedule": null,
17935
18156
  "specialty_lighting_schedule": null,
17936
18157
  "exit_lighting_schedule": null,
17937
- "target_illuminance_setpoint": null,
18158
+ "target_illuminance_setpoint": 100,
18159
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
17938
18160
  "psa_nongeometry_fraction": null,
17939
18161
  "ssa_nongeometry_fraction": null,
17940
18162
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -18015,7 +18237,8 @@
18015
18237
  "high_bay_lighting_schedule": null,
18016
18238
  "specialty_lighting_schedule": null,
18017
18239
  "exit_lighting_schedule": null,
18018
- "target_illuminance_setpoint": null,
18240
+ "target_illuminance_setpoint": 100,
18241
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
18019
18242
  "psa_nongeometry_fraction": null,
18020
18243
  "ssa_nongeometry_fraction": null,
18021
18244
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -18096,7 +18319,8 @@
18096
18319
  "high_bay_lighting_schedule": null,
18097
18320
  "specialty_lighting_schedule": null,
18098
18321
  "exit_lighting_schedule": null,
18099
- "target_illuminance_setpoint": null,
18322
+ "target_illuminance_setpoint": 100,
18323
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
18100
18324
  "psa_nongeometry_fraction": null,
18101
18325
  "ssa_nongeometry_fraction": null,
18102
18326
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -18177,7 +18401,8 @@
18177
18401
  "high_bay_lighting_schedule": null,
18178
18402
  "specialty_lighting_schedule": null,
18179
18403
  "exit_lighting_schedule": null,
18180
- "target_illuminance_setpoint": null,
18404
+ "target_illuminance_setpoint": 100,
18405
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
18181
18406
  "psa_nongeometry_fraction": null,
18182
18407
  "ssa_nongeometry_fraction": null,
18183
18408
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -18258,7 +18483,8 @@
18258
18483
  "high_bay_lighting_schedule": null,
18259
18484
  "specialty_lighting_schedule": null,
18260
18485
  "exit_lighting_schedule": null,
18261
- "target_illuminance_setpoint": null,
18486
+ "target_illuminance_setpoint": 100,
18487
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
18262
18488
  "psa_nongeometry_fraction": null,
18263
18489
  "ssa_nongeometry_fraction": null,
18264
18490
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -18339,7 +18565,8 @@
18339
18565
  "high_bay_lighting_schedule": null,
18340
18566
  "specialty_lighting_schedule": null,
18341
18567
  "exit_lighting_schedule": null,
18342
- "target_illuminance_setpoint": null,
18568
+ "target_illuminance_setpoint": 100,
18569
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
18343
18570
  "psa_nongeometry_fraction": null,
18344
18571
  "ssa_nongeometry_fraction": null,
18345
18572
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -18420,7 +18647,8 @@
18420
18647
  "high_bay_lighting_schedule": null,
18421
18648
  "specialty_lighting_schedule": null,
18422
18649
  "exit_lighting_schedule": null,
18423
- "target_illuminance_setpoint": null,
18650
+ "target_illuminance_setpoint": 100,
18651
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
18424
18652
  "psa_nongeometry_fraction": null,
18425
18653
  "ssa_nongeometry_fraction": null,
18426
18654
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -18501,7 +18729,8 @@
18501
18729
  "high_bay_lighting_schedule": null,
18502
18730
  "specialty_lighting_schedule": null,
18503
18731
  "exit_lighting_schedule": null,
18504
- "target_illuminance_setpoint": null,
18732
+ "target_illuminance_setpoint": 100,
18733
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
18505
18734
  "psa_nongeometry_fraction": null,
18506
18735
  "ssa_nongeometry_fraction": null,
18507
18736
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -18582,7 +18811,8 @@
18582
18811
  "high_bay_lighting_schedule": null,
18583
18812
  "specialty_lighting_schedule": null,
18584
18813
  "exit_lighting_schedule": null,
18585
- "target_illuminance_setpoint": null,
18814
+ "target_illuminance_setpoint": 100,
18815
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
18586
18816
  "psa_nongeometry_fraction": null,
18587
18817
  "ssa_nongeometry_fraction": null,
18588
18818
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -18663,7 +18893,8 @@
18663
18893
  "high_bay_lighting_schedule": null,
18664
18894
  "specialty_lighting_schedule": null,
18665
18895
  "exit_lighting_schedule": null,
18666
- "target_illuminance_setpoint": null,
18896
+ "target_illuminance_setpoint": 100,
18897
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
18667
18898
  "psa_nongeometry_fraction": null,
18668
18899
  "ssa_nongeometry_fraction": null,
18669
18900
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -18744,7 +18975,8 @@
18744
18975
  "high_bay_lighting_schedule": null,
18745
18976
  "specialty_lighting_schedule": null,
18746
18977
  "exit_lighting_schedule": null,
18747
- "target_illuminance_setpoint": null,
18978
+ "target_illuminance_setpoint": 100,
18979
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
18748
18980
  "psa_nongeometry_fraction": null,
18749
18981
  "ssa_nongeometry_fraction": null,
18750
18982
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -18825,7 +19057,8 @@
18825
19057
  "high_bay_lighting_schedule": null,
18826
19058
  "specialty_lighting_schedule": null,
18827
19059
  "exit_lighting_schedule": null,
18828
- "target_illuminance_setpoint": null,
19060
+ "target_illuminance_setpoint": 100,
19061
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
18829
19062
  "psa_nongeometry_fraction": null,
18830
19063
  "ssa_nongeometry_fraction": null,
18831
19064
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -18906,7 +19139,8 @@
18906
19139
  "high_bay_lighting_schedule": null,
18907
19140
  "specialty_lighting_schedule": null,
18908
19141
  "exit_lighting_schedule": null,
18909
- "target_illuminance_setpoint": null,
19142
+ "target_illuminance_setpoint": 100,
19143
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
18910
19144
  "psa_nongeometry_fraction": null,
18911
19145
  "ssa_nongeometry_fraction": null,
18912
19146
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -18987,7 +19221,8 @@
18987
19221
  "high_bay_lighting_schedule": null,
18988
19222
  "specialty_lighting_schedule": null,
18989
19223
  "exit_lighting_schedule": null,
18990
- "target_illuminance_setpoint": null,
19224
+ "target_illuminance_setpoint": 100,
19225
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
18991
19226
  "psa_nongeometry_fraction": null,
18992
19227
  "ssa_nongeometry_fraction": null,
18993
19228
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -19068,7 +19303,8 @@
19068
19303
  "high_bay_lighting_schedule": null,
19069
19304
  "specialty_lighting_schedule": null,
19070
19305
  "exit_lighting_schedule": null,
19071
- "target_illuminance_setpoint": null,
19306
+ "target_illuminance_setpoint": 100,
19307
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
19072
19308
  "psa_nongeometry_fraction": null,
19073
19309
  "ssa_nongeometry_fraction": null,
19074
19310
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -19149,7 +19385,8 @@
19149
19385
  "high_bay_lighting_schedule": null,
19150
19386
  "specialty_lighting_schedule": null,
19151
19387
  "exit_lighting_schedule": null,
19152
- "target_illuminance_setpoint": null,
19388
+ "target_illuminance_setpoint": 100,
19389
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
19153
19390
  "psa_nongeometry_fraction": null,
19154
19391
  "ssa_nongeometry_fraction": null,
19155
19392
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -19230,7 +19467,8 @@
19230
19467
  "high_bay_lighting_schedule": null,
19231
19468
  "specialty_lighting_schedule": null,
19232
19469
  "exit_lighting_schedule": null,
19233
- "target_illuminance_setpoint": null,
19470
+ "target_illuminance_setpoint": 100,
19471
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
19234
19472
  "psa_nongeometry_fraction": null,
19235
19473
  "ssa_nongeometry_fraction": null,
19236
19474
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -19311,7 +19549,8 @@
19311
19549
  "high_bay_lighting_schedule": null,
19312
19550
  "specialty_lighting_schedule": null,
19313
19551
  "exit_lighting_schedule": null,
19314
- "target_illuminance_setpoint": null,
19552
+ "target_illuminance_setpoint": 100,
19553
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
19315
19554
  "psa_nongeometry_fraction": null,
19316
19555
  "ssa_nongeometry_fraction": null,
19317
19556
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -19392,7 +19631,8 @@
19392
19631
  "high_bay_lighting_schedule": null,
19393
19632
  "specialty_lighting_schedule": null,
19394
19633
  "exit_lighting_schedule": null,
19395
- "target_illuminance_setpoint": null,
19634
+ "target_illuminance_setpoint": 100,
19635
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
19396
19636
  "psa_nongeometry_fraction": null,
19397
19637
  "ssa_nongeometry_fraction": null,
19398
19638
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -19473,7 +19713,8 @@
19473
19713
  "high_bay_lighting_schedule": null,
19474
19714
  "specialty_lighting_schedule": null,
19475
19715
  "exit_lighting_schedule": null,
19476
- "target_illuminance_setpoint": null,
19716
+ "target_illuminance_setpoint": 100,
19717
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
19477
19718
  "psa_nongeometry_fraction": null,
19478
19719
  "ssa_nongeometry_fraction": null,
19479
19720
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -19554,7 +19795,8 @@
19554
19795
  "high_bay_lighting_schedule": null,
19555
19796
  "specialty_lighting_schedule": null,
19556
19797
  "exit_lighting_schedule": null,
19557
- "target_illuminance_setpoint": null,
19798
+ "target_illuminance_setpoint": 100,
19799
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
19558
19800
  "psa_nongeometry_fraction": null,
19559
19801
  "ssa_nongeometry_fraction": null,
19560
19802
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -19635,7 +19877,8 @@
19635
19877
  "high_bay_lighting_schedule": null,
19636
19878
  "specialty_lighting_schedule": null,
19637
19879
  "exit_lighting_schedule": null,
19638
- "target_illuminance_setpoint": null,
19880
+ "target_illuminance_setpoint": 500,
19881
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
19639
19882
  "psa_nongeometry_fraction": null,
19640
19883
  "ssa_nongeometry_fraction": null,
19641
19884
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -19716,7 +19959,8 @@
19716
19959
  "high_bay_lighting_schedule": null,
19717
19960
  "specialty_lighting_schedule": null,
19718
19961
  "exit_lighting_schedule": null,
19719
- "target_illuminance_setpoint": null,
19962
+ "target_illuminance_setpoint": 150,
19963
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
19720
19964
  "psa_nongeometry_fraction": null,
19721
19965
  "ssa_nongeometry_fraction": null,
19722
19966
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -19797,7 +20041,8 @@
19797
20041
  "high_bay_lighting_schedule": null,
19798
20042
  "specialty_lighting_schedule": null,
19799
20043
  "exit_lighting_schedule": null,
19800
- "target_illuminance_setpoint": null,
20044
+ "target_illuminance_setpoint": 150,
20045
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
19801
20046
  "psa_nongeometry_fraction": null,
19802
20047
  "ssa_nongeometry_fraction": null,
19803
20048
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -19878,7 +20123,8 @@
19878
20123
  "high_bay_lighting_schedule": null,
19879
20124
  "specialty_lighting_schedule": null,
19880
20125
  "exit_lighting_schedule": null,
19881
- "target_illuminance_setpoint": null,
20126
+ "target_illuminance_setpoint": 150,
20127
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
19882
20128
  "psa_nongeometry_fraction": null,
19883
20129
  "ssa_nongeometry_fraction": null,
19884
20130
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -19959,7 +20205,8 @@
19959
20205
  "high_bay_lighting_schedule": null,
19960
20206
  "specialty_lighting_schedule": null,
19961
20207
  "exit_lighting_schedule": null,
19962
- "target_illuminance_setpoint": null,
20208
+ "target_illuminance_setpoint": 150,
20209
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
19963
20210
  "psa_nongeometry_fraction": null,
19964
20211
  "ssa_nongeometry_fraction": null,
19965
20212
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -20040,7 +20287,8 @@
20040
20287
  "high_bay_lighting_schedule": null,
20041
20288
  "specialty_lighting_schedule": null,
20042
20289
  "exit_lighting_schedule": null,
20043
- "target_illuminance_setpoint": null,
20290
+ "target_illuminance_setpoint": 150,
20291
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
20044
20292
  "psa_nongeometry_fraction": null,
20045
20293
  "ssa_nongeometry_fraction": null,
20046
20294
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -20121,7 +20369,8 @@
20121
20369
  "high_bay_lighting_schedule": null,
20122
20370
  "specialty_lighting_schedule": null,
20123
20371
  "exit_lighting_schedule": null,
20124
- "target_illuminance_setpoint": null,
20372
+ "target_illuminance_setpoint": 150,
20373
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
20125
20374
  "psa_nongeometry_fraction": null,
20126
20375
  "ssa_nongeometry_fraction": null,
20127
20376
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -20202,7 +20451,8 @@
20202
20451
  "high_bay_lighting_schedule": null,
20203
20452
  "specialty_lighting_schedule": null,
20204
20453
  "exit_lighting_schedule": null,
20205
- "target_illuminance_setpoint": null,
20454
+ "target_illuminance_setpoint": 150,
20455
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
20206
20456
  "psa_nongeometry_fraction": null,
20207
20457
  "ssa_nongeometry_fraction": null,
20208
20458
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -20283,7 +20533,8 @@
20283
20533
  "high_bay_lighting_schedule": null,
20284
20534
  "specialty_lighting_schedule": null,
20285
20535
  "exit_lighting_schedule": null,
20286
- "target_illuminance_setpoint": null,
20536
+ "target_illuminance_setpoint": 150,
20537
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
20287
20538
  "psa_nongeometry_fraction": null,
20288
20539
  "ssa_nongeometry_fraction": null,
20289
20540
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -20364,7 +20615,8 @@
20364
20615
  "high_bay_lighting_schedule": null,
20365
20616
  "specialty_lighting_schedule": null,
20366
20617
  "exit_lighting_schedule": null,
20367
- "target_illuminance_setpoint": null,
20618
+ "target_illuminance_setpoint": 150,
20619
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
20368
20620
  "psa_nongeometry_fraction": null,
20369
20621
  "ssa_nongeometry_fraction": null,
20370
20622
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -20445,7 +20697,8 @@
20445
20697
  "high_bay_lighting_schedule": null,
20446
20698
  "specialty_lighting_schedule": null,
20447
20699
  "exit_lighting_schedule": null,
20448
- "target_illuminance_setpoint": null,
20700
+ "target_illuminance_setpoint": 150,
20701
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
20449
20702
  "psa_nongeometry_fraction": null,
20450
20703
  "ssa_nongeometry_fraction": null,
20451
20704
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -20526,7 +20779,8 @@
20526
20779
  "high_bay_lighting_schedule": null,
20527
20780
  "specialty_lighting_schedule": null,
20528
20781
  "exit_lighting_schedule": null,
20529
- "target_illuminance_setpoint": null,
20782
+ "target_illuminance_setpoint": 150,
20783
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
20530
20784
  "psa_nongeometry_fraction": null,
20531
20785
  "ssa_nongeometry_fraction": null,
20532
20786
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -20607,7 +20861,8 @@
20607
20861
  "high_bay_lighting_schedule": null,
20608
20862
  "specialty_lighting_schedule": null,
20609
20863
  "exit_lighting_schedule": null,
20610
- "target_illuminance_setpoint": null,
20864
+ "target_illuminance_setpoint": 150,
20865
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
20611
20866
  "psa_nongeometry_fraction": null,
20612
20867
  "ssa_nongeometry_fraction": null,
20613
20868
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -20688,7 +20943,8 @@
20688
20943
  "high_bay_lighting_schedule": null,
20689
20944
  "specialty_lighting_schedule": null,
20690
20945
  "exit_lighting_schedule": null,
20691
- "target_illuminance_setpoint": null,
20946
+ "target_illuminance_setpoint": 150,
20947
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
20692
20948
  "psa_nongeometry_fraction": null,
20693
20949
  "ssa_nongeometry_fraction": null,
20694
20950
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -20769,7 +21025,8 @@
20769
21025
  "high_bay_lighting_schedule": null,
20770
21026
  "specialty_lighting_schedule": null,
20771
21027
  "exit_lighting_schedule": null,
20772
- "target_illuminance_setpoint": null,
21028
+ "target_illuminance_setpoint": 150,
21029
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
20773
21030
  "psa_nongeometry_fraction": null,
20774
21031
  "ssa_nongeometry_fraction": null,
20775
21032
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -20850,7 +21107,8 @@
20850
21107
  "high_bay_lighting_schedule": null,
20851
21108
  "specialty_lighting_schedule": null,
20852
21109
  "exit_lighting_schedule": null,
20853
- "target_illuminance_setpoint": null,
21110
+ "target_illuminance_setpoint": 150,
21111
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
20854
21112
  "psa_nongeometry_fraction": null,
20855
21113
  "ssa_nongeometry_fraction": null,
20856
21114
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -20931,7 +21189,8 @@
20931
21189
  "high_bay_lighting_schedule": null,
20932
21190
  "specialty_lighting_schedule": null,
20933
21191
  "exit_lighting_schedule": null,
20934
- "target_illuminance_setpoint": null,
21192
+ "target_illuminance_setpoint": 150,
21193
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
20935
21194
  "psa_nongeometry_fraction": null,
20936
21195
  "ssa_nongeometry_fraction": null,
20937
21196
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -21012,7 +21271,8 @@
21012
21271
  "high_bay_lighting_schedule": null,
21013
21272
  "specialty_lighting_schedule": null,
21014
21273
  "exit_lighting_schedule": null,
21015
- "target_illuminance_setpoint": null,
21274
+ "target_illuminance_setpoint": 150,
21275
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
21016
21276
  "psa_nongeometry_fraction": null,
21017
21277
  "ssa_nongeometry_fraction": null,
21018
21278
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -21093,7 +21353,8 @@
21093
21353
  "high_bay_lighting_schedule": null,
21094
21354
  "specialty_lighting_schedule": null,
21095
21355
  "exit_lighting_schedule": null,
21096
- "target_illuminance_setpoint": null,
21356
+ "target_illuminance_setpoint": 150,
21357
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
21097
21358
  "psa_nongeometry_fraction": null,
21098
21359
  "ssa_nongeometry_fraction": null,
21099
21360
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -21174,7 +21435,8 @@
21174
21435
  "high_bay_lighting_schedule": null,
21175
21436
  "specialty_lighting_schedule": null,
21176
21437
  "exit_lighting_schedule": null,
21177
- "target_illuminance_setpoint": null,
21438
+ "target_illuminance_setpoint": 150,
21439
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
21178
21440
  "psa_nongeometry_fraction": null,
21179
21441
  "ssa_nongeometry_fraction": null,
21180
21442
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -21255,7 +21517,8 @@
21255
21517
  "high_bay_lighting_schedule": null,
21256
21518
  "specialty_lighting_schedule": null,
21257
21519
  "exit_lighting_schedule": null,
21258
- "target_illuminance_setpoint": null,
21520
+ "target_illuminance_setpoint": 150,
21521
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
21259
21522
  "psa_nongeometry_fraction": null,
21260
21523
  "ssa_nongeometry_fraction": null,
21261
21524
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -21336,7 +21599,8 @@
21336
21599
  "high_bay_lighting_schedule": null,
21337
21600
  "specialty_lighting_schedule": null,
21338
21601
  "exit_lighting_schedule": null,
21339
- "target_illuminance_setpoint": null,
21602
+ "target_illuminance_setpoint": 150,
21603
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
21340
21604
  "psa_nongeometry_fraction": null,
21341
21605
  "ssa_nongeometry_fraction": null,
21342
21606
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -21417,7 +21681,8 @@
21417
21681
  "high_bay_lighting_schedule": null,
21418
21682
  "specialty_lighting_schedule": null,
21419
21683
  "exit_lighting_schedule": null,
21420
- "target_illuminance_setpoint": null,
21684
+ "target_illuminance_setpoint": 150,
21685
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
21421
21686
  "psa_nongeometry_fraction": null,
21422
21687
  "ssa_nongeometry_fraction": null,
21423
21688
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -21498,7 +21763,8 @@
21498
21763
  "high_bay_lighting_schedule": null,
21499
21764
  "specialty_lighting_schedule": null,
21500
21765
  "exit_lighting_schedule": null,
21501
- "target_illuminance_setpoint": null,
21766
+ "target_illuminance_setpoint": 500,
21767
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
21502
21768
  "psa_nongeometry_fraction": null,
21503
21769
  "ssa_nongeometry_fraction": null,
21504
21770
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -21579,7 +21845,8 @@
21579
21845
  "high_bay_lighting_schedule": null,
21580
21846
  "specialty_lighting_schedule": null,
21581
21847
  "exit_lighting_schedule": null,
21582
- "target_illuminance_setpoint": null,
21848
+ "target_illuminance_setpoint": 500,
21849
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
21583
21850
  "psa_nongeometry_fraction": null,
21584
21851
  "ssa_nongeometry_fraction": null,
21585
21852
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -21660,7 +21927,8 @@
21660
21927
  "high_bay_lighting_schedule": null,
21661
21928
  "specialty_lighting_schedule": null,
21662
21929
  "exit_lighting_schedule": null,
21663
- "target_illuminance_setpoint": null,
21930
+ "target_illuminance_setpoint": 125,
21931
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
21664
21932
  "psa_nongeometry_fraction": null,
21665
21933
  "ssa_nongeometry_fraction": null,
21666
21934
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -21741,7 +22009,8 @@
21741
22009
  "high_bay_lighting_schedule": null,
21742
22010
  "specialty_lighting_schedule": null,
21743
22011
  "exit_lighting_schedule": null,
21744
- "target_illuminance_setpoint": null,
22012
+ "target_illuminance_setpoint": 125,
22013
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
21745
22014
  "psa_nongeometry_fraction": null,
21746
22015
  "ssa_nongeometry_fraction": null,
21747
22016
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -21822,7 +22091,8 @@
21822
22091
  "high_bay_lighting_schedule": null,
21823
22092
  "specialty_lighting_schedule": null,
21824
22093
  "exit_lighting_schedule": null,
21825
- "target_illuminance_setpoint": null,
22094
+ "target_illuminance_setpoint": 300,
22095
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
21826
22096
  "psa_nongeometry_fraction": null,
21827
22097
  "ssa_nongeometry_fraction": null,
21828
22098
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -21903,7 +22173,8 @@
21903
22173
  "high_bay_lighting_schedule": null,
21904
22174
  "specialty_lighting_schedule": null,
21905
22175
  "exit_lighting_schedule": null,
21906
- "target_illuminance_setpoint": null,
22176
+ "target_illuminance_setpoint": 150,
22177
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
21907
22178
  "psa_nongeometry_fraction": null,
21908
22179
  "ssa_nongeometry_fraction": null,
21909
22180
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -21984,7 +22255,8 @@
21984
22255
  "high_bay_lighting_schedule": null,
21985
22256
  "specialty_lighting_schedule": null,
21986
22257
  "exit_lighting_schedule": null,
21987
- "target_illuminance_setpoint": null,
22258
+ "target_illuminance_setpoint": 350,
22259
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
21988
22260
  "psa_nongeometry_fraction": null,
21989
22261
  "ssa_nongeometry_fraction": null,
21990
22262
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -22065,7 +22337,8 @@
22065
22337
  "high_bay_lighting_schedule": null,
22066
22338
  "specialty_lighting_schedule": null,
22067
22339
  "exit_lighting_schedule": null,
22068
- "target_illuminance_setpoint": null,
22340
+ "target_illuminance_setpoint": 350,
22341
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
22069
22342
  "psa_nongeometry_fraction": null,
22070
22343
  "ssa_nongeometry_fraction": null,
22071
22344
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -22146,7 +22419,8 @@
22146
22419
  "high_bay_lighting_schedule": null,
22147
22420
  "specialty_lighting_schedule": null,
22148
22421
  "exit_lighting_schedule": null,
22149
- "target_illuminance_setpoint": null,
22422
+ "target_illuminance_setpoint": 600,
22423
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
22150
22424
  "psa_nongeometry_fraction": null,
22151
22425
  "ssa_nongeometry_fraction": null,
22152
22426
  "ventilation_standard": "ASHRAE 170-2008 Table 7-1",
@@ -22227,7 +22501,8 @@
22227
22501
  "high_bay_lighting_schedule": null,
22228
22502
  "specialty_lighting_schedule": null,
22229
22503
  "exit_lighting_schedule": null,
22230
- "target_illuminance_setpoint": null,
22504
+ "target_illuminance_setpoint": 225,
22505
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
22231
22506
  "psa_nongeometry_fraction": null,
22232
22507
  "ssa_nongeometry_fraction": null,
22233
22508
  "ventilation_standard": "ASHRAE 170-2008 Table 7-1",
@@ -22308,7 +22583,8 @@
22308
22583
  "high_bay_lighting_schedule": null,
22309
22584
  "specialty_lighting_schedule": null,
22310
22585
  "exit_lighting_schedule": null,
22311
- "target_illuminance_setpoint": null,
22586
+ "target_illuminance_setpoint": 400,
22587
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
22312
22588
  "psa_nongeometry_fraction": null,
22313
22589
  "ssa_nongeometry_fraction": null,
22314
22590
  "ventilation_standard": "ASHRAE 170-2008 Table 7-1",
@@ -22389,7 +22665,8 @@
22389
22665
  "high_bay_lighting_schedule": null,
22390
22666
  "specialty_lighting_schedule": null,
22391
22667
  "exit_lighting_schedule": null,
22392
- "target_illuminance_setpoint": null,
22668
+ "target_illuminance_setpoint": 400,
22669
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
22393
22670
  "psa_nongeometry_fraction": null,
22394
22671
  "ssa_nongeometry_fraction": null,
22395
22672
  "ventilation_standard": "ASHRAE 170-2008 Table 7-1",
@@ -22470,7 +22747,8 @@
22470
22747
  "high_bay_lighting_schedule": null,
22471
22748
  "specialty_lighting_schedule": null,
22472
22749
  "exit_lighting_schedule": null,
22473
- "target_illuminance_setpoint": null,
22750
+ "target_illuminance_setpoint": 400,
22751
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
22474
22752
  "psa_nongeometry_fraction": null,
22475
22753
  "ssa_nongeometry_fraction": null,
22476
22754
  "ventilation_standard": "ASHRAE 170-2008 Table 7-1",
@@ -22551,7 +22829,8 @@
22551
22829
  "high_bay_lighting_schedule": null,
22552
22830
  "specialty_lighting_schedule": null,
22553
22831
  "exit_lighting_schedule": null,
22554
- "target_illuminance_setpoint": null,
22832
+ "target_illuminance_setpoint": 1000,
22833
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
22555
22834
  "psa_nongeometry_fraction": null,
22556
22835
  "ssa_nongeometry_fraction": null,
22557
22836
  "ventilation_standard": "ASHRAE 170-2008 Table 7-1",
@@ -22632,7 +22911,8 @@
22632
22911
  "high_bay_lighting_schedule": null,
22633
22912
  "specialty_lighting_schedule": null,
22634
22913
  "exit_lighting_schedule": null,
22635
- "target_illuminance_setpoint": null,
22914
+ "target_illuminance_setpoint": 400,
22915
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
22636
22916
  "psa_nongeometry_fraction": null,
22637
22917
  "ssa_nongeometry_fraction": null,
22638
22918
  "ventilation_standard": "ASHRAE 170-2008 Table 7-1",
@@ -22713,7 +22993,8 @@
22713
22993
  "high_bay_lighting_schedule": null,
22714
22994
  "specialty_lighting_schedule": null,
22715
22995
  "exit_lighting_schedule": null,
22716
- "target_illuminance_setpoint": null,
22996
+ "target_illuminance_setpoint": 350,
22997
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
22717
22998
  "psa_nongeometry_fraction": null,
22718
22999
  "ssa_nongeometry_fraction": null,
22719
23000
  "ventilation_standard": "ASHRAE 170-2008 Table 7-1",
@@ -22794,7 +23075,8 @@
22794
23075
  "high_bay_lighting_schedule": null,
22795
23076
  "specialty_lighting_schedule": null,
22796
23077
  "exit_lighting_schedule": null,
22797
- "target_illuminance_setpoint": null,
23078
+ "target_illuminance_setpoint": 250,
23079
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
22798
23080
  "psa_nongeometry_fraction": null,
22799
23081
  "ssa_nongeometry_fraction": null,
22800
23082
  "ventilation_standard": "ASHRAE 170-2008 Table 7-1",
@@ -22875,7 +23157,8 @@
22875
23157
  "high_bay_lighting_schedule": null,
22876
23158
  "specialty_lighting_schedule": null,
22877
23159
  "exit_lighting_schedule": null,
22878
- "target_illuminance_setpoint": null,
23160
+ "target_illuminance_setpoint": 500,
23161
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
22879
23162
  "psa_nongeometry_fraction": null,
22880
23163
  "ssa_nongeometry_fraction": null,
22881
23164
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -22956,7 +23239,8 @@
22956
23239
  "high_bay_lighting_schedule": null,
22957
23240
  "specialty_lighting_schedule": null,
22958
23241
  "exit_lighting_schedule": null,
22959
- "target_illuminance_setpoint": null,
23242
+ "target_illuminance_setpoint": 500,
23243
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
22960
23244
  "psa_nongeometry_fraction": null,
22961
23245
  "ssa_nongeometry_fraction": null,
22962
23246
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -23037,7 +23321,8 @@
23037
23321
  "high_bay_lighting_schedule": null,
23038
23322
  "specialty_lighting_schedule": null,
23039
23323
  "exit_lighting_schedule": null,
23040
- "target_illuminance_setpoint": null,
23324
+ "target_illuminance_setpoint": 600,
23325
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
23041
23326
  "psa_nongeometry_fraction": null,
23042
23327
  "ssa_nongeometry_fraction": null,
23043
23328
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -23118,7 +23403,8 @@
23118
23403
  "high_bay_lighting_schedule": null,
23119
23404
  "specialty_lighting_schedule": null,
23120
23405
  "exit_lighting_schedule": null,
23121
- "target_illuminance_setpoint": null,
23406
+ "target_illuminance_setpoint": 250,
23407
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
23122
23408
  "psa_nongeometry_fraction": null,
23123
23409
  "ssa_nongeometry_fraction": null,
23124
23410
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -23199,7 +23485,8 @@
23199
23485
  "high_bay_lighting_schedule": null,
23200
23486
  "specialty_lighting_schedule": null,
23201
23487
  "exit_lighting_schedule": null,
23202
- "target_illuminance_setpoint": null,
23488
+ "target_illuminance_setpoint": 400,
23489
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
23203
23490
  "psa_nongeometry_fraction": null,
23204
23491
  "ssa_nongeometry_fraction": null,
23205
23492
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -23280,7 +23567,8 @@
23280
23567
  "high_bay_lighting_schedule": null,
23281
23568
  "specialty_lighting_schedule": null,
23282
23569
  "exit_lighting_schedule": null,
23283
- "target_illuminance_setpoint": null,
23570
+ "target_illuminance_setpoint": 400,
23571
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
23284
23572
  "psa_nongeometry_fraction": null,
23285
23573
  "ssa_nongeometry_fraction": null,
23286
23574
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -23361,7 +23649,8 @@
23361
23649
  "high_bay_lighting_schedule": null,
23362
23650
  "specialty_lighting_schedule": null,
23363
23651
  "exit_lighting_schedule": null,
23364
- "target_illuminance_setpoint": null,
23652
+ "target_illuminance_setpoint": 400,
23653
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
23365
23654
  "psa_nongeometry_fraction": null,
23366
23655
  "ssa_nongeometry_fraction": null,
23367
23656
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -23442,7 +23731,8 @@
23442
23731
  "high_bay_lighting_schedule": null,
23443
23732
  "specialty_lighting_schedule": null,
23444
23733
  "exit_lighting_schedule": null,
23445
- "target_illuminance_setpoint": null,
23734
+ "target_illuminance_setpoint": 250,
23735
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
23446
23736
  "psa_nongeometry_fraction": null,
23447
23737
  "ssa_nongeometry_fraction": null,
23448
23738
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -23523,7 +23813,8 @@
23523
23813
  "high_bay_lighting_schedule": null,
23524
23814
  "specialty_lighting_schedule": null,
23525
23815
  "exit_lighting_schedule": null,
23526
- "target_illuminance_setpoint": null,
23816
+ "target_illuminance_setpoint": 600,
23817
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
23527
23818
  "psa_nongeometry_fraction": null,
23528
23819
  "ssa_nongeometry_fraction": null,
23529
23820
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -23604,7 +23895,8 @@
23604
23895
  "high_bay_lighting_schedule": null,
23605
23896
  "specialty_lighting_schedule": null,
23606
23897
  "exit_lighting_schedule": null,
23607
- "target_illuminance_setpoint": null,
23898
+ "target_illuminance_setpoint": 400,
23899
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
23608
23900
  "psa_nongeometry_fraction": null,
23609
23901
  "ssa_nongeometry_fraction": null,
23610
23902
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -23685,7 +23977,8 @@
23685
23977
  "high_bay_lighting_schedule": null,
23686
23978
  "specialty_lighting_schedule": null,
23687
23979
  "exit_lighting_schedule": null,
23688
- "target_illuminance_setpoint": null,
23980
+ "target_illuminance_setpoint": 250,
23981
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
23689
23982
  "psa_nongeometry_fraction": null,
23690
23983
  "ssa_nongeometry_fraction": null,
23691
23984
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -23766,7 +24059,8 @@
23766
24059
  "high_bay_lighting_schedule": null,
23767
24060
  "specialty_lighting_schedule": null,
23768
24061
  "exit_lighting_schedule": null,
23769
- "target_illuminance_setpoint": null,
24062
+ "target_illuminance_setpoint": 250,
24063
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
23770
24064
  "psa_nongeometry_fraction": null,
23771
24065
  "ssa_nongeometry_fraction": null,
23772
24066
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -23847,7 +24141,8 @@
23847
24141
  "high_bay_lighting_schedule": null,
23848
24142
  "specialty_lighting_schedule": null,
23849
24143
  "exit_lighting_schedule": null,
23850
- "target_illuminance_setpoint": null,
24144
+ "target_illuminance_setpoint": 350,
24145
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
23851
24146
  "psa_nongeometry_fraction": null,
23852
24147
  "ssa_nongeometry_fraction": null,
23853
24148
  "ventilation_standard": "ASHRAE 62.1-2010 Table 6-4",
@@ -23928,7 +24223,8 @@
23928
24223
  "high_bay_lighting_schedule": null,
23929
24224
  "specialty_lighting_schedule": null,
23930
24225
  "exit_lighting_schedule": null,
23931
- "target_illuminance_setpoint": null,
24226
+ "target_illuminance_setpoint": 400,
24227
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
23932
24228
  "psa_nongeometry_fraction": null,
23933
24229
  "ssa_nongeometry_fraction": null,
23934
24230
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -24009,7 +24305,8 @@
24009
24305
  "high_bay_lighting_schedule": null,
24010
24306
  "specialty_lighting_schedule": null,
24011
24307
  "exit_lighting_schedule": null,
24012
- "target_illuminance_setpoint": null,
24308
+ "target_illuminance_setpoint": 150,
24309
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
24013
24310
  "psa_nongeometry_fraction": null,
24014
24311
  "ssa_nongeometry_fraction": null,
24015
24312
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -24090,7 +24387,8 @@
24090
24387
  "high_bay_lighting_schedule": null,
24091
24388
  "specialty_lighting_schedule": null,
24092
24389
  "exit_lighting_schedule": null,
24093
- "target_illuminance_setpoint": null,
24390
+ "target_illuminance_setpoint": 150,
24391
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
24094
24392
  "psa_nongeometry_fraction": null,
24095
24393
  "ssa_nongeometry_fraction": null,
24096
24394
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -24171,7 +24469,8 @@
24171
24469
  "high_bay_lighting_schedule": null,
24172
24470
  "specialty_lighting_schedule": null,
24173
24471
  "exit_lighting_schedule": null,
24174
- "target_illuminance_setpoint": null,
24472
+ "target_illuminance_setpoint": 1600,
24473
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
24175
24474
  "psa_nongeometry_fraction": null,
24176
24475
  "ssa_nongeometry_fraction": null,
24177
24476
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -24252,7 +24551,8 @@
24252
24551
  "high_bay_lighting_schedule": null,
24253
24552
  "specialty_lighting_schedule": null,
24254
24553
  "exit_lighting_schedule": null,
24255
- "target_illuminance_setpoint": null,
24554
+ "target_illuminance_setpoint": 1000,
24555
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
24256
24556
  "psa_nongeometry_fraction": null,
24257
24557
  "ssa_nongeometry_fraction": null,
24258
24558
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -24333,7 +24633,8 @@
24333
24633
  "high_bay_lighting_schedule": null,
24334
24634
  "specialty_lighting_schedule": null,
24335
24635
  "exit_lighting_schedule": null,
24336
- "target_illuminance_setpoint": null,
24636
+ "target_illuminance_setpoint": 800,
24637
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
24337
24638
  "psa_nongeometry_fraction": null,
24338
24639
  "ssa_nongeometry_fraction": null,
24339
24640
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -24414,7 +24715,8 @@
24414
24715
  "high_bay_lighting_schedule": null,
24415
24716
  "specialty_lighting_schedule": null,
24416
24717
  "exit_lighting_schedule": null,
24417
- "target_illuminance_setpoint": null,
24718
+ "target_illuminance_setpoint": 500,
24719
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
24418
24720
  "psa_nongeometry_fraction": null,
24419
24721
  "ssa_nongeometry_fraction": null,
24420
24722
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -24495,7 +24797,8 @@
24495
24797
  "high_bay_lighting_schedule": null,
24496
24798
  "specialty_lighting_schedule": null,
24497
24799
  "exit_lighting_schedule": null,
24498
- "target_illuminance_setpoint": null,
24800
+ "target_illuminance_setpoint": 150,
24801
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
24499
24802
  "psa_nongeometry_fraction": null,
24500
24803
  "ssa_nongeometry_fraction": null,
24501
24804
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -24576,7 +24879,8 @@
24576
24879
  "high_bay_lighting_schedule": null,
24577
24880
  "specialty_lighting_schedule": null,
24578
24881
  "exit_lighting_schedule": null,
24579
- "target_illuminance_setpoint": null,
24882
+ "target_illuminance_setpoint": 250,
24883
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
24580
24884
  "psa_nongeometry_fraction": null,
24581
24885
  "ssa_nongeometry_fraction": null,
24582
24886
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -24657,7 +24961,8 @@
24657
24961
  "high_bay_lighting_schedule": null,
24658
24962
  "specialty_lighting_schedule": null,
24659
24963
  "exit_lighting_schedule": null,
24660
- "target_illuminance_setpoint": null,
24964
+ "target_illuminance_setpoint": 250,
24965
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
24661
24966
  "psa_nongeometry_fraction": null,
24662
24967
  "ssa_nongeometry_fraction": null,
24663
24968
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -24738,7 +25043,8 @@
24738
25043
  "high_bay_lighting_schedule": null,
24739
25044
  "specialty_lighting_schedule": null,
24740
25045
  "exit_lighting_schedule": null,
24741
- "target_illuminance_setpoint": null,
25046
+ "target_illuminance_setpoint": 200,
25047
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
24742
25048
  "psa_nongeometry_fraction": null,
24743
25049
  "ssa_nongeometry_fraction": null,
24744
25050
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -24819,7 +25125,8 @@
24819
25125
  "high_bay_lighting_schedule": null,
24820
25126
  "specialty_lighting_schedule": null,
24821
25127
  "exit_lighting_schedule": null,
24822
- "target_illuminance_setpoint": null,
25128
+ "target_illuminance_setpoint": 300,
25129
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
24823
25130
  "psa_nongeometry_fraction": null,
24824
25131
  "ssa_nongeometry_fraction": null,
24825
25132
  "ventilation_standard": "ASHRAE 62.1-2016 Table 6-1",
@@ -24901,6 +25208,7 @@
24901
25208
  "specialty_lighting_schedule": null,
24902
25209
  "exit_lighting_schedule": null,
24903
25210
  "target_illuminance_setpoint": null,
25211
+ "target_illuminance_setpoint_ref": "NECB2020 Table A-8.4.3.2.(2)-A",
24904
25212
  "psa_nongeometry_fraction": null,
24905
25213
  "ssa_nongeometry_fraction": null,
24906
25214
  "ventilation_standard": "N/A",