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.
- checksums.yaml +4 -4
- data/data/inventory/thermal_bridging.csv +90 -0
- data/data/standards/OpenStudio_Standards-deer-comstock.xlsx +0 -0
- data/data/standards/manage_OpenStudio_Standards.rb +1 -1
- data/data/standards/test_performance_expected_dd_results.csv +2014 -1891
- data/lib/openstudio-standards/btap/analysis.rb +8 -8
- data/lib/openstudio-standards/btap/bridging.rb +664 -645
- data/lib/openstudio-standards/btap/btap.model.rb +14 -14
- data/lib/openstudio-standards/btap/btap.rb +7 -7
- data/lib/openstudio-standards/btap/btap_result.rb +1 -1
- data/lib/openstudio-standards/btap/economics.rb +23 -23
- data/lib/openstudio-standards/btap/envelope.rb +8 -8
- data/lib/openstudio-standards/btap/equest.rb +1 -1
- data/lib/openstudio-standards/btap/geometry.rb +2 -2
- data/lib/openstudio-standards/btap/mpc.rb +7 -7
- data/lib/openstudio-standards/btap/schedules.rb +1 -1
- data/lib/openstudio-standards/btap/simmanager.rb +4 -4
- data/lib/openstudio-standards/btap/spaceloads.rb +26 -26
- data/lib/openstudio-standards/btap/utilities.rb +6 -6
- data/lib/openstudio-standards/btap/vintagizer.rb +1 -1
- data/lib/openstudio-standards/constructions/information.rb +83 -0
- data/lib/openstudio-standards/constructions/materials/modify.rb +72 -0
- data/lib/openstudio-standards/constructions/modify.rb +80 -0
- data/lib/openstudio-standards/create_typical/create_typical.rb +983 -0
- data/lib/openstudio-standards/create_typical/enumerations.rb +484 -0
- data/lib/openstudio-standards/create_typical/space_type_blend.rb +791 -0
- data/lib/openstudio-standards/create_typical/space_type_ratios.rb +494 -0
- data/lib/openstudio-standards/daylighting/space.rb +47 -0
- data/lib/openstudio-standards/geometry/create.rb +801 -0
- data/lib/openstudio-standards/geometry/create_bar.rb +2171 -0
- data/lib/openstudio-standards/geometry/information.rb +462 -0
- data/lib/openstudio-standards/geometry/modify.rb +48 -0
- data/lib/openstudio-standards/hvac/air_loop/information.rb +79 -0
- data/lib/openstudio-standards/hvac/cbecs_hvac.rb +616 -0
- data/lib/openstudio-standards/hvac/setpoint_managers/information.rb +91 -0
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.Model.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Model.rb +2 -2
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.hvac_systems.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.rb +4 -36
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.hvac_systems.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.rb +4 -36
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Space.rb +3 -3
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.hvac_systems.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.Model.elevators.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.CoilHeatingGas.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.Model.elevators.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.College.rb +7 -7
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Courthouse.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.FullServiceRestaurant.rb +14 -14
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.HighRiseApartment.rb +9 -9
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Hospital.rb +16 -16
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Laboratory.rb +7 -7
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeDataCenterHighITE.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeDataCenterLowITE.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeHotel.rb +11 -11
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOffice.rb +7 -7
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOfficeDetailed.rb +9 -9
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MediumOffice.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MediumOfficeDetailed.rb +11 -11
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MidriseApartment.rb +9 -9
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Outpatient.rb +19 -19
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.PrimarySchool.rb +10 -10
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.QuickServiceRestaurant.rb +13 -13
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.RetailStandalone.rb +6 -6
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.RetailStripmall.rb +6 -6
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SecondarySchool.rb +9 -9
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallDataCenterHighITE.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallDataCenterLowITE.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallHotel.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallOffice.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallOfficeDetailed.rb +11 -11
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperMarket.rb +10 -10
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperTallBuilding.rb +19 -19
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.TallBuilding.rb +18 -18
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Warehouse.rb +6 -6
- data/lib/openstudio-standards/prototypes/common/do_not_edit_metaclasses.rb +957 -957
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirConditionerVariableRefrigerantFlow.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWaterToAirHeatPumpEquationFit.rb +84 -16
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingDXSingleSpeed.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingGas.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingWaterToAirHeatPumpEquationFit.rb +61 -10
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoolingTower.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Fan.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanConstantVolume.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanOnOff.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanZoneExhaust.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.HeatExchangerAirToAirSensibleAndLatent.rb +2 -2
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.exterior_lights.rb +4 -4
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.hvac.rb +4 -4
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +43 -30
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.swh.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +18 -11
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.SizingSystem.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +774 -117
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.radiant_system_controls.rb +340 -481
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.refrigeration.rb +3 -3
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.utilities.rb +3 -3
- data/lib/openstudio-standards/prototypes/common/prototype_metaprogramming.rb +22 -22
- data/lib/openstudio-standards/prototypes/deer/deer.Model.rb +1 -1
- data/lib/openstudio-standards/qaqc/calibration.rb +131 -0
- data/lib/openstudio-standards/qaqc/create_results.rb +983 -0
- data/lib/openstudio-standards/qaqc/envelope.rb +399 -0
- data/lib/openstudio-standards/qaqc/eui.rb +213 -0
- data/lib/openstudio-standards/qaqc/hvac.rb +1943 -0
- data/lib/openstudio-standards/qaqc/internal_loads.rb +568 -0
- data/lib/openstudio-standards/qaqc/reporting.rb +141 -0
- data/lib/openstudio-standards/qaqc/schedules.rb +129 -0
- data/lib/openstudio-standards/qaqc/service_water_heating.rb +273 -0
- data/lib/openstudio-standards/qaqc/weather_files.rb +497 -0
- data/lib/openstudio-standards/qaqc/zone_conditions.rb +278 -0
- data/lib/openstudio-standards/schedules/create.rb +364 -0
- data/lib/openstudio-standards/schedules/information.rb +169 -0
- data/lib/openstudio-standards/schedules/modify.rb +445 -0
- data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +110 -71
- data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctParallelPIUReheat.rb +3 -3
- data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctVAVReheat.rb +4 -4
- data/lib/openstudio-standards/standards/Standards.BoilerHotWater.rb +2 -1
- data/lib/openstudio-standards/standards/Standards.ChillerElectricEIR.rb +16 -10
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +4 -4
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoilDX.rb +4 -4
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +5 -5
- data/lib/openstudio-standards/standards/Standards.CoilHeatingGas.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoilHeatingGasMultiStage.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.Construction.rb +17 -18
- data/lib/openstudio-standards/standards/Standards.CoolingTower.rb +6 -6
- data/lib/openstudio-standards/standards/Standards.CoolingTowerSingleSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoolingTowerTwoSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoolingTowerVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.Fan.rb +6 -12
- data/lib/openstudio-standards/standards/Standards.FanVariableVolume.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.FluidCooler.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.HeaderedPumpsVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.HeatExchangerSensLat.rb +3 -3
- data/lib/openstudio-standards/standards/Standards.Model.rb +411 -261
- data/lib/openstudio-standards/standards/Standards.PlanarSurface.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.PlantLoop.rb +94 -29
- data/lib/openstudio-standards/standards/Standards.Pump.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.ScheduleConstant.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.ScheduleRuleset.rb +14 -14
- data/lib/openstudio-standards/standards/Standards.Space.rb +37 -30
- data/lib/openstudio-standards/standards/Standards.SpaceType.rb +38 -29
- data/lib/openstudio-standards/standards/Standards.SubSurface.rb +7 -7
- data/lib/openstudio-standards/standards/Standards.Surface.rb +13 -13
- data/lib/openstudio-standards/standards/Standards.ThermalZone.rb +109 -66
- data/lib/openstudio-standards/standards/Standards.WaterHeaterMixed.rb +11 -4
- data/lib/openstudio-standards/standards/Standards.ZoneHVACComponent.rb +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.AirLoopHVAC.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.PlantLoop.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Space.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.Space.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirLoopHVAC.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.Space.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirLoopHVAC.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.CoolingTowerVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Model.rb +5 -21
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Space.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.WaterHeaterMixed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.ZoneHVACComponent.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirLoopHVAC.rb +36 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.CoolingTowerVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Space.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.ZoneHVACComponent.rb +1 -1
- 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
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +53 -10
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.CoolingTowerVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Space.rb +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.ZoneHVACComponent.rb +2 -2
- 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
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.curves.json +211 -211
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.economizers.json +14 -14
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.AirLoopHVAC.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.Model.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.PlantLoop.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.economizers.json +14 -14
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.AirLoopHVAC.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.Model.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.PlantLoop.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirLoopHVAC.rb +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.CoolingTowerVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.PlantLoop.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.Space.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirLoopHVAC.rb +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.CoolingTowerVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.PlantLoop.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.Space.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirLoopHVAC.rb +22 -28
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirTerminalSingleDuctParallelPIUReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirTerminalSingleDuctVAVReheat.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.BoilerHotWater.rb +1 -74
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ChillerElectricEIR.rb +7 -59
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +1 -21
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.DesignSpecificationOutdoorAir.rb +101 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanConstantVolume.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanOnOff.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.HeatExchangerSensLat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Model.rb +643 -526
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlanarSurface.rb +8 -2
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlantLoop.rb +17 -77
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Space.rb +74 -16
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.SpaceType.rb +96 -44
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Surface.rb +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ThermalZone.rb +18 -6
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ZoneHVACComponent.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.rb +328 -74
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.Model.rb +0 -118
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.rb +2 -1
- 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
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/baseline_outdoor_air.md +35 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/set_plug_load_measures.md +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/ashrae_90_1_prm.UserData.rb +228 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_enums.rb +131 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_space.csv +1 -1
- data/lib/openstudio-standards/standards/cbes/cbes.AirLoopHVAC.rb +5 -5
- data/lib/openstudio-standards/standards/cbes/cbes.Model.rb +1 -1
- data/lib/openstudio-standards/standards/cbes/cbes.PlantLoop.rb +1 -1
- data/lib/openstudio-standards/standards/cbes/cbes.Space.rb +1 -1
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2005/cbes_t24_2005.Space.rb +1 -1
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2008/cbes_t24_2008.Space.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer.AirLoopHVAC.rb +109 -27
- data/lib/openstudio-standards/standards/deer/deer.Space.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.economizers.json +246 -4
- data/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.economizers.json +246 -4
- data/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.economizers.json +246 -4
- data/lib/openstudio-standards/standards/deer/deer_2003/deer_2003.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.economizers.json +246 -4
- data/lib/openstudio-standards/standards/deer/deer_2007/deer_2007.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.economizers.json +246 -4
- data/lib/openstudio-standards/standards/deer/deer_2011/deer_2011.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2014/deer_2014.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2014/deer_2014.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2015/deer_2015.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2015/deer_2015.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2017/deer_2017.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2017/deer_2017.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.AirLoopHVAC.rb +18 -5
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2025/data/deer_2025.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.heat_pumps.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2035/data/deer_2035.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2040/data/deer_2040.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2045/data/deer_2045.economizers.json +260 -0
- data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2050/data/deer_2050.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2055/data/deer_2055.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2060/data/deer_2060.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2065/data/deer_2065.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2070/data/deer_2070.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2075/data/deer_2075.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.economizers.json +246 -4
- data/lib/openstudio-standards/standards/necb/BTAP1980TO2010/data/space_types.json +447 -223
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/building_envelope.rb +1 -1
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/space_types.json +447 -223
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_systems.rb +5 -2
- data/lib/openstudio-standards/standards/necb/ECMS/data/chiller_types.json +25 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/chillers.json +44 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/curves.json +225 -0
- data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +2 -2
- data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +193 -73
- data/lib/openstudio-standards/standards/necb/ECMS/pv_ground.rb +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +10 -4
- data/lib/openstudio-standards/standards/necb/NECB2011/beps_compliance_path.rb +7 -7
- data/lib/openstudio-standards/standards/necb/NECB2011/building_envelope.rb +4 -5
- data/lib/openstudio-standards/standards/necb/NECB2011/data/chiller_types.json +32 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/chillers.json +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/constants.json +36 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/fuel_type_sets.json +7 -7
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernEducation.osm +47587 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernHealthCare.osm +49764 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/Warehouse.osm +283 -297
- data/lib/openstudio-standards/standards/necb/NECB2011/data/space_type_unit_definitions.txt +2 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/space_types.json +447 -223
- data/lib/openstudio-standards/standards/necb/NECB2011/data/standards_data.rb +3 -3
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_multi_speed.rb +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +49 -27
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +400 -202
- data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +4 -4
- data/lib/openstudio-standards/standards/necb/NECB2015/data/space_types.json +637 -318
- data/lib/openstudio-standards/standards/necb/NECB2015/hvac_systems.rb +18 -1
- data/lib/openstudio-standards/standards/necb/NECB2015/necb_2015.rb +3 -3
- data/lib/openstudio-standards/standards/necb/NECB2017/data/space_types.json +637 -318
- data/lib/openstudio-standards/standards/necb/NECB2017/hvac_systems.rb +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2017/necb_2017.rb +3 -3
- data/lib/openstudio-standards/standards/necb/NECB2020/building_envelope.rb +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2020/data/space_types.json +615 -307
- data/lib/openstudio-standards/standards/necb/NECB2020/service_water_heating.rb +4 -4
- data/lib/openstudio-standards/standards/necb/common/btap_data.rb +10 -5
- data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +1 -1
- data/lib/openstudio-standards/utilities/assertion.rb +128 -0
- data/lib/openstudio-standards/utilities/logging.rb +2 -3
- data/lib/openstudio-standards/utilities/object_info.rb +39 -18
- data/lib/openstudio-standards/utilities/schedule_translator.rb +8 -6
- data/lib/openstudio-standards/utilities/simulation.rb +24 -11
- data/lib/openstudio-standards/utilities/sqlfile.rb +10 -5
- data/lib/openstudio-standards/version.rb +1 -1
- data/lib/openstudio-standards/weather/Weather.Model.rb +8 -9
- data/lib/openstudio-standards/weather/Weather.stat_file.rb +3 -3
- data/lib/openstudio-standards/weather/information.rb +35 -0
- data/lib/openstudio-standards.rb +69 -5
- metadata +52 -16
- data/data/standards/OpenStudio_Standards-deer-ALL-comstock(space_types).xlsx +0 -0
- data/lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVAC.rb +0 -59
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingWater.rb +0 -13
- data/lib/openstudio-standards/hvac_sizing/Siz.HVACComponent.rb +0 -36
- data/lib/openstudio-standards/hvac_sizing/Siz.HeatingCoolingFuels.rb +0 -898
- data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +0 -126
- data/lib/openstudio-standards/hvac_sizing/Siz.ThermalZone.rb +0 -356
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.Model.rb +0 -35
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoolingTower.rb +0 -110
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoolingTowerVariableSpeed.rb +0 -5
@@ -30,7 +30,8 @@
|
|
30
30
|
"high_bay_lighting_schedule": null,
|
31
31
|
"specialty_lighting_schedule": null,
|
32
32
|
"exit_lighting_schedule": null,
|
33
|
-
"target_illuminance_setpoint":
|
33
|
+
"target_illuminance_setpoint": 400,
|
34
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
34
35
|
"psa_nongeometry_fraction": null,
|
35
36
|
"ssa_nongeometry_fraction": null,
|
36
37
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -108,7 +109,8 @@
|
|
108
109
|
"high_bay_lighting_schedule": null,
|
109
110
|
"specialty_lighting_schedule": null,
|
110
111
|
"exit_lighting_schedule": null,
|
111
|
-
"target_illuminance_setpoint":
|
112
|
+
"target_illuminance_setpoint": 300,
|
113
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
112
114
|
"psa_nongeometry_fraction": null,
|
113
115
|
"ssa_nongeometry_fraction": null,
|
114
116
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -186,7 +188,8 @@
|
|
186
188
|
"high_bay_lighting_schedule": null,
|
187
189
|
"specialty_lighting_schedule": null,
|
188
190
|
"exit_lighting_schedule": null,
|
189
|
-
"target_illuminance_setpoint":
|
191
|
+
"target_illuminance_setpoint": 400,
|
192
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
190
193
|
"psa_nongeometry_fraction": null,
|
191
194
|
"ssa_nongeometry_fraction": null,
|
192
195
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -264,7 +267,8 @@
|
|
264
267
|
"high_bay_lighting_schedule": null,
|
265
268
|
"specialty_lighting_schedule": null,
|
266
269
|
"exit_lighting_schedule": null,
|
267
|
-
"target_illuminance_setpoint":
|
270
|
+
"target_illuminance_setpoint": 125,
|
271
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
268
272
|
"psa_nongeometry_fraction": null,
|
269
273
|
"ssa_nongeometry_fraction": null,
|
270
274
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -342,7 +346,8 @@
|
|
342
346
|
"high_bay_lighting_schedule": null,
|
343
347
|
"specialty_lighting_schedule": null,
|
344
348
|
"exit_lighting_schedule": null,
|
345
|
-
"target_illuminance_setpoint":
|
349
|
+
"target_illuminance_setpoint": 300,
|
350
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
346
351
|
"psa_nongeometry_fraction": null,
|
347
352
|
"ssa_nongeometry_fraction": null,
|
348
353
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -420,7 +425,8 @@
|
|
420
425
|
"high_bay_lighting_schedule": null,
|
421
426
|
"specialty_lighting_schedule": null,
|
422
427
|
"exit_lighting_schedule": null,
|
423
|
-
"target_illuminance_setpoint":
|
428
|
+
"target_illuminance_setpoint": 300,
|
429
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
424
430
|
"psa_nongeometry_fraction": null,
|
425
431
|
"ssa_nongeometry_fraction": null,
|
426
432
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -498,7 +504,8 @@
|
|
498
504
|
"high_bay_lighting_schedule": null,
|
499
505
|
"specialty_lighting_schedule": null,
|
500
506
|
"exit_lighting_schedule": null,
|
501
|
-
"target_illuminance_setpoint":
|
507
|
+
"target_illuminance_setpoint": 100,
|
508
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
502
509
|
"psa_nongeometry_fraction": null,
|
503
510
|
"ssa_nongeometry_fraction": null,
|
504
511
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -576,7 +583,8 @@
|
|
576
583
|
"high_bay_lighting_schedule": null,
|
577
584
|
"specialty_lighting_schedule": null,
|
578
585
|
"exit_lighting_schedule": null,
|
579
|
-
"target_illuminance_setpoint":
|
586
|
+
"target_illuminance_setpoint": 350,
|
587
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
580
588
|
"psa_nongeometry_fraction": null,
|
581
589
|
"ssa_nongeometry_fraction": null,
|
582
590
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -654,7 +662,8 @@
|
|
654
662
|
"high_bay_lighting_schedule": null,
|
655
663
|
"specialty_lighting_schedule": null,
|
656
664
|
"exit_lighting_schedule": null,
|
657
|
-
"target_illuminance_setpoint":
|
665
|
+
"target_illuminance_setpoint": 400,
|
666
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
658
667
|
"psa_nongeometry_fraction": null,
|
659
668
|
"ssa_nongeometry_fraction": null,
|
660
669
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -732,7 +741,8 @@
|
|
732
741
|
"high_bay_lighting_schedule": null,
|
733
742
|
"specialty_lighting_schedule": null,
|
734
743
|
"exit_lighting_schedule": null,
|
735
|
-
"target_illuminance_setpoint":
|
744
|
+
"target_illuminance_setpoint": 500,
|
745
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
736
746
|
"psa_nongeometry_fraction": null,
|
737
747
|
"ssa_nongeometry_fraction": null,
|
738
748
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -810,7 +820,8 @@
|
|
810
820
|
"high_bay_lighting_schedule": null,
|
811
821
|
"specialty_lighting_schedule": null,
|
812
822
|
"exit_lighting_schedule": null,
|
813
|
-
"target_illuminance_setpoint":
|
823
|
+
"target_illuminance_setpoint": 600,
|
824
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
814
825
|
"psa_nongeometry_fraction": null,
|
815
826
|
"ssa_nongeometry_fraction": null,
|
816
827
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -888,7 +899,8 @@
|
|
888
899
|
"high_bay_lighting_schedule": null,
|
889
900
|
"specialty_lighting_schedule": null,
|
890
901
|
"exit_lighting_schedule": null,
|
891
|
-
"target_illuminance_setpoint":
|
902
|
+
"target_illuminance_setpoint": 350,
|
903
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
892
904
|
"psa_nongeometry_fraction": null,
|
893
905
|
"ssa_nongeometry_fraction": null,
|
894
906
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -966,7 +978,8 @@
|
|
966
978
|
"high_bay_lighting_schedule": null,
|
967
979
|
"specialty_lighting_schedule": null,
|
968
980
|
"exit_lighting_schedule": null,
|
969
|
-
"target_illuminance_setpoint":
|
981
|
+
"target_illuminance_setpoint": 150,
|
982
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
970
983
|
"psa_nongeometry_fraction": null,
|
971
984
|
"ssa_nongeometry_fraction": null,
|
972
985
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -1044,7 +1057,8 @@
|
|
1044
1057
|
"high_bay_lighting_schedule": null,
|
1045
1058
|
"specialty_lighting_schedule": null,
|
1046
1059
|
"exit_lighting_schedule": null,
|
1047
|
-
"target_illuminance_setpoint":
|
1060
|
+
"target_illuminance_setpoint": 500,
|
1061
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1048
1062
|
"psa_nongeometry_fraction": null,
|
1049
1063
|
"ssa_nongeometry_fraction": null,
|
1050
1064
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -1122,7 +1136,8 @@
|
|
1122
1136
|
"high_bay_lighting_schedule": null,
|
1123
1137
|
"specialty_lighting_schedule": null,
|
1124
1138
|
"exit_lighting_schedule": null,
|
1125
|
-
"target_illuminance_setpoint":
|
1139
|
+
"target_illuminance_setpoint": 450,
|
1140
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1126
1141
|
"psa_nongeometry_fraction": null,
|
1127
1142
|
"ssa_nongeometry_fraction": null,
|
1128
1143
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -1200,7 +1215,8 @@
|
|
1200
1215
|
"high_bay_lighting_schedule": null,
|
1201
1216
|
"specialty_lighting_schedule": null,
|
1202
1217
|
"exit_lighting_schedule": null,
|
1203
|
-
"target_illuminance_setpoint":
|
1218
|
+
"target_illuminance_setpoint": 150,
|
1219
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1204
1220
|
"psa_nongeometry_fraction": null,
|
1205
1221
|
"ssa_nongeometry_fraction": null,
|
1206
1222
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -1278,7 +1294,8 @@
|
|
1278
1294
|
"high_bay_lighting_schedule": null,
|
1279
1295
|
"specialty_lighting_schedule": null,
|
1280
1296
|
"exit_lighting_schedule": null,
|
1281
|
-
"target_illuminance_setpoint":
|
1297
|
+
"target_illuminance_setpoint": 150,
|
1298
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1282
1299
|
"psa_nongeometry_fraction": null,
|
1283
1300
|
"ssa_nongeometry_fraction": null,
|
1284
1301
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -1356,7 +1373,8 @@
|
|
1356
1373
|
"high_bay_lighting_schedule": null,
|
1357
1374
|
"specialty_lighting_schedule": null,
|
1358
1375
|
"exit_lighting_schedule": null,
|
1359
|
-
"target_illuminance_setpoint":
|
1376
|
+
"target_illuminance_setpoint": 125,
|
1377
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1360
1378
|
"psa_nongeometry_fraction": null,
|
1361
1379
|
"ssa_nongeometry_fraction": null,
|
1362
1380
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -1434,7 +1452,8 @@
|
|
1434
1452
|
"high_bay_lighting_schedule": null,
|
1435
1453
|
"specialty_lighting_schedule": null,
|
1436
1454
|
"exit_lighting_schedule": null,
|
1437
|
-
"target_illuminance_setpoint":
|
1455
|
+
"target_illuminance_setpoint": 100,
|
1456
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1438
1457
|
"psa_nongeometry_fraction": null,
|
1439
1458
|
"ssa_nongeometry_fraction": null,
|
1440
1459
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -1512,7 +1531,8 @@
|
|
1512
1531
|
"high_bay_lighting_schedule": null,
|
1513
1532
|
"specialty_lighting_schedule": null,
|
1514
1533
|
"exit_lighting_schedule": null,
|
1515
|
-
"target_illuminance_setpoint":
|
1534
|
+
"target_illuminance_setpoint": 400,
|
1535
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1516
1536
|
"psa_nongeometry_fraction": null,
|
1517
1537
|
"ssa_nongeometry_fraction": null,
|
1518
1538
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -1590,7 +1610,8 @@
|
|
1590
1610
|
"high_bay_lighting_schedule": null,
|
1591
1611
|
"specialty_lighting_schedule": null,
|
1592
1612
|
"exit_lighting_schedule": null,
|
1593
|
-
"target_illuminance_setpoint":
|
1613
|
+
"target_illuminance_setpoint": 75,
|
1614
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1594
1615
|
"psa_nongeometry_fraction": null,
|
1595
1616
|
"ssa_nongeometry_fraction": null,
|
1596
1617
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -1668,7 +1689,8 @@
|
|
1668
1689
|
"high_bay_lighting_schedule": null,
|
1669
1690
|
"specialty_lighting_schedule": null,
|
1670
1691
|
"exit_lighting_schedule": null,
|
1671
|
-
"target_illuminance_setpoint":
|
1692
|
+
"target_illuminance_setpoint": 250,
|
1693
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1672
1694
|
"psa_nongeometry_fraction": null,
|
1673
1695
|
"ssa_nongeometry_fraction": null,
|
1674
1696
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -1746,7 +1768,8 @@
|
|
1746
1768
|
"high_bay_lighting_schedule": null,
|
1747
1769
|
"specialty_lighting_schedule": null,
|
1748
1770
|
"exit_lighting_schedule": null,
|
1749
|
-
"target_illuminance_setpoint":
|
1771
|
+
"target_illuminance_setpoint": 250,
|
1772
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1750
1773
|
"psa_nongeometry_fraction": null,
|
1751
1774
|
"ssa_nongeometry_fraction": null,
|
1752
1775
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -1824,7 +1847,8 @@
|
|
1824
1847
|
"high_bay_lighting_schedule": null,
|
1825
1848
|
"specialty_lighting_schedule": null,
|
1826
1849
|
"exit_lighting_schedule": null,
|
1827
|
-
"target_illuminance_setpoint":
|
1850
|
+
"target_illuminance_setpoint": 400,
|
1851
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1828
1852
|
"psa_nongeometry_fraction": null,
|
1829
1853
|
"ssa_nongeometry_fraction": null,
|
1830
1854
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -1902,7 +1926,8 @@
|
|
1902
1926
|
"high_bay_lighting_schedule": null,
|
1903
1927
|
"specialty_lighting_schedule": null,
|
1904
1928
|
"exit_lighting_schedule": null,
|
1905
|
-
"target_illuminance_setpoint":
|
1929
|
+
"target_illuminance_setpoint": 400,
|
1930
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1906
1931
|
"psa_nongeometry_fraction": null,
|
1907
1932
|
"ssa_nongeometry_fraction": null,
|
1908
1933
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -1980,7 +2005,8 @@
|
|
1980
2005
|
"high_bay_lighting_schedule": null,
|
1981
2006
|
"specialty_lighting_schedule": null,
|
1982
2007
|
"exit_lighting_schedule": null,
|
1983
|
-
"target_illuminance_setpoint":
|
2008
|
+
"target_illuminance_setpoint": 250,
|
2009
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
1984
2010
|
"psa_nongeometry_fraction": null,
|
1985
2011
|
"ssa_nongeometry_fraction": null,
|
1986
2012
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -2058,7 +2084,8 @@
|
|
2058
2084
|
"high_bay_lighting_schedule": null,
|
2059
2085
|
"specialty_lighting_schedule": null,
|
2060
2086
|
"exit_lighting_schedule": null,
|
2061
|
-
"target_illuminance_setpoint":
|
2087
|
+
"target_illuminance_setpoint": 450,
|
2088
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2062
2089
|
"psa_nongeometry_fraction": null,
|
2063
2090
|
"ssa_nongeometry_fraction": null,
|
2064
2091
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -2136,7 +2163,8 @@
|
|
2136
2163
|
"high_bay_lighting_schedule": null,
|
2137
2164
|
"specialty_lighting_schedule": null,
|
2138
2165
|
"exit_lighting_schedule": null,
|
2139
|
-
"target_illuminance_setpoint":
|
2166
|
+
"target_illuminance_setpoint": 400,
|
2167
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2140
2168
|
"psa_nongeometry_fraction": null,
|
2141
2169
|
"ssa_nongeometry_fraction": null,
|
2142
2170
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -2215,6 +2243,7 @@
|
|
2215
2243
|
"specialty_lighting_schedule": null,
|
2216
2244
|
"exit_lighting_schedule": null,
|
2217
2245
|
"target_illuminance_setpoint": null,
|
2246
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2218
2247
|
"psa_nongeometry_fraction": null,
|
2219
2248
|
"ssa_nongeometry_fraction": null,
|
2220
2249
|
"ventilation_standard": "N/A",
|
@@ -2292,7 +2321,8 @@
|
|
2292
2321
|
"high_bay_lighting_schedule": null,
|
2293
2322
|
"specialty_lighting_schedule": null,
|
2294
2323
|
"exit_lighting_schedule": null,
|
2295
|
-
"target_illuminance_setpoint":
|
2324
|
+
"target_illuminance_setpoint": 250,
|
2325
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2296
2326
|
"psa_nongeometry_fraction": null,
|
2297
2327
|
"ssa_nongeometry_fraction": null,
|
2298
2328
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -2370,7 +2400,8 @@
|
|
2370
2400
|
"high_bay_lighting_schedule": null,
|
2371
2401
|
"specialty_lighting_schedule": null,
|
2372
2402
|
"exit_lighting_schedule": null,
|
2373
|
-
"target_illuminance_setpoint":
|
2403
|
+
"target_illuminance_setpoint": 250,
|
2404
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2374
2405
|
"psa_nongeometry_fraction": null,
|
2375
2406
|
"ssa_nongeometry_fraction": null,
|
2376
2407
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -2448,7 +2479,8 @@
|
|
2448
2479
|
"high_bay_lighting_schedule": null,
|
2449
2480
|
"specialty_lighting_schedule": null,
|
2450
2481
|
"exit_lighting_schedule": null,
|
2451
|
-
"target_illuminance_setpoint":
|
2482
|
+
"target_illuminance_setpoint": 100,
|
2483
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2452
2484
|
"psa_nongeometry_fraction": null,
|
2453
2485
|
"ssa_nongeometry_fraction": null,
|
2454
2486
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -2526,7 +2558,8 @@
|
|
2526
2558
|
"high_bay_lighting_schedule": null,
|
2527
2559
|
"specialty_lighting_schedule": null,
|
2528
2560
|
"exit_lighting_schedule": null,
|
2529
|
-
"target_illuminance_setpoint":
|
2561
|
+
"target_illuminance_setpoint": 250,
|
2562
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2530
2563
|
"psa_nongeometry_fraction": null,
|
2531
2564
|
"ssa_nongeometry_fraction": null,
|
2532
2565
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -2604,7 +2637,8 @@
|
|
2604
2637
|
"high_bay_lighting_schedule": null,
|
2605
2638
|
"specialty_lighting_schedule": null,
|
2606
2639
|
"exit_lighting_schedule": null,
|
2607
|
-
"target_illuminance_setpoint":
|
2640
|
+
"target_illuminance_setpoint": 250,
|
2641
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2608
2642
|
"psa_nongeometry_fraction": null,
|
2609
2643
|
"ssa_nongeometry_fraction": null,
|
2610
2644
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -2682,7 +2716,8 @@
|
|
2682
2716
|
"high_bay_lighting_schedule": null,
|
2683
2717
|
"specialty_lighting_schedule": null,
|
2684
2718
|
"exit_lighting_schedule": null,
|
2685
|
-
"target_illuminance_setpoint":
|
2719
|
+
"target_illuminance_setpoint": 500,
|
2720
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2686
2721
|
"psa_nongeometry_fraction": null,
|
2687
2722
|
"ssa_nongeometry_fraction": null,
|
2688
2723
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -2760,7 +2795,8 @@
|
|
2760
2795
|
"high_bay_lighting_schedule": null,
|
2761
2796
|
"specialty_lighting_schedule": null,
|
2762
2797
|
"exit_lighting_schedule": null,
|
2763
|
-
"target_illuminance_setpoint":
|
2798
|
+
"target_illuminance_setpoint": 400,
|
2799
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2764
2800
|
"psa_nongeometry_fraction": null,
|
2765
2801
|
"ssa_nongeometry_fraction": null,
|
2766
2802
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -2838,7 +2874,8 @@
|
|
2838
2874
|
"high_bay_lighting_schedule": null,
|
2839
2875
|
"specialty_lighting_schedule": null,
|
2840
2876
|
"exit_lighting_schedule": null,
|
2841
|
-
"target_illuminance_setpoint":
|
2877
|
+
"target_illuminance_setpoint": 400,
|
2878
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2842
2879
|
"psa_nongeometry_fraction": null,
|
2843
2880
|
"ssa_nongeometry_fraction": null,
|
2844
2881
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -2916,7 +2953,8 @@
|
|
2916
2953
|
"high_bay_lighting_schedule": null,
|
2917
2954
|
"specialty_lighting_schedule": null,
|
2918
2955
|
"exit_lighting_schedule": null,
|
2919
|
-
"target_illuminance_setpoint":
|
2956
|
+
"target_illuminance_setpoint": 350,
|
2957
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2920
2958
|
"psa_nongeometry_fraction": null,
|
2921
2959
|
"ssa_nongeometry_fraction": null,
|
2922
2960
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -2994,7 +3032,8 @@
|
|
2994
3032
|
"high_bay_lighting_schedule": null,
|
2995
3033
|
"specialty_lighting_schedule": null,
|
2996
3034
|
"exit_lighting_schedule": null,
|
2997
|
-
"target_illuminance_setpoint":
|
3035
|
+
"target_illuminance_setpoint": 350,
|
3036
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
2998
3037
|
"psa_nongeometry_fraction": null,
|
2999
3038
|
"ssa_nongeometry_fraction": null,
|
3000
3039
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -3072,7 +3111,8 @@
|
|
3072
3111
|
"high_bay_lighting_schedule": null,
|
3073
3112
|
"specialty_lighting_schedule": null,
|
3074
3113
|
"exit_lighting_schedule": null,
|
3075
|
-
"target_illuminance_setpoint":
|
3114
|
+
"target_illuminance_setpoint": 500,
|
3115
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3076
3116
|
"psa_nongeometry_fraction": null,
|
3077
3117
|
"ssa_nongeometry_fraction": null,
|
3078
3118
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -3150,7 +3190,8 @@
|
|
3150
3190
|
"high_bay_lighting_schedule": null,
|
3151
3191
|
"specialty_lighting_schedule": null,
|
3152
3192
|
"exit_lighting_schedule": null,
|
3153
|
-
"target_illuminance_setpoint":
|
3193
|
+
"target_illuminance_setpoint": 150,
|
3194
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3154
3195
|
"psa_nongeometry_fraction": null,
|
3155
3196
|
"ssa_nongeometry_fraction": null,
|
3156
3197
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -3228,7 +3269,8 @@
|
|
3228
3269
|
"high_bay_lighting_schedule": null,
|
3229
3270
|
"specialty_lighting_schedule": null,
|
3230
3271
|
"exit_lighting_schedule": null,
|
3231
|
-
"target_illuminance_setpoint":
|
3272
|
+
"target_illuminance_setpoint": 150,
|
3273
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3232
3274
|
"psa_nongeometry_fraction": null,
|
3233
3275
|
"ssa_nongeometry_fraction": null,
|
3234
3276
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -3306,7 +3348,8 @@
|
|
3306
3348
|
"high_bay_lighting_schedule": null,
|
3307
3349
|
"specialty_lighting_schedule": null,
|
3308
3350
|
"exit_lighting_schedule": null,
|
3309
|
-
"target_illuminance_setpoint":
|
3351
|
+
"target_illuminance_setpoint": 150,
|
3352
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3310
3353
|
"psa_nongeometry_fraction": null,
|
3311
3354
|
"ssa_nongeometry_fraction": null,
|
3312
3355
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -3384,7 +3427,8 @@
|
|
3384
3427
|
"high_bay_lighting_schedule": null,
|
3385
3428
|
"specialty_lighting_schedule": null,
|
3386
3429
|
"exit_lighting_schedule": null,
|
3387
|
-
"target_illuminance_setpoint":
|
3430
|
+
"target_illuminance_setpoint": 150,
|
3431
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3388
3432
|
"psa_nongeometry_fraction": null,
|
3389
3433
|
"ssa_nongeometry_fraction": null,
|
3390
3434
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -3462,7 +3506,8 @@
|
|
3462
3506
|
"high_bay_lighting_schedule": null,
|
3463
3507
|
"specialty_lighting_schedule": null,
|
3464
3508
|
"exit_lighting_schedule": null,
|
3465
|
-
"target_illuminance_setpoint":
|
3509
|
+
"target_illuminance_setpoint": 150,
|
3510
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3466
3511
|
"psa_nongeometry_fraction": null,
|
3467
3512
|
"ssa_nongeometry_fraction": null,
|
3468
3513
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -3540,7 +3585,8 @@
|
|
3540
3585
|
"high_bay_lighting_schedule": null,
|
3541
3586
|
"specialty_lighting_schedule": null,
|
3542
3587
|
"exit_lighting_schedule": null,
|
3543
|
-
"target_illuminance_setpoint":
|
3588
|
+
"target_illuminance_setpoint": 150,
|
3589
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3544
3590
|
"psa_nongeometry_fraction": null,
|
3545
3591
|
"ssa_nongeometry_fraction": null,
|
3546
3592
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -3618,7 +3664,8 @@
|
|
3618
3664
|
"high_bay_lighting_schedule": null,
|
3619
3665
|
"specialty_lighting_schedule": null,
|
3620
3666
|
"exit_lighting_schedule": null,
|
3621
|
-
"target_illuminance_setpoint":
|
3667
|
+
"target_illuminance_setpoint": 150,
|
3668
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3622
3669
|
"psa_nongeometry_fraction": null,
|
3623
3670
|
"ssa_nongeometry_fraction": null,
|
3624
3671
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -3696,7 +3743,8 @@
|
|
3696
3743
|
"high_bay_lighting_schedule": null,
|
3697
3744
|
"specialty_lighting_schedule": null,
|
3698
3745
|
"exit_lighting_schedule": null,
|
3699
|
-
"target_illuminance_setpoint":
|
3746
|
+
"target_illuminance_setpoint": 150,
|
3747
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3700
3748
|
"psa_nongeometry_fraction": null,
|
3701
3749
|
"ssa_nongeometry_fraction": null,
|
3702
3750
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -3774,7 +3822,8 @@
|
|
3774
3822
|
"high_bay_lighting_schedule": null,
|
3775
3823
|
"specialty_lighting_schedule": null,
|
3776
3824
|
"exit_lighting_schedule": null,
|
3777
|
-
"target_illuminance_setpoint":
|
3825
|
+
"target_illuminance_setpoint": 150,
|
3826
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3778
3827
|
"psa_nongeometry_fraction": null,
|
3779
3828
|
"ssa_nongeometry_fraction": null,
|
3780
3829
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -3852,7 +3901,8 @@
|
|
3852
3901
|
"high_bay_lighting_schedule": null,
|
3853
3902
|
"specialty_lighting_schedule": null,
|
3854
3903
|
"exit_lighting_schedule": null,
|
3855
|
-
"target_illuminance_setpoint":
|
3904
|
+
"target_illuminance_setpoint": 150,
|
3905
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3856
3906
|
"psa_nongeometry_fraction": null,
|
3857
3907
|
"ssa_nongeometry_fraction": null,
|
3858
3908
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -3930,7 +3980,8 @@
|
|
3930
3980
|
"high_bay_lighting_schedule": null,
|
3931
3981
|
"specialty_lighting_schedule": null,
|
3932
3982
|
"exit_lighting_schedule": null,
|
3933
|
-
"target_illuminance_setpoint":
|
3983
|
+
"target_illuminance_setpoint": 150,
|
3984
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
3934
3985
|
"psa_nongeometry_fraction": null,
|
3935
3986
|
"ssa_nongeometry_fraction": null,
|
3936
3987
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -4008,7 +4059,8 @@
|
|
4008
4059
|
"high_bay_lighting_schedule": null,
|
4009
4060
|
"specialty_lighting_schedule": null,
|
4010
4061
|
"exit_lighting_schedule": null,
|
4011
|
-
"target_illuminance_setpoint":
|
4062
|
+
"target_illuminance_setpoint": 150,
|
4063
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4012
4064
|
"psa_nongeometry_fraction": null,
|
4013
4065
|
"ssa_nongeometry_fraction": null,
|
4014
4066
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -4086,7 +4138,8 @@
|
|
4086
4138
|
"high_bay_lighting_schedule": null,
|
4087
4139
|
"specialty_lighting_schedule": null,
|
4088
4140
|
"exit_lighting_schedule": null,
|
4089
|
-
"target_illuminance_setpoint":
|
4141
|
+
"target_illuminance_setpoint": 150,
|
4142
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4090
4143
|
"psa_nongeometry_fraction": null,
|
4091
4144
|
"ssa_nongeometry_fraction": null,
|
4092
4145
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -4164,7 +4217,8 @@
|
|
4164
4217
|
"high_bay_lighting_schedule": null,
|
4165
4218
|
"specialty_lighting_schedule": null,
|
4166
4219
|
"exit_lighting_schedule": null,
|
4167
|
-
"target_illuminance_setpoint":
|
4220
|
+
"target_illuminance_setpoint": 150,
|
4221
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4168
4222
|
"psa_nongeometry_fraction": null,
|
4169
4223
|
"ssa_nongeometry_fraction": null,
|
4170
4224
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -4242,7 +4296,8 @@
|
|
4242
4296
|
"high_bay_lighting_schedule": null,
|
4243
4297
|
"specialty_lighting_schedule": null,
|
4244
4298
|
"exit_lighting_schedule": null,
|
4245
|
-
"target_illuminance_setpoint":
|
4299
|
+
"target_illuminance_setpoint": 150,
|
4300
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4246
4301
|
"psa_nongeometry_fraction": null,
|
4247
4302
|
"ssa_nongeometry_fraction": null,
|
4248
4303
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -4320,7 +4375,8 @@
|
|
4320
4375
|
"high_bay_lighting_schedule": null,
|
4321
4376
|
"specialty_lighting_schedule": null,
|
4322
4377
|
"exit_lighting_schedule": null,
|
4323
|
-
"target_illuminance_setpoint":
|
4378
|
+
"target_illuminance_setpoint": 150,
|
4379
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4324
4380
|
"psa_nongeometry_fraction": null,
|
4325
4381
|
"ssa_nongeometry_fraction": null,
|
4326
4382
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -4398,7 +4454,8 @@
|
|
4398
4454
|
"high_bay_lighting_schedule": null,
|
4399
4455
|
"specialty_lighting_schedule": null,
|
4400
4456
|
"exit_lighting_schedule": null,
|
4401
|
-
"target_illuminance_setpoint":
|
4457
|
+
"target_illuminance_setpoint": 150,
|
4458
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4402
4459
|
"psa_nongeometry_fraction": null,
|
4403
4460
|
"ssa_nongeometry_fraction": null,
|
4404
4461
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -4476,7 +4533,8 @@
|
|
4476
4533
|
"high_bay_lighting_schedule": null,
|
4477
4534
|
"specialty_lighting_schedule": null,
|
4478
4535
|
"exit_lighting_schedule": null,
|
4479
|
-
"target_illuminance_setpoint":
|
4536
|
+
"target_illuminance_setpoint": 150,
|
4537
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4480
4538
|
"psa_nongeometry_fraction": null,
|
4481
4539
|
"ssa_nongeometry_fraction": null,
|
4482
4540
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -4554,7 +4612,8 @@
|
|
4554
4612
|
"high_bay_lighting_schedule": null,
|
4555
4613
|
"specialty_lighting_schedule": null,
|
4556
4614
|
"exit_lighting_schedule": null,
|
4557
|
-
"target_illuminance_setpoint":
|
4615
|
+
"target_illuminance_setpoint": 400,
|
4616
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4558
4617
|
"psa_nongeometry_fraction": null,
|
4559
4618
|
"ssa_nongeometry_fraction": null,
|
4560
4619
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -4632,7 +4691,8 @@
|
|
4632
4691
|
"high_bay_lighting_schedule": null,
|
4633
4692
|
"specialty_lighting_schedule": null,
|
4634
4693
|
"exit_lighting_schedule": null,
|
4635
|
-
"target_illuminance_setpoint":
|
4694
|
+
"target_illuminance_setpoint": 400,
|
4695
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4636
4696
|
"psa_nongeometry_fraction": null,
|
4637
4697
|
"ssa_nongeometry_fraction": null,
|
4638
4698
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -4710,7 +4770,8 @@
|
|
4710
4770
|
"high_bay_lighting_schedule": null,
|
4711
4771
|
"specialty_lighting_schedule": null,
|
4712
4772
|
"exit_lighting_schedule": null,
|
4713
|
-
"target_illuminance_setpoint":
|
4773
|
+
"target_illuminance_setpoint": 400,
|
4774
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4714
4775
|
"psa_nongeometry_fraction": null,
|
4715
4776
|
"ssa_nongeometry_fraction": null,
|
4716
4777
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -4788,7 +4849,8 @@
|
|
4788
4849
|
"high_bay_lighting_schedule": null,
|
4789
4850
|
"specialty_lighting_schedule": null,
|
4790
4851
|
"exit_lighting_schedule": null,
|
4791
|
-
"target_illuminance_setpoint":
|
4852
|
+
"target_illuminance_setpoint": 100,
|
4853
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4792
4854
|
"psa_nongeometry_fraction": null,
|
4793
4855
|
"ssa_nongeometry_fraction": null,
|
4794
4856
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -4866,7 +4928,8 @@
|
|
4866
4928
|
"high_bay_lighting_schedule": null,
|
4867
4929
|
"specialty_lighting_schedule": null,
|
4868
4930
|
"exit_lighting_schedule": null,
|
4869
|
-
"target_illuminance_setpoint":
|
4931
|
+
"target_illuminance_setpoint": 200,
|
4932
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4870
4933
|
"psa_nongeometry_fraction": null,
|
4871
4934
|
"ssa_nongeometry_fraction": null,
|
4872
4935
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -4944,7 +5007,8 @@
|
|
4944
5007
|
"high_bay_lighting_schedule": null,
|
4945
5008
|
"specialty_lighting_schedule": null,
|
4946
5009
|
"exit_lighting_schedule": null,
|
4947
|
-
"target_illuminance_setpoint":
|
5010
|
+
"target_illuminance_setpoint": 200,
|
5011
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
4948
5012
|
"psa_nongeometry_fraction": null,
|
4949
5013
|
"ssa_nongeometry_fraction": null,
|
4950
5014
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -5022,7 +5086,8 @@
|
|
5022
5086
|
"high_bay_lighting_schedule": null,
|
5023
5087
|
"specialty_lighting_schedule": null,
|
5024
5088
|
"exit_lighting_schedule": null,
|
5025
|
-
"target_illuminance_setpoint":
|
5089
|
+
"target_illuminance_setpoint": 125,
|
5090
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5026
5091
|
"psa_nongeometry_fraction": null,
|
5027
5092
|
"ssa_nongeometry_fraction": null,
|
5028
5093
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -5100,7 +5165,8 @@
|
|
5100
5165
|
"high_bay_lighting_schedule": null,
|
5101
5166
|
"specialty_lighting_schedule": null,
|
5102
5167
|
"exit_lighting_schedule": null,
|
5103
|
-
"target_illuminance_setpoint":
|
5168
|
+
"target_illuminance_setpoint": 250,
|
5169
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5104
5170
|
"psa_nongeometry_fraction": null,
|
5105
5171
|
"ssa_nongeometry_fraction": null,
|
5106
5172
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -5178,7 +5244,8 @@
|
|
5178
5244
|
"high_bay_lighting_schedule": null,
|
5179
5245
|
"specialty_lighting_schedule": null,
|
5180
5246
|
"exit_lighting_schedule": null,
|
5181
|
-
"target_illuminance_setpoint":
|
5247
|
+
"target_illuminance_setpoint": 125,
|
5248
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5182
5249
|
"psa_nongeometry_fraction": null,
|
5183
5250
|
"ssa_nongeometry_fraction": null,
|
5184
5251
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -5256,7 +5323,8 @@
|
|
5256
5323
|
"high_bay_lighting_schedule": null,
|
5257
5324
|
"specialty_lighting_schedule": null,
|
5258
5325
|
"exit_lighting_schedule": null,
|
5259
|
-
"target_illuminance_setpoint":
|
5326
|
+
"target_illuminance_setpoint": 350,
|
5327
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5260
5328
|
"psa_nongeometry_fraction": null,
|
5261
5329
|
"ssa_nongeometry_fraction": null,
|
5262
5330
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -5334,7 +5402,8 @@
|
|
5334
5402
|
"high_bay_lighting_schedule": null,
|
5335
5403
|
"specialty_lighting_schedule": null,
|
5336
5404
|
"exit_lighting_schedule": null,
|
5337
|
-
"target_illuminance_setpoint":
|
5405
|
+
"target_illuminance_setpoint": 350,
|
5406
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5338
5407
|
"psa_nongeometry_fraction": null,
|
5339
5408
|
"ssa_nongeometry_fraction": null,
|
5340
5409
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -5412,7 +5481,8 @@
|
|
5412
5481
|
"high_bay_lighting_schedule": null,
|
5413
5482
|
"specialty_lighting_schedule": null,
|
5414
5483
|
"exit_lighting_schedule": null,
|
5415
|
-
"target_illuminance_setpoint":
|
5484
|
+
"target_illuminance_setpoint": 350,
|
5485
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5416
5486
|
"psa_nongeometry_fraction": null,
|
5417
5487
|
"ssa_nongeometry_fraction": null,
|
5418
5488
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -5490,7 +5560,8 @@
|
|
5490
5560
|
"high_bay_lighting_schedule": null,
|
5491
5561
|
"specialty_lighting_schedule": null,
|
5492
5562
|
"exit_lighting_schedule": null,
|
5493
|
-
"target_illuminance_setpoint":
|
5563
|
+
"target_illuminance_setpoint": 350,
|
5564
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5494
5565
|
"psa_nongeometry_fraction": null,
|
5495
5566
|
"ssa_nongeometry_fraction": null,
|
5496
5567
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -5568,7 +5639,8 @@
|
|
5568
5639
|
"high_bay_lighting_schedule": null,
|
5569
5640
|
"specialty_lighting_schedule": null,
|
5570
5641
|
"exit_lighting_schedule": null,
|
5571
|
-
"target_illuminance_setpoint":
|
5642
|
+
"target_illuminance_setpoint": 350,
|
5643
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5572
5644
|
"psa_nongeometry_fraction": null,
|
5573
5645
|
"ssa_nongeometry_fraction": null,
|
5574
5646
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -5646,7 +5718,8 @@
|
|
5646
5718
|
"high_bay_lighting_schedule": null,
|
5647
5719
|
"specialty_lighting_schedule": null,
|
5648
5720
|
"exit_lighting_schedule": null,
|
5649
|
-
"target_illuminance_setpoint":
|
5721
|
+
"target_illuminance_setpoint": 350,
|
5722
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5650
5723
|
"psa_nongeometry_fraction": null,
|
5651
5724
|
"ssa_nongeometry_fraction": null,
|
5652
5725
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -5724,7 +5797,8 @@
|
|
5724
5797
|
"high_bay_lighting_schedule": null,
|
5725
5798
|
"specialty_lighting_schedule": null,
|
5726
5799
|
"exit_lighting_schedule": null,
|
5727
|
-
"target_illuminance_setpoint":
|
5800
|
+
"target_illuminance_setpoint": 350,
|
5801
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5728
5802
|
"psa_nongeometry_fraction": null,
|
5729
5803
|
"ssa_nongeometry_fraction": null,
|
5730
5804
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -5802,7 +5876,8 @@
|
|
5802
5876
|
"high_bay_lighting_schedule": null,
|
5803
5877
|
"specialty_lighting_schedule": null,
|
5804
5878
|
"exit_lighting_schedule": null,
|
5805
|
-
"target_illuminance_setpoint":
|
5879
|
+
"target_illuminance_setpoint": 350,
|
5880
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5806
5881
|
"psa_nongeometry_fraction": null,
|
5807
5882
|
"ssa_nongeometry_fraction": null,
|
5808
5883
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -5880,7 +5955,8 @@
|
|
5880
5955
|
"high_bay_lighting_schedule": null,
|
5881
5956
|
"specialty_lighting_schedule": null,
|
5882
5957
|
"exit_lighting_schedule": null,
|
5883
|
-
"target_illuminance_setpoint":
|
5958
|
+
"target_illuminance_setpoint": 350,
|
5959
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5884
5960
|
"psa_nongeometry_fraction": null,
|
5885
5961
|
"ssa_nongeometry_fraction": null,
|
5886
5962
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -5958,7 +6034,8 @@
|
|
5958
6034
|
"high_bay_lighting_schedule": null,
|
5959
6035
|
"specialty_lighting_schedule": null,
|
5960
6036
|
"exit_lighting_schedule": null,
|
5961
|
-
"target_illuminance_setpoint":
|
6037
|
+
"target_illuminance_setpoint": 350,
|
6038
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
5962
6039
|
"psa_nongeometry_fraction": null,
|
5963
6040
|
"ssa_nongeometry_fraction": null,
|
5964
6041
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -6036,7 +6113,8 @@
|
|
6036
6113
|
"high_bay_lighting_schedule": null,
|
6037
6114
|
"specialty_lighting_schedule": null,
|
6038
6115
|
"exit_lighting_schedule": null,
|
6039
|
-
"target_illuminance_setpoint":
|
6116
|
+
"target_illuminance_setpoint": 150,
|
6117
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6040
6118
|
"psa_nongeometry_fraction": null,
|
6041
6119
|
"ssa_nongeometry_fraction": null,
|
6042
6120
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -6114,7 +6192,8 @@
|
|
6114
6192
|
"high_bay_lighting_schedule": null,
|
6115
6193
|
"specialty_lighting_schedule": null,
|
6116
6194
|
"exit_lighting_schedule": null,
|
6117
|
-
"target_illuminance_setpoint":
|
6195
|
+
"target_illuminance_setpoint": 500,
|
6196
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6118
6197
|
"psa_nongeometry_fraction": null,
|
6119
6198
|
"ssa_nongeometry_fraction": null,
|
6120
6199
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -6192,7 +6271,8 @@
|
|
6192
6271
|
"high_bay_lighting_schedule": null,
|
6193
6272
|
"specialty_lighting_schedule": null,
|
6194
6273
|
"exit_lighting_schedule": null,
|
6195
|
-
"target_illuminance_setpoint":
|
6274
|
+
"target_illuminance_setpoint": 500,
|
6275
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6196
6276
|
"psa_nongeometry_fraction": null,
|
6197
6277
|
"ssa_nongeometry_fraction": null,
|
6198
6278
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -6270,7 +6350,8 @@
|
|
6270
6350
|
"high_bay_lighting_schedule": null,
|
6271
6351
|
"specialty_lighting_schedule": null,
|
6272
6352
|
"exit_lighting_schedule": null,
|
6273
|
-
"target_illuminance_setpoint":
|
6353
|
+
"target_illuminance_setpoint": 350,
|
6354
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6274
6355
|
"psa_nongeometry_fraction": null,
|
6275
6356
|
"ssa_nongeometry_fraction": null,
|
6276
6357
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -6348,7 +6429,8 @@
|
|
6348
6429
|
"high_bay_lighting_schedule": null,
|
6349
6430
|
"specialty_lighting_schedule": null,
|
6350
6431
|
"exit_lighting_schedule": null,
|
6351
|
-
"target_illuminance_setpoint":
|
6432
|
+
"target_illuminance_setpoint": 350,
|
6433
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6352
6434
|
"psa_nongeometry_fraction": null,
|
6353
6435
|
"ssa_nongeometry_fraction": null,
|
6354
6436
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -6426,7 +6508,8 @@
|
|
6426
6508
|
"high_bay_lighting_schedule": null,
|
6427
6509
|
"specialty_lighting_schedule": null,
|
6428
6510
|
"exit_lighting_schedule": null,
|
6429
|
-
"target_illuminance_setpoint":
|
6511
|
+
"target_illuminance_setpoint": 350,
|
6512
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6430
6513
|
"psa_nongeometry_fraction": null,
|
6431
6514
|
"ssa_nongeometry_fraction": null,
|
6432
6515
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -6504,7 +6587,8 @@
|
|
6504
6587
|
"high_bay_lighting_schedule": null,
|
6505
6588
|
"specialty_lighting_schedule": null,
|
6506
6589
|
"exit_lighting_schedule": null,
|
6507
|
-
"target_illuminance_setpoint":
|
6590
|
+
"target_illuminance_setpoint": 600,
|
6591
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6508
6592
|
"psa_nongeometry_fraction": null,
|
6509
6593
|
"ssa_nongeometry_fraction": null,
|
6510
6594
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -6582,7 +6666,8 @@
|
|
6582
6666
|
"high_bay_lighting_schedule": null,
|
6583
6667
|
"specialty_lighting_schedule": null,
|
6584
6668
|
"exit_lighting_schedule": null,
|
6585
|
-
"target_illuminance_setpoint":
|
6669
|
+
"target_illuminance_setpoint": 600,
|
6670
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6586
6671
|
"psa_nongeometry_fraction": null,
|
6587
6672
|
"ssa_nongeometry_fraction": null,
|
6588
6673
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -6660,7 +6745,8 @@
|
|
6660
6745
|
"high_bay_lighting_schedule": null,
|
6661
6746
|
"specialty_lighting_schedule": null,
|
6662
6747
|
"exit_lighting_schedule": null,
|
6663
|
-
"target_illuminance_setpoint":
|
6748
|
+
"target_illuminance_setpoint": 350,
|
6749
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6664
6750
|
"psa_nongeometry_fraction": null,
|
6665
6751
|
"ssa_nongeometry_fraction": null,
|
6666
6752
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -6738,7 +6824,8 @@
|
|
6738
6824
|
"high_bay_lighting_schedule": null,
|
6739
6825
|
"specialty_lighting_schedule": null,
|
6740
6826
|
"exit_lighting_schedule": null,
|
6741
|
-
"target_illuminance_setpoint":
|
6827
|
+
"target_illuminance_setpoint": 150,
|
6828
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6742
6829
|
"psa_nongeometry_fraction": null,
|
6743
6830
|
"ssa_nongeometry_fraction": null,
|
6744
6831
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -6816,7 +6903,8 @@
|
|
6816
6903
|
"high_bay_lighting_schedule": null,
|
6817
6904
|
"specialty_lighting_schedule": null,
|
6818
6905
|
"exit_lighting_schedule": null,
|
6819
|
-
"target_illuminance_setpoint":
|
6906
|
+
"target_illuminance_setpoint": 400,
|
6907
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6820
6908
|
"psa_nongeometry_fraction": null,
|
6821
6909
|
"ssa_nongeometry_fraction": null,
|
6822
6910
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -6894,7 +6982,8 @@
|
|
6894
6982
|
"high_bay_lighting_schedule": null,
|
6895
6983
|
"specialty_lighting_schedule": null,
|
6896
6984
|
"exit_lighting_schedule": null,
|
6897
|
-
"target_illuminance_setpoint":
|
6985
|
+
"target_illuminance_setpoint": 400,
|
6986
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6898
6987
|
"psa_nongeometry_fraction": null,
|
6899
6988
|
"ssa_nongeometry_fraction": null,
|
6900
6989
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -6972,7 +7061,8 @@
|
|
6972
7061
|
"high_bay_lighting_schedule": null,
|
6973
7062
|
"specialty_lighting_schedule": null,
|
6974
7063
|
"exit_lighting_schedule": null,
|
6975
|
-
"target_illuminance_setpoint":
|
7064
|
+
"target_illuminance_setpoint": 400,
|
7065
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
6976
7066
|
"psa_nongeometry_fraction": null,
|
6977
7067
|
"ssa_nongeometry_fraction": null,
|
6978
7068
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -7050,7 +7140,8 @@
|
|
7050
7140
|
"high_bay_lighting_schedule": null,
|
7051
7141
|
"specialty_lighting_schedule": null,
|
7052
7142
|
"exit_lighting_schedule": null,
|
7053
|
-
"target_illuminance_setpoint":
|
7143
|
+
"target_illuminance_setpoint": 400,
|
7144
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7054
7145
|
"psa_nongeometry_fraction": null,
|
7055
7146
|
"ssa_nongeometry_fraction": null,
|
7056
7147
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -7128,7 +7219,8 @@
|
|
7128
7219
|
"high_bay_lighting_schedule": null,
|
7129
7220
|
"specialty_lighting_schedule": null,
|
7130
7221
|
"exit_lighting_schedule": null,
|
7131
|
-
"target_illuminance_setpoint":
|
7222
|
+
"target_illuminance_setpoint": 1000,
|
7223
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7132
7224
|
"psa_nongeometry_fraction": null,
|
7133
7225
|
"ssa_nongeometry_fraction": null,
|
7134
7226
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -7206,7 +7298,8 @@
|
|
7206
7298
|
"high_bay_lighting_schedule": null,
|
7207
7299
|
"specialty_lighting_schedule": null,
|
7208
7300
|
"exit_lighting_schedule": null,
|
7209
|
-
"target_illuminance_setpoint":
|
7301
|
+
"target_illuminance_setpoint": 400,
|
7302
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7210
7303
|
"psa_nongeometry_fraction": null,
|
7211
7304
|
"ssa_nongeometry_fraction": null,
|
7212
7305
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -7284,7 +7377,8 @@
|
|
7284
7377
|
"high_bay_lighting_schedule": null,
|
7285
7378
|
"specialty_lighting_schedule": null,
|
7286
7379
|
"exit_lighting_schedule": null,
|
7287
|
-
"target_illuminance_setpoint":
|
7380
|
+
"target_illuminance_setpoint": 400,
|
7381
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7288
7382
|
"psa_nongeometry_fraction": null,
|
7289
7383
|
"ssa_nongeometry_fraction": null,
|
7290
7384
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -7362,7 +7456,8 @@
|
|
7362
7456
|
"high_bay_lighting_schedule": null,
|
7363
7457
|
"specialty_lighting_schedule": null,
|
7364
7458
|
"exit_lighting_schedule": null,
|
7365
|
-
"target_illuminance_setpoint":
|
7459
|
+
"target_illuminance_setpoint": 350,
|
7460
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7366
7461
|
"psa_nongeometry_fraction": null,
|
7367
7462
|
"ssa_nongeometry_fraction": null,
|
7368
7463
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -7440,7 +7535,8 @@
|
|
7440
7535
|
"high_bay_lighting_schedule": null,
|
7441
7536
|
"specialty_lighting_schedule": null,
|
7442
7537
|
"exit_lighting_schedule": null,
|
7443
|
-
"target_illuminance_setpoint":
|
7538
|
+
"target_illuminance_setpoint": 225,
|
7539
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7444
7540
|
"psa_nongeometry_fraction": null,
|
7445
7541
|
"ssa_nongeometry_fraction": null,
|
7446
7542
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -7518,7 +7614,8 @@
|
|
7518
7614
|
"high_bay_lighting_schedule": null,
|
7519
7615
|
"specialty_lighting_schedule": null,
|
7520
7616
|
"exit_lighting_schedule": null,
|
7521
|
-
"target_illuminance_setpoint":
|
7617
|
+
"target_illuminance_setpoint": 250,
|
7618
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7522
7619
|
"psa_nongeometry_fraction": null,
|
7523
7620
|
"ssa_nongeometry_fraction": null,
|
7524
7621
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -7596,7 +7693,8 @@
|
|
7596
7693
|
"high_bay_lighting_schedule": null,
|
7597
7694
|
"specialty_lighting_schedule": null,
|
7598
7695
|
"exit_lighting_schedule": null,
|
7599
|
-
"target_illuminance_setpoint":
|
7696
|
+
"target_illuminance_setpoint": 150,
|
7697
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7600
7698
|
"psa_nongeometry_fraction": null,
|
7601
7699
|
"ssa_nongeometry_fraction": null,
|
7602
7700
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -7674,7 +7772,8 @@
|
|
7674
7772
|
"high_bay_lighting_schedule": null,
|
7675
7773
|
"specialty_lighting_schedule": null,
|
7676
7774
|
"exit_lighting_schedule": null,
|
7677
|
-
"target_illuminance_setpoint":
|
7775
|
+
"target_illuminance_setpoint": 150,
|
7776
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7678
7777
|
"psa_nongeometry_fraction": null,
|
7679
7778
|
"ssa_nongeometry_fraction": null,
|
7680
7779
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -7752,7 +7851,8 @@
|
|
7752
7851
|
"high_bay_lighting_schedule": null,
|
7753
7852
|
"specialty_lighting_schedule": null,
|
7754
7853
|
"exit_lighting_schedule": null,
|
7755
|
-
"target_illuminance_setpoint":
|
7854
|
+
"target_illuminance_setpoint": 150,
|
7855
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7756
7856
|
"psa_nongeometry_fraction": null,
|
7757
7857
|
"ssa_nongeometry_fraction": null,
|
7758
7858
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -7830,7 +7930,8 @@
|
|
7830
7930
|
"high_bay_lighting_schedule": null,
|
7831
7931
|
"specialty_lighting_schedule": null,
|
7832
7932
|
"exit_lighting_schedule": null,
|
7833
|
-
"target_illuminance_setpoint":
|
7933
|
+
"target_illuminance_setpoint": 150,
|
7934
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7834
7935
|
"psa_nongeometry_fraction": null,
|
7835
7936
|
"ssa_nongeometry_fraction": null,
|
7836
7937
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -7908,7 +8009,8 @@
|
|
7908
8009
|
"high_bay_lighting_schedule": null,
|
7909
8010
|
"specialty_lighting_schedule": null,
|
7910
8011
|
"exit_lighting_schedule": null,
|
7911
|
-
"target_illuminance_setpoint":
|
8012
|
+
"target_illuminance_setpoint": 150,
|
8013
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7912
8014
|
"psa_nongeometry_fraction": null,
|
7913
8015
|
"ssa_nongeometry_fraction": null,
|
7914
8016
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -7986,7 +8088,8 @@
|
|
7986
8088
|
"high_bay_lighting_schedule": null,
|
7987
8089
|
"specialty_lighting_schedule": null,
|
7988
8090
|
"exit_lighting_schedule": null,
|
7989
|
-
"target_illuminance_setpoint":
|
8091
|
+
"target_illuminance_setpoint": 150,
|
8092
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
7990
8093
|
"psa_nongeometry_fraction": null,
|
7991
8094
|
"ssa_nongeometry_fraction": null,
|
7992
8095
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -8064,7 +8167,8 @@
|
|
8064
8167
|
"high_bay_lighting_schedule": null,
|
8065
8168
|
"specialty_lighting_schedule": null,
|
8066
8169
|
"exit_lighting_schedule": null,
|
8067
|
-
"target_illuminance_setpoint":
|
8170
|
+
"target_illuminance_setpoint": 150,
|
8171
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8068
8172
|
"psa_nongeometry_fraction": null,
|
8069
8173
|
"ssa_nongeometry_fraction": null,
|
8070
8174
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -8142,7 +8246,8 @@
|
|
8142
8246
|
"high_bay_lighting_schedule": null,
|
8143
8247
|
"specialty_lighting_schedule": null,
|
8144
8248
|
"exit_lighting_schedule": null,
|
8145
|
-
"target_illuminance_setpoint":
|
8249
|
+
"target_illuminance_setpoint": 150,
|
8250
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8146
8251
|
"psa_nongeometry_fraction": null,
|
8147
8252
|
"ssa_nongeometry_fraction": null,
|
8148
8253
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -8220,7 +8325,8 @@
|
|
8220
8325
|
"high_bay_lighting_schedule": null,
|
8221
8326
|
"specialty_lighting_schedule": null,
|
8222
8327
|
"exit_lighting_schedule": null,
|
8223
|
-
"target_illuminance_setpoint":
|
8328
|
+
"target_illuminance_setpoint": 150,
|
8329
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8224
8330
|
"psa_nongeometry_fraction": null,
|
8225
8331
|
"ssa_nongeometry_fraction": null,
|
8226
8332
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -8298,7 +8404,8 @@
|
|
8298
8404
|
"high_bay_lighting_schedule": null,
|
8299
8405
|
"specialty_lighting_schedule": null,
|
8300
8406
|
"exit_lighting_schedule": null,
|
8301
|
-
"target_illuminance_setpoint":
|
8407
|
+
"target_illuminance_setpoint": 150,
|
8408
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8302
8409
|
"psa_nongeometry_fraction": null,
|
8303
8410
|
"ssa_nongeometry_fraction": null,
|
8304
8411
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -8376,7 +8483,8 @@
|
|
8376
8483
|
"high_bay_lighting_schedule": null,
|
8377
8484
|
"specialty_lighting_schedule": null,
|
8378
8485
|
"exit_lighting_schedule": null,
|
8379
|
-
"target_illuminance_setpoint":
|
8486
|
+
"target_illuminance_setpoint": 150,
|
8487
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8380
8488
|
"psa_nongeometry_fraction": null,
|
8381
8489
|
"ssa_nongeometry_fraction": null,
|
8382
8490
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -8454,7 +8562,8 @@
|
|
8454
8562
|
"high_bay_lighting_schedule": null,
|
8455
8563
|
"specialty_lighting_schedule": null,
|
8456
8564
|
"exit_lighting_schedule": null,
|
8457
|
-
"target_illuminance_setpoint":
|
8565
|
+
"target_illuminance_setpoint": 150,
|
8566
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8458
8567
|
"psa_nongeometry_fraction": null,
|
8459
8568
|
"ssa_nongeometry_fraction": null,
|
8460
8569
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -8532,7 +8641,8 @@
|
|
8532
8641
|
"high_bay_lighting_schedule": null,
|
8533
8642
|
"specialty_lighting_schedule": null,
|
8534
8643
|
"exit_lighting_schedule": null,
|
8535
|
-
"target_illuminance_setpoint":
|
8644
|
+
"target_illuminance_setpoint": 150,
|
8645
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8536
8646
|
"psa_nongeometry_fraction": null,
|
8537
8647
|
"ssa_nongeometry_fraction": null,
|
8538
8648
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -8610,7 +8720,8 @@
|
|
8610
8720
|
"high_bay_lighting_schedule": null,
|
8611
8721
|
"specialty_lighting_schedule": null,
|
8612
8722
|
"exit_lighting_schedule": null,
|
8613
|
-
"target_illuminance_setpoint":
|
8723
|
+
"target_illuminance_setpoint": 150,
|
8724
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8614
8725
|
"psa_nongeometry_fraction": null,
|
8615
8726
|
"ssa_nongeometry_fraction": null,
|
8616
8727
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -8688,7 +8799,8 @@
|
|
8688
8799
|
"high_bay_lighting_schedule": null,
|
8689
8800
|
"specialty_lighting_schedule": null,
|
8690
8801
|
"exit_lighting_schedule": null,
|
8691
|
-
"target_illuminance_setpoint":
|
8802
|
+
"target_illuminance_setpoint": 150,
|
8803
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8692
8804
|
"psa_nongeometry_fraction": null,
|
8693
8805
|
"ssa_nongeometry_fraction": null,
|
8694
8806
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -8766,7 +8878,8 @@
|
|
8766
8878
|
"high_bay_lighting_schedule": null,
|
8767
8879
|
"specialty_lighting_schedule": null,
|
8768
8880
|
"exit_lighting_schedule": null,
|
8769
|
-
"target_illuminance_setpoint":
|
8881
|
+
"target_illuminance_setpoint": 150,
|
8882
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8770
8883
|
"psa_nongeometry_fraction": null,
|
8771
8884
|
"ssa_nongeometry_fraction": null,
|
8772
8885
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -8844,7 +8957,8 @@
|
|
8844
8957
|
"high_bay_lighting_schedule": null,
|
8845
8958
|
"specialty_lighting_schedule": null,
|
8846
8959
|
"exit_lighting_schedule": null,
|
8847
|
-
"target_illuminance_setpoint":
|
8960
|
+
"target_illuminance_setpoint": 150,
|
8961
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8848
8962
|
"psa_nongeometry_fraction": null,
|
8849
8963
|
"ssa_nongeometry_fraction": null,
|
8850
8964
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -8922,7 +9036,8 @@
|
|
8922
9036
|
"high_bay_lighting_schedule": null,
|
8923
9037
|
"specialty_lighting_schedule": null,
|
8924
9038
|
"exit_lighting_schedule": null,
|
8925
|
-
"target_illuminance_setpoint":
|
9039
|
+
"target_illuminance_setpoint": 150,
|
9040
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
8926
9041
|
"psa_nongeometry_fraction": null,
|
8927
9042
|
"ssa_nongeometry_fraction": null,
|
8928
9043
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -9000,7 +9115,8 @@
|
|
9000
9115
|
"high_bay_lighting_schedule": null,
|
9001
9116
|
"specialty_lighting_schedule": null,
|
9002
9117
|
"exit_lighting_schedule": null,
|
9003
|
-
"target_illuminance_setpoint":
|
9118
|
+
"target_illuminance_setpoint": 200,
|
9119
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9004
9120
|
"psa_nongeometry_fraction": null,
|
9005
9121
|
"ssa_nongeometry_fraction": null,
|
9006
9122
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -9078,7 +9194,8 @@
|
|
9078
9194
|
"high_bay_lighting_schedule": null,
|
9079
9195
|
"specialty_lighting_schedule": null,
|
9080
9196
|
"exit_lighting_schedule": null,
|
9081
|
-
"target_illuminance_setpoint":
|
9197
|
+
"target_illuminance_setpoint": 250,
|
9198
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9082
9199
|
"psa_nongeometry_fraction": null,
|
9083
9200
|
"ssa_nongeometry_fraction": null,
|
9084
9201
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -9156,7 +9273,8 @@
|
|
9156
9273
|
"high_bay_lighting_schedule": null,
|
9157
9274
|
"specialty_lighting_schedule": null,
|
9158
9275
|
"exit_lighting_schedule": null,
|
9159
|
-
"target_illuminance_setpoint":
|
9276
|
+
"target_illuminance_setpoint": 200,
|
9277
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9160
9278
|
"psa_nongeometry_fraction": null,
|
9161
9279
|
"ssa_nongeometry_fraction": null,
|
9162
9280
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -9234,7 +9352,8 @@
|
|
9234
9352
|
"high_bay_lighting_schedule": null,
|
9235
9353
|
"specialty_lighting_schedule": null,
|
9236
9354
|
"exit_lighting_schedule": null,
|
9237
|
-
"target_illuminance_setpoint":
|
9355
|
+
"target_illuminance_setpoint": 200,
|
9356
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9238
9357
|
"psa_nongeometry_fraction": null,
|
9239
9358
|
"ssa_nongeometry_fraction": null,
|
9240
9359
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -9312,7 +9431,8 @@
|
|
9312
9431
|
"high_bay_lighting_schedule": null,
|
9313
9432
|
"specialty_lighting_schedule": null,
|
9314
9433
|
"exit_lighting_schedule": null,
|
9315
|
-
"target_illuminance_setpoint":
|
9434
|
+
"target_illuminance_setpoint": 200,
|
9435
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9316
9436
|
"psa_nongeometry_fraction": null,
|
9317
9437
|
"ssa_nongeometry_fraction": null,
|
9318
9438
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -9390,7 +9510,8 @@
|
|
9390
9510
|
"high_bay_lighting_schedule": null,
|
9391
9511
|
"specialty_lighting_schedule": null,
|
9392
9512
|
"exit_lighting_schedule": null,
|
9393
|
-
"target_illuminance_setpoint":
|
9513
|
+
"target_illuminance_setpoint": 500,
|
9514
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9394
9515
|
"psa_nongeometry_fraction": null,
|
9395
9516
|
"ssa_nongeometry_fraction": null,
|
9396
9517
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -9468,7 +9589,8 @@
|
|
9468
9589
|
"high_bay_lighting_schedule": null,
|
9469
9590
|
"specialty_lighting_schedule": null,
|
9470
9591
|
"exit_lighting_schedule": null,
|
9471
|
-
"target_illuminance_setpoint":
|
9592
|
+
"target_illuminance_setpoint": 650,
|
9593
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9472
9594
|
"psa_nongeometry_fraction": null,
|
9473
9595
|
"ssa_nongeometry_fraction": null,
|
9474
9596
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -9546,7 +9668,8 @@
|
|
9546
9668
|
"high_bay_lighting_schedule": null,
|
9547
9669
|
"specialty_lighting_schedule": null,
|
9548
9670
|
"exit_lighting_schedule": null,
|
9549
|
-
"target_illuminance_setpoint":
|
9671
|
+
"target_illuminance_setpoint": 500,
|
9672
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9550
9673
|
"psa_nongeometry_fraction": null,
|
9551
9674
|
"ssa_nongeometry_fraction": null,
|
9552
9675
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -9624,7 +9747,8 @@
|
|
9624
9747
|
"high_bay_lighting_schedule": null,
|
9625
9748
|
"specialty_lighting_schedule": null,
|
9626
9749
|
"exit_lighting_schedule": null,
|
9627
|
-
"target_illuminance_setpoint":
|
9750
|
+
"target_illuminance_setpoint": 500,
|
9751
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9628
9752
|
"psa_nongeometry_fraction": null,
|
9629
9753
|
"ssa_nongeometry_fraction": null,
|
9630
9754
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -9702,7 +9826,8 @@
|
|
9702
9826
|
"high_bay_lighting_schedule": null,
|
9703
9827
|
"specialty_lighting_schedule": null,
|
9704
9828
|
"exit_lighting_schedule": null,
|
9705
|
-
"target_illuminance_setpoint":
|
9829
|
+
"target_illuminance_setpoint": 500,
|
9830
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9706
9831
|
"psa_nongeometry_fraction": null,
|
9707
9832
|
"ssa_nongeometry_fraction": null,
|
9708
9833
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -9780,7 +9905,8 @@
|
|
9780
9905
|
"high_bay_lighting_schedule": null,
|
9781
9906
|
"specialty_lighting_schedule": null,
|
9782
9907
|
"exit_lighting_schedule": null,
|
9783
|
-
"target_illuminance_setpoint":
|
9908
|
+
"target_illuminance_setpoint": 200,
|
9909
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9784
9910
|
"psa_nongeometry_fraction": null,
|
9785
9911
|
"ssa_nongeometry_fraction": null,
|
9786
9912
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -9858,7 +9984,8 @@
|
|
9858
9984
|
"high_bay_lighting_schedule": null,
|
9859
9985
|
"specialty_lighting_schedule": null,
|
9860
9986
|
"exit_lighting_schedule": null,
|
9861
|
-
"target_illuminance_setpoint":
|
9987
|
+
"target_illuminance_setpoint": 150,
|
9988
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9862
9989
|
"psa_nongeometry_fraction": null,
|
9863
9990
|
"ssa_nongeometry_fraction": null,
|
9864
9991
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -9936,7 +10063,8 @@
|
|
9936
10063
|
"high_bay_lighting_schedule": null,
|
9937
10064
|
"specialty_lighting_schedule": null,
|
9938
10065
|
"exit_lighting_schedule": null,
|
9939
|
-
"target_illuminance_setpoint":
|
10066
|
+
"target_illuminance_setpoint": 150,
|
10067
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
9940
10068
|
"psa_nongeometry_fraction": null,
|
9941
10069
|
"ssa_nongeometry_fraction": null,
|
9942
10070
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -10014,7 +10142,8 @@
|
|
10014
10142
|
"high_bay_lighting_schedule": null,
|
10015
10143
|
"specialty_lighting_schedule": null,
|
10016
10144
|
"exit_lighting_schedule": null,
|
10017
|
-
"target_illuminance_setpoint":
|
10145
|
+
"target_illuminance_setpoint": 200,
|
10146
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10018
10147
|
"psa_nongeometry_fraction": null,
|
10019
10148
|
"ssa_nongeometry_fraction": null,
|
10020
10149
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -10092,7 +10221,8 @@
|
|
10092
10221
|
"high_bay_lighting_schedule": null,
|
10093
10222
|
"specialty_lighting_schedule": null,
|
10094
10223
|
"exit_lighting_schedule": null,
|
10095
|
-
"target_illuminance_setpoint":
|
10224
|
+
"target_illuminance_setpoint": 100,
|
10225
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10096
10226
|
"psa_nongeometry_fraction": null,
|
10097
10227
|
"ssa_nongeometry_fraction": null,
|
10098
10228
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -10170,7 +10300,8 @@
|
|
10170
10300
|
"high_bay_lighting_schedule": null,
|
10171
10301
|
"specialty_lighting_schedule": null,
|
10172
10302
|
"exit_lighting_schedule": null,
|
10173
|
-
"target_illuminance_setpoint":
|
10303
|
+
"target_illuminance_setpoint": 100,
|
10304
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10174
10305
|
"psa_nongeometry_fraction": null,
|
10175
10306
|
"ssa_nongeometry_fraction": null,
|
10176
10307
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -10248,7 +10379,8 @@
|
|
10248
10379
|
"high_bay_lighting_schedule": null,
|
10249
10380
|
"specialty_lighting_schedule": null,
|
10250
10381
|
"exit_lighting_schedule": null,
|
10251
|
-
"target_illuminance_setpoint":
|
10382
|
+
"target_illuminance_setpoint": 100,
|
10383
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10252
10384
|
"psa_nongeometry_fraction": null,
|
10253
10385
|
"ssa_nongeometry_fraction": null,
|
10254
10386
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -10326,7 +10458,8 @@
|
|
10326
10458
|
"high_bay_lighting_schedule": null,
|
10327
10459
|
"specialty_lighting_schedule": null,
|
10328
10460
|
"exit_lighting_schedule": null,
|
10329
|
-
"target_illuminance_setpoint":
|
10461
|
+
"target_illuminance_setpoint": 100,
|
10462
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10330
10463
|
"psa_nongeometry_fraction": null,
|
10331
10464
|
"ssa_nongeometry_fraction": null,
|
10332
10465
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -10404,7 +10537,8 @@
|
|
10404
10537
|
"high_bay_lighting_schedule": null,
|
10405
10538
|
"specialty_lighting_schedule": null,
|
10406
10539
|
"exit_lighting_schedule": null,
|
10407
|
-
"target_illuminance_setpoint":
|
10540
|
+
"target_illuminance_setpoint": 100,
|
10541
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10408
10542
|
"psa_nongeometry_fraction": null,
|
10409
10543
|
"ssa_nongeometry_fraction": null,
|
10410
10544
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -10482,7 +10616,8 @@
|
|
10482
10616
|
"high_bay_lighting_schedule": null,
|
10483
10617
|
"specialty_lighting_schedule": null,
|
10484
10618
|
"exit_lighting_schedule": null,
|
10485
|
-
"target_illuminance_setpoint":
|
10619
|
+
"target_illuminance_setpoint": 100,
|
10620
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10486
10621
|
"psa_nongeometry_fraction": null,
|
10487
10622
|
"ssa_nongeometry_fraction": null,
|
10488
10623
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -10560,7 +10695,8 @@
|
|
10560
10695
|
"high_bay_lighting_schedule": null,
|
10561
10696
|
"specialty_lighting_schedule": null,
|
10562
10697
|
"exit_lighting_schedule": null,
|
10563
|
-
"target_illuminance_setpoint":
|
10698
|
+
"target_illuminance_setpoint": 100,
|
10699
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10564
10700
|
"psa_nongeometry_fraction": null,
|
10565
10701
|
"ssa_nongeometry_fraction": null,
|
10566
10702
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -10638,7 +10774,8 @@
|
|
10638
10774
|
"high_bay_lighting_schedule": null,
|
10639
10775
|
"specialty_lighting_schedule": null,
|
10640
10776
|
"exit_lighting_schedule": null,
|
10641
|
-
"target_illuminance_setpoint":
|
10777
|
+
"target_illuminance_setpoint": 100,
|
10778
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10642
10779
|
"psa_nongeometry_fraction": null,
|
10643
10780
|
"ssa_nongeometry_fraction": null,
|
10644
10781
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -10716,7 +10853,8 @@
|
|
10716
10853
|
"high_bay_lighting_schedule": null,
|
10717
10854
|
"specialty_lighting_schedule": null,
|
10718
10855
|
"exit_lighting_schedule": null,
|
10719
|
-
"target_illuminance_setpoint":
|
10856
|
+
"target_illuminance_setpoint": 100,
|
10857
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10720
10858
|
"psa_nongeometry_fraction": null,
|
10721
10859
|
"ssa_nongeometry_fraction": null,
|
10722
10860
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -10794,7 +10932,8 @@
|
|
10794
10932
|
"high_bay_lighting_schedule": null,
|
10795
10933
|
"specialty_lighting_schedule": null,
|
10796
10934
|
"exit_lighting_schedule": null,
|
10797
|
-
"target_illuminance_setpoint":
|
10935
|
+
"target_illuminance_setpoint": 150,
|
10936
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10798
10937
|
"psa_nongeometry_fraction": null,
|
10799
10938
|
"ssa_nongeometry_fraction": null,
|
10800
10939
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -10872,7 +11011,8 @@
|
|
10872
11011
|
"high_bay_lighting_schedule": null,
|
10873
11012
|
"specialty_lighting_schedule": null,
|
10874
11013
|
"exit_lighting_schedule": null,
|
10875
|
-
"target_illuminance_setpoint":
|
11014
|
+
"target_illuminance_setpoint": 400,
|
11015
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10876
11016
|
"psa_nongeometry_fraction": null,
|
10877
11017
|
"ssa_nongeometry_fraction": null,
|
10878
11018
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -10950,7 +11090,8 @@
|
|
10950
11090
|
"high_bay_lighting_schedule": null,
|
10951
11091
|
"specialty_lighting_schedule": null,
|
10952
11092
|
"exit_lighting_schedule": null,
|
10953
|
-
"target_illuminance_setpoint":
|
11093
|
+
"target_illuminance_setpoint": 400,
|
11094
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
10954
11095
|
"psa_nongeometry_fraction": null,
|
10955
11096
|
"ssa_nongeometry_fraction": null,
|
10956
11097
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -11028,7 +11169,8 @@
|
|
11028
11169
|
"high_bay_lighting_schedule": null,
|
11029
11170
|
"specialty_lighting_schedule": null,
|
11030
11171
|
"exit_lighting_schedule": null,
|
11031
|
-
"target_illuminance_setpoint":
|
11172
|
+
"target_illuminance_setpoint": 400,
|
11173
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11032
11174
|
"psa_nongeometry_fraction": null,
|
11033
11175
|
"ssa_nongeometry_fraction": null,
|
11034
11176
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -11106,7 +11248,8 @@
|
|
11106
11248
|
"high_bay_lighting_schedule": null,
|
11107
11249
|
"specialty_lighting_schedule": null,
|
11108
11250
|
"exit_lighting_schedule": null,
|
11109
|
-
"target_illuminance_setpoint":
|
11251
|
+
"target_illuminance_setpoint": 350,
|
11252
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11110
11253
|
"psa_nongeometry_fraction": null,
|
11111
11254
|
"ssa_nongeometry_fraction": null,
|
11112
11255
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -11184,7 +11327,8 @@
|
|
11184
11327
|
"high_bay_lighting_schedule": null,
|
11185
11328
|
"specialty_lighting_schedule": null,
|
11186
11329
|
"exit_lighting_schedule": null,
|
11187
|
-
"target_illuminance_setpoint":
|
11330
|
+
"target_illuminance_setpoint": 350,
|
11331
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11188
11332
|
"psa_nongeometry_fraction": null,
|
11189
11333
|
"ssa_nongeometry_fraction": null,
|
11190
11334
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -11262,7 +11406,8 @@
|
|
11262
11406
|
"high_bay_lighting_schedule": null,
|
11263
11407
|
"specialty_lighting_schedule": null,
|
11264
11408
|
"exit_lighting_schedule": null,
|
11265
|
-
"target_illuminance_setpoint":
|
11409
|
+
"target_illuminance_setpoint": 350,
|
11410
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11266
11411
|
"psa_nongeometry_fraction": null,
|
11267
11412
|
"ssa_nongeometry_fraction": null,
|
11268
11413
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -11340,7 +11485,8 @@
|
|
11340
11485
|
"high_bay_lighting_schedule": null,
|
11341
11486
|
"specialty_lighting_schedule": null,
|
11342
11487
|
"exit_lighting_schedule": null,
|
11343
|
-
"target_illuminance_setpoint":
|
11488
|
+
"target_illuminance_setpoint": 350,
|
11489
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11344
11490
|
"psa_nongeometry_fraction": null,
|
11345
11491
|
"ssa_nongeometry_fraction": null,
|
11346
11492
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -11418,7 +11564,8 @@
|
|
11418
11564
|
"high_bay_lighting_schedule": null,
|
11419
11565
|
"specialty_lighting_schedule": null,
|
11420
11566
|
"exit_lighting_schedule": null,
|
11421
|
-
"target_illuminance_setpoint":
|
11567
|
+
"target_illuminance_setpoint": 350,
|
11568
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11422
11569
|
"psa_nongeometry_fraction": null,
|
11423
11570
|
"ssa_nongeometry_fraction": null,
|
11424
11571
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -11496,7 +11643,8 @@
|
|
11496
11643
|
"high_bay_lighting_schedule": null,
|
11497
11644
|
"specialty_lighting_schedule": null,
|
11498
11645
|
"exit_lighting_schedule": null,
|
11499
|
-
"target_illuminance_setpoint":
|
11646
|
+
"target_illuminance_setpoint": 350,
|
11647
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11500
11648
|
"psa_nongeometry_fraction": null,
|
11501
11649
|
"ssa_nongeometry_fraction": null,
|
11502
11650
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -11574,7 +11722,8 @@
|
|
11574
11722
|
"high_bay_lighting_schedule": null,
|
11575
11723
|
"specialty_lighting_schedule": null,
|
11576
11724
|
"exit_lighting_schedule": null,
|
11577
|
-
"target_illuminance_setpoint":
|
11725
|
+
"target_illuminance_setpoint": 350,
|
11726
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11578
11727
|
"psa_nongeometry_fraction": null,
|
11579
11728
|
"ssa_nongeometry_fraction": null,
|
11580
11729
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -11652,7 +11801,8 @@
|
|
11652
11801
|
"high_bay_lighting_schedule": null,
|
11653
11802
|
"specialty_lighting_schedule": null,
|
11654
11803
|
"exit_lighting_schedule": null,
|
11655
|
-
"target_illuminance_setpoint":
|
11804
|
+
"target_illuminance_setpoint": 350,
|
11805
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11656
11806
|
"psa_nongeometry_fraction": null,
|
11657
11807
|
"ssa_nongeometry_fraction": null,
|
11658
11808
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -11730,7 +11880,8 @@
|
|
11730
11880
|
"high_bay_lighting_schedule": null,
|
11731
11881
|
"specialty_lighting_schedule": null,
|
11732
11882
|
"exit_lighting_schedule": null,
|
11733
|
-
"target_illuminance_setpoint":
|
11883
|
+
"target_illuminance_setpoint": 350,
|
11884
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11734
11885
|
"psa_nongeometry_fraction": null,
|
11735
11886
|
"ssa_nongeometry_fraction": null,
|
11736
11887
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -11808,7 +11959,8 @@
|
|
11808
11959
|
"high_bay_lighting_schedule": null,
|
11809
11960
|
"specialty_lighting_schedule": null,
|
11810
11961
|
"exit_lighting_schedule": null,
|
11811
|
-
"target_illuminance_setpoint":
|
11962
|
+
"target_illuminance_setpoint": 350,
|
11963
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11812
11964
|
"psa_nongeometry_fraction": null,
|
11813
11965
|
"ssa_nongeometry_fraction": null,
|
11814
11966
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -11886,7 +12038,8 @@
|
|
11886
12038
|
"high_bay_lighting_schedule": null,
|
11887
12039
|
"specialty_lighting_schedule": null,
|
11888
12040
|
"exit_lighting_schedule": null,
|
11889
|
-
"target_illuminance_setpoint":
|
12041
|
+
"target_illuminance_setpoint": 350,
|
12042
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11890
12043
|
"psa_nongeometry_fraction": null,
|
11891
12044
|
"ssa_nongeometry_fraction": null,
|
11892
12045
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -11964,7 +12117,8 @@
|
|
11964
12117
|
"high_bay_lighting_schedule": null,
|
11965
12118
|
"specialty_lighting_schedule": null,
|
11966
12119
|
"exit_lighting_schedule": null,
|
11967
|
-
"target_illuminance_setpoint":
|
12120
|
+
"target_illuminance_setpoint": 350,
|
12121
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
11968
12122
|
"psa_nongeometry_fraction": null,
|
11969
12123
|
"ssa_nongeometry_fraction": null,
|
11970
12124
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -12042,7 +12196,8 @@
|
|
12042
12196
|
"high_bay_lighting_schedule": null,
|
12043
12197
|
"specialty_lighting_schedule": null,
|
12044
12198
|
"exit_lighting_schedule": null,
|
12045
|
-
"target_illuminance_setpoint":
|
12199
|
+
"target_illuminance_setpoint": 350,
|
12200
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12046
12201
|
"psa_nongeometry_fraction": null,
|
12047
12202
|
"ssa_nongeometry_fraction": null,
|
12048
12203
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -12120,7 +12275,8 @@
|
|
12120
12275
|
"high_bay_lighting_schedule": null,
|
12121
12276
|
"specialty_lighting_schedule": null,
|
12122
12277
|
"exit_lighting_schedule": null,
|
12123
|
-
"target_illuminance_setpoint":
|
12278
|
+
"target_illuminance_setpoint": 350,
|
12279
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12124
12280
|
"psa_nongeometry_fraction": null,
|
12125
12281
|
"ssa_nongeometry_fraction": null,
|
12126
12282
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -12198,7 +12354,8 @@
|
|
12198
12354
|
"high_bay_lighting_schedule": null,
|
12199
12355
|
"specialty_lighting_schedule": null,
|
12200
12356
|
"exit_lighting_schedule": null,
|
12201
|
-
"target_illuminance_setpoint":
|
12357
|
+
"target_illuminance_setpoint": 350,
|
12358
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12202
12359
|
"psa_nongeometry_fraction": null,
|
12203
12360
|
"ssa_nongeometry_fraction": null,
|
12204
12361
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -12276,7 +12433,8 @@
|
|
12276
12433
|
"high_bay_lighting_schedule": null,
|
12277
12434
|
"specialty_lighting_schedule": null,
|
12278
12435
|
"exit_lighting_schedule": null,
|
12279
|
-
"target_illuminance_setpoint":
|
12436
|
+
"target_illuminance_setpoint": 350,
|
12437
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12280
12438
|
"psa_nongeometry_fraction": null,
|
12281
12439
|
"ssa_nongeometry_fraction": null,
|
12282
12440
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -12354,7 +12512,8 @@
|
|
12354
12512
|
"high_bay_lighting_schedule": null,
|
12355
12513
|
"specialty_lighting_schedule": null,
|
12356
12514
|
"exit_lighting_schedule": null,
|
12357
|
-
"target_illuminance_setpoint":
|
12515
|
+
"target_illuminance_setpoint": 350,
|
12516
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12358
12517
|
"psa_nongeometry_fraction": null,
|
12359
12518
|
"ssa_nongeometry_fraction": null,
|
12360
12519
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -12432,7 +12591,8 @@
|
|
12432
12591
|
"high_bay_lighting_schedule": null,
|
12433
12592
|
"specialty_lighting_schedule": null,
|
12434
12593
|
"exit_lighting_schedule": null,
|
12435
|
-
"target_illuminance_setpoint":
|
12594
|
+
"target_illuminance_setpoint": 350,
|
12595
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12436
12596
|
"psa_nongeometry_fraction": null,
|
12437
12597
|
"ssa_nongeometry_fraction": null,
|
12438
12598
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -12510,7 +12670,8 @@
|
|
12510
12670
|
"high_bay_lighting_schedule": null,
|
12511
12671
|
"specialty_lighting_schedule": null,
|
12512
12672
|
"exit_lighting_schedule": null,
|
12513
|
-
"target_illuminance_setpoint":
|
12673
|
+
"target_illuminance_setpoint": 600,
|
12674
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12514
12675
|
"psa_nongeometry_fraction": null,
|
12515
12676
|
"ssa_nongeometry_fraction": null,
|
12516
12677
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -12588,7 +12749,8 @@
|
|
12588
12749
|
"high_bay_lighting_schedule": null,
|
12589
12750
|
"specialty_lighting_schedule": null,
|
12590
12751
|
"exit_lighting_schedule": null,
|
12591
|
-
"target_illuminance_setpoint":
|
12752
|
+
"target_illuminance_setpoint": 600,
|
12753
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12592
12754
|
"psa_nongeometry_fraction": null,
|
12593
12755
|
"ssa_nongeometry_fraction": null,
|
12594
12756
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -12666,7 +12828,8 @@
|
|
12666
12828
|
"high_bay_lighting_schedule": null,
|
12667
12829
|
"specialty_lighting_schedule": null,
|
12668
12830
|
"exit_lighting_schedule": null,
|
12669
|
-
"target_illuminance_setpoint":
|
12831
|
+
"target_illuminance_setpoint": 250,
|
12832
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12670
12833
|
"psa_nongeometry_fraction": null,
|
12671
12834
|
"ssa_nongeometry_fraction": null,
|
12672
12835
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -12744,7 +12907,8 @@
|
|
12744
12907
|
"high_bay_lighting_schedule": null,
|
12745
12908
|
"specialty_lighting_schedule": null,
|
12746
12909
|
"exit_lighting_schedule": null,
|
12747
|
-
"target_illuminance_setpoint":
|
12910
|
+
"target_illuminance_setpoint": 600,
|
12911
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12748
12912
|
"psa_nongeometry_fraction": null,
|
12749
12913
|
"ssa_nongeometry_fraction": null,
|
12750
12914
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -12822,7 +12986,8 @@
|
|
12822
12986
|
"high_bay_lighting_schedule": null,
|
12823
12987
|
"specialty_lighting_schedule": null,
|
12824
12988
|
"exit_lighting_schedule": null,
|
12825
|
-
"target_illuminance_setpoint":
|
12989
|
+
"target_illuminance_setpoint": 400,
|
12990
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12826
12991
|
"psa_nongeometry_fraction": null,
|
12827
12992
|
"ssa_nongeometry_fraction": null,
|
12828
12993
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -12900,7 +13065,8 @@
|
|
12900
13065
|
"high_bay_lighting_schedule": null,
|
12901
13066
|
"specialty_lighting_schedule": null,
|
12902
13067
|
"exit_lighting_schedule": null,
|
12903
|
-
"target_illuminance_setpoint":
|
13068
|
+
"target_illuminance_setpoint": 400,
|
13069
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12904
13070
|
"psa_nongeometry_fraction": null,
|
12905
13071
|
"ssa_nongeometry_fraction": null,
|
12906
13072
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -12978,7 +13144,8 @@
|
|
12978
13144
|
"high_bay_lighting_schedule": null,
|
12979
13145
|
"specialty_lighting_schedule": null,
|
12980
13146
|
"exit_lighting_schedule": null,
|
12981
|
-
"target_illuminance_setpoint":
|
13147
|
+
"target_illuminance_setpoint": 400,
|
13148
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
12982
13149
|
"psa_nongeometry_fraction": null,
|
12983
13150
|
"ssa_nongeometry_fraction": null,
|
12984
13151
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -13056,7 +13223,8 @@
|
|
13056
13223
|
"high_bay_lighting_schedule": null,
|
13057
13224
|
"specialty_lighting_schedule": null,
|
13058
13225
|
"exit_lighting_schedule": null,
|
13059
|
-
"target_illuminance_setpoint":
|
13226
|
+
"target_illuminance_setpoint": 75,
|
13227
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13060
13228
|
"psa_nongeometry_fraction": null,
|
13061
13229
|
"ssa_nongeometry_fraction": null,
|
13062
13230
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -13134,7 +13302,8 @@
|
|
13134
13302
|
"high_bay_lighting_schedule": null,
|
13135
13303
|
"specialty_lighting_schedule": null,
|
13136
13304
|
"exit_lighting_schedule": null,
|
13137
|
-
"target_illuminance_setpoint":
|
13305
|
+
"target_illuminance_setpoint": 250,
|
13306
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13138
13307
|
"psa_nongeometry_fraction": null,
|
13139
13308
|
"ssa_nongeometry_fraction": null,
|
13140
13309
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -13212,7 +13381,8 @@
|
|
13212
13381
|
"high_bay_lighting_schedule": null,
|
13213
13382
|
"specialty_lighting_schedule": null,
|
13214
13383
|
"exit_lighting_schedule": null,
|
13215
|
-
"target_illuminance_setpoint":
|
13384
|
+
"target_illuminance_setpoint": 400,
|
13385
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13216
13386
|
"psa_nongeometry_fraction": null,
|
13217
13387
|
"ssa_nongeometry_fraction": null,
|
13218
13388
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -13290,7 +13460,8 @@
|
|
13290
13460
|
"high_bay_lighting_schedule": null,
|
13291
13461
|
"specialty_lighting_schedule": null,
|
13292
13462
|
"exit_lighting_schedule": null,
|
13293
|
-
"target_illuminance_setpoint":
|
13463
|
+
"target_illuminance_setpoint": 200,
|
13464
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13294
13465
|
"psa_nongeometry_fraction": null,
|
13295
13466
|
"ssa_nongeometry_fraction": null,
|
13296
13467
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -13368,7 +13539,8 @@
|
|
13368
13539
|
"high_bay_lighting_schedule": null,
|
13369
13540
|
"specialty_lighting_schedule": null,
|
13370
13541
|
"exit_lighting_schedule": null,
|
13371
|
-
"target_illuminance_setpoint":
|
13542
|
+
"target_illuminance_setpoint": 400,
|
13543
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13372
13544
|
"psa_nongeometry_fraction": null,
|
13373
13545
|
"ssa_nongeometry_fraction": null,
|
13374
13546
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -13446,7 +13618,8 @@
|
|
13446
13618
|
"high_bay_lighting_schedule": null,
|
13447
13619
|
"specialty_lighting_schedule": null,
|
13448
13620
|
"exit_lighting_schedule": null,
|
13449
|
-
"target_illuminance_setpoint":
|
13621
|
+
"target_illuminance_setpoint": 150,
|
13622
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13450
13623
|
"psa_nongeometry_fraction": null,
|
13451
13624
|
"ssa_nongeometry_fraction": null,
|
13452
13625
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -13524,7 +13697,8 @@
|
|
13524
13697
|
"high_bay_lighting_schedule": null,
|
13525
13698
|
"specialty_lighting_schedule": null,
|
13526
13699
|
"exit_lighting_schedule": null,
|
13527
|
-
"target_illuminance_setpoint":
|
13700
|
+
"target_illuminance_setpoint": 250,
|
13701
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13528
13702
|
"psa_nongeometry_fraction": null,
|
13529
13703
|
"ssa_nongeometry_fraction": null,
|
13530
13704
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -13602,7 +13776,8 @@
|
|
13602
13776
|
"high_bay_lighting_schedule": null,
|
13603
13777
|
"specialty_lighting_schedule": null,
|
13604
13778
|
"exit_lighting_schedule": null,
|
13605
|
-
"target_illuminance_setpoint":
|
13779
|
+
"target_illuminance_setpoint": 250,
|
13780
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13606
13781
|
"psa_nongeometry_fraction": null,
|
13607
13782
|
"ssa_nongeometry_fraction": null,
|
13608
13783
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -13680,7 +13855,8 @@
|
|
13680
13855
|
"high_bay_lighting_schedule": null,
|
13681
13856
|
"specialty_lighting_schedule": null,
|
13682
13857
|
"exit_lighting_schedule": null,
|
13683
|
-
"target_illuminance_setpoint":
|
13858
|
+
"target_illuminance_setpoint": 350,
|
13859
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13684
13860
|
"psa_nongeometry_fraction": null,
|
13685
13861
|
"ssa_nongeometry_fraction": null,
|
13686
13862
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -13758,7 +13934,8 @@
|
|
13758
13934
|
"high_bay_lighting_schedule": null,
|
13759
13935
|
"specialty_lighting_schedule": null,
|
13760
13936
|
"exit_lighting_schedule": null,
|
13761
|
-
"target_illuminance_setpoint":
|
13937
|
+
"target_illuminance_setpoint": 400,
|
13938
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13762
13939
|
"psa_nongeometry_fraction": null,
|
13763
13940
|
"ssa_nongeometry_fraction": null,
|
13764
13941
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -13836,7 +14013,8 @@
|
|
13836
14013
|
"high_bay_lighting_schedule": null,
|
13837
14014
|
"specialty_lighting_schedule": null,
|
13838
14015
|
"exit_lighting_schedule": null,
|
13839
|
-
"target_illuminance_setpoint":
|
14016
|
+
"target_illuminance_setpoint": 500,
|
14017
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13840
14018
|
"psa_nongeometry_fraction": null,
|
13841
14019
|
"ssa_nongeometry_fraction": null,
|
13842
14020
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -13914,7 +14092,8 @@
|
|
13914
14092
|
"high_bay_lighting_schedule": null,
|
13915
14093
|
"specialty_lighting_schedule": null,
|
13916
14094
|
"exit_lighting_schedule": null,
|
13917
|
-
"target_illuminance_setpoint":
|
14095
|
+
"target_illuminance_setpoint": 500,
|
14096
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13918
14097
|
"psa_nongeometry_fraction": null,
|
13919
14098
|
"ssa_nongeometry_fraction": null,
|
13920
14099
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -13992,7 +14171,8 @@
|
|
13992
14171
|
"high_bay_lighting_schedule": null,
|
13993
14172
|
"specialty_lighting_schedule": null,
|
13994
14173
|
"exit_lighting_schedule": null,
|
13995
|
-
"target_illuminance_setpoint":
|
14174
|
+
"target_illuminance_setpoint": 150,
|
14175
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
13996
14176
|
"psa_nongeometry_fraction": null,
|
13997
14177
|
"ssa_nongeometry_fraction": null,
|
13998
14178
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -14070,7 +14250,8 @@
|
|
14070
14250
|
"high_bay_lighting_schedule": null,
|
14071
14251
|
"specialty_lighting_schedule": null,
|
14072
14252
|
"exit_lighting_schedule": null,
|
14073
|
-
"target_illuminance_setpoint":
|
14253
|
+
"target_illuminance_setpoint": 1600,
|
14254
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14074
14255
|
"psa_nongeometry_fraction": null,
|
14075
14256
|
"ssa_nongeometry_fraction": null,
|
14076
14257
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -14148,7 +14329,8 @@
|
|
14148
14329
|
"high_bay_lighting_schedule": null,
|
14149
14330
|
"specialty_lighting_schedule": null,
|
14150
14331
|
"exit_lighting_schedule": null,
|
14151
|
-
"target_illuminance_setpoint":
|
14332
|
+
"target_illuminance_setpoint": 1000,
|
14333
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14152
14334
|
"psa_nongeometry_fraction": null,
|
14153
14335
|
"ssa_nongeometry_fraction": null,
|
14154
14336
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -14226,7 +14408,8 @@
|
|
14226
14408
|
"high_bay_lighting_schedule": null,
|
14227
14409
|
"specialty_lighting_schedule": null,
|
14228
14410
|
"exit_lighting_schedule": null,
|
14229
|
-
"target_illuminance_setpoint":
|
14411
|
+
"target_illuminance_setpoint": 800,
|
14412
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14230
14413
|
"psa_nongeometry_fraction": null,
|
14231
14414
|
"ssa_nongeometry_fraction": null,
|
14232
14415
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -14304,7 +14487,8 @@
|
|
14304
14487
|
"high_bay_lighting_schedule": null,
|
14305
14488
|
"specialty_lighting_schedule": null,
|
14306
14489
|
"exit_lighting_schedule": null,
|
14307
|
-
"target_illuminance_setpoint":
|
14490
|
+
"target_illuminance_setpoint": 500,
|
14491
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14308
14492
|
"psa_nongeometry_fraction": null,
|
14309
14493
|
"ssa_nongeometry_fraction": null,
|
14310
14494
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -14382,7 +14566,8 @@
|
|
14382
14566
|
"high_bay_lighting_schedule": null,
|
14383
14567
|
"specialty_lighting_schedule": null,
|
14384
14568
|
"exit_lighting_schedule": null,
|
14385
|
-
"target_illuminance_setpoint":
|
14569
|
+
"target_illuminance_setpoint": 500,
|
14570
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14386
14571
|
"psa_nongeometry_fraction": null,
|
14387
14572
|
"ssa_nongeometry_fraction": null,
|
14388
14573
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -14460,7 +14645,8 @@
|
|
14460
14645
|
"high_bay_lighting_schedule": null,
|
14461
14646
|
"specialty_lighting_schedule": null,
|
14462
14647
|
"exit_lighting_schedule": null,
|
14463
|
-
"target_illuminance_setpoint":
|
14648
|
+
"target_illuminance_setpoint": 150,
|
14649
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14464
14650
|
"psa_nongeometry_fraction": null,
|
14465
14651
|
"ssa_nongeometry_fraction": null,
|
14466
14652
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -14538,7 +14724,8 @@
|
|
14538
14724
|
"high_bay_lighting_schedule": null,
|
14539
14725
|
"specialty_lighting_schedule": null,
|
14540
14726
|
"exit_lighting_schedule": null,
|
14541
|
-
"target_illuminance_setpoint":
|
14727
|
+
"target_illuminance_setpoint": 150,
|
14728
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14542
14729
|
"psa_nongeometry_fraction": null,
|
14543
14730
|
"ssa_nongeometry_fraction": null,
|
14544
14731
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -14616,7 +14803,8 @@
|
|
14616
14803
|
"high_bay_lighting_schedule": null,
|
14617
14804
|
"specialty_lighting_schedule": null,
|
14618
14805
|
"exit_lighting_schedule": null,
|
14619
|
-
"target_illuminance_setpoint":
|
14806
|
+
"target_illuminance_setpoint": 150,
|
14807
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14620
14808
|
"psa_nongeometry_fraction": null,
|
14621
14809
|
"ssa_nongeometry_fraction": null,
|
14622
14810
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -14694,7 +14882,8 @@
|
|
14694
14882
|
"high_bay_lighting_schedule": null,
|
14695
14883
|
"specialty_lighting_schedule": null,
|
14696
14884
|
"exit_lighting_schedule": null,
|
14697
|
-
"target_illuminance_setpoint":
|
14885
|
+
"target_illuminance_setpoint": 150,
|
14886
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14698
14887
|
"psa_nongeometry_fraction": null,
|
14699
14888
|
"ssa_nongeometry_fraction": null,
|
14700
14889
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -14772,7 +14961,8 @@
|
|
14772
14961
|
"high_bay_lighting_schedule": null,
|
14773
14962
|
"specialty_lighting_schedule": null,
|
14774
14963
|
"exit_lighting_schedule": null,
|
14775
|
-
"target_illuminance_setpoint":
|
14964
|
+
"target_illuminance_setpoint": 150,
|
14965
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14776
14966
|
"psa_nongeometry_fraction": null,
|
14777
14967
|
"ssa_nongeometry_fraction": null,
|
14778
14968
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -14850,7 +15040,8 @@
|
|
14850
15040
|
"high_bay_lighting_schedule": null,
|
14851
15041
|
"specialty_lighting_schedule": null,
|
14852
15042
|
"exit_lighting_schedule": null,
|
14853
|
-
"target_illuminance_setpoint":
|
15043
|
+
"target_illuminance_setpoint": 150,
|
15044
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14854
15045
|
"psa_nongeometry_fraction": null,
|
14855
15046
|
"ssa_nongeometry_fraction": null,
|
14856
15047
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -14928,7 +15119,8 @@
|
|
14928
15119
|
"high_bay_lighting_schedule": null,
|
14929
15120
|
"specialty_lighting_schedule": null,
|
14930
15121
|
"exit_lighting_schedule": null,
|
14931
|
-
"target_illuminance_setpoint":
|
15122
|
+
"target_illuminance_setpoint": 150,
|
15123
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
14932
15124
|
"psa_nongeometry_fraction": null,
|
14933
15125
|
"ssa_nongeometry_fraction": null,
|
14934
15126
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -15006,7 +15198,8 @@
|
|
15006
15198
|
"high_bay_lighting_schedule": null,
|
15007
15199
|
"specialty_lighting_schedule": null,
|
15008
15200
|
"exit_lighting_schedule": null,
|
15009
|
-
"target_illuminance_setpoint":
|
15201
|
+
"target_illuminance_setpoint": 150,
|
15202
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15010
15203
|
"psa_nongeometry_fraction": null,
|
15011
15204
|
"ssa_nongeometry_fraction": null,
|
15012
15205
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -15084,7 +15277,8 @@
|
|
15084
15277
|
"high_bay_lighting_schedule": null,
|
15085
15278
|
"specialty_lighting_schedule": null,
|
15086
15279
|
"exit_lighting_schedule": null,
|
15087
|
-
"target_illuminance_setpoint":
|
15280
|
+
"target_illuminance_setpoint": 150,
|
15281
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15088
15282
|
"psa_nongeometry_fraction": null,
|
15089
15283
|
"ssa_nongeometry_fraction": null,
|
15090
15284
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -15162,7 +15356,8 @@
|
|
15162
15356
|
"high_bay_lighting_schedule": null,
|
15163
15357
|
"specialty_lighting_schedule": null,
|
15164
15358
|
"exit_lighting_schedule": null,
|
15165
|
-
"target_illuminance_setpoint":
|
15359
|
+
"target_illuminance_setpoint": 100,
|
15360
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15166
15361
|
"psa_nongeometry_fraction": null,
|
15167
15362
|
"ssa_nongeometry_fraction": null,
|
15168
15363
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -15240,7 +15435,8 @@
|
|
15240
15435
|
"high_bay_lighting_schedule": null,
|
15241
15436
|
"specialty_lighting_schedule": null,
|
15242
15437
|
"exit_lighting_schedule": null,
|
15243
|
-
"target_illuminance_setpoint":
|
15438
|
+
"target_illuminance_setpoint": 100,
|
15439
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15244
15440
|
"psa_nongeometry_fraction": null,
|
15245
15441
|
"ssa_nongeometry_fraction": null,
|
15246
15442
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -15318,7 +15514,8 @@
|
|
15318
15514
|
"high_bay_lighting_schedule": null,
|
15319
15515
|
"specialty_lighting_schedule": null,
|
15320
15516
|
"exit_lighting_schedule": null,
|
15321
|
-
"target_illuminance_setpoint":
|
15517
|
+
"target_illuminance_setpoint": 100,
|
15518
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15322
15519
|
"psa_nongeometry_fraction": null,
|
15323
15520
|
"ssa_nongeometry_fraction": null,
|
15324
15521
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -15396,7 +15593,8 @@
|
|
15396
15593
|
"high_bay_lighting_schedule": null,
|
15397
15594
|
"specialty_lighting_schedule": null,
|
15398
15595
|
"exit_lighting_schedule": null,
|
15399
|
-
"target_illuminance_setpoint":
|
15596
|
+
"target_illuminance_setpoint": 100,
|
15597
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15400
15598
|
"psa_nongeometry_fraction": null,
|
15401
15599
|
"ssa_nongeometry_fraction": null,
|
15402
15600
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -15474,7 +15672,8 @@
|
|
15474
15672
|
"high_bay_lighting_schedule": null,
|
15475
15673
|
"specialty_lighting_schedule": null,
|
15476
15674
|
"exit_lighting_schedule": null,
|
15477
|
-
"target_illuminance_setpoint":
|
15675
|
+
"target_illuminance_setpoint": 250,
|
15676
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15478
15677
|
"psa_nongeometry_fraction": null,
|
15479
15678
|
"ssa_nongeometry_fraction": null,
|
15480
15679
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -15552,7 +15751,8 @@
|
|
15552
15751
|
"high_bay_lighting_schedule": null,
|
15553
15752
|
"specialty_lighting_schedule": null,
|
15554
15753
|
"exit_lighting_schedule": null,
|
15555
|
-
"target_illuminance_setpoint":
|
15754
|
+
"target_illuminance_setpoint": 150,
|
15755
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15556
15756
|
"psa_nongeometry_fraction": null,
|
15557
15757
|
"ssa_nongeometry_fraction": null,
|
15558
15758
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -15630,7 +15830,8 @@
|
|
15630
15830
|
"high_bay_lighting_schedule": null,
|
15631
15831
|
"specialty_lighting_schedule": null,
|
15632
15832
|
"exit_lighting_schedule": null,
|
15633
|
-
"target_illuminance_setpoint":
|
15833
|
+
"target_illuminance_setpoint": 250,
|
15834
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15634
15835
|
"psa_nongeometry_fraction": null,
|
15635
15836
|
"ssa_nongeometry_fraction": null,
|
15636
15837
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -15708,7 +15909,8 @@
|
|
15708
15909
|
"high_bay_lighting_schedule": null,
|
15709
15910
|
"specialty_lighting_schedule": null,
|
15710
15911
|
"exit_lighting_schedule": null,
|
15711
|
-
"target_illuminance_setpoint":
|
15912
|
+
"target_illuminance_setpoint": 150,
|
15913
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15712
15914
|
"psa_nongeometry_fraction": null,
|
15713
15915
|
"ssa_nongeometry_fraction": null,
|
15714
15916
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -15786,7 +15988,8 @@
|
|
15786
15988
|
"high_bay_lighting_schedule": null,
|
15787
15989
|
"specialty_lighting_schedule": null,
|
15788
15990
|
"exit_lighting_schedule": null,
|
15789
|
-
"target_illuminance_setpoint":
|
15991
|
+
"target_illuminance_setpoint": 300,
|
15992
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15790
15993
|
"psa_nongeometry_fraction": null,
|
15791
15994
|
"ssa_nongeometry_fraction": null,
|
15792
15995
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -15864,7 +16067,8 @@
|
|
15864
16067
|
"high_bay_lighting_schedule": null,
|
15865
16068
|
"specialty_lighting_schedule": null,
|
15866
16069
|
"exit_lighting_schedule": null,
|
15867
|
-
"target_illuminance_setpoint":
|
16070
|
+
"target_illuminance_setpoint": 300,
|
16071
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15868
16072
|
"psa_nongeometry_fraction": null,
|
15869
16073
|
"ssa_nongeometry_fraction": null,
|
15870
16074
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -15942,7 +16146,8 @@
|
|
15942
16146
|
"high_bay_lighting_schedule": null,
|
15943
16147
|
"specialty_lighting_schedule": null,
|
15944
16148
|
"exit_lighting_schedule": null,
|
15945
|
-
"target_illuminance_setpoint":
|
16149
|
+
"target_illuminance_setpoint": 200,
|
16150
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
15946
16151
|
"psa_nongeometry_fraction": null,
|
15947
16152
|
"ssa_nongeometry_fraction": null,
|
15948
16153
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -16020,7 +16225,8 @@
|
|
16020
16225
|
"high_bay_lighting_schedule": null,
|
16021
16226
|
"specialty_lighting_schedule": null,
|
16022
16227
|
"exit_lighting_schedule": null,
|
16023
|
-
"target_illuminance_setpoint":
|
16228
|
+
"target_illuminance_setpoint": 200,
|
16229
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16024
16230
|
"psa_nongeometry_fraction": null,
|
16025
16231
|
"ssa_nongeometry_fraction": null,
|
16026
16232
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -16098,7 +16304,8 @@
|
|
16098
16304
|
"high_bay_lighting_schedule": null,
|
16099
16305
|
"specialty_lighting_schedule": null,
|
16100
16306
|
"exit_lighting_schedule": null,
|
16101
|
-
"target_illuminance_setpoint":
|
16307
|
+
"target_illuminance_setpoint": 200,
|
16308
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16102
16309
|
"psa_nongeometry_fraction": null,
|
16103
16310
|
"ssa_nongeometry_fraction": null,
|
16104
16311
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -16176,7 +16383,8 @@
|
|
16176
16383
|
"high_bay_lighting_schedule": null,
|
16177
16384
|
"specialty_lighting_schedule": null,
|
16178
16385
|
"exit_lighting_schedule": null,
|
16179
|
-
"target_illuminance_setpoint":
|
16386
|
+
"target_illuminance_setpoint": 200,
|
16387
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16180
16388
|
"psa_nongeometry_fraction": null,
|
16181
16389
|
"ssa_nongeometry_fraction": null,
|
16182
16390
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -16254,7 +16462,8 @@
|
|
16254
16462
|
"high_bay_lighting_schedule": null,
|
16255
16463
|
"specialty_lighting_schedule": null,
|
16256
16464
|
"exit_lighting_schedule": null,
|
16257
|
-
"target_illuminance_setpoint":
|
16465
|
+
"target_illuminance_setpoint": 150,
|
16466
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16258
16467
|
"psa_nongeometry_fraction": null,
|
16259
16468
|
"ssa_nongeometry_fraction": null,
|
16260
16469
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -16332,7 +16541,8 @@
|
|
16332
16541
|
"high_bay_lighting_schedule": null,
|
16333
16542
|
"specialty_lighting_schedule": null,
|
16334
16543
|
"exit_lighting_schedule": null,
|
16335
|
-
"target_illuminance_setpoint":
|
16544
|
+
"target_illuminance_setpoint": 150,
|
16545
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16336
16546
|
"psa_nongeometry_fraction": null,
|
16337
16547
|
"ssa_nongeometry_fraction": null,
|
16338
16548
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -16410,7 +16620,8 @@
|
|
16410
16620
|
"high_bay_lighting_schedule": null,
|
16411
16621
|
"specialty_lighting_schedule": null,
|
16412
16622
|
"exit_lighting_schedule": null,
|
16413
|
-
"target_illuminance_setpoint":
|
16623
|
+
"target_illuminance_setpoint": 150,
|
16624
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16414
16625
|
"psa_nongeometry_fraction": null,
|
16415
16626
|
"ssa_nongeometry_fraction": null,
|
16416
16627
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -16488,7 +16699,8 @@
|
|
16488
16699
|
"high_bay_lighting_schedule": null,
|
16489
16700
|
"specialty_lighting_schedule": null,
|
16490
16701
|
"exit_lighting_schedule": null,
|
16491
|
-
"target_illuminance_setpoint":
|
16702
|
+
"target_illuminance_setpoint": 150,
|
16703
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16492
16704
|
"psa_nongeometry_fraction": null,
|
16493
16705
|
"ssa_nongeometry_fraction": null,
|
16494
16706
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -16566,7 +16778,8 @@
|
|
16566
16778
|
"high_bay_lighting_schedule": null,
|
16567
16779
|
"specialty_lighting_schedule": null,
|
16568
16780
|
"exit_lighting_schedule": null,
|
16569
|
-
"target_illuminance_setpoint":
|
16781
|
+
"target_illuminance_setpoint": 150,
|
16782
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16570
16783
|
"psa_nongeometry_fraction": null,
|
16571
16784
|
"ssa_nongeometry_fraction": null,
|
16572
16785
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -16644,7 +16857,8 @@
|
|
16644
16857
|
"high_bay_lighting_schedule": null,
|
16645
16858
|
"specialty_lighting_schedule": null,
|
16646
16859
|
"exit_lighting_schedule": null,
|
16647
|
-
"target_illuminance_setpoint":
|
16860
|
+
"target_illuminance_setpoint": 150,
|
16861
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16648
16862
|
"psa_nongeometry_fraction": null,
|
16649
16863
|
"ssa_nongeometry_fraction": null,
|
16650
16864
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -16722,7 +16936,8 @@
|
|
16722
16936
|
"high_bay_lighting_schedule": null,
|
16723
16937
|
"specialty_lighting_schedule": null,
|
16724
16938
|
"exit_lighting_schedule": null,
|
16725
|
-
"target_illuminance_setpoint":
|
16939
|
+
"target_illuminance_setpoint": 150,
|
16940
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16726
16941
|
"psa_nongeometry_fraction": null,
|
16727
16942
|
"ssa_nongeometry_fraction": null,
|
16728
16943
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -16800,7 +17015,8 @@
|
|
16800
17015
|
"high_bay_lighting_schedule": null,
|
16801
17016
|
"specialty_lighting_schedule": null,
|
16802
17017
|
"exit_lighting_schedule": null,
|
16803
|
-
"target_illuminance_setpoint":
|
17018
|
+
"target_illuminance_setpoint": 150,
|
17019
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16804
17020
|
"psa_nongeometry_fraction": null,
|
16805
17021
|
"ssa_nongeometry_fraction": null,
|
16806
17022
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -16878,7 +17094,8 @@
|
|
16878
17094
|
"high_bay_lighting_schedule": null,
|
16879
17095
|
"specialty_lighting_schedule": null,
|
16880
17096
|
"exit_lighting_schedule": null,
|
16881
|
-
"target_illuminance_setpoint":
|
17097
|
+
"target_illuminance_setpoint": 150,
|
17098
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16882
17099
|
"psa_nongeometry_fraction": null,
|
16883
17100
|
"ssa_nongeometry_fraction": null,
|
16884
17101
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -16956,7 +17173,8 @@
|
|
16956
17173
|
"high_bay_lighting_schedule": null,
|
16957
17174
|
"specialty_lighting_schedule": null,
|
16958
17175
|
"exit_lighting_schedule": null,
|
16959
|
-
"target_illuminance_setpoint":
|
17176
|
+
"target_illuminance_setpoint": 500,
|
17177
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
16960
17178
|
"psa_nongeometry_fraction": null,
|
16961
17179
|
"ssa_nongeometry_fraction": null,
|
16962
17180
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -17034,7 +17252,8 @@
|
|
17034
17252
|
"high_bay_lighting_schedule": null,
|
17035
17253
|
"specialty_lighting_schedule": null,
|
17036
17254
|
"exit_lighting_schedule": null,
|
17037
|
-
"target_illuminance_setpoint":
|
17255
|
+
"target_illuminance_setpoint": 400,
|
17256
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
17038
17257
|
"psa_nongeometry_fraction": null,
|
17039
17258
|
"ssa_nongeometry_fraction": null,
|
17040
17259
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -17112,7 +17331,8 @@
|
|
17112
17331
|
"high_bay_lighting_schedule": null,
|
17113
17332
|
"specialty_lighting_schedule": null,
|
17114
17333
|
"exit_lighting_schedule": null,
|
17115
|
-
"target_illuminance_setpoint":
|
17334
|
+
"target_illuminance_setpoint": 400,
|
17335
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
17116
17336
|
"psa_nongeometry_fraction": null,
|
17117
17337
|
"ssa_nongeometry_fraction": null,
|
17118
17338
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -17190,7 +17410,8 @@
|
|
17190
17410
|
"high_bay_lighting_schedule": null,
|
17191
17411
|
"specialty_lighting_schedule": null,
|
17192
17412
|
"exit_lighting_schedule": null,
|
17193
|
-
"target_illuminance_setpoint":
|
17413
|
+
"target_illuminance_setpoint": 225,
|
17414
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
17194
17415
|
"psa_nongeometry_fraction": null,
|
17195
17416
|
"ssa_nongeometry_fraction": null,
|
17196
17417
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -17268,7 +17489,8 @@
|
|
17268
17489
|
"high_bay_lighting_schedule": null,
|
17269
17490
|
"specialty_lighting_schedule": null,
|
17270
17491
|
"exit_lighting_schedule": null,
|
17271
|
-
"target_illuminance_setpoint":
|
17492
|
+
"target_illuminance_setpoint": 150,
|
17493
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
17272
17494
|
"psa_nongeometry_fraction": null,
|
17273
17495
|
"ssa_nongeometry_fraction": null,
|
17274
17496
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -17346,7 +17568,8 @@
|
|
17346
17568
|
"high_bay_lighting_schedule": null,
|
17347
17569
|
"specialty_lighting_schedule": null,
|
17348
17570
|
"exit_lighting_schedule": null,
|
17349
|
-
"target_illuminance_setpoint":
|
17571
|
+
"target_illuminance_setpoint": 150,
|
17572
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
17350
17573
|
"psa_nongeometry_fraction": null,
|
17351
17574
|
"ssa_nongeometry_fraction": null,
|
17352
17575
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|
@@ -17424,7 +17647,8 @@
|
|
17424
17647
|
"high_bay_lighting_schedule": null,
|
17425
17648
|
"specialty_lighting_schedule": null,
|
17426
17649
|
"exit_lighting_schedule": null,
|
17427
|
-
"target_illuminance_setpoint":
|
17650
|
+
"target_illuminance_setpoint": 500,
|
17651
|
+
"target_illuminance_setpoint_ref": "IES 2011 Lighting Handbook",
|
17428
17652
|
"psa_nongeometry_fraction": null,
|
17429
17653
|
"ssa_nongeometry_fraction": null,
|
17430
17654
|
"ventilation_standard": "ASHRAE 62.1-2001 Table 2",
|