openstudio-standards 0.2.14 → 0.2.15.pre.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/data/geometry/ASHRAECollege.json +0 -19
- data/data/geometry/ASHRAEMidriseApartment.json +47 -47
- data/data/geometry/ASHRAESecondarySchool.osm +2 -2
- data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
- data/data/standards/export_OpenStudio_libraries.rb +1 -1
- data/data/standards/manage_OpenStudio_Standards.rb +43 -87
- data/data/standards/metadata_units_OpenStudio_Standards-ashrae_90_1.csv +9 -0
- data/data/standards/openstudio_standards_duplicates_log.csv +142 -27
- data/data/standards/test_performance_expected_dd_results.csv +2016 -2016
- data/data/weather/CAN_NU_Iqaluit.AP.719090_CWEC2016.ddy +2316 -0
- data/data/weather/CAN_NU_Iqaluit.AP.719090_CWEC2016.epw +8768 -0
- data/data/weather/CAN_NU_Iqaluit.AP.719090_CWEC2016.stat +697 -0
- data/lib/openstudio-standards/btap/WeatherData1.json +54 -0
- data/lib/openstudio-standards/btap/WeatherData1.xlsx +0 -0
- data/lib/openstudio-standards/btap/btap_result.rb +12 -10
- data/lib/openstudio-standards/btap/envelope.rb +2 -2
- data/lib/openstudio-standards/btap/geometry.rb +96 -49
- data/lib/openstudio-standards/{utilities → btap/utilities}/Add_template_field_to_json.rb +0 -0
- data/lib/openstudio-standards/{utilities → btap/utilities}/convert_surfaces_to_adiabatic_necb_8426.rb +0 -0
- data/lib/openstudio-standards/{utilities → btap/utilities}/generate_space_types.rb +0 -0
- data/lib/openstudio-standards/{utilities → btap/utilities}/necb_to_epw_map.rb +0 -0
- data/lib/openstudio-standards/{utilities → btap/utilities}/os_sim_extract.rb +0 -0
- data/lib/openstudio-standards/{utilities → btap/utilities}/rename_surfaces.rb +0 -0
- data/lib/openstudio-standards/{utilities → btap/utilities}/round_surf_coords.rb +0 -0
- data/lib/openstudio-standards/{utilities → btap/utilities}/sched_create.rb +0 -0
- data/lib/openstudio-standards/{utilities → btap/utilities}/set_mult_to_adiabatic.rb +0 -0
- data/lib/openstudio-standards/btap/utilities/space_type.rb +78 -0
- data/lib/openstudio-standards/{utilities → btap/utilities}/weatherData1_xlsx_to_json.rb +0 -0
- data/lib/openstudio-standards/hvac_sizing/Siz.AirConditionerVariableRefrigerantFlow.rb +1 -1
- data/lib/openstudio-standards/hvac_sizing/Siz.HVACComponent.rb +1 -1
- data/lib/openstudio-standards/hvac_sizing/Siz.HeatingCoolingFuels.rb +20 -6
- data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +6 -6
- data/lib/openstudio-standards/hvac_sizing/Siz.WaterHeaterMixed.rb +2 -2
- data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACTerminalUnitVariableRefrigerantFlow.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.PumpVariableSpeed.rb +6 -7
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.FanConstantVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.FanOnOff.rb +5 -5
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.FanVariableVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.PumpVariableSpeed.rb +6 -7
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.FanConstantVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.FanOnOff.rb +5 -5
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.FanVariableVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.Model.elevators.rb +6 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.Model.rb +10 -9
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.PumpVariableSpeed.rb +9 -11
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.FanConstantVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.FanOnOff.rb +5 -5
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.FanVariableVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Model.elevators.rb +11 -7
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Model.rb +17 -16
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.PumpVariableSpeed.rb +9 -11
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.hvac_systems.rb +4 -2
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.FanConstantVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.FanOnOff.rb +5 -5
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.FanVariableVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.elevators.rb +11 -7
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.rb +23 -22
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.PumpVariableSpeed.rb +9 -10
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.hvac_systems.rb +4 -2
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.FanConstantVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.FanOnOff.rb +5 -5
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.FanVariableVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.elevators.rb +11 -7
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.rb +23 -22
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Pump.rb +89 -0
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.PumpVariableSpeed.rb +9 -10
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Space.rb +76 -0
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.hvac_systems.rb +22 -2
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.Model.elevators.rb +11 -11
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.refrigeration.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.CoilHeatingGas.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.Model.elevators.rb +11 -11
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.refrigeration.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.FanConstantVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.FanOnOff.rb +5 -5
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.FanVariableVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.HeatExchangerAirToAirSensibleAndLatent.rb +2 -0
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.Model.elevators.rb +11 -7
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.Model.rb +10 -10
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.hvac_systems.rb +4 -2
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.FanConstantVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.FanOnOff.rb +5 -5
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.FanVariableVolume.rb +5 -4
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.HeatExchangerAirToAirSensibleAndLatent.rb +2 -0
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.Model.elevators.rb +11 -7
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.Model.rb +10 -10
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.hvac_systems.rb +4 -2
- data/lib/openstudio-standards/prototypes/cbes/cbes.Model.elevators.rb +3 -6
- data/lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb +5 -4
- data/lib/openstudio-standards/prototypes/cbes/cbes_t24_2008/cbes_t24_2008.FanConstantVolume.rb +5 -3
- data/lib/openstudio-standards/prototypes/cbes/cbes_t24_2008/cbes_t24_2008.FanOnOff.rb +5 -4
- data/lib/openstudio-standards/prototypes/cbes/cbes_t24_2008/cbes_t24_2008.FanVariableVolume.rb +5 -3
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.College.rb +65 -30
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Courthouse.rb +54 -23
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.FullServiceRestaurant.rb +135 -147
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.HighRiseApartment.rb +42 -7
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Hospital.rb +85 -12
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Laboratory.rb +42 -30
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeDataCenterHighITE.rb +39 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeDataCenterLowITE.rb +39 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeHotel.rb +60 -12
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOffice.rb +33 -265
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOfficeDetailed.rb +41 -3
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MediumOffice.rb +69 -297
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MediumOfficeDetailed.rb +68 -25
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MidriseApartment.rb +88 -59
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Outpatient.rb +88 -9
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.PrimarySchool.rb +48 -10
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.QuickServiceRestaurant.rb +130 -145
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.RetailStandalone.rb +29 -101
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.RetailStripmall.rb +24 -7
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SecondarySchool.rb +48 -589
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallDataCenterHighITE.rb +38 -7
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallDataCenterLowITE.rb +38 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallHotel.rb +40 -7
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallOffice.rb +85 -171
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallOfficeDetailed.rb +87 -44
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperMarket.rb +46 -5
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperTallBuilding.rb +105 -17
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.TallBuilding.rb +97 -15
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Warehouse.rb +26 -167
- data/lib/openstudio-standards/prototypes/common/do_not_edit_metaclasses.rb +3828 -1131
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirConditionerVariableRefrigerantFlow.rb +3 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirTerminalSingleDuctVAVReheat.rb +2 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.BoilerHotWater.rb +2 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CentralAirSourceHeatPump.rb +2 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingDXSingleSpeed.rb +4 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingDXTwoSpeed.rb +3 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWater.rb +4 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWaterToAirHeatPumpEquationFit.rb +3 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingDXSingleSpeed.rb +9 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingElectric.rb +3 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingGas.rb +9 -4
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingWater.rb +4 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingWaterToAirHeatPumpEquationFit.rb +3 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb +2 -2
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoolingTower.rb +4 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Fan.rb +23 -2
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanConstantVolume.rb +29 -4
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanOnOff.rb +29 -5
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanVariableVolume.rb +43 -4
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanZoneExhaust.rb +22 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.HeatExchangerAirToAirSensibleAndLatent.rb +46 -3
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.elevators.rb +27 -22
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.exterior_lights.rb +15 -8
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.hvac.rb +22 -4
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +429 -59
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.swh.rb +18 -11
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.transformers.rb +11 -2
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Pump.rb +1 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.PumpVariableSpeed.rb +8 -10
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +37 -28
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.SizingSystem.rb +24 -6
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +251 -65
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.radiant_system_controls.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.refrigeration.rb +46 -31
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.utilities.rb +62 -10
- data/lib/openstudio-standards/prototypes/common/prototype_metaprogramming.rb +76 -33
- data/lib/openstudio-standards/prototypes/deer/deer.Model.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +445 -275
- data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctParallelPIUReheat.rb +3 -3
- data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctVAVReheat.rb +26 -21
- data/lib/openstudio-standards/standards/Standards.BoilerHotWater.rb +5 -2
- data/lib/openstudio-standards/standards/Standards.BuildingStory.rb +7 -9
- data/lib/openstudio-standards/standards/Standards.ChillerElectricEIR.rb +8 -2
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXMultiSpeed.rb +10 -6
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +5 -1
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +6 -1
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +45 -4
- data/lib/openstudio-standards/standards/Standards.CoilDX.rb +18 -8
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +9 -7
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +8 -4
- data/lib/openstudio-standards/standards/Standards.CoilHeatingGas.rb +86 -3
- data/lib/openstudio-standards/standards/Standards.CoilHeatingGasMultiStage.rb +5 -2
- data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +6 -2
- data/lib/openstudio-standards/standards/Standards.Construction.rb +66 -35
- data/lib/openstudio-standards/standards/Standards.CoolingTower.rb +7 -7
- data/lib/openstudio-standards/standards/Standards.CoolingTowerSingleSpeed.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.CoolingTowerTwoSpeed.rb +2 -1
- data/lib/openstudio-standards/standards/Standards.CoolingTowerVariableSpeed.rb +2 -1
- data/lib/openstudio-standards/standards/Standards.Fan.rb +53 -35
- data/lib/openstudio-standards/standards/Standards.FanVariableVolume.rb +22 -16
- data/lib/openstudio-standards/standards/Standards.FluidCooler.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.HeaderedPumpsVariableSpeed.rb +4 -4
- data/lib/openstudio-standards/standards/Standards.HeatExchangerSensLat.rb +77 -19
- data/lib/openstudio-standards/standards/Standards.Model.rb +387 -245
- data/lib/openstudio-standards/standards/Standards.PlanarSurface.rb +13 -15
- data/lib/openstudio-standards/standards/Standards.PlantLoop.rb +94 -48
- data/lib/openstudio-standards/standards/Standards.Pump.rb +28 -20
- data/lib/openstudio-standards/standards/Standards.PumpVariableSpeed.rb +3 -4
- data/lib/openstudio-standards/standards/Standards.ScheduleCompact.rb +2 -1
- data/lib/openstudio-standards/standards/Standards.ScheduleConstant.rb +2 -0
- data/lib/openstudio-standards/standards/Standards.ScheduleRuleset.rb +34 -24
- data/lib/openstudio-standards/standards/Standards.Space.rb +179 -116
- data/lib/openstudio-standards/standards/Standards.SpaceType.rb +23 -12
- data/lib/openstudio-standards/standards/Standards.SubSurface.rb +55 -25
- data/lib/openstudio-standards/standards/Standards.Surface.rb +57 -32
- data/lib/openstudio-standards/standards/Standards.ThermalZone.rb +157 -107
- data/lib/openstudio-standards/standards/Standards.WaterHeaterMixed.rb +9 -6
- data/lib/openstudio-standards/standards/Standards.ZoneHVACComponent.rb +52 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1.Standards.FanVariableVolume.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.AirLoopHVAC.rb +28 -18
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.PlantLoop.rb +4 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/comstock_ashrae_90_1_2004.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/data/ashrae_90_1.schedules.json +696 -2938
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/data/comstock_ashrae_90_1_2004.ext_ltg.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/comstock_ashrae_90_1_2004/data/comstock_ashrae_90_1_2004.spc_typ.json +123 -123
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.furnaces.json +26 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.prototype_inputs.json +11 -11
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.refrigeration_system.json +0 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.spc_typ.json +395 -384
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.unitary_acs.json +69 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.AirLoopHVAC.rb +20 -13
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.Model.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/comstock_ashrae_90_1_2007.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/data/ashrae_90_1.schedules.json +696 -2938
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/data/comstock_ashrae_90_1_2007.ext_ltg.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/comstock_ashrae_90_1_2007/data/comstock_ashrae_90_1_2007.spc_typ.json +122 -122
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.furnaces.json +26 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.prototype_inputs.json +11 -11
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.refrigeration_system.json +0 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.spc_typ.json +413 -401
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.unitary_acs.json +69 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirLoopHVAC.rb +42 -53
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirTerminalSingleDuctVAVReheat.rb +3 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.CoolingTower.rb +5 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.Space.rb +6 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/comstock_ashrae_90_1_2010.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/data/ashrae_90_1.schedules.json +696 -2938
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/data/comstock_ashrae_90_1_2010.ext_ltg.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/comstock_ashrae_90_1_2010/data/comstock_ashrae_90_1_2010.spc_typ.json +129 -129
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.energy_recovery.json +210 -42
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.furnaces.json +26 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.prototype_inputs.json +11 -11
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.refrigeration_system.json +0 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.spc_typ.json +460 -320
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.unitary_acs.json +69 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirLoopHVAC.rb +45 -51
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirTerminalSingleDuctVAVReheat.rb +3 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.CoolingTower.rb +5 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.CoolingTowerVariableSpeed.rb +2 -3
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.FanVariableVolume.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Space.rb +8 -5
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.ThermalZone.rb +2 -1
- 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 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/comstock_ashrae_90_1_2013.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/data/ashrae_90_1.schedules.json +696 -2938
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/data/comstock_ashrae_90_1_2013.ext_ltg.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/comstock_ashrae_90_1_2013/data/comstock_ashrae_90_1_2013.spc_typ.json +121 -121
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.energy_recovery.json +420 -84
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.furnaces.json +26 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.prototype_inputs.json +12 -12
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.refrigeration_system.json +0 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.spc_typ.json +475 -335
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.unitary_acs.json +69 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirLoopHVAC.rb +40 -50
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirTerminalSingleDuctVAVReheat.rb +3 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.CoolingTower.rb +5 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.CoolingTowerVariableSpeed.rb +2 -3
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.FanVariableVolume.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Space.rb +8 -5
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.ThermalZone.rb +2 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.ZoneHVACComponent.rb +1 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/comstock_ashrae_90_1_2016.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/ashrae_90_1.schedules.json +696 -2938
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/comstock_ashrae_90_1_2016.ext_ltg.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/data/comstock_ashrae_90_1_2016.spc_typ.json +152 -128
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.energy_recovery.json +488 -84
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.furnaces.json +26 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.spc_typ.json +47 -47
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.unitary_acs.json +69 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +342 -56
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirTerminalSingleDuctVAVReheat.rb +3 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.CoolingTower.rb +5 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.CoolingTowerVariableSpeed.rb +2 -3
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.FanVariableVolume.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Space.rb +25 -5
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.ThermalZone.rb +2 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.ZoneHVACComponent.rb +30 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/comstock_ashrae_90_1_2019.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/ashrae_90_1.schedules.json +696 -2938
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/comstock_ashrae_90_1_2019.ext_ltg.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/data/comstock_ashrae_90_1_2019.spc_typ.json +151 -127
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.boilers.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.energy_recovery.json +2307 -101
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.furnaces.json +26 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.refrigeration_compressors.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.spc_typ.json +47 -47
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.unitary_acs.json +69 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.curves.json +25 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +286 -224
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/comstock_doe_ref_1980_2004.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/data/ashrae_90_1.schedules.json +696 -2938
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/data/comstock_doe_ref_1980_2004.ext_ltg.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/comstock_doe_ref_1980_2004/data/comstock_doe_ref_1980_2004.spc_typ.json +126 -126
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.furnaces.json +26 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.prototype_inputs.json +11 -11
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.refrigeration_system.json +0 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.spc_typ.json +405 -393
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.AirLoopHVAC.rb +15 -11
- 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 +3 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/comstock_doe_ref_pre_1980/comstock_doe_ref_pre_1980.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/comstock_doe_ref_pre_1980/data/ashrae_90_1.schedules.json +696 -2938
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/comstock_doe_ref_pre_1980/data/comstock_doe_ref_pre_1980.spc_typ.json +121 -121
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.furnaces.json +37 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.prototype_inputs.json +11 -11
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.refrigeration_system.json +0 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.spc_typ.json +403 -391
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.AirLoopHVAC.rb +15 -11
- 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 +3 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.furnaces.json +15 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirLoopHVAC.rb +64 -42
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirTerminalSingleDuctVAVReheat.rb +3 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.CoolingTower.rb +5 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.CoolingTowerVariableSpeed.rb +2 -3
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.FanVariableVolume.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.HeatExchangerSensLat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.Model.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.PlantLoop.rb +4 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.Space.rb +5 -3
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.ZoneHVACComponent.rb +3 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.rb +4 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.furnaces.json +15 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirLoopHVAC.rb +61 -36
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirTerminalSingleDuctVAVReheat.rb +3 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.CoolingTower.rb +5 -8
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.CoolingTowerVariableSpeed.rb +2 -3
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.FanVariableVolume.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.HeatExchangerSensLat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.Model.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.PlantLoop.rb +4 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.Space.rb +6 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.ZoneHVACComponent.rb +3 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.rb +4 -0
- data/lib/openstudio-standards/standards/cbes/cbes.AirLoopHVAC.rb +20 -14
- data/lib/openstudio-standards/standards/cbes/cbes.PlantLoop.rb +3 -0
- data/lib/openstudio-standards/standards/cbes/cbes.rb +4 -0
- data/lib/openstudio-standards/standards/cbes/cbes_pre_1978/cbes_pre_1978.rb +4 -0
- data/lib/openstudio-standards/standards/cbes/cbes_t24_1978/cbes_t24_1978.rb +4 -0
- data/lib/openstudio-standards/standards/cbes/cbes_t24_1992/cbes_t24_1992.rb +4 -0
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2001/cbes_t24_2001.rb +4 -0
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2005/cbes_t24_2005.rb +4 -0
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2008/cbes_t24_2008.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer.AirLoopHVAC.rb +10 -5
- data/lib/openstudio-standards/standards/deer/deer.PlanarSurface.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_1985/comstock_deer_1985/comstock_deer_1985.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_1985/comstock_deer_1985/data/comstock_deer_1985.ext_ltg.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_1985/deer_1985.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_1996/comstock_deer_1996/comstock_deer_1996.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_1996/comstock_deer_1996/data/comstock_deer_1996.ext_ltg.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_1996/deer_1996.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2003/comstock_deer_2003/comstock_deer_2003.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2003/comstock_deer_2003/data/comstock_deer_2003.ext_ltg.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_2003/deer_2003.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2007/comstock_deer_2007/comstock_deer_2007.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2007/comstock_deer_2007/data/comstock_deer_2007.ext_ltg.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_2007/deer_2007.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2011/comstock_deer_2011/comstock_deer_2011.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2011/comstock_deer_2011/data/comstock_deer_2011.ext_ltg.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_2011/deer_2011.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2014/comstock_deer_2014/comstock_deer_2014.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2014/comstock_deer_2014/data/comstock_deer_2014.ext_ltg.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_2014/deer_2014.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2014/deer_2014.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2015/comstock_deer_2015/comstock_deer_2015.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2015/comstock_deer_2015/data/comstock_deer_2015.ext_ltg.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_2015/deer_2015.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2015/deer_2015.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2017/comstock_deer_2017/comstock_deer_2017.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2017/comstock_deer_2017/data/comstock_deer_2017.ext_ltg.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_2017/deer_2017.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2017/deer_2017.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2020/comstock_deer_2020/comstock_deer_2020.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2025/comstock_deer_2025/comstock_deer_2025.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2030/comstock_deer_2030/comstock_deer_2030.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2035/comstock_deer_2035/comstock_deer_2035.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2040/comstock_deer_2040/comstock_deer_2040.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2045/comstock_deer_2045/comstock_deer_2045.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2050/comstock_deer_2050/comstock_deer_2050.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2055/comstock_deer_2055/comstock_deer_2055.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2060/comstock_deer_2060/comstock_deer_2060.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2065/comstock_deer_2065/comstock_deer_2065.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2070/comstock_deer_2070/comstock_deer_2070.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2075/comstock_deer_2075/comstock_deer_2075.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.AirLoopHVAC.rb +9 -5
- data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.FanVariableVolume.rb +3 -0
- data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.Space.rb +5 -3
- data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_pre_1975/comstock_deer_pre_1975/comstock_deer_pre_1975.rb +4 -0
- data/lib/openstudio-standards/standards/deer/deer_pre_1975/comstock_deer_pre_1975/data/comstock_deer_pre_1975.ext_ltg.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_pre_1975/deer_pre_1975.rb +4 -0
- data/lib/openstudio-standards/standards/icc_iecc/icc_iecc_2015/icc_iecc_2015.rb +4 -0
- data/lib/openstudio-standards/standards/necb/BTAP1980TO2010/btap_1980to2010.rb +6 -28
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +25 -110
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/building_envelope.rb +45 -60
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_3_and_8_single_speed.rb +19 -23
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_4.rb +84 -83
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_6.rb +52 -47
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_systems.rb +43 -40
- data/lib/openstudio-standards/standards/necb/ECMS/data/boiler_set.json +18 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/chiller_set.json +211 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/curves.json +1195 -20
- data/lib/openstudio-standards/standards/necb/ECMS/data/furnace_set.json +18 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/heat_pumps.json +244 -182
- data/lib/openstudio-standards/standards/necb/ECMS/data/heat_pumps_heating.json +232 -185
- data/lib/openstudio-standards/standards/necb/ECMS/data/shw_set.json +20 -2
- data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +18 -25
- data/lib/openstudio-standards/standards/necb/ECMS/erv.rb +12 -13
- data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +1647 -466
- data/lib/openstudio-standards/standards/necb/ECMS/loads.rb +93 -0
- data/lib/openstudio-standards/standards/necb/ECMS/nv.rb +40 -47
- data/lib/openstudio-standards/standards/necb/ECMS/pv_ground.rb +26 -25
- data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +303 -305
- data/lib/openstudio-standards/standards/necb/NECB2011/beps_compliance_path.rb +45 -45
- data/lib/openstudio-standards/standards/necb/NECB2011/building_envelope.rb +90 -120
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/Hospital.osm +1176 -1115
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LowriseApartment.osm +8279 -28923
- data/lib/openstudio-standards/standards/necb/NECB2011/data/space_types.json +1173 -1173
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_multi_speed.rb +15 -13
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +32 -29
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_2_and_5.rb +25 -26
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +14 -14
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +24 -29
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_4.rb +85 -84
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_6.rb +41 -42
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +209 -197
- data/lib/openstudio-standards/standards/necb/NECB2011/lighting.rb +87 -82
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +510 -406
- data/lib/openstudio-standards/standards/necb/NECB2011/nv.md +3 -3
- data/lib/openstudio-standards/standards/necb/NECB2011/qaqc/necb_qaqc.rb +686 -683
- data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +129 -82
- data/lib/openstudio-standards/standards/necb/NECB2015/data/space_types.json +1608 -1608
- data/lib/openstudio-standards/standards/necb/NECB2015/hvac_systems.rb +25 -18
- data/lib/openstudio-standards/standards/necb/NECB2015/lighting.rb +73 -67
- data/lib/openstudio-standards/standards/necb/NECB2015/necb_2015.rb +18 -22
- data/lib/openstudio-standards/standards/necb/NECB2015/qaqc/necb_2015_qaqc.rb +59 -63
- data/lib/openstudio-standards/standards/necb/NECB2017/data/space_types.json +1608 -1608
- data/lib/openstudio-standards/standards/necb/NECB2017/hvac_systems.rb +1 -4
- data/lib/openstudio-standards/standards/necb/NECB2017/necb_2017.rb +10 -14
- data/lib/openstudio-standards/standards/necb/NECB2020/building_envelope.rb +779 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/boilers.json +122 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/chillers.json +335 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/constants.json +13 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/furnaces.json +41 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps.json +452 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps_heating.json +164 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_rejection.json +228 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/led_lighting_data.json +2883 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/space_types.json +25851 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/surface_thermal_transmittance.json +60 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/data/unitary_acs.json +585 -0
- data/lib/openstudio-standards/standards/necb/NECB2020/necb_2020.rb +175 -0
- data/lib/openstudio-standards/standards/necb/common/bc_step_code_indicators.md +10 -0
- data/lib/openstudio-standards/standards/necb/common/btap_data.rb +1963 -0
- data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +410 -0
- data/lib/openstudio-standards/standards/necb/common/neb_end_use_prices.csv +42 -0
- data/lib/openstudio-standards/standards/necb/common/necb_reference_runs.csv +28705 -0
- data/lib/openstudio-standards/standards/necb/common/phius.md +23 -0
- data/lib/openstudio-standards/standards/necb/common/space_type_upgrade_map.json +1158 -386
- data/lib/openstudio-standards/standards/oeesc/oeesc_2014/oeesc_2014.rb +4 -0
- data/lib/openstudio-standards/standards/standard.rb +2 -1
- data/lib/openstudio-standards/utilities/define_thermal_zone_and_mulitpliers.rb +1 -1
- data/lib/openstudio-standards/utilities/logging.rb +6 -0
- data/lib/openstudio-standards/utilities/simulation.rb +30 -14
- data/lib/openstudio-standards/utilities/{speacetype_map_converter.rb → spacetype_map_converter.rb} +0 -0
- data/lib/openstudio-standards/utilities/sqlfile.rb +112 -71
- data/lib/openstudio-standards/version.rb +2 -2
- data/lib/openstudio-standards/weather/Weather.Model.rb +209 -9
- data/lib/openstudio-standards/weather/Weather.stat_file.rb +1 -1
- data/lib/openstudio-standards.rb +9 -0
- metadata +106 -205
- data/data/standards/OpenStudio_Standards-ashrae_90_1-ALL-comstock(space_types).xlsx +0 -0
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.boilers.json +0 -49
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.chillers.json +0 -293
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_properties.json +0 -25426
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_sets.json +0 -1600
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.economizers.json +0 -564
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.elevators.json +0 -349
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.ext_ltg.json +0 -164
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.ground_temperatures.json +0 -10663
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps.json +0 -508
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_pumps_heating.json +0 -156
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.heat_rejection.json +0 -44
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.motors.json +0 -184
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.prototype_inputs.json +0 -3094
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.ref_cases.json +0 -829
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.ref_lnup.json +0 -562
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.refrigeration_compressors.json +0 -52
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.refrigeration_condenser.json +0 -220
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.refrigeration_system.json +0 -156
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.refrigeration_walkins.json +0 -1316
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.spc_typ.json +0 -21446
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.unitary_acs.json +0 -554
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_heaters.json +0 -68
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_source_heat_pumps.json +0 -28
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_source_heat_pumps_heating.json +0 -12
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.boilers.json +0 -49
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.chillers.json +0 -293
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_properties.json +0 -12487
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_sets.json +0 -1600
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.economizers.json +0 -564
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.elevators.json +0 -349
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.ext_ltg.json +0 -164
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.ground_temperatures.json +0 -10663
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps.json +0 -466
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_pumps_heating.json +0 -137
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.heat_rejection.json +0 -44
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.motors.json +0 -184
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.prototype_inputs.json +0 -3094
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.ref_cases.json +0 -829
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.ref_lnup.json +0 -562
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.refrigeration_compressors.json +0 -52
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.refrigeration_condenser.json +0 -220
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.refrigeration_system.json +0 -156
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.refrigeration_walkins.json +0 -1316
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.spc_typ.json +0 -21380
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.unitary_acs.json +0 -554
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_heaters.json +0 -68
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_source_heat_pumps.json +0 -28
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_source_heat_pumps_heating.json +0 -12
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.boilers.json +0 -49
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.chillers.json +0 -395
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_properties.json +0 -12487
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_sets.json +0 -1600
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.economizers.json +0 -592
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.elevators.json +0 -349
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.energy_recovery.json +0 -550
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.ext_ltg.json +0 -164
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.ground_temperatures.json +0 -10663
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps.json +0 -466
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_pumps_heating.json +0 -137
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.heat_rejection.json +0 -44
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.motors.json +0 -238
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.prototype_inputs.json +0 -3094
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.ref_cases.json +0 -829
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.ref_lnup.json +0 -562
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.refrigeration_compressors.json +0 -52
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.refrigeration_condenser.json +0 -220
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.refrigeration_system.json +0 -156
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.refrigeration_walkins.json +0 -1316
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.spc_typ.json +0 -21548
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.unitary_acs.json +0 -554
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_heaters.json +0 -68
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_source_heat_pumps.json +0 -28
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_source_heat_pumps_heating.json +0 -12
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.boilers.json +0 -64
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.chillers.json +0 -871
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_properties.json +0 -12487
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_sets.json +0 -1600
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.economizers.json +0 -592
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.elevators.json +0 -349
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.energy_recovery.json +0 -1096
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.ext_ltg.json +0 -164
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.ground_temperatures.json +0 -10663
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps.json +0 -886
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_pumps_heating.json +0 -194
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.heat_rejection.json +0 -44
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.motors.json +0 -247
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.prototype_inputs.json +0 -3094
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.ref_cases.json +0 -829
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.ref_lnup.json +0 -562
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.refrigeration_compressors.json +0 -52
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.refrigeration_condenser.json +0 -220
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.refrigeration_system.json +0 -156
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.refrigeration_walkins.json +0 -1316
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.spc_typ.json +0 -22079
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.unitary_acs.json +0 -994
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_heaters.json +0 -68
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_source_heat_pumps.json +0 -28
- data/data/standards/export/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_source_heat_pumps_heating.json +0 -12
- data/lib/openstudio-standards/utilities/convert_costing_constructions.rb +0 -105
|
@@ -238718,20 +238718,7 @@
|
|
|
238718
238718
|
"name": "Education_School BLDG_EQUIP_EndUseData",
|
|
238719
238719
|
"category": "Equipment",
|
|
238720
238720
|
"units": null,
|
|
238721
|
-
"day_types": "
|
|
238722
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
238723
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
238724
|
-
"type": "Constant",
|
|
238725
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
238726
|
-
"values": [
|
|
238727
|
-
1.0
|
|
238728
|
-
]
|
|
238729
|
-
},
|
|
238730
|
-
{
|
|
238731
|
-
"name": "Education_School BLDG_EQUIP_EndUseData",
|
|
238732
|
-
"category": "Equipment",
|
|
238733
|
-
"units": null,
|
|
238734
|
-
"day_types": "Wkdy",
|
|
238721
|
+
"day_types": "Default|Wkdy",
|
|
238735
238722
|
"start_date": "2020-01-01T00:00:00+00:00",
|
|
238736
238723
|
"end_date": "2020-06-16T00:00:00+00:00",
|
|
238737
238724
|
"type": "Hourly",
|
|
@@ -238763,6 +238750,19 @@
|
|
|
238763
238750
|
0.29545
|
|
238764
238751
|
]
|
|
238765
238752
|
},
|
|
238753
|
+
{
|
|
238754
|
+
"name": "Education_School BLDG_EQUIP_EndUseData",
|
|
238755
|
+
"category": "Equipment",
|
|
238756
|
+
"units": null,
|
|
238757
|
+
"day_types": "SmrDsn",
|
|
238758
|
+
"start_date": "2020-01-01T00:00:00+00:00",
|
|
238759
|
+
"end_date": "2020-12-31T00:00:00+00:00",
|
|
238760
|
+
"type": "Constant",
|
|
238761
|
+
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
238762
|
+
"values": [
|
|
238763
|
+
1.0
|
|
238764
|
+
]
|
|
238765
|
+
},
|
|
238766
238766
|
{
|
|
238767
238767
|
"name": "Education_School BLDG_EQUIP_EndUseData",
|
|
238768
238768
|
"category": "Equipment",
|
|
@@ -238956,6 +238956,42 @@
|
|
|
238956
238956
|
0.0
|
|
238957
238957
|
]
|
|
238958
238958
|
},
|
|
238959
|
+
{
|
|
238960
|
+
"name": "Education_School BLDG_LIGHT_EndUseData",
|
|
238961
|
+
"category": "Lighting",
|
|
238962
|
+
"units": null,
|
|
238963
|
+
"day_types": "Default|Wkdy",
|
|
238964
|
+
"start_date": "2020-01-01T00:00:00+00:00",
|
|
238965
|
+
"end_date": "2020-06-16T00:00:00+00:00",
|
|
238966
|
+
"type": "Hourly",
|
|
238967
|
+
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
238968
|
+
"values": [
|
|
238969
|
+
0.122520471,
|
|
238970
|
+
0.122112698,
|
|
238971
|
+
0.121753218,
|
|
238972
|
+
0.122350742,
|
|
238973
|
+
0.122579812,
|
|
238974
|
+
0.139967661,
|
|
238975
|
+
0.229612139,
|
|
238976
|
+
0.435309522,
|
|
238977
|
+
0.596077595,
|
|
238978
|
+
0.609510518,
|
|
238979
|
+
0.656740001,
|
|
238980
|
+
0.639549974,
|
|
238981
|
+
0.641705006,
|
|
238982
|
+
0.637334838,
|
|
238983
|
+
0.60323111,
|
|
238984
|
+
0.544746325,
|
|
238985
|
+
0.452015946,
|
|
238986
|
+
0.407770017,
|
|
238987
|
+
0.37958727,
|
|
238988
|
+
0.286336473,
|
|
238989
|
+
0.244324211,
|
|
238990
|
+
0.186107206,
|
|
238991
|
+
0.12378596,
|
|
238992
|
+
0.12267592
|
|
238993
|
+
]
|
|
238994
|
+
},
|
|
238959
238995
|
{
|
|
238960
238996
|
"name": "Education_School BLDG_LIGHT_EndUseData",
|
|
238961
238997
|
"category": "Lighting",
|
|
@@ -239185,42 +239221,6 @@
|
|
|
239185
239221
|
0.122907921
|
|
239186
239222
|
]
|
|
239187
239223
|
},
|
|
239188
|
-
{
|
|
239189
|
-
"name": "Education_School BLDG_LIGHT_EndUseData",
|
|
239190
|
-
"category": "Lighting",
|
|
239191
|
-
"units": null,
|
|
239192
|
-
"day_types": "Wkdy",
|
|
239193
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
239194
|
-
"end_date": "2020-06-16T00:00:00+00:00",
|
|
239195
|
-
"type": "Hourly",
|
|
239196
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239197
|
-
"values": [
|
|
239198
|
-
0.122520471,
|
|
239199
|
-
0.122112698,
|
|
239200
|
-
0.121753218,
|
|
239201
|
-
0.122350742,
|
|
239202
|
-
0.122579812,
|
|
239203
|
-
0.139967661,
|
|
239204
|
-
0.229612139,
|
|
239205
|
-
0.435309522,
|
|
239206
|
-
0.596077595,
|
|
239207
|
-
0.609510518,
|
|
239208
|
-
0.656740001,
|
|
239209
|
-
0.639549974,
|
|
239210
|
-
0.641705006,
|
|
239211
|
-
0.637334838,
|
|
239212
|
-
0.60323111,
|
|
239213
|
-
0.544746325,
|
|
239214
|
-
0.452015946,
|
|
239215
|
-
0.407770017,
|
|
239216
|
-
0.37958727,
|
|
239217
|
-
0.286336473,
|
|
239218
|
-
0.244324211,
|
|
239219
|
-
0.186107206,
|
|
239220
|
-
0.12378596,
|
|
239221
|
-
0.12267592
|
|
239222
|
-
]
|
|
239223
|
-
},
|
|
239224
239224
|
{
|
|
239225
239225
|
"name": "Education_School BLDG_LIGHT_EndUseData",
|
|
239226
239226
|
"category": "Lighting",
|
|
@@ -239307,1053 +239307,111 @@
|
|
|
239307
239307
|
]
|
|
239308
239308
|
},
|
|
239309
239309
|
{
|
|
239310
|
-
"name": "
|
|
239311
|
-
"category": "
|
|
239312
|
-
"units": null,
|
|
239313
|
-
"day_types": "Sat",
|
|
239314
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
239315
|
-
"end_date": "2020-06-16T00:00:00+00:00",
|
|
239316
|
-
"type": "Hourly",
|
|
239317
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239318
|
-
"values": [
|
|
239319
|
-
0.033923556,
|
|
239320
|
-
0.034158088,
|
|
239321
|
-
0.034195503,
|
|
239322
|
-
0.03401471,
|
|
239323
|
-
0.033473724,
|
|
239324
|
-
0.033978628,
|
|
239325
|
-
0.052088324,
|
|
239326
|
-
0.076829925,
|
|
239327
|
-
0.058268529,
|
|
239328
|
-
0.061681889,
|
|
239329
|
-
0.065445303,
|
|
239330
|
-
0.072937444,
|
|
239331
|
-
0.079962251,
|
|
239332
|
-
0.068781236,
|
|
239333
|
-
0.049877359,
|
|
239334
|
-
0.044580385,
|
|
239335
|
-
0.044046852,
|
|
239336
|
-
0.043381841,
|
|
239337
|
-
0.043713123,
|
|
239338
|
-
0.037982076,
|
|
239339
|
-
0.039588065,
|
|
239340
|
-
0.035186276,
|
|
239341
|
-
0.034173646,
|
|
239342
|
-
0.033951092
|
|
239343
|
-
]
|
|
239344
|
-
},
|
|
239345
|
-
{
|
|
239346
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster1",
|
|
239347
|
-
"category": "Lighting",
|
|
239348
|
-
"units": null,
|
|
239349
|
-
"day_types": "Sat",
|
|
239350
|
-
"start_date": "2020-06-17T00:00:00+00:00",
|
|
239351
|
-
"end_date": "2020-08-26T00:00:00+00:00",
|
|
239352
|
-
"type": "Hourly",
|
|
239353
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239354
|
-
"values": [
|
|
239355
|
-
0.44859658,
|
|
239356
|
-
0.447657308,
|
|
239357
|
-
0.448408726,
|
|
239358
|
-
0.450287271,
|
|
239359
|
-
0.454232216,
|
|
239360
|
-
0.438640291,
|
|
239361
|
-
0.44859658,
|
|
239362
|
-
0.44859658,
|
|
239363
|
-
0.360336685,
|
|
239364
|
-
0.33430347,
|
|
239365
|
-
0.322695936,
|
|
239366
|
-
0.32744602,
|
|
239367
|
-
0.321678157,
|
|
239368
|
-
0.335448113,
|
|
239369
|
-
0.34155479,
|
|
239370
|
-
0.32329463,
|
|
239371
|
-
0.318984035,
|
|
239372
|
-
0.323396118,
|
|
239373
|
-
0.377288254,
|
|
239374
|
-
0.432441092,
|
|
239375
|
-
0.442021672,
|
|
239376
|
-
0.440143127,
|
|
239377
|
-
0.454232216,
|
|
239378
|
-
0.447469453
|
|
239379
|
-
]
|
|
239380
|
-
},
|
|
239381
|
-
{
|
|
239382
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster1",
|
|
239383
|
-
"category": "Lighting",
|
|
239384
|
-
"units": null,
|
|
239385
|
-
"day_types": "Sat",
|
|
239386
|
-
"start_date": "2020-08-27T00:00:00+00:00",
|
|
239387
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
239388
|
-
"type": "Hourly",
|
|
239389
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239390
|
-
"values": [
|
|
239391
|
-
0.033923556,
|
|
239392
|
-
0.034158088,
|
|
239393
|
-
0.034195503,
|
|
239394
|
-
0.03401471,
|
|
239395
|
-
0.033473724,
|
|
239396
|
-
0.033978628,
|
|
239397
|
-
0.052088324,
|
|
239398
|
-
0.076829925,
|
|
239399
|
-
0.058268529,
|
|
239400
|
-
0.061681889,
|
|
239401
|
-
0.065445303,
|
|
239402
|
-
0.072937444,
|
|
239403
|
-
0.079962251,
|
|
239404
|
-
0.068781236,
|
|
239405
|
-
0.049877359,
|
|
239406
|
-
0.044580385,
|
|
239407
|
-
0.044046852,
|
|
239408
|
-
0.043381841,
|
|
239409
|
-
0.043713123,
|
|
239410
|
-
0.037982076,
|
|
239411
|
-
0.039588065,
|
|
239412
|
-
0.035186276,
|
|
239413
|
-
0.034173646,
|
|
239414
|
-
0.033951092
|
|
239415
|
-
]
|
|
239416
|
-
},
|
|
239417
|
-
{
|
|
239418
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster1",
|
|
239419
|
-
"category": "Lighting",
|
|
239420
|
-
"units": null,
|
|
239421
|
-
"day_types": "SmrDsn",
|
|
239422
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
239423
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
239424
|
-
"type": "Constant",
|
|
239425
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239426
|
-
"values": [
|
|
239427
|
-
1.0
|
|
239428
|
-
]
|
|
239429
|
-
},
|
|
239430
|
-
{
|
|
239431
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster1",
|
|
239432
|
-
"category": "Lighting",
|
|
239433
|
-
"units": null,
|
|
239434
|
-
"day_types": "Sun",
|
|
239435
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
239436
|
-
"end_date": "2020-06-16T00:00:00+00:00",
|
|
239437
|
-
"type": "Hourly",
|
|
239438
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239439
|
-
"values": [
|
|
239440
|
-
0.513793901,
|
|
239441
|
-
0.514195694,
|
|
239442
|
-
0.51152707,
|
|
239443
|
-
0.51115976,
|
|
239444
|
-
0.510310324,
|
|
239445
|
-
0.481238925,
|
|
239446
|
-
0.454730818,
|
|
239447
|
-
0.433127666,
|
|
239448
|
-
0.428736343,
|
|
239449
|
-
0.427988656,
|
|
239450
|
-
0.435587212,
|
|
239451
|
-
0.459194453,
|
|
239452
|
-
0.476326086,
|
|
239453
|
-
0.481451613,
|
|
239454
|
-
0.474217095,
|
|
239455
|
-
0.47456356,
|
|
239456
|
-
0.471435841,
|
|
239457
|
-
0.437383181,
|
|
239458
|
-
0.451274793,
|
|
239459
|
-
0.471306753,
|
|
239460
|
-
0.507557236,
|
|
239461
|
-
0.514463331,
|
|
239462
|
-
0.502585146,
|
|
239463
|
-
0.51178093
|
|
239464
|
-
]
|
|
239465
|
-
},
|
|
239466
|
-
{
|
|
239467
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster1",
|
|
239468
|
-
"category": "Lighting",
|
|
239469
|
-
"units": null,
|
|
239470
|
-
"day_types": "Sun",
|
|
239471
|
-
"start_date": "2020-06-17T00:00:00+00:00",
|
|
239472
|
-
"end_date": "2020-08-26T00:00:00+00:00",
|
|
239473
|
-
"type": "Hourly",
|
|
239474
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239475
|
-
"values": [
|
|
239476
|
-
0.643546101,
|
|
239477
|
-
0.644701257,
|
|
239478
|
-
0.642485156,
|
|
239479
|
-
0.641919287,
|
|
239480
|
-
0.643096148,
|
|
239481
|
-
0.644081102,
|
|
239482
|
-
0.641849634,
|
|
239483
|
-
0.63666219,
|
|
239484
|
-
0.633546796,
|
|
239485
|
-
0.632072335,
|
|
239486
|
-
0.632078522,
|
|
239487
|
-
0.632778318,
|
|
239488
|
-
0.631662818,
|
|
239489
|
-
0.632653897,
|
|
239490
|
-
0.630805971,
|
|
239491
|
-
0.6302382,
|
|
239492
|
-
0.628618889,
|
|
239493
|
-
0.631454965,
|
|
239494
|
-
0.632755344,
|
|
239495
|
-
0.636562254,
|
|
239496
|
-
0.637814136,
|
|
239497
|
-
0.636267782,
|
|
239498
|
-
0.640458481,
|
|
239499
|
-
0.641717719
|
|
239500
|
-
]
|
|
239501
|
-
},
|
|
239502
|
-
{
|
|
239503
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster1",
|
|
239504
|
-
"category": "Lighting",
|
|
239505
|
-
"units": null,
|
|
239506
|
-
"day_types": "Sun",
|
|
239507
|
-
"start_date": "2020-08-27T00:00:00+00:00",
|
|
239508
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
239509
|
-
"type": "Hourly",
|
|
239510
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239511
|
-
"values": [
|
|
239512
|
-
0.513793901,
|
|
239513
|
-
0.514195694,
|
|
239514
|
-
0.51152707,
|
|
239515
|
-
0.51115976,
|
|
239516
|
-
0.510310324,
|
|
239517
|
-
0.481238925,
|
|
239518
|
-
0.454730818,
|
|
239519
|
-
0.433127666,
|
|
239520
|
-
0.428736343,
|
|
239521
|
-
0.427988656,
|
|
239522
|
-
0.435587212,
|
|
239523
|
-
0.459194453,
|
|
239524
|
-
0.476326086,
|
|
239525
|
-
0.481451613,
|
|
239526
|
-
0.474217095,
|
|
239527
|
-
0.47456356,
|
|
239528
|
-
0.471435841,
|
|
239529
|
-
0.437383181,
|
|
239530
|
-
0.451274793,
|
|
239531
|
-
0.471306753,
|
|
239532
|
-
0.507557236,
|
|
239533
|
-
0.514463331,
|
|
239534
|
-
0.502585146,
|
|
239535
|
-
0.51178093
|
|
239536
|
-
]
|
|
239537
|
-
},
|
|
239538
|
-
{
|
|
239539
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster1",
|
|
239540
|
-
"category": "Lighting",
|
|
239541
|
-
"units": null,
|
|
239542
|
-
"day_types": "Wkdy",
|
|
239543
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
239544
|
-
"end_date": "2020-06-16T00:00:00+00:00",
|
|
239545
|
-
"type": "Hourly",
|
|
239546
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239547
|
-
"values": [
|
|
239548
|
-
0.223677333,
|
|
239549
|
-
0.222326364,
|
|
239550
|
-
0.221957617,
|
|
239551
|
-
0.222055024,
|
|
239552
|
-
0.223006388,
|
|
239553
|
-
0.23503967,
|
|
239554
|
-
0.268422257,
|
|
239555
|
-
0.37031671,
|
|
239556
|
-
0.476869201,
|
|
239557
|
-
0.486663981,
|
|
239558
|
-
0.51192476,
|
|
239559
|
-
0.503485695,
|
|
239560
|
-
0.507834269,
|
|
239561
|
-
0.48955784,
|
|
239562
|
-
0.476170083,
|
|
239563
|
-
0.436665774,
|
|
239564
|
-
0.384004665,
|
|
239565
|
-
0.358576066,
|
|
239566
|
-
0.344425295,
|
|
239567
|
-
0.304545925,
|
|
239568
|
-
0.278153675,
|
|
239569
|
-
0.250901646,
|
|
239570
|
-
0.230342131,
|
|
239571
|
-
0.225777683
|
|
239572
|
-
]
|
|
239573
|
-
},
|
|
239574
|
-
{
|
|
239575
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster1",
|
|
239576
|
-
"category": "Lighting",
|
|
239577
|
-
"units": null,
|
|
239578
|
-
"day_types": "Wkdy",
|
|
239579
|
-
"start_date": "2020-06-17T00:00:00+00:00",
|
|
239580
|
-
"end_date": "2020-08-26T00:00:00+00:00",
|
|
239581
|
-
"type": "Hourly",
|
|
239582
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239583
|
-
"values": [
|
|
239584
|
-
0.050628302,
|
|
239585
|
-
0.051065021,
|
|
239586
|
-
0.053429741,
|
|
239587
|
-
0.050352534,
|
|
239588
|
-
0.049338222,
|
|
239589
|
-
0.064431847,
|
|
239590
|
-
0.086695208,
|
|
239591
|
-
0.12329114,
|
|
239592
|
-
0.160861991,
|
|
239593
|
-
0.203580002,
|
|
239594
|
-
0.22531089,
|
|
239595
|
-
0.242745104,
|
|
239596
|
-
0.248541105,
|
|
239597
|
-
0.256804375,
|
|
239598
|
-
0.238363057,
|
|
239599
|
-
0.221671968,
|
|
239600
|
-
0.179621399,
|
|
239601
|
-
0.154497283,
|
|
239602
|
-
0.151570447,
|
|
239603
|
-
0.132678877,
|
|
239604
|
-
0.10282826,
|
|
239605
|
-
0.079700648,
|
|
239606
|
-
0.049698851,
|
|
239607
|
-
0.047883198
|
|
239608
|
-
]
|
|
239609
|
-
},
|
|
239610
|
-
{
|
|
239611
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster1",
|
|
239612
|
-
"category": "Lighting",
|
|
239613
|
-
"units": null,
|
|
239614
|
-
"day_types": "Wkdy",
|
|
239615
|
-
"start_date": "2020-08-27T00:00:00+00:00",
|
|
239616
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
239617
|
-
"type": "Hourly",
|
|
239618
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239619
|
-
"values": [
|
|
239620
|
-
0.223677333,
|
|
239621
|
-
0.222326364,
|
|
239622
|
-
0.221957617,
|
|
239623
|
-
0.222055024,
|
|
239624
|
-
0.223006388,
|
|
239625
|
-
0.23503967,
|
|
239626
|
-
0.268422257,
|
|
239627
|
-
0.37031671,
|
|
239628
|
-
0.476869201,
|
|
239629
|
-
0.486663981,
|
|
239630
|
-
0.51192476,
|
|
239631
|
-
0.503485695,
|
|
239632
|
-
0.507834269,
|
|
239633
|
-
0.48955784,
|
|
239634
|
-
0.476170083,
|
|
239635
|
-
0.436665774,
|
|
239636
|
-
0.384004665,
|
|
239637
|
-
0.358576066,
|
|
239638
|
-
0.344425295,
|
|
239639
|
-
0.304545925,
|
|
239640
|
-
0.278153675,
|
|
239641
|
-
0.250901646,
|
|
239642
|
-
0.230342131,
|
|
239643
|
-
0.225777683
|
|
239644
|
-
]
|
|
239645
|
-
},
|
|
239646
|
-
{
|
|
239647
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster1",
|
|
239648
|
-
"category": "Lighting",
|
|
239649
|
-
"units": null,
|
|
239650
|
-
"day_types": "WntrDsn",
|
|
239651
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
239652
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
239653
|
-
"type": "Constant",
|
|
239654
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239655
|
-
"values": [
|
|
239656
|
-
0.0
|
|
239657
|
-
]
|
|
239658
|
-
},
|
|
239659
|
-
{
|
|
239660
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster2",
|
|
239661
|
-
"category": "Lighting",
|
|
239310
|
+
"name": "FoodService_Restaurant BLDG_EQUIP_EndUseData",
|
|
239311
|
+
"category": "Equipment",
|
|
239662
239312
|
"units": null,
|
|
239663
|
-
"day_types": "
|
|
239313
|
+
"day_types": "Default|Mon|Tue|Wed|Thu",
|
|
239664
239314
|
"start_date": "2020-01-01T00:00:00+00:00",
|
|
239665
|
-
"end_date": "2020-06-16T00:00:00+00:00",
|
|
239666
|
-
"type": "Hourly",
|
|
239667
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239668
|
-
"values": [
|
|
239669
|
-
0.878574795,
|
|
239670
|
-
0.874393893,
|
|
239671
|
-
0.875370591,
|
|
239672
|
-
0.876423485,
|
|
239673
|
-
0.877433837,
|
|
239674
|
-
0.87636807,
|
|
239675
|
-
0.871879416,
|
|
239676
|
-
0.86943473,
|
|
239677
|
-
0.862340948,
|
|
239678
|
-
0.862278939,
|
|
239679
|
-
0.860768613,
|
|
239680
|
-
0.860654315,
|
|
239681
|
-
0.863519111,
|
|
239682
|
-
0.863742342,
|
|
239683
|
-
0.866049061,
|
|
239684
|
-
0.864897066,
|
|
239685
|
-
0.860380704,
|
|
239686
|
-
0.859410933,
|
|
239687
|
-
0.867555393,
|
|
239688
|
-
0.870152258,
|
|
239689
|
-
0.873105638,
|
|
239690
|
-
0.874941092,
|
|
239691
|
-
0.879641342,
|
|
239692
|
-
0.883738328
|
|
239693
|
-
]
|
|
239694
|
-
},
|
|
239695
|
-
{
|
|
239696
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster2",
|
|
239697
|
-
"category": "Lighting",
|
|
239698
|
-
"units": null,
|
|
239699
|
-
"day_types": "Sat",
|
|
239700
|
-
"start_date": "2020-06-17T00:00:00+00:00",
|
|
239701
|
-
"end_date": "2020-08-26T00:00:00+00:00",
|
|
239702
|
-
"type": "Hourly",
|
|
239703
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239704
|
-
"values": [
|
|
239705
|
-
0.043287496,
|
|
239706
|
-
0.044578793,
|
|
239707
|
-
0.042695012,
|
|
239708
|
-
0.042262556,
|
|
239709
|
-
0.042392103,
|
|
239710
|
-
0.04275788,
|
|
239711
|
-
0.064738152,
|
|
239712
|
-
0.07295504,
|
|
239713
|
-
0.073644706,
|
|
239714
|
-
0.094155192,
|
|
239715
|
-
0.100291218,
|
|
239716
|
-
0.105860587,
|
|
239717
|
-
0.113231206,
|
|
239718
|
-
0.114287712,
|
|
239719
|
-
0.100824368,
|
|
239720
|
-
0.100656227,
|
|
239721
|
-
0.094318119,
|
|
239722
|
-
0.072519375,
|
|
239723
|
-
0.080606068,
|
|
239724
|
-
0.095973379,
|
|
239725
|
-
0.08392734,
|
|
239726
|
-
0.08389238,
|
|
239727
|
-
0.070896617,
|
|
239728
|
-
0.066582247
|
|
239729
|
-
]
|
|
239730
|
-
},
|
|
239731
|
-
{
|
|
239732
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster2",
|
|
239733
|
-
"category": "Lighting",
|
|
239734
|
-
"units": null,
|
|
239735
|
-
"day_types": "Sat",
|
|
239736
|
-
"start_date": "2020-08-27T00:00:00+00:00",
|
|
239737
239315
|
"end_date": "2020-12-31T00:00:00+00:00",
|
|
239738
239316
|
"type": "Hourly",
|
|
239739
|
-
"notes": "From end use data sources
|
|
239740
|
-
"values": [
|
|
239741
|
-
0.878574795,
|
|
239742
|
-
0.874393893,
|
|
239743
|
-
0.875370591,
|
|
239744
|
-
0.876423485,
|
|
239745
|
-
0.877433837,
|
|
239746
|
-
0.87636807,
|
|
239747
|
-
0.871879416,
|
|
239748
|
-
0.86943473,
|
|
239749
|
-
0.862340948,
|
|
239750
|
-
0.862278939,
|
|
239751
|
-
0.860768613,
|
|
239752
|
-
0.860654315,
|
|
239753
|
-
0.863519111,
|
|
239754
|
-
0.863742342,
|
|
239755
|
-
0.866049061,
|
|
239756
|
-
0.864897066,
|
|
239757
|
-
0.860380704,
|
|
239758
|
-
0.859410933,
|
|
239759
|
-
0.867555393,
|
|
239760
|
-
0.870152258,
|
|
239761
|
-
0.873105638,
|
|
239762
|
-
0.874941092,
|
|
239763
|
-
0.879641342,
|
|
239764
|
-
0.883738328
|
|
239765
|
-
]
|
|
239766
|
-
},
|
|
239767
|
-
{
|
|
239768
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster2",
|
|
239769
|
-
"category": "Lighting",
|
|
239770
|
-
"units": null,
|
|
239771
|
-
"day_types": "SmrDsn",
|
|
239772
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
239773
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
239774
|
-
"type": "Constant",
|
|
239775
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239317
|
+
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239776
239318
|
"values": [
|
|
239777
|
-
|
|
239319
|
+
0.05113,
|
|
239320
|
+
0.036094,
|
|
239321
|
+
0.031636,
|
|
239322
|
+
0.068921,
|
|
239323
|
+
0.153839,
|
|
239324
|
+
0.176683,
|
|
239325
|
+
0.196174,
|
|
239326
|
+
0.26755,
|
|
239327
|
+
0.385492,
|
|
239328
|
+
0.46841,
|
|
239329
|
+
0.494935,
|
|
239330
|
+
0.522401,
|
|
239331
|
+
0.534863,
|
|
239332
|
+
0.528583,
|
|
239333
|
+
0.537839,
|
|
239334
|
+
0.534183,
|
|
239335
|
+
0.537422,
|
|
239336
|
+
0.547466,
|
|
239337
|
+
0.545909,
|
|
239338
|
+
0.524621,
|
|
239339
|
+
0.482984,
|
|
239340
|
+
0.414776,
|
|
239341
|
+
0.252882,
|
|
239342
|
+
0.107246
|
|
239778
239343
|
]
|
|
239779
239344
|
},
|
|
239780
239345
|
{
|
|
239781
|
-
"name": "
|
|
239782
|
-
"category": "
|
|
239783
|
-
"units": null,
|
|
239784
|
-
"day_types": "Sun",
|
|
239785
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
239786
|
-
"end_date": "2020-06-16T00:00:00+00:00",
|
|
239787
|
-
"type": "Hourly",
|
|
239788
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239789
|
-
"values": [
|
|
239790
|
-
0.893832154,
|
|
239791
|
-
0.888642598,
|
|
239792
|
-
0.886474688,
|
|
239793
|
-
0.887739663,
|
|
239794
|
-
0.886164645,
|
|
239795
|
-
0.88403155,
|
|
239796
|
-
0.882059677,
|
|
239797
|
-
0.879653744,
|
|
239798
|
-
0.871877868,
|
|
239799
|
-
0.870054816,
|
|
239800
|
-
0.869310713,
|
|
239801
|
-
0.872175509,
|
|
239802
|
-
0.87274303,
|
|
239803
|
-
0.874395416,
|
|
239804
|
-
0.873428082,
|
|
239805
|
-
0.873725724,
|
|
239806
|
-
0.870865232,
|
|
239807
|
-
0.870997346,
|
|
239808
|
-
0.87659052,
|
|
239809
|
-
0.877942307,
|
|
239810
|
-
0.877698041,
|
|
239811
|
-
0.880662769,
|
|
239812
|
-
0.888101604,
|
|
239813
|
-
0.889252673
|
|
239814
|
-
]
|
|
239815
|
-
},
|
|
239816
|
-
{
|
|
239817
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster2",
|
|
239818
|
-
"category": "Lighting",
|
|
239819
|
-
"units": null,
|
|
239820
|
-
"day_types": "Sun",
|
|
239821
|
-
"start_date": "2020-06-17T00:00:00+00:00",
|
|
239822
|
-
"end_date": "2020-08-26T00:00:00+00:00",
|
|
239823
|
-
"type": "Hourly",
|
|
239824
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239825
|
-
"values": [
|
|
239826
|
-
0.07010344,
|
|
239827
|
-
0.047107778,
|
|
239828
|
-
0.062406381,
|
|
239829
|
-
0.048722017,
|
|
239830
|
-
0.052227563,
|
|
239831
|
-
0.043565639,
|
|
239832
|
-
0.04130239,
|
|
239833
|
-
0.042689297,
|
|
239834
|
-
0.043893315,
|
|
239835
|
-
0.048686249,
|
|
239836
|
-
0.06702669,
|
|
239837
|
-
0.073272376,
|
|
239838
|
-
0.072583918,
|
|
239839
|
-
0.07284209,
|
|
239840
|
-
0.068545885,
|
|
239841
|
-
0.072142875,
|
|
239842
|
-
0.072470968,
|
|
239843
|
-
0.072949661,
|
|
239844
|
-
0.081221915,
|
|
239845
|
-
0.090823346,
|
|
239846
|
-
0.085003056,
|
|
239847
|
-
0.083669169,
|
|
239848
|
-
0.068334623,
|
|
239849
|
-
0.069073392
|
|
239850
|
-
]
|
|
239851
|
-
},
|
|
239852
|
-
{
|
|
239853
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster2",
|
|
239854
|
-
"category": "Lighting",
|
|
239855
|
-
"units": null,
|
|
239856
|
-
"day_types": "Sun",
|
|
239857
|
-
"start_date": "2020-08-27T00:00:00+00:00",
|
|
239858
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
239859
|
-
"type": "Hourly",
|
|
239860
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239861
|
-
"values": [
|
|
239862
|
-
0.893832154,
|
|
239863
|
-
0.888642598,
|
|
239864
|
-
0.886474688,
|
|
239865
|
-
0.887739663,
|
|
239866
|
-
0.886164645,
|
|
239867
|
-
0.88403155,
|
|
239868
|
-
0.882059677,
|
|
239869
|
-
0.879653744,
|
|
239870
|
-
0.871877868,
|
|
239871
|
-
0.870054816,
|
|
239872
|
-
0.869310713,
|
|
239873
|
-
0.872175509,
|
|
239874
|
-
0.87274303,
|
|
239875
|
-
0.874395416,
|
|
239876
|
-
0.873428082,
|
|
239877
|
-
0.873725724,
|
|
239878
|
-
0.870865232,
|
|
239879
|
-
0.870997346,
|
|
239880
|
-
0.87659052,
|
|
239881
|
-
0.877942307,
|
|
239882
|
-
0.877698041,
|
|
239883
|
-
0.880662769,
|
|
239884
|
-
0.888101604,
|
|
239885
|
-
0.889252673
|
|
239886
|
-
]
|
|
239887
|
-
},
|
|
239888
|
-
{
|
|
239889
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster2",
|
|
239890
|
-
"category": "Lighting",
|
|
239346
|
+
"name": "FoodService_Restaurant BLDG_EQUIP_EndUseData",
|
|
239347
|
+
"category": "Equipment",
|
|
239891
239348
|
"units": null,
|
|
239892
|
-
"day_types": "
|
|
239349
|
+
"day_types": "Fri",
|
|
239893
239350
|
"start_date": "2020-01-01T00:00:00+00:00",
|
|
239894
|
-
"end_date": "2020-06-16T00:00:00+00:00",
|
|
239895
|
-
"type": "Hourly",
|
|
239896
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239897
|
-
"values": [
|
|
239898
|
-
0.721668127,
|
|
239899
|
-
0.718841236,
|
|
239900
|
-
0.717348697,
|
|
239901
|
-
0.718637312,
|
|
239902
|
-
0.716671998,
|
|
239903
|
-
0.718090588,
|
|
239904
|
-
0.726742696,
|
|
239905
|
-
0.772023556,
|
|
239906
|
-
0.809129504,
|
|
239907
|
-
0.814100688,
|
|
239908
|
-
0.827821106,
|
|
239909
|
-
0.826478809,
|
|
239910
|
-
0.830897267,
|
|
239911
|
-
0.831072409,
|
|
239912
|
-
0.822238027,
|
|
239913
|
-
0.810923392,
|
|
239914
|
-
0.786123301,
|
|
239915
|
-
0.774809297,
|
|
239916
|
-
0.77268701,
|
|
239917
|
-
0.751591449,
|
|
239918
|
-
0.742770765,
|
|
239919
|
-
0.731848167,
|
|
239920
|
-
0.723509633,
|
|
239921
|
-
0.720873586
|
|
239922
|
-
]
|
|
239923
|
-
},
|
|
239924
|
-
{
|
|
239925
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster2",
|
|
239926
|
-
"category": "Lighting",
|
|
239927
|
-
"units": null,
|
|
239928
|
-
"day_types": "Wkdy",
|
|
239929
|
-
"start_date": "2020-06-17T00:00:00+00:00",
|
|
239930
|
-
"end_date": "2020-08-26T00:00:00+00:00",
|
|
239931
|
-
"type": "Hourly",
|
|
239932
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239933
|
-
"values": [
|
|
239934
|
-
0.63721894,
|
|
239935
|
-
0.637477038,
|
|
239936
|
-
0.638342086,
|
|
239937
|
-
0.638812417,
|
|
239938
|
-
0.638649963,
|
|
239939
|
-
0.637698741,
|
|
239940
|
-
0.63250364,
|
|
239941
|
-
0.626383587,
|
|
239942
|
-
0.624243912,
|
|
239943
|
-
0.623787969,
|
|
239944
|
-
0.622308332,
|
|
239945
|
-
0.622108882,
|
|
239946
|
-
0.622634387,
|
|
239947
|
-
0.621985656,
|
|
239948
|
-
0.620674063,
|
|
239949
|
-
0.621175848,
|
|
239950
|
-
0.620650134,
|
|
239951
|
-
0.622690697,
|
|
239952
|
-
0.626715258,
|
|
239953
|
-
0.62791462,
|
|
239954
|
-
0.628843496,
|
|
239955
|
-
0.631202059,
|
|
239956
|
-
0.632650543,
|
|
239957
|
-
0.635459947
|
|
239958
|
-
]
|
|
239959
|
-
},
|
|
239960
|
-
{
|
|
239961
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster2",
|
|
239962
|
-
"category": "Lighting",
|
|
239963
|
-
"units": null,
|
|
239964
|
-
"day_types": "Wkdy",
|
|
239965
|
-
"start_date": "2020-08-27T00:00:00+00:00",
|
|
239966
239351
|
"end_date": "2020-12-31T00:00:00+00:00",
|
|
239967
239352
|
"type": "Hourly",
|
|
239968
|
-
"notes": "From end use data sources
|
|
239969
|
-
"values": [
|
|
239970
|
-
0.721668127,
|
|
239971
|
-
0.718841236,
|
|
239972
|
-
0.717348697,
|
|
239973
|
-
0.718637312,
|
|
239974
|
-
0.716671998,
|
|
239975
|
-
0.718090588,
|
|
239976
|
-
0.726742696,
|
|
239977
|
-
0.772023556,
|
|
239978
|
-
0.809129504,
|
|
239979
|
-
0.814100688,
|
|
239980
|
-
0.827821106,
|
|
239981
|
-
0.826478809,
|
|
239982
|
-
0.830897267,
|
|
239983
|
-
0.831072409,
|
|
239984
|
-
0.822238027,
|
|
239985
|
-
0.810923392,
|
|
239986
|
-
0.786123301,
|
|
239987
|
-
0.774809297,
|
|
239988
|
-
0.77268701,
|
|
239989
|
-
0.751591449,
|
|
239990
|
-
0.742770765,
|
|
239991
|
-
0.731848167,
|
|
239992
|
-
0.723509633,
|
|
239993
|
-
0.720873586
|
|
239994
|
-
]
|
|
239995
|
-
},
|
|
239996
|
-
{
|
|
239997
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster2",
|
|
239998
|
-
"category": "Lighting",
|
|
239999
|
-
"units": null,
|
|
240000
|
-
"day_types": "WntrDsn",
|
|
240001
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
240002
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
240003
|
-
"type": "Constant",
|
|
240004
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239353
|
+
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240005
239354
|
"values": [
|
|
240006
|
-
0.
|
|
239355
|
+
0.054188,
|
|
239356
|
+
0.037372,
|
|
239357
|
+
0.032852,
|
|
239358
|
+
0.070689,
|
|
239359
|
+
0.155617,
|
|
239360
|
+
0.179178,
|
|
239361
|
+
0.198418,
|
|
239362
|
+
0.26862,
|
|
239363
|
+
0.40367,
|
|
239364
|
+
0.496001,
|
|
239365
|
+
0.551598,
|
|
239366
|
+
0.61103,
|
|
239367
|
+
0.611674,
|
|
239368
|
+
0.587884,
|
|
239369
|
+
0.567806,
|
|
239370
|
+
0.559581,
|
|
239371
|
+
0.557142,
|
|
239372
|
+
0.582069,
|
|
239373
|
+
0.580131,
|
|
239374
|
+
0.560065,
|
|
239375
|
+
0.525069,
|
|
239376
|
+
0.468523,
|
|
239377
|
+
0.380344,
|
|
239378
|
+
0.22984
|
|
240007
239379
|
]
|
|
240008
239380
|
},
|
|
240009
239381
|
{
|
|
240010
|
-
"name": "
|
|
240011
|
-
"category": "
|
|
240012
|
-
"units": null,
|
|
240013
|
-
"day_types": "Sat",
|
|
240014
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
240015
|
-
"end_date": "2020-06-16T00:00:00+00:00",
|
|
240016
|
-
"type": "Hourly",
|
|
240017
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240018
|
-
"values": [
|
|
240019
|
-
0.12234147,
|
|
240020
|
-
0.12209809,
|
|
240021
|
-
0.121948922,
|
|
240022
|
-
0.122133419,
|
|
240023
|
-
0.122278662,
|
|
240024
|
-
0.121685915,
|
|
240025
|
-
0.114773147,
|
|
240026
|
-
0.107951483,
|
|
240027
|
-
0.199859869,
|
|
240028
|
-
0.419641525,
|
|
240029
|
-
0.607186932,
|
|
240030
|
-
0.612933602,
|
|
240031
|
-
0.603316168,
|
|
240032
|
-
0.602054825,
|
|
240033
|
-
0.597837131,
|
|
240034
|
-
0.555684966,
|
|
240035
|
-
0.410538766,
|
|
240036
|
-
0.269071138,
|
|
240037
|
-
0.203452274,
|
|
240038
|
-
0.291325724,
|
|
240039
|
-
0.290791831,
|
|
240040
|
-
0.257289276,
|
|
240041
|
-
0.121725169,
|
|
240042
|
-
0.121980326
|
|
240043
|
-
]
|
|
240044
|
-
},
|
|
240045
|
-
{
|
|
240046
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster3",
|
|
240047
|
-
"category": "Lighting",
|
|
240048
|
-
"units": null,
|
|
240049
|
-
"day_types": "Sat",
|
|
240050
|
-
"start_date": "2020-06-17T00:00:00+00:00",
|
|
240051
|
-
"end_date": "2020-08-26T00:00:00+00:00",
|
|
240052
|
-
"type": "Hourly",
|
|
240053
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240054
|
-
"values": [
|
|
240055
|
-
0.643176331,
|
|
240056
|
-
0.644635349,
|
|
240057
|
-
0.64327532,
|
|
240058
|
-
0.641581158,
|
|
240059
|
-
0.64366736,
|
|
240060
|
-
0.644819136,
|
|
240061
|
-
0.641148955,
|
|
240062
|
-
0.636596249,
|
|
240063
|
-
0.633608536,
|
|
240064
|
-
0.630667484,
|
|
240065
|
-
0.63191724,
|
|
240066
|
-
0.631316397,
|
|
240067
|
-
0.634876222,
|
|
240068
|
-
0.633019966,
|
|
240069
|
-
0.632979215,
|
|
240070
|
-
0.633690791,
|
|
240071
|
-
0.63256351,
|
|
240072
|
-
0.631136142,
|
|
240073
|
-
0.636070842,
|
|
240074
|
-
0.637623848,
|
|
240075
|
-
0.637153775,
|
|
240076
|
-
0.638170447,
|
|
240077
|
-
0.640784996,
|
|
240078
|
-
0.642038155
|
|
240079
|
-
]
|
|
240080
|
-
},
|
|
240081
|
-
{
|
|
240082
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster3",
|
|
240083
|
-
"category": "Lighting",
|
|
239382
|
+
"name": "FoodService_Restaurant BLDG_EQUIP_EndUseData",
|
|
239383
|
+
"category": "Equipment",
|
|
240084
239384
|
"units": null,
|
|
240085
239385
|
"day_types": "Sat",
|
|
240086
|
-
"start_date": "2020-08-27T00:00:00+00:00",
|
|
240087
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
240088
|
-
"type": "Hourly",
|
|
240089
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240090
|
-
"values": [
|
|
240091
|
-
0.12234147,
|
|
240092
|
-
0.12209809,
|
|
240093
|
-
0.121948922,
|
|
240094
|
-
0.122133419,
|
|
240095
|
-
0.122278662,
|
|
240096
|
-
0.121685915,
|
|
240097
|
-
0.114773147,
|
|
240098
|
-
0.107951483,
|
|
240099
|
-
0.199859869,
|
|
240100
|
-
0.419641525,
|
|
240101
|
-
0.607186932,
|
|
240102
|
-
0.612933602,
|
|
240103
|
-
0.603316168,
|
|
240104
|
-
0.602054825,
|
|
240105
|
-
0.597837131,
|
|
240106
|
-
0.555684966,
|
|
240107
|
-
0.410538766,
|
|
240108
|
-
0.269071138,
|
|
240109
|
-
0.203452274,
|
|
240110
|
-
0.291325724,
|
|
240111
|
-
0.290791831,
|
|
240112
|
-
0.257289276,
|
|
240113
|
-
0.121725169,
|
|
240114
|
-
0.121980326
|
|
240115
|
-
]
|
|
240116
|
-
},
|
|
240117
|
-
{
|
|
240118
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster3",
|
|
240119
|
-
"category": "Lighting",
|
|
240120
|
-
"units": null,
|
|
240121
|
-
"day_types": "SmrDsn",
|
|
240122
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
240123
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
240124
|
-
"type": "Constant",
|
|
240125
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240126
|
-
"values": [
|
|
240127
|
-
1.0
|
|
240128
|
-
]
|
|
240129
|
-
},
|
|
240130
|
-
{
|
|
240131
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster3",
|
|
240132
|
-
"category": "Lighting",
|
|
240133
|
-
"units": null,
|
|
240134
|
-
"day_types": "Sun",
|
|
240135
239386
|
"start_date": "2020-01-01T00:00:00+00:00",
|
|
240136
|
-
"end_date": "2020-06-16T00:00:00+00:00",
|
|
240137
|
-
"type": "Hourly",
|
|
240138
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240139
|
-
"values": [
|
|
240140
|
-
0.055870823,
|
|
240141
|
-
0.054398842,
|
|
240142
|
-
0.051453848,
|
|
240143
|
-
0.049721076,
|
|
240144
|
-
0.053258925,
|
|
240145
|
-
0.05601534,
|
|
240146
|
-
0.064318703,
|
|
240147
|
-
0.063022565,
|
|
240148
|
-
0.059350049,
|
|
240149
|
-
0.063012653,
|
|
240150
|
-
0.075322457,
|
|
240151
|
-
0.084831487,
|
|
240152
|
-
0.083474463,
|
|
240153
|
-
0.081436413,
|
|
240154
|
-
0.064032587,
|
|
240155
|
-
0.065397676,
|
|
240156
|
-
0.079055731,
|
|
240157
|
-
0.085837089,
|
|
240158
|
-
0.10504581,
|
|
240159
|
-
0.105257786,
|
|
240160
|
-
0.099632585,
|
|
240161
|
-
0.080785281,
|
|
240162
|
-
0.059003117,
|
|
240163
|
-
0.048207454
|
|
240164
|
-
]
|
|
240165
|
-
},
|
|
240166
|
-
{
|
|
240167
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster3",
|
|
240168
|
-
"category": "Lighting",
|
|
240169
|
-
"units": null,
|
|
240170
|
-
"day_types": "Sun",
|
|
240171
|
-
"start_date": "2020-06-17T00:00:00+00:00",
|
|
240172
|
-
"end_date": "2020-08-26T00:00:00+00:00",
|
|
240173
|
-
"type": "Hourly",
|
|
240174
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240175
|
-
"values": [
|
|
240176
|
-
0.430752263,
|
|
240177
|
-
0.429534634,
|
|
240178
|
-
0.431933532,
|
|
240179
|
-
0.434473691,
|
|
240180
|
-
0.433831621,
|
|
240181
|
-
0.427603227,
|
|
240182
|
-
0.427192388,
|
|
240183
|
-
0.403679476,
|
|
240184
|
-
0.337513607,
|
|
240185
|
-
0.321618287,
|
|
240186
|
-
0.321618287,
|
|
240187
|
-
0.320450835,
|
|
240188
|
-
0.319702467,
|
|
240189
|
-
0.338860668,
|
|
240190
|
-
0.33913008,
|
|
240191
|
-
0.33721426,
|
|
240192
|
-
0.334580007,
|
|
240193
|
-
0.327271783,
|
|
240194
|
-
0.438076728,
|
|
240195
|
-
0.423940699,
|
|
240196
|
-
0.401424165,
|
|
240197
|
-
0.412649673,
|
|
240198
|
-
0.409267054,
|
|
240199
|
-
0.411452286
|
|
240200
|
-
]
|
|
240201
|
-
},
|
|
240202
|
-
{
|
|
240203
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster3",
|
|
240204
|
-
"category": "Lighting",
|
|
240205
|
-
"units": null,
|
|
240206
|
-
"day_types": "Sun",
|
|
240207
|
-
"start_date": "2020-08-27T00:00:00+00:00",
|
|
240208
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
240209
|
-
"type": "Hourly",
|
|
240210
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240211
|
-
"values": [
|
|
240212
|
-
0.055870823,
|
|
240213
|
-
0.054398842,
|
|
240214
|
-
0.051453848,
|
|
240215
|
-
0.049721076,
|
|
240216
|
-
0.053258925,
|
|
240217
|
-
0.05601534,
|
|
240218
|
-
0.064318703,
|
|
240219
|
-
0.063022565,
|
|
240220
|
-
0.059350049,
|
|
240221
|
-
0.063012653,
|
|
240222
|
-
0.075322457,
|
|
240223
|
-
0.084831487,
|
|
240224
|
-
0.083474463,
|
|
240225
|
-
0.081436413,
|
|
240226
|
-
0.064032587,
|
|
240227
|
-
0.065397676,
|
|
240228
|
-
0.079055731,
|
|
240229
|
-
0.085837089,
|
|
240230
|
-
0.10504581,
|
|
240231
|
-
0.105257786,
|
|
240232
|
-
0.099632585,
|
|
240233
|
-
0.080785281,
|
|
240234
|
-
0.059003117,
|
|
240235
|
-
0.048207454
|
|
240236
|
-
]
|
|
240237
|
-
},
|
|
240238
|
-
{
|
|
240239
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster3",
|
|
240240
|
-
"category": "Lighting",
|
|
240241
|
-
"units": null,
|
|
240242
|
-
"day_types": "Wkdy",
|
|
240243
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
240244
|
-
"end_date": "2020-06-16T00:00:00+00:00",
|
|
240245
|
-
"type": "Hourly",
|
|
240246
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240247
|
-
"values": [
|
|
240248
|
-
0.052546901,
|
|
240249
|
-
0.050489206,
|
|
240250
|
-
0.050392948,
|
|
240251
|
-
0.049114106,
|
|
240252
|
-
0.048864686,
|
|
240253
|
-
0.066106783,
|
|
240254
|
-
0.098115751,
|
|
240255
|
-
0.218451895,
|
|
240256
|
-
0.363391395,
|
|
240257
|
-
0.381841194,
|
|
240258
|
-
0.39447999,
|
|
240259
|
-
0.396416515,
|
|
240260
|
-
0.378434669,
|
|
240261
|
-
0.355969333,
|
|
240262
|
-
0.342322998,
|
|
240263
|
-
0.273390585,
|
|
240264
|
-
0.213238324,
|
|
240265
|
-
0.173458395,
|
|
240266
|
-
0.152828815,
|
|
240267
|
-
0.119341483,
|
|
240268
|
-
0.104273158,
|
|
240269
|
-
0.084051295,
|
|
240270
|
-
0.053846687,
|
|
240271
|
-
0.051380908
|
|
240272
|
-
]
|
|
240273
|
-
},
|
|
240274
|
-
{
|
|
240275
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster3",
|
|
240276
|
-
"category": "Lighting",
|
|
240277
|
-
"units": null,
|
|
240278
|
-
"day_types": "Wkdy",
|
|
240279
|
-
"start_date": "2020-06-17T00:00:00+00:00",
|
|
240280
|
-
"end_date": "2020-08-26T00:00:00+00:00",
|
|
240281
|
-
"type": "Hourly",
|
|
240282
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240283
|
-
"values": [
|
|
240284
|
-
0.063964988,
|
|
240285
|
-
0.063946895,
|
|
240286
|
-
0.063033151,
|
|
240287
|
-
0.063255351,
|
|
240288
|
-
0.063157301,
|
|
240289
|
-
0.065732376,
|
|
240290
|
-
0.095784244,
|
|
240291
|
-
0.150598095,
|
|
240292
|
-
0.213094192,
|
|
240293
|
-
0.240436797,
|
|
240294
|
-
0.266813064,
|
|
240295
|
-
0.287307159,
|
|
240296
|
-
0.287030101,
|
|
240297
|
-
0.305950752,
|
|
240298
|
-
0.299399622,
|
|
240299
|
-
0.274348155,
|
|
240300
|
-
0.234543592,
|
|
240301
|
-
0.208847832,
|
|
240302
|
-
0.204449806,
|
|
240303
|
-
0.181430263,
|
|
240304
|
-
0.13076849,
|
|
240305
|
-
0.095191683,
|
|
240306
|
-
0.071074892,
|
|
240307
|
-
0.065576171
|
|
240308
|
-
]
|
|
240309
|
-
},
|
|
240310
|
-
{
|
|
240311
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster3",
|
|
240312
|
-
"category": "Lighting",
|
|
240313
|
-
"units": null,
|
|
240314
|
-
"day_types": "Wkdy",
|
|
240315
|
-
"start_date": "2020-08-27T00:00:00+00:00",
|
|
240316
239387
|
"end_date": "2020-12-31T00:00:00+00:00",
|
|
240317
239388
|
"type": "Hourly",
|
|
240318
|
-
"notes": "From end use data sources
|
|
240319
|
-
"values": [
|
|
240320
|
-
0.052546901,
|
|
240321
|
-
0.050489206,
|
|
240322
|
-
0.050392948,
|
|
240323
|
-
0.049114106,
|
|
240324
|
-
0.048864686,
|
|
240325
|
-
0.066106783,
|
|
240326
|
-
0.098115751,
|
|
240327
|
-
0.218451895,
|
|
240328
|
-
0.363391395,
|
|
240329
|
-
0.381841194,
|
|
240330
|
-
0.39447999,
|
|
240331
|
-
0.396416515,
|
|
240332
|
-
0.378434669,
|
|
240333
|
-
0.355969333,
|
|
240334
|
-
0.342322998,
|
|
240335
|
-
0.273390585,
|
|
240336
|
-
0.213238324,
|
|
240337
|
-
0.173458395,
|
|
240338
|
-
0.152828815,
|
|
240339
|
-
0.119341483,
|
|
240340
|
-
0.104273158,
|
|
240341
|
-
0.084051295,
|
|
240342
|
-
0.053846687,
|
|
240343
|
-
0.051380908
|
|
240344
|
-
]
|
|
240345
|
-
},
|
|
240346
|
-
{
|
|
240347
|
-
"name": "Education_School BLDG_LIGHT_EndUseData_Cluster3",
|
|
240348
|
-
"category": "Lighting",
|
|
240349
|
-
"units": null,
|
|
240350
|
-
"day_types": "WntrDsn",
|
|
240351
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
240352
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
240353
|
-
"type": "Constant",
|
|
240354
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
239389
|
+
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240355
239390
|
"values": [
|
|
240356
|
-
0.
|
|
239391
|
+
0.092637,
|
|
239392
|
+
0.04213,
|
|
239393
|
+
0.03428,
|
|
239394
|
+
0.06359,
|
|
239395
|
+
0.146296,
|
|
239396
|
+
0.169894,
|
|
239397
|
+
0.183272,
|
|
239398
|
+
0.254499,
|
|
239399
|
+
0.405902,
|
|
239400
|
+
0.502689,
|
|
239401
|
+
0.586251,
|
|
239402
|
+
0.628852,
|
|
239403
|
+
0.635706,
|
|
239404
|
+
0.621235,
|
|
239405
|
+
0.598011,
|
|
239406
|
+
0.577341,
|
|
239407
|
+
0.574175,
|
|
239408
|
+
0.57047,
|
|
239409
|
+
0.563241,
|
|
239410
|
+
0.544794,
|
|
239411
|
+
0.511745,
|
|
239412
|
+
0.454526,
|
|
239413
|
+
0.374511,
|
|
239414
|
+
0.222021
|
|
240357
239415
|
]
|
|
240358
239416
|
},
|
|
240359
239417
|
{
|
|
@@ -240373,36 +239431,36 @@
|
|
|
240373
239431
|
"name": "FoodService_Restaurant BLDG_EQUIP_EndUseData",
|
|
240374
239432
|
"category": "Equipment",
|
|
240375
239433
|
"units": null,
|
|
240376
|
-
"day_types": "
|
|
239434
|
+
"day_types": "Sun",
|
|
240377
239435
|
"start_date": "2020-01-01T00:00:00+00:00",
|
|
240378
239436
|
"end_date": "2020-12-31T00:00:00+00:00",
|
|
240379
239437
|
"type": "Hourly",
|
|
240380
239438
|
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240381
239439
|
"values": [
|
|
240382
|
-
0.
|
|
240383
|
-
0.
|
|
240384
|
-
0.
|
|
240385
|
-
0.
|
|
240386
|
-
0.
|
|
240387
|
-
0.
|
|
240388
|
-
0.
|
|
240389
|
-
0.
|
|
240390
|
-
0.
|
|
240391
|
-
0.
|
|
240392
|
-
0.
|
|
240393
|
-
0.
|
|
240394
|
-
0.
|
|
240395
|
-
0.
|
|
240396
|
-
0.
|
|
240397
|
-
0.
|
|
240398
|
-
0.
|
|
240399
|
-
0.
|
|
240400
|
-
0.
|
|
240401
|
-
0.
|
|
240402
|
-
0.
|
|
240403
|
-
0.
|
|
240404
|
-
0.
|
|
240405
|
-
0.
|
|
239440
|
+
0.092285,
|
|
239441
|
+
0.043394,
|
|
239442
|
+
0.03346,
|
|
239443
|
+
0.058446,
|
|
239444
|
+
0.132513,
|
|
239445
|
+
0.160791,
|
|
239446
|
+
0.172426,
|
|
239447
|
+
0.227447,
|
|
239448
|
+
0.36526,
|
|
239449
|
+
0.490505,
|
|
239450
|
+
0.576626,
|
|
239451
|
+
0.619177,
|
|
239452
|
+
0.622858,
|
|
239453
|
+
0.610192,
|
|
239454
|
+
0.587065,
|
|
239455
|
+
0.568525,
|
|
239456
|
+
0.550277,
|
|
239457
|
+
0.55004,
|
|
239458
|
+
0.538843,
|
|
239459
|
+
0.514044,
|
|
239460
|
+
0.475321,
|
|
239461
|
+
0.406465,
|
|
239462
|
+
0.244134,
|
|
239463
|
+
0.104648
|
|
240406
239464
|
]
|
|
240407
239465
|
},
|
|
240408
239466
|
{
|
|
@@ -240422,20 +239480,7 @@
|
|
|
240422
239480
|
"name": "FoodService_Restaurant BLDG_LIGHT_EndUseData",
|
|
240423
239481
|
"category": "Lighting",
|
|
240424
239482
|
"units": null,
|
|
240425
|
-
"day_types": "
|
|
240426
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
240427
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
240428
|
-
"type": "Constant",
|
|
240429
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240430
|
-
"values": [
|
|
240431
|
-
1.0
|
|
240432
|
-
]
|
|
240433
|
-
},
|
|
240434
|
-
{
|
|
240435
|
-
"name": "FoodService_Restaurant BLDG_LIGHT_EndUseData",
|
|
240436
|
-
"category": "Lighting",
|
|
240437
|
-
"units": null,
|
|
240438
|
-
"day_types": "Wkdy|Wknd",
|
|
239483
|
+
"day_types": "Default|Wkdy|Wknd",
|
|
240439
239484
|
"start_date": "2020-01-01T00:00:00+00:00",
|
|
240440
239485
|
"end_date": "2020-12-31T00:00:00+00:00",
|
|
240441
239486
|
"type": "Hourly",
|
|
@@ -240471,19 +239516,6 @@
|
|
|
240471
239516
|
"name": "FoodService_Restaurant BLDG_LIGHT_EndUseData",
|
|
240472
239517
|
"category": "Lighting",
|
|
240473
239518
|
"units": null,
|
|
240474
|
-
"day_types": "WntrDsn",
|
|
240475
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
240476
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
240477
|
-
"type": "Constant",
|
|
240478
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240479
|
-
"values": [
|
|
240480
|
-
0.0
|
|
240481
|
-
]
|
|
240482
|
-
},
|
|
240483
|
-
{
|
|
240484
|
-
"name": "FoodService_Restaurant BLDG_LIGHT_EndUseData_Cluster1",
|
|
240485
|
-
"category": "Lighting",
|
|
240486
|
-
"units": null,
|
|
240487
239519
|
"day_types": "SmrDsn",
|
|
240488
239520
|
"start_date": "2020-01-01T00:00:00+00:00",
|
|
240489
239521
|
"end_date": "2020-12-31T00:00:00+00:00",
|
|
@@ -240494,167 +239526,7 @@
|
|
|
240494
239526
|
]
|
|
240495
239527
|
},
|
|
240496
239528
|
{
|
|
240497
|
-
"name": "FoodService_Restaurant
|
|
240498
|
-
"category": "Lighting",
|
|
240499
|
-
"units": null,
|
|
240500
|
-
"day_types": "Wkdy|Wknd",
|
|
240501
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
240502
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
240503
|
-
"type": "Hourly",
|
|
240504
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240505
|
-
"values": [
|
|
240506
|
-
0.459158836,
|
|
240507
|
-
0.431484971,
|
|
240508
|
-
0.403472504,
|
|
240509
|
-
0.395994254,
|
|
240510
|
-
0.391321166,
|
|
240511
|
-
0.41015461,
|
|
240512
|
-
0.425103339,
|
|
240513
|
-
0.45373457,
|
|
240514
|
-
0.489834854,
|
|
240515
|
-
0.527801151,
|
|
240516
|
-
0.555904208,
|
|
240517
|
-
0.570433008,
|
|
240518
|
-
0.576980947,
|
|
240519
|
-
0.587951437,
|
|
240520
|
-
0.591844849,
|
|
240521
|
-
0.594546457,
|
|
240522
|
-
0.592961287,
|
|
240523
|
-
0.596714209,
|
|
240524
|
-
0.602248557,
|
|
240525
|
-
0.604306368,
|
|
240526
|
-
0.610017601,
|
|
240527
|
-
0.595581807,
|
|
240528
|
-
0.565637439,
|
|
240529
|
-
0.511574243
|
|
240530
|
-
]
|
|
240531
|
-
},
|
|
240532
|
-
{
|
|
240533
|
-
"name": "FoodService_Restaurant BLDG_LIGHT_EndUseData_Cluster1",
|
|
240534
|
-
"category": "Lighting",
|
|
240535
|
-
"units": null,
|
|
240536
|
-
"day_types": "WntrDsn",
|
|
240537
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
240538
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
240539
|
-
"type": "Constant",
|
|
240540
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240541
|
-
"values": [
|
|
240542
|
-
0.0
|
|
240543
|
-
]
|
|
240544
|
-
},
|
|
240545
|
-
{
|
|
240546
|
-
"name": "FoodService_Restaurant BLDG_LIGHT_EndUseData_Cluster2",
|
|
240547
|
-
"category": "Lighting",
|
|
240548
|
-
"units": null,
|
|
240549
|
-
"day_types": "SmrDsn",
|
|
240550
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
240551
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
240552
|
-
"type": "Constant",
|
|
240553
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240554
|
-
"values": [
|
|
240555
|
-
1.0
|
|
240556
|
-
]
|
|
240557
|
-
},
|
|
240558
|
-
{
|
|
240559
|
-
"name": "FoodService_Restaurant BLDG_LIGHT_EndUseData_Cluster2",
|
|
240560
|
-
"category": "Lighting",
|
|
240561
|
-
"units": null,
|
|
240562
|
-
"day_types": "Wkdy|Wknd",
|
|
240563
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
240564
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
240565
|
-
"type": "Hourly",
|
|
240566
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240567
|
-
"values": [
|
|
240568
|
-
0.442430547,
|
|
240569
|
-
0.37775322,
|
|
240570
|
-
0.330008415,
|
|
240571
|
-
0.323516146,
|
|
240572
|
-
0.335976048,
|
|
240573
|
-
0.362542843,
|
|
240574
|
-
0.407348766,
|
|
240575
|
-
0.526399368,
|
|
240576
|
-
0.641751667,
|
|
240577
|
-
0.744054246,
|
|
240578
|
-
0.80493096,
|
|
240579
|
-
0.836509968,
|
|
240580
|
-
0.84234299,
|
|
240581
|
-
0.843577964,
|
|
240582
|
-
0.841264966,
|
|
240583
|
-
0.841236771,
|
|
240584
|
-
0.839198134,
|
|
240585
|
-
0.84157391,
|
|
240586
|
-
0.842615663,
|
|
240587
|
-
0.838174529,
|
|
240588
|
-
0.830650554,
|
|
240589
|
-
0.808022073,
|
|
240590
|
-
0.734979703,
|
|
240591
|
-
0.596144995
|
|
240592
|
-
]
|
|
240593
|
-
},
|
|
240594
|
-
{
|
|
240595
|
-
"name": "FoodService_Restaurant BLDG_LIGHT_EndUseData_Cluster2",
|
|
240596
|
-
"category": "Lighting",
|
|
240597
|
-
"units": null,
|
|
240598
|
-
"day_types": "WntrDsn",
|
|
240599
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
240600
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
240601
|
-
"type": "Constant",
|
|
240602
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240603
|
-
"values": [
|
|
240604
|
-
0.0
|
|
240605
|
-
]
|
|
240606
|
-
},
|
|
240607
|
-
{
|
|
240608
|
-
"name": "FoodService_Restaurant BLDG_LIGHT_EndUseData_Cluster3",
|
|
240609
|
-
"category": "Lighting",
|
|
240610
|
-
"units": null,
|
|
240611
|
-
"day_types": "SmrDsn",
|
|
240612
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
240613
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
240614
|
-
"type": "Constant",
|
|
240615
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240616
|
-
"values": [
|
|
240617
|
-
1.0
|
|
240618
|
-
]
|
|
240619
|
-
},
|
|
240620
|
-
{
|
|
240621
|
-
"name": "FoodService_Restaurant BLDG_LIGHT_EndUseData_Cluster3",
|
|
240622
|
-
"category": "Lighting",
|
|
240623
|
-
"units": null,
|
|
240624
|
-
"day_types": "Wkdy|Wknd",
|
|
240625
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
240626
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
240627
|
-
"type": "Hourly",
|
|
240628
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
240629
|
-
"values": [
|
|
240630
|
-
0.385238859,
|
|
240631
|
-
0.344697975,
|
|
240632
|
-
0.312962874,
|
|
240633
|
-
0.301130137,
|
|
240634
|
-
0.296573516,
|
|
240635
|
-
0.308430859,
|
|
240636
|
-
0.31376763,
|
|
240637
|
-
0.337566617,
|
|
240638
|
-
0.385177842,
|
|
240639
|
-
0.428011624,
|
|
240640
|
-
0.455345026,
|
|
240641
|
-
0.470963101,
|
|
240642
|
-
0.480971311,
|
|
240643
|
-
0.491977002,
|
|
240644
|
-
0.499133826,
|
|
240645
|
-
0.502176992,
|
|
240646
|
-
0.50509592,
|
|
240647
|
-
0.510062347,
|
|
240648
|
-
0.519104823,
|
|
240649
|
-
0.525416328,
|
|
240650
|
-
0.529403722,
|
|
240651
|
-
0.512541151,
|
|
240652
|
-
0.482662549,
|
|
240653
|
-
0.449406703
|
|
240654
|
-
]
|
|
240655
|
-
},
|
|
240656
|
-
{
|
|
240657
|
-
"name": "FoodService_Restaurant BLDG_LIGHT_EndUseData_Cluster3",
|
|
239529
|
+
"name": "FoodService_Restaurant BLDG_LIGHT_EndUseData",
|
|
240658
239530
|
"category": "Lighting",
|
|
240659
239531
|
"units": null,
|
|
240660
239532
|
"day_types": "WntrDsn",
|
|
@@ -260667,7 +259539,7 @@
|
|
|
260667
259539
|
"type": "Constant",
|
|
260668
259540
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
260669
259541
|
"values": [
|
|
260670
|
-
|
|
259542
|
+
533000000000.0
|
|
260671
259543
|
]
|
|
260672
259544
|
},
|
|
260673
259545
|
{
|
|
@@ -260680,7 +259552,7 @@
|
|
|
260680
259552
|
"type": "Constant",
|
|
260681
259553
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
260682
259554
|
"values": [
|
|
260683
|
-
|
|
259555
|
+
5.33e+47
|
|
260684
259556
|
]
|
|
260685
259557
|
},
|
|
260686
259558
|
{
|
|
@@ -260693,7 +259565,7 @@
|
|
|
260693
259565
|
"type": "Constant",
|
|
260694
259566
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
260695
259567
|
"values": [
|
|
260696
|
-
|
|
259568
|
+
1.11e+18
|
|
260697
259569
|
]
|
|
260698
259570
|
},
|
|
260699
259571
|
{
|
|
@@ -260810,7 +259682,7 @@
|
|
|
260810
259682
|
"type": "Constant",
|
|
260811
259683
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
260812
259684
|
"values": [
|
|
260813
|
-
|
|
259685
|
+
5.33e+15
|
|
260814
259686
|
]
|
|
260815
259687
|
},
|
|
260816
259688
|
{
|
|
@@ -260823,7 +259695,7 @@
|
|
|
260823
259695
|
"type": "Constant",
|
|
260824
259696
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
260825
259697
|
"values": [
|
|
260826
|
-
|
|
259698
|
+
5.33e+15
|
|
260827
259699
|
]
|
|
260828
259700
|
},
|
|
260829
259701
|
{
|
|
@@ -260836,7 +259708,7 @@
|
|
|
260836
259708
|
"type": "Constant",
|
|
260837
259709
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
260838
259710
|
"values": [
|
|
260839
|
-
|
|
259711
|
+
5.33e+17
|
|
260840
259712
|
]
|
|
260841
259713
|
},
|
|
260842
259714
|
{
|
|
@@ -260849,7 +259721,7 @@
|
|
|
260849
259721
|
"type": "Constant",
|
|
260850
259722
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
260851
259723
|
"values": [
|
|
260852
|
-
|
|
259724
|
+
1.0e+23
|
|
260853
259725
|
]
|
|
260854
259726
|
},
|
|
260855
259727
|
{
|
|
@@ -260862,7 +259734,7 @@
|
|
|
260862
259734
|
"type": "Constant",
|
|
260863
259735
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
260864
259736
|
"values": [
|
|
260865
|
-
|
|
259737
|
+
1.0e+23
|
|
260866
259738
|
]
|
|
260867
259739
|
},
|
|
260868
259740
|
{
|
|
@@ -260875,7 +259747,7 @@
|
|
|
260875
259747
|
"type": "Constant",
|
|
260876
259748
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
260877
259749
|
"values": [
|
|
260878
|
-
|
|
259750
|
+
1.0e+23
|
|
260879
259751
|
]
|
|
260880
259752
|
},
|
|
260881
259753
|
{
|
|
@@ -260992,7 +259864,7 @@
|
|
|
260992
259864
|
"type": "Constant",
|
|
260993
259865
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
260994
259866
|
"values": [
|
|
260995
|
-
|
|
259867
|
+
53300000000000.0
|
|
260996
259868
|
]
|
|
260997
259869
|
},
|
|
260998
259870
|
{
|
|
@@ -261005,7 +259877,7 @@
|
|
|
261005
259877
|
"type": "Constant",
|
|
261006
259878
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261007
259879
|
"values": [
|
|
261008
|
-
|
|
259880
|
+
53300000000000.0
|
|
261009
259881
|
]
|
|
261010
259882
|
},
|
|
261011
259883
|
{
|
|
@@ -261018,7 +259890,7 @@
|
|
|
261018
259890
|
"type": "Constant",
|
|
261019
259891
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261020
259892
|
"values": [
|
|
261021
|
-
|
|
259893
|
+
5.33e+17
|
|
261022
259894
|
]
|
|
261023
259895
|
},
|
|
261024
259896
|
{
|
|
@@ -261031,7 +259903,7 @@
|
|
|
261031
259903
|
"type": "Constant",
|
|
261032
259904
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261033
259905
|
"values": [
|
|
261034
|
-
|
|
259906
|
+
1.11e+17
|
|
261035
259907
|
]
|
|
261036
259908
|
},
|
|
261037
259909
|
{
|
|
@@ -261044,7 +259916,7 @@
|
|
|
261044
259916
|
"type": "Constant",
|
|
261045
259917
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261046
259918
|
"values": [
|
|
261047
|
-
|
|
259919
|
+
1.11e+17
|
|
261048
259920
|
]
|
|
261049
259921
|
},
|
|
261050
259922
|
{
|
|
@@ -261057,7 +259929,7 @@
|
|
|
261057
259929
|
"type": "Constant",
|
|
261058
259930
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261059
259931
|
"values": [
|
|
261060
|
-
|
|
259932
|
+
1.11e+15
|
|
261061
259933
|
]
|
|
261062
259934
|
},
|
|
261063
259935
|
{
|
|
@@ -261148,7 +260020,7 @@
|
|
|
261148
260020
|
"type": "Constant",
|
|
261149
260021
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261150
260022
|
"values": [
|
|
261151
|
-
|
|
260023
|
+
53300000000000.0
|
|
261152
260024
|
]
|
|
261153
260025
|
},
|
|
261154
260026
|
{
|
|
@@ -261161,7 +260033,7 @@
|
|
|
261161
260033
|
"type": "Constant",
|
|
261162
260034
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261163
260035
|
"values": [
|
|
261164
|
-
|
|
260036
|
+
5.33e+47
|
|
261165
260037
|
]
|
|
261166
260038
|
},
|
|
261167
260039
|
{
|
|
@@ -261174,7 +260046,7 @@
|
|
|
261174
260046
|
"type": "Constant",
|
|
261175
260047
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261176
260048
|
"values": [
|
|
261177
|
-
|
|
260049
|
+
1.11e+17
|
|
261178
260050
|
]
|
|
261179
260051
|
},
|
|
261180
260052
|
{
|
|
@@ -261291,7 +260163,7 @@
|
|
|
261291
260163
|
"type": "Constant",
|
|
261292
260164
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261293
260165
|
"values": [
|
|
261294
|
-
|
|
260166
|
+
53300000000000.0
|
|
261295
260167
|
]
|
|
261296
260168
|
},
|
|
261297
260169
|
{
|
|
@@ -261304,7 +260176,7 @@
|
|
|
261304
260176
|
"type": "Constant",
|
|
261305
260177
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261306
260178
|
"values": [
|
|
261307
|
-
|
|
260179
|
+
5.33e+15
|
|
261308
260180
|
]
|
|
261309
260181
|
},
|
|
261310
260182
|
{
|
|
@@ -261317,7 +260189,7 @@
|
|
|
261317
260189
|
"type": "Constant",
|
|
261318
260190
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261319
260191
|
"values": [
|
|
261320
|
-
|
|
260192
|
+
5.33e+47
|
|
261321
260193
|
]
|
|
261322
260194
|
},
|
|
261323
260195
|
{
|
|
@@ -261330,7 +260202,7 @@
|
|
|
261330
260202
|
"type": "Constant",
|
|
261331
260203
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261332
260204
|
"values": [
|
|
261333
|
-
|
|
260205
|
+
1.11e+17
|
|
261334
260206
|
]
|
|
261335
260207
|
},
|
|
261336
260208
|
{
|
|
@@ -261343,7 +260215,7 @@
|
|
|
261343
260215
|
"type": "Constant",
|
|
261344
260216
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261345
260217
|
"values": [
|
|
261346
|
-
|
|
260218
|
+
1.11e+16
|
|
261347
260219
|
]
|
|
261348
260220
|
},
|
|
261349
260221
|
{
|
|
@@ -261486,7 +260358,7 @@
|
|
|
261486
260358
|
"type": "Constant",
|
|
261487
260359
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261488
260360
|
"values": [
|
|
261489
|
-
|
|
260361
|
+
1.11e+23
|
|
261490
260362
|
]
|
|
261491
260363
|
},
|
|
261492
260364
|
{
|
|
@@ -261694,7 +260566,7 @@
|
|
|
261694
260566
|
"type": "Constant",
|
|
261695
260567
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261696
260568
|
"values": [
|
|
261697
|
-
|
|
260569
|
+
1.11e+23
|
|
261698
260570
|
]
|
|
261699
260571
|
},
|
|
261700
260572
|
{
|
|
@@ -261798,7 +260670,7 @@
|
|
|
261798
260670
|
"type": "Constant",
|
|
261799
260671
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261800
260672
|
"values": [
|
|
261801
|
-
|
|
260673
|
+
1.11e+23
|
|
261802
260674
|
]
|
|
261803
260675
|
},
|
|
261804
260676
|
{
|
|
@@ -261889,7 +260761,7 @@
|
|
|
261889
260761
|
"type": "Constant",
|
|
261890
260762
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261891
260763
|
"values": [
|
|
261892
|
-
|
|
260764
|
+
5.33e+27
|
|
261893
260765
|
]
|
|
261894
260766
|
},
|
|
261895
260767
|
{
|
|
@@ -261902,7 +260774,7 @@
|
|
|
261902
260774
|
"type": "Constant",
|
|
261903
260775
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261904
260776
|
"values": [
|
|
261905
|
-
|
|
260777
|
+
5.33e+19
|
|
261906
260778
|
]
|
|
261907
260779
|
},
|
|
261908
260780
|
{
|
|
@@ -261915,7 +260787,7 @@
|
|
|
261915
260787
|
"type": "Constant",
|
|
261916
260788
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261917
260789
|
"values": [
|
|
261918
|
-
|
|
260790
|
+
53300000000000.0
|
|
261919
260791
|
]
|
|
261920
260792
|
},
|
|
261921
260793
|
{
|
|
@@ -261928,7 +260800,7 @@
|
|
|
261928
260800
|
"type": "Constant",
|
|
261929
260801
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261930
260802
|
"values": [
|
|
261931
|
-
|
|
260803
|
+
11100000000.0
|
|
261932
260804
|
]
|
|
261933
260805
|
},
|
|
261934
260806
|
{
|
|
@@ -261941,7 +260813,7 @@
|
|
|
261941
260813
|
"type": "Constant",
|
|
261942
260814
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261943
260815
|
"values": [
|
|
261944
|
-
|
|
260816
|
+
111000000000000.0
|
|
261945
260817
|
]
|
|
261946
260818
|
},
|
|
261947
260819
|
{
|
|
@@ -261954,7 +260826,7 @@
|
|
|
261954
260826
|
"type": "Constant",
|
|
261955
260827
|
"notes": "From eQ_Lib.dat in MASControl 2017",
|
|
261956
260828
|
"values": [
|
|
261957
|
-
|
|
260829
|
+
1.11e+17
|
|
261958
260830
|
]
|
|
261959
260831
|
},
|
|
261960
260832
|
{
|
|
@@ -262947,23 +261819,10 @@
|
|
|
262947
261819
|
"name": "Mercantile_Retail BLDG_EQUIP_EndUseData",
|
|
262948
261820
|
"category": "Equipment",
|
|
262949
261821
|
"units": null,
|
|
262950
|
-
"day_types": "
|
|
262951
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
262952
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
262953
|
-
"type": "Constant",
|
|
262954
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
262955
|
-
"values": [
|
|
262956
|
-
1.0
|
|
262957
|
-
]
|
|
262958
|
-
},
|
|
262959
|
-
{
|
|
262960
|
-
"name": "Mercantile_Retail BLDG_EQUIP_EndUseData",
|
|
262961
|
-
"category": "Equipment",
|
|
262962
|
-
"units": null,
|
|
262963
|
-
"day_types": "Wkdy",
|
|
261822
|
+
"day_types": "Default|Wkdy",
|
|
262964
261823
|
"start_date": "2020-01-01T00:00:00+00:00",
|
|
262965
261824
|
"end_date": "2020-12-31T00:00:00+00:00",
|
|
262966
|
-
"type": "
|
|
261825
|
+
"type": "Hourly",
|
|
262967
261826
|
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
262968
261827
|
"values": [
|
|
262969
261828
|
0.5316,
|
|
@@ -262996,11 +261855,24 @@
|
|
|
262996
261855
|
"name": "Mercantile_Retail BLDG_EQUIP_EndUseData",
|
|
262997
261856
|
"category": "Equipment",
|
|
262998
261857
|
"units": null,
|
|
262999
|
-
"day_types": "
|
|
261858
|
+
"day_types": "SmrDsn",
|
|
263000
261859
|
"start_date": "2020-01-01T00:00:00+00:00",
|
|
263001
261860
|
"end_date": "2020-12-31T00:00:00+00:00",
|
|
263002
261861
|
"type": "Constant",
|
|
263003
261862
|
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
261863
|
+
"values": [
|
|
261864
|
+
1.0
|
|
261865
|
+
]
|
|
261866
|
+
},
|
|
261867
|
+
{
|
|
261868
|
+
"name": "Mercantile_Retail BLDG_EQUIP_EndUseData",
|
|
261869
|
+
"category": "Equipment",
|
|
261870
|
+
"units": null,
|
|
261871
|
+
"day_types": "Wknd",
|
|
261872
|
+
"start_date": "2020-01-01T00:00:00+00:00",
|
|
261873
|
+
"end_date": "2020-12-31T00:00:00+00:00",
|
|
261874
|
+
"type": "Hourly",
|
|
261875
|
+
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
263004
261876
|
"values": [
|
|
263005
261877
|
0.5009,
|
|
263006
261878
|
0.495,
|
|
@@ -263045,56 +261917,7 @@
|
|
|
263045
261917
|
"name": "Mercantile_Retail BLDG_LIGHT_EndUseData",
|
|
263046
261918
|
"category": "Lighting",
|
|
263047
261919
|
"units": null,
|
|
263048
|
-
"day_types": "
|
|
263049
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
263050
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
263051
|
-
"type": "Constant",
|
|
263052
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
263053
|
-
"values": [
|
|
263054
|
-
1.0
|
|
263055
|
-
]
|
|
263056
|
-
},
|
|
263057
|
-
{
|
|
263058
|
-
"name": "Mercantile_Retail BLDG_LIGHT_EndUseData",
|
|
263059
|
-
"category": "Lighting",
|
|
263060
|
-
"units": null,
|
|
263061
|
-
"day_types": "Sun",
|
|
263062
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
263063
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
263064
|
-
"type": "Hourly",
|
|
263065
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
263066
|
-
"values": [
|
|
263067
|
-
0.071869494,
|
|
263068
|
-
0.060672463,
|
|
263069
|
-
0.048572679,
|
|
263070
|
-
0.050154333,
|
|
263071
|
-
0.053648834,
|
|
263072
|
-
0.062126422,
|
|
263073
|
-
0.079656625,
|
|
263074
|
-
0.177786018,
|
|
263075
|
-
0.485278401,
|
|
263076
|
-
0.82687207,
|
|
263077
|
-
0.965989906,
|
|
263078
|
-
0.969540929,
|
|
263079
|
-
0.969868381,
|
|
263080
|
-
0.970221548,
|
|
263081
|
-
0.970278638,
|
|
263082
|
-
0.970080272,
|
|
263083
|
-
0.969749009,
|
|
263084
|
-
0.967689972,
|
|
263085
|
-
0.935483871,
|
|
263086
|
-
0.791923167,
|
|
263087
|
-
0.595520757,
|
|
263088
|
-
0.413953078,
|
|
263089
|
-
0.207284375,
|
|
263090
|
-
0.111525742
|
|
263091
|
-
]
|
|
263092
|
-
},
|
|
263093
|
-
{
|
|
263094
|
-
"name": "Mercantile_Retail BLDG_LIGHT_EndUseData",
|
|
263095
|
-
"category": "Lighting",
|
|
263096
|
-
"units": null,
|
|
263097
|
-
"day_types": "Wkdy|Sat",
|
|
261920
|
+
"day_types": "Default|Wkdy|Sat",
|
|
263098
261921
|
"start_date": "2020-01-01T00:00:00+00:00",
|
|
263099
261922
|
"end_date": "2020-12-31T00:00:00+00:00",
|
|
263100
261923
|
"type": "Hourly",
|
|
@@ -263130,19 +261953,6 @@
|
|
|
263130
261953
|
"name": "Mercantile_Retail BLDG_LIGHT_EndUseData",
|
|
263131
261954
|
"category": "Lighting",
|
|
263132
261955
|
"units": null,
|
|
263133
|
-
"day_types": "WntrDsn",
|
|
263134
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
263135
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
263136
|
-
"type": "Constant",
|
|
263137
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
263138
|
-
"values": [
|
|
263139
|
-
0.0
|
|
263140
|
-
]
|
|
263141
|
-
},
|
|
263142
|
-
{
|
|
263143
|
-
"name": "Mercantile_Retail BLDG_LIGHT_EndUseData_Cluster1",
|
|
263144
|
-
"category": "Lighting",
|
|
263145
|
-
"units": null,
|
|
263146
261956
|
"day_types": "SmrDsn",
|
|
263147
261957
|
"start_date": "2020-01-01T00:00:00+00:00",
|
|
263148
261958
|
"end_date": "2020-12-31T00:00:00+00:00",
|
|
@@ -263153,105 +261963,7 @@
|
|
|
263153
261963
|
]
|
|
263154
261964
|
},
|
|
263155
261965
|
{
|
|
263156
|
-
"name": "Mercantile_Retail
|
|
263157
|
-
"category": "Lighting",
|
|
263158
|
-
"units": null,
|
|
263159
|
-
"day_types": "Sun",
|
|
263160
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
263161
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
263162
|
-
"type": "Hourly",
|
|
263163
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
263164
|
-
"values": [
|
|
263165
|
-
0.005928795,
|
|
263166
|
-
0.004925883,
|
|
263167
|
-
0.004574693,
|
|
263168
|
-
0.004574693,
|
|
263169
|
-
0.004655245,
|
|
263170
|
-
0.005319149,
|
|
263171
|
-
0.007075051,
|
|
263172
|
-
0.077381924,
|
|
263173
|
-
0.407710807,
|
|
263174
|
-
0.888562025,
|
|
263175
|
-
0.982781095,
|
|
263176
|
-
0.983861819,
|
|
263177
|
-
0.984019204,
|
|
263178
|
-
0.984063659,
|
|
263179
|
-
0.984096272,
|
|
263180
|
-
0.983986299,
|
|
263181
|
-
0.983925885,
|
|
263182
|
-
0.983153398,
|
|
263183
|
-
0.970917192,
|
|
263184
|
-
0.828801398,
|
|
263185
|
-
0.437001373,
|
|
263186
|
-
0.173274067,
|
|
263187
|
-
0.083221999,
|
|
263188
|
-
0.012486348
|
|
263189
|
-
]
|
|
263190
|
-
},
|
|
263191
|
-
{
|
|
263192
|
-
"name": "Mercantile_Retail BLDG_LIGHT_EndUseData_Cluster1",
|
|
263193
|
-
"category": "Lighting",
|
|
263194
|
-
"units": null,
|
|
263195
|
-
"day_types": "Wkdy|Sat",
|
|
263196
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
263197
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
263198
|
-
"type": "Hourly",
|
|
263199
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
263200
|
-
"values": [
|
|
263201
|
-
0.15172448,
|
|
263202
|
-
0.142073471,
|
|
263203
|
-
0.137692353,
|
|
263204
|
-
0.135735094,
|
|
263205
|
-
0.139424206,
|
|
263206
|
-
0.151026391,
|
|
263207
|
-
0.187205501,
|
|
263208
|
-
0.334953156,
|
|
263209
|
-
0.647361774,
|
|
263210
|
-
0.808408795,
|
|
263211
|
-
0.82329956,
|
|
263212
|
-
0.824614592,
|
|
263213
|
-
0.82554306,
|
|
263214
|
-
0.826699661,
|
|
263215
|
-
0.827083755,
|
|
263216
|
-
0.826905259,
|
|
263217
|
-
0.827041459,
|
|
263218
|
-
0.827024716,
|
|
263219
|
-
0.825799143,
|
|
263220
|
-
0.823927738,
|
|
263221
|
-
0.820754629,
|
|
263222
|
-
0.721778227,
|
|
263223
|
-
0.359111304,
|
|
263224
|
-
0.173544233
|
|
263225
|
-
]
|
|
263226
|
-
},
|
|
263227
|
-
{
|
|
263228
|
-
"name": "Mercantile_Retail BLDG_LIGHT_EndUseData_Cluster1",
|
|
263229
|
-
"category": "Lighting",
|
|
263230
|
-
"units": null,
|
|
263231
|
-
"day_types": "WntrDsn",
|
|
263232
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
263233
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
263234
|
-
"type": "Constant",
|
|
263235
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
263236
|
-
"values": [
|
|
263237
|
-
0.0
|
|
263238
|
-
]
|
|
263239
|
-
},
|
|
263240
|
-
{
|
|
263241
|
-
"name": "Mercantile_Retail BLDG_LIGHT_EndUseData_Cluster2",
|
|
263242
|
-
"category": "Lighting",
|
|
263243
|
-
"units": null,
|
|
263244
|
-
"day_types": "SmrDsn",
|
|
263245
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
263246
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
263247
|
-
"type": "Constant",
|
|
263248
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
263249
|
-
"values": [
|
|
263250
|
-
1.0
|
|
263251
|
-
]
|
|
263252
|
-
},
|
|
263253
|
-
{
|
|
263254
|
-
"name": "Mercantile_Retail BLDG_LIGHT_EndUseData_Cluster2",
|
|
261966
|
+
"name": "Mercantile_Retail BLDG_LIGHT_EndUseData",
|
|
263255
261967
|
"category": "Lighting",
|
|
263256
261968
|
"units": null,
|
|
263257
261969
|
"day_types": "Sun",
|
|
@@ -263260,168 +261972,34 @@
|
|
|
263260
261972
|
"type": "Hourly",
|
|
263261
261973
|
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
263262
261974
|
"values": [
|
|
263263
|
-
0.
|
|
263264
|
-
0.
|
|
263265
|
-
0.
|
|
263266
|
-
0.
|
|
263267
|
-
0.
|
|
263268
|
-
0.
|
|
263269
|
-
0.
|
|
263270
|
-
0.
|
|
263271
|
-
0.
|
|
263272
|
-
0.
|
|
263273
|
-
0.
|
|
263274
|
-
0.
|
|
263275
|
-
0.
|
|
263276
|
-
0.
|
|
263277
|
-
0.
|
|
263278
|
-
0.
|
|
263279
|
-
0.
|
|
263280
|
-
0.
|
|
263281
|
-
0.
|
|
263282
|
-
0.
|
|
263283
|
-
0.
|
|
263284
|
-
0.
|
|
263285
|
-
0.
|
|
263286
|
-
0.
|
|
263287
|
-
]
|
|
263288
|
-
},
|
|
263289
|
-
{
|
|
263290
|
-
"name": "Mercantile_Retail BLDG_LIGHT_EndUseData_Cluster2",
|
|
263291
|
-
"category": "Lighting",
|
|
263292
|
-
"units": null,
|
|
263293
|
-
"day_types": "Wkdy|Sat",
|
|
263294
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
263295
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
263296
|
-
"type": "Hourly",
|
|
263297
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
263298
|
-
"values": [
|
|
263299
|
-
0.481966948,
|
|
263300
|
-
0.448571415,
|
|
263301
|
-
0.437694609,
|
|
263302
|
-
0.431144317,
|
|
263303
|
-
0.436278267,
|
|
263304
|
-
0.451435929,
|
|
263305
|
-
0.480909608,
|
|
263306
|
-
0.614031359,
|
|
263307
|
-
0.893670324,
|
|
263308
|
-
0.97403296,
|
|
263309
|
-
0.980631511,
|
|
263310
|
-
0.980852787,
|
|
263311
|
-
0.980941462,
|
|
263312
|
-
0.981002059,
|
|
263313
|
-
0.981092806,
|
|
263314
|
-
0.981152257,
|
|
263315
|
-
0.981151228,
|
|
263316
|
-
0.981088084,
|
|
263317
|
-
0.981142579,
|
|
263318
|
-
0.981019976,
|
|
263319
|
-
0.980177984,
|
|
263320
|
-
0.945985945,
|
|
263321
|
-
0.688505818,
|
|
263322
|
-
0.473789497
|
|
263323
|
-
]
|
|
263324
|
-
},
|
|
263325
|
-
{
|
|
263326
|
-
"name": "Mercantile_Retail BLDG_LIGHT_EndUseData_Cluster2",
|
|
263327
|
-
"category": "Lighting",
|
|
263328
|
-
"units": null,
|
|
263329
|
-
"day_types": "WntrDsn",
|
|
263330
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
263331
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
263332
|
-
"type": "Constant",
|
|
263333
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
263334
|
-
"values": [
|
|
263335
|
-
0.0
|
|
263336
|
-
]
|
|
263337
|
-
},
|
|
263338
|
-
{
|
|
263339
|
-
"name": "Mercantile_Retail BLDG_LIGHT_EndUseData_Cluster3",
|
|
263340
|
-
"category": "Lighting",
|
|
263341
|
-
"units": null,
|
|
263342
|
-
"day_types": "SmrDsn",
|
|
263343
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
263344
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
263345
|
-
"type": "Constant",
|
|
263346
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
263347
|
-
"values": [
|
|
263348
|
-
1.0
|
|
261975
|
+
0.071869494,
|
|
261976
|
+
0.060672463,
|
|
261977
|
+
0.048572679,
|
|
261978
|
+
0.050154333,
|
|
261979
|
+
0.053648834,
|
|
261980
|
+
0.062126422,
|
|
261981
|
+
0.079656625,
|
|
261982
|
+
0.177786018,
|
|
261983
|
+
0.485278401,
|
|
261984
|
+
0.82687207,
|
|
261985
|
+
0.965989906,
|
|
261986
|
+
0.969540929,
|
|
261987
|
+
0.969868381,
|
|
261988
|
+
0.970221548,
|
|
261989
|
+
0.970278638,
|
|
261990
|
+
0.970080272,
|
|
261991
|
+
0.969749009,
|
|
261992
|
+
0.967689972,
|
|
261993
|
+
0.935483871,
|
|
261994
|
+
0.791923167,
|
|
261995
|
+
0.595520757,
|
|
261996
|
+
0.413953078,
|
|
261997
|
+
0.207284375,
|
|
261998
|
+
0.111525742
|
|
263349
261999
|
]
|
|
263350
262000
|
},
|
|
263351
262001
|
{
|
|
263352
|
-
"name": "Mercantile_Retail
|
|
263353
|
-
"category": "Lighting",
|
|
263354
|
-
"units": null,
|
|
263355
|
-
"day_types": "Sun",
|
|
263356
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
263357
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
263358
|
-
"type": "Hourly",
|
|
263359
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
263360
|
-
"values": [
|
|
263361
|
-
0.05659394,
|
|
263362
|
-
0.052612941,
|
|
263363
|
-
0.048860052,
|
|
263364
|
-
0.049687809,
|
|
263365
|
-
0.050626146,
|
|
263366
|
-
0.052608706,
|
|
263367
|
-
0.064451818,
|
|
263368
|
-
0.109150934,
|
|
263369
|
-
0.197730826,
|
|
263370
|
-
0.400302447,
|
|
263371
|
-
0.633638953,
|
|
263372
|
-
0.654115411,
|
|
263373
|
-
0.659978468,
|
|
263374
|
-
0.660309059,
|
|
263375
|
-
0.662088211,
|
|
263376
|
-
0.664831167,
|
|
263377
|
-
0.667164643,
|
|
263378
|
-
0.666580999,
|
|
263379
|
-
0.639702039,
|
|
263380
|
-
0.475777099,
|
|
263381
|
-
0.311209093,
|
|
263382
|
-
0.204424537,
|
|
263383
|
-
0.123831619,
|
|
263384
|
-
0.073207619
|
|
263385
|
-
]
|
|
263386
|
-
},
|
|
263387
|
-
{
|
|
263388
|
-
"name": "Mercantile_Retail BLDG_LIGHT_EndUseData_Cluster3",
|
|
263389
|
-
"category": "Lighting",
|
|
263390
|
-
"units": null,
|
|
263391
|
-
"day_types": "Wkdy|Sat",
|
|
263392
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
263393
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
263394
|
-
"type": "Hourly",
|
|
263395
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
263396
|
-
"values": [
|
|
263397
|
-
0.15335083,
|
|
263398
|
-
0.143349253,
|
|
263399
|
-
0.140193669,
|
|
263400
|
-
0.139205869,
|
|
263401
|
-
0.142945758,
|
|
263402
|
-
0.15286935,
|
|
263403
|
-
0.192528551,
|
|
263404
|
-
0.342347094,
|
|
263405
|
-
0.664934033,
|
|
263406
|
-
0.811861977,
|
|
263407
|
-
0.823749188,
|
|
263408
|
-
0.826002977,
|
|
263409
|
-
0.827265998,
|
|
263410
|
-
0.827350545,
|
|
263411
|
-
0.827592768,
|
|
263412
|
-
0.827433874,
|
|
263413
|
-
0.827722021,
|
|
263414
|
-
0.828041402,
|
|
263415
|
-
0.827685761,
|
|
263416
|
-
0.826936752,
|
|
263417
|
-
0.823161912,
|
|
263418
|
-
0.720493243,
|
|
263419
|
-
0.353613241,
|
|
263420
|
-
0.167712388
|
|
263421
|
-
]
|
|
263422
|
-
},
|
|
263423
|
-
{
|
|
263424
|
-
"name": "Mercantile_Retail BLDG_LIGHT_EndUseData_Cluster3",
|
|
262002
|
+
"name": "Mercantile_Retail BLDG_LIGHT_EndUseData",
|
|
263425
262003
|
"category": "Lighting",
|
|
263426
262004
|
"units": null,
|
|
263427
262005
|
"day_types": "WntrDsn",
|
|
@@ -264276,20 +262854,7 @@
|
|
|
264276
262854
|
"name": "MultiFamily BLDG_LIGHT_EndUseData",
|
|
264277
262855
|
"category": "Lighting",
|
|
264278
262856
|
"units": null,
|
|
264279
|
-
"day_types": "
|
|
264280
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
264281
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
264282
|
-
"type": "Constant",
|
|
264283
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
264284
|
-
"values": [
|
|
264285
|
-
1.0
|
|
264286
|
-
]
|
|
264287
|
-
},
|
|
264288
|
-
{
|
|
264289
|
-
"name": "MultiFamily BLDG_LIGHT_EndUseData",
|
|
264290
|
-
"category": "Lighting",
|
|
264291
|
-
"units": null,
|
|
264292
|
-
"day_types": "Wkdy|Wknd",
|
|
262857
|
+
"day_types": "Default|Wkdy|Wknd",
|
|
264293
262858
|
"start_date": "2020-01-01T00:00:00+00:00",
|
|
264294
262859
|
"end_date": "2020-12-31T00:00:00+00:00",
|
|
264295
262860
|
"type": "Hourly",
|
|
@@ -264325,143 +262890,6 @@
|
|
|
264325
262890
|
"name": "MultiFamily BLDG_LIGHT_EndUseData",
|
|
264326
262891
|
"category": "Lighting",
|
|
264327
262892
|
"units": null,
|
|
264328
|
-
"day_types": "WntrDsn",
|
|
264329
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
264330
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
264331
|
-
"type": "Constant",
|
|
264332
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
264333
|
-
"values": [
|
|
264334
|
-
0.0
|
|
264335
|
-
]
|
|
264336
|
-
},
|
|
264337
|
-
{
|
|
264338
|
-
"name": "MultiFamily BLDG_LIGHT_EndUseData_Cluster1",
|
|
264339
|
-
"category": "Lighting",
|
|
264340
|
-
"units": null,
|
|
264341
|
-
"day_types": "SmrDsn",
|
|
264342
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
264343
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
264344
|
-
"type": "Constant",
|
|
264345
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
264346
|
-
"values": [
|
|
264347
|
-
1.0
|
|
264348
|
-
]
|
|
264349
|
-
},
|
|
264350
|
-
{
|
|
264351
|
-
"name": "MultiFamily BLDG_LIGHT_EndUseData_Cluster1",
|
|
264352
|
-
"category": "Lighting",
|
|
264353
|
-
"units": null,
|
|
264354
|
-
"day_types": "Wkdy|Wknd",
|
|
264355
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
264356
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
264357
|
-
"type": "Hourly",
|
|
264358
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
264359
|
-
"values": [
|
|
264360
|
-
0.45588702,
|
|
264361
|
-
0.455436602,
|
|
264362
|
-
0.447795255,
|
|
264363
|
-
0.440349914,
|
|
264364
|
-
0.425146979,
|
|
264365
|
-
0.418999049,
|
|
264366
|
-
0.415473315,
|
|
264367
|
-
0.407944254,
|
|
264368
|
-
0.405835638,
|
|
264369
|
-
0.420583549,
|
|
264370
|
-
0.440228281,
|
|
264371
|
-
0.463026457,
|
|
264372
|
-
0.479945733,
|
|
264373
|
-
0.485163757,
|
|
264374
|
-
0.483535695,
|
|
264375
|
-
0.482042973,
|
|
264376
|
-
0.479756598,
|
|
264377
|
-
0.474710578,
|
|
264378
|
-
0.471704734,
|
|
264379
|
-
0.472216253,
|
|
264380
|
-
0.471985616,
|
|
264381
|
-
0.466305917,
|
|
264382
|
-
0.462489562,
|
|
264383
|
-
0.458807769
|
|
264384
|
-
]
|
|
264385
|
-
},
|
|
264386
|
-
{
|
|
264387
|
-
"name": "MultiFamily BLDG_LIGHT_EndUseData_Cluster1",
|
|
264388
|
-
"category": "Lighting",
|
|
264389
|
-
"units": null,
|
|
264390
|
-
"day_types": "WntrDsn",
|
|
264391
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
264392
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
264393
|
-
"type": "Constant",
|
|
264394
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
264395
|
-
"values": [
|
|
264396
|
-
0.0
|
|
264397
|
-
]
|
|
264398
|
-
},
|
|
264399
|
-
{
|
|
264400
|
-
"name": "MultiFamily BLDG_LIGHT_EndUseData_Cluster2",
|
|
264401
|
-
"category": "Lighting",
|
|
264402
|
-
"units": null,
|
|
264403
|
-
"day_types": "SmrDsn",
|
|
264404
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
264405
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
264406
|
-
"type": "Constant",
|
|
264407
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
264408
|
-
"values": [
|
|
264409
|
-
1.0
|
|
264410
|
-
]
|
|
264411
|
-
},
|
|
264412
|
-
{
|
|
264413
|
-
"name": "MultiFamily BLDG_LIGHT_EndUseData_Cluster2",
|
|
264414
|
-
"category": "Lighting",
|
|
264415
|
-
"units": null,
|
|
264416
|
-
"day_types": "Wkdy|Wknd",
|
|
264417
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
264418
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
264419
|
-
"type": "Hourly",
|
|
264420
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
264421
|
-
"values": [
|
|
264422
|
-
0.598257117,
|
|
264423
|
-
0.589878981,
|
|
264424
|
-
0.579492504,
|
|
264425
|
-
0.565447293,
|
|
264426
|
-
0.547990558,
|
|
264427
|
-
0.546214447,
|
|
264428
|
-
0.542123865,
|
|
264429
|
-
0.538234941,
|
|
264430
|
-
0.543002131,
|
|
264431
|
-
0.556804509,
|
|
264432
|
-
0.590498663,
|
|
264433
|
-
0.611385741,
|
|
264434
|
-
0.633129939,
|
|
264435
|
-
0.639474779,
|
|
264436
|
-
0.642518541,
|
|
264437
|
-
0.644007547,
|
|
264438
|
-
0.639634417,
|
|
264439
|
-
0.634693783,
|
|
264440
|
-
0.634362967,
|
|
264441
|
-
0.635086864,
|
|
264442
|
-
0.63288869,
|
|
264443
|
-
0.633257506,
|
|
264444
|
-
0.627434987,
|
|
264445
|
-
0.611399037
|
|
264446
|
-
]
|
|
264447
|
-
},
|
|
264448
|
-
{
|
|
264449
|
-
"name": "MultiFamily BLDG_LIGHT_EndUseData_Cluster2",
|
|
264450
|
-
"category": "Lighting",
|
|
264451
|
-
"units": null,
|
|
264452
|
-
"day_types": "WntrDsn",
|
|
264453
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
264454
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
264455
|
-
"type": "Constant",
|
|
264456
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
264457
|
-
"values": [
|
|
264458
|
-
0.0
|
|
264459
|
-
]
|
|
264460
|
-
},
|
|
264461
|
-
{
|
|
264462
|
-
"name": "MultiFamily BLDG_LIGHT_EndUseData_Cluster3",
|
|
264463
|
-
"category": "Lighting",
|
|
264464
|
-
"units": null,
|
|
264465
262893
|
"day_types": "SmrDsn",
|
|
264466
262894
|
"start_date": "2020-01-01T00:00:00+00:00",
|
|
264467
262895
|
"end_date": "2020-12-31T00:00:00+00:00",
|
|
@@ -264472,43 +262900,7 @@
|
|
|
264472
262900
|
]
|
|
264473
262901
|
},
|
|
264474
262902
|
{
|
|
264475
|
-
"name": "MultiFamily
|
|
264476
|
-
"category": "Lighting",
|
|
264477
|
-
"units": null,
|
|
264478
|
-
"day_types": "Wkdy|Wknd",
|
|
264479
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
264480
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
264481
|
-
"type": "Hourly",
|
|
264482
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
264483
|
-
"values": [
|
|
264484
|
-
0.295434013,
|
|
264485
|
-
0.290632788,
|
|
264486
|
-
0.283320684,
|
|
264487
|
-
0.277122055,
|
|
264488
|
-
0.267269098,
|
|
264489
|
-
0.266552647,
|
|
264490
|
-
0.27782484,
|
|
264491
|
-
0.277873115,
|
|
264492
|
-
0.276533181,
|
|
264493
|
-
0.288502625,
|
|
264494
|
-
0.301413535,
|
|
264495
|
-
0.31447151,
|
|
264496
|
-
0.318281538,
|
|
264497
|
-
0.322043047,
|
|
264498
|
-
0.320729002,
|
|
264499
|
-
0.326288629,
|
|
264500
|
-
0.331369128,
|
|
264501
|
-
0.325839549,
|
|
264502
|
-
0.318328308,
|
|
264503
|
-
0.321648537,
|
|
264504
|
-
0.321234381,
|
|
264505
|
-
0.319892819,
|
|
264506
|
-
0.317366785,
|
|
264507
|
-
0.309369938
|
|
264508
|
-
]
|
|
264509
|
-
},
|
|
264510
|
-
{
|
|
264511
|
-
"name": "MultiFamily BLDG_LIGHT_EndUseData_Cluster3",
|
|
262903
|
+
"name": "MultiFamily BLDG_LIGHT_EndUseData",
|
|
264512
262904
|
"category": "Lighting",
|
|
264513
262905
|
"units": null,
|
|
264514
262906
|
"day_types": "WntrDsn",
|
|
@@ -272449,6 +270841,42 @@
|
|
|
272449
270841
|
132.0
|
|
272450
270842
|
]
|
|
272451
270843
|
},
|
|
270844
|
+
{
|
|
270845
|
+
"name": "Office BLDG_EQUIP_EndUseData",
|
|
270846
|
+
"category": "Equipment",
|
|
270847
|
+
"units": null,
|
|
270848
|
+
"day_types": "Default|Wkdy",
|
|
270849
|
+
"start_date": "2020-01-01T00:00:00+00:00",
|
|
270850
|
+
"end_date": "2020-12-31T00:00:00+00:00",
|
|
270851
|
+
"type": "Hourly",
|
|
270852
|
+
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
270853
|
+
"values": [
|
|
270854
|
+
0.5397,
|
|
270855
|
+
0.5806,
|
|
270856
|
+
0.5802,
|
|
270857
|
+
0.5631,
|
|
270858
|
+
0.547,
|
|
270859
|
+
0.5373,
|
|
270860
|
+
0.5386,
|
|
270861
|
+
0.598,
|
|
270862
|
+
0.6852,
|
|
270863
|
+
0.7808,
|
|
270864
|
+
0.8654,
|
|
270865
|
+
0.8867,
|
|
270866
|
+
0.8819,
|
|
270867
|
+
0.8207,
|
|
270868
|
+
0.7807,
|
|
270869
|
+
0.7353,
|
|
270870
|
+
0.6702,
|
|
270871
|
+
0.6048,
|
|
270872
|
+
0.566,
|
|
270873
|
+
0.5741,
|
|
270874
|
+
0.6127,
|
|
270875
|
+
0.6583,
|
|
270876
|
+
0.6734,
|
|
270877
|
+
0.61899
|
|
270878
|
+
]
|
|
270879
|
+
},
|
|
272452
270880
|
{
|
|
272453
270881
|
"name": "Office BLDG_EQUIP_EndUseData",
|
|
272454
270882
|
"category": "Equipment",
|
|
@@ -272505,7 +270933,7 @@
|
|
|
272505
270933
|
"day_types": "Sun",
|
|
272506
270934
|
"start_date": "2020-01-01T00:00:00+00:00",
|
|
272507
270935
|
"end_date": "2020-12-31T00:00:00+00:00",
|
|
272508
|
-
"type": "
|
|
270936
|
+
"type": "Hourly",
|
|
272509
270937
|
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
272510
270938
|
"values": [
|
|
272511
270939
|
0.5757,
|
|
@@ -272534,42 +270962,6 @@
|
|
|
272534
270962
|
0.56343
|
|
272535
270963
|
]
|
|
272536
270964
|
},
|
|
272537
|
-
{
|
|
272538
|
-
"name": "Office BLDG_EQUIP_EndUseData",
|
|
272539
|
-
"category": "Equipment",
|
|
272540
|
-
"units": null,
|
|
272541
|
-
"day_types": "Wkdy",
|
|
272542
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
272543
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
272544
|
-
"type": "Hourly",
|
|
272545
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
272546
|
-
"values": [
|
|
272547
|
-
0.5397,
|
|
272548
|
-
0.5806,
|
|
272549
|
-
0.5802,
|
|
272550
|
-
0.5631,
|
|
272551
|
-
0.547,
|
|
272552
|
-
0.5373,
|
|
272553
|
-
0.5386,
|
|
272554
|
-
0.598,
|
|
272555
|
-
0.6852,
|
|
272556
|
-
0.7808,
|
|
272557
|
-
0.8654,
|
|
272558
|
-
0.8867,
|
|
272559
|
-
0.8819,
|
|
272560
|
-
0.8207,
|
|
272561
|
-
0.7807,
|
|
272562
|
-
0.7353,
|
|
272563
|
-
0.6702,
|
|
272564
|
-
0.6048,
|
|
272565
|
-
0.566,
|
|
272566
|
-
0.5741,
|
|
272567
|
-
0.6127,
|
|
272568
|
-
0.6583,
|
|
272569
|
-
0.6734,
|
|
272570
|
-
0.61899
|
|
272571
|
-
]
|
|
272572
|
-
},
|
|
272573
270965
|
{
|
|
272574
270966
|
"name": "Office BLDG_EQUIP_EndUseData",
|
|
272575
270967
|
"category": "Equipment",
|
|
@@ -272587,92 +270979,7 @@
|
|
|
272587
270979
|
"name": "Office BLDG_LIGHT_EndUseData",
|
|
272588
270980
|
"category": "Lighting",
|
|
272589
270981
|
"units": null,
|
|
272590
|
-
"day_types": "
|
|
272591
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
272592
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
272593
|
-
"type": "Hourly",
|
|
272594
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
272595
|
-
"values": [
|
|
272596
|
-
0.044066259,
|
|
272597
|
-
0.044439702,
|
|
272598
|
-
0.041053394,
|
|
272599
|
-
0.043692817,
|
|
272600
|
-
0.041740259,
|
|
272601
|
-
0.042359092,
|
|
272602
|
-
0.050653671,
|
|
272603
|
-
0.045399984,
|
|
272604
|
-
0.052663191,
|
|
272605
|
-
0.06820457,
|
|
272606
|
-
0.089708448,
|
|
272607
|
-
0.089708448,
|
|
272608
|
-
0.089708448,
|
|
272609
|
-
0.084480541,
|
|
272610
|
-
0.0704679,
|
|
272611
|
-
0.068030468,
|
|
272612
|
-
0.067899891,
|
|
272613
|
-
0.063771049,
|
|
272614
|
-
0.064678999,
|
|
272615
|
-
0.063855804,
|
|
272616
|
-
0.063765228,
|
|
272617
|
-
0.063778708,
|
|
272618
|
-
0.064738916,
|
|
272619
|
-
0.053690475
|
|
272620
|
-
]
|
|
272621
|
-
},
|
|
272622
|
-
{
|
|
272623
|
-
"name": "Office BLDG_LIGHT_EndUseData",
|
|
272624
|
-
"category": "Lighting",
|
|
272625
|
-
"units": null,
|
|
272626
|
-
"day_types": "SmrDsn",
|
|
272627
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
272628
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
272629
|
-
"type": "Constant",
|
|
272630
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
272631
|
-
"values": [
|
|
272632
|
-
1.0
|
|
272633
|
-
]
|
|
272634
|
-
},
|
|
272635
|
-
{
|
|
272636
|
-
"name": "Office BLDG_LIGHT_EndUseData",
|
|
272637
|
-
"category": "Lighting",
|
|
272638
|
-
"units": null,
|
|
272639
|
-
"day_types": "Sun",
|
|
272640
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
272641
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
272642
|
-
"type": "Hourly",
|
|
272643
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
272644
|
-
"values": [
|
|
272645
|
-
0.044813145,
|
|
272646
|
-
0.043346048,
|
|
272647
|
-
0.043604651,
|
|
272648
|
-
0.043799515,
|
|
272649
|
-
0.041612206,
|
|
272650
|
-
0.042092347,
|
|
272651
|
-
0.043852864,
|
|
272652
|
-
0.044946518,
|
|
272653
|
-
0.042279069,
|
|
272654
|
-
0.04299928,
|
|
272655
|
-
0.045746752,
|
|
272656
|
-
0.064026115,
|
|
272657
|
-
0.063271893,
|
|
272658
|
-
0.063286181,
|
|
272659
|
-
0.063938755,
|
|
272660
|
-
0.06135133,
|
|
272661
|
-
0.063721436,
|
|
272662
|
-
0.052687315,
|
|
272663
|
-
0.057270133,
|
|
272664
|
-
0.063348741,
|
|
272665
|
-
0.063698685,
|
|
272666
|
-
0.063840708,
|
|
272667
|
-
0.063848256,
|
|
272668
|
-
0.044653098
|
|
272669
|
-
]
|
|
272670
|
-
},
|
|
272671
|
-
{
|
|
272672
|
-
"name": "Office BLDG_LIGHT_EndUseData",
|
|
272673
|
-
"category": "Lighting",
|
|
272674
|
-
"units": null,
|
|
272675
|
-
"day_types": "Wkdy",
|
|
270982
|
+
"day_types": "Default|Wkdy",
|
|
272676
270983
|
"start_date": "2020-01-01T00:00:00+00:00",
|
|
272677
270984
|
"end_date": "2020-12-31T00:00:00+00:00",
|
|
272678
270985
|
"type": "Hourly",
|
|
@@ -272708,187 +271015,40 @@
|
|
|
272708
271015
|
"name": "Office BLDG_LIGHT_EndUseData",
|
|
272709
271016
|
"category": "Lighting",
|
|
272710
271017
|
"units": null,
|
|
272711
|
-
"day_types": "WntrDsn",
|
|
272712
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
272713
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
272714
|
-
"type": "Constant",
|
|
272715
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
272716
|
-
"values": [
|
|
272717
|
-
0.0
|
|
272718
|
-
]
|
|
272719
|
-
},
|
|
272720
|
-
{
|
|
272721
|
-
"name": "Office BLDG_LIGHT_EndUseData_Cluster1",
|
|
272722
|
-
"category": "Lighting",
|
|
272723
|
-
"units": null,
|
|
272724
271018
|
"day_types": "Sat",
|
|
272725
271019
|
"start_date": "2020-01-01T00:00:00+00:00",
|
|
272726
271020
|
"end_date": "2020-12-31T00:00:00+00:00",
|
|
272727
271021
|
"type": "Hourly",
|
|
272728
271022
|
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
272729
271023
|
"values": [
|
|
272730
|
-
0.
|
|
272731
|
-
0.
|
|
272732
|
-
0.
|
|
272733
|
-
0.
|
|
272734
|
-
0.
|
|
272735
|
-
0.
|
|
272736
|
-
0.
|
|
272737
|
-
0.
|
|
272738
|
-
0.
|
|
272739
|
-
0.
|
|
272740
|
-
0.
|
|
272741
|
-
0.
|
|
272742
|
-
0.
|
|
272743
|
-
0.
|
|
272744
|
-
0.
|
|
272745
|
-
0.
|
|
272746
|
-
0.
|
|
272747
|
-
0.
|
|
272748
|
-
0.
|
|
272749
|
-
0.
|
|
272750
|
-
0.
|
|
272751
|
-
0.
|
|
272752
|
-
0.
|
|
272753
|
-
0.
|
|
272754
|
-
]
|
|
272755
|
-
},
|
|
272756
|
-
{
|
|
272757
|
-
"name": "Office BLDG_LIGHT_EndUseData_Cluster1",
|
|
272758
|
-
"category": "Lighting",
|
|
272759
|
-
"units": null,
|
|
272760
|
-
"day_types": "SmrDsn",
|
|
272761
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
272762
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
272763
|
-
"type": "Constant",
|
|
272764
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
272765
|
-
"values": [
|
|
272766
|
-
1.0
|
|
272767
|
-
]
|
|
272768
|
-
},
|
|
272769
|
-
{
|
|
272770
|
-
"name": "Office BLDG_LIGHT_EndUseData_Cluster1",
|
|
272771
|
-
"category": "Lighting",
|
|
272772
|
-
"units": null,
|
|
272773
|
-
"day_types": "Sun",
|
|
272774
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
272775
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
272776
|
-
"type": "Hourly",
|
|
272777
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
272778
|
-
"values": [
|
|
272779
|
-
0.016965927,
|
|
272780
|
-
0.016965927,
|
|
272781
|
-
0.017079408,
|
|
272782
|
-
0.017345285,
|
|
272783
|
-
0.017319964,
|
|
272784
|
-
0.018446496,
|
|
272785
|
-
0.022295655,
|
|
272786
|
-
0.019206422,
|
|
272787
|
-
0.019205382,
|
|
272788
|
-
0.018988923,
|
|
272789
|
-
0.021066377,
|
|
272790
|
-
0.021196705,
|
|
272791
|
-
0.022370677,
|
|
272792
|
-
0.023285479,
|
|
272793
|
-
0.022920394,
|
|
272794
|
-
0.020953611,
|
|
272795
|
-
0.022920394,
|
|
272796
|
-
0.01956619,
|
|
272797
|
-
0.019193102,
|
|
272798
|
-
0.01956619,
|
|
272799
|
-
0.022062641,
|
|
272800
|
-
0.023505685,
|
|
272801
|
-
0.020848384,
|
|
272802
|
-
0.019361792
|
|
272803
|
-
]
|
|
272804
|
-
},
|
|
272805
|
-
{
|
|
272806
|
-
"name": "Office BLDG_LIGHT_EndUseData_Cluster1",
|
|
272807
|
-
"category": "Lighting",
|
|
272808
|
-
"units": null,
|
|
272809
|
-
"day_types": "Wkdy",
|
|
272810
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
272811
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
272812
|
-
"type": "Hourly",
|
|
272813
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
272814
|
-
"values": [
|
|
272815
|
-
0.033089386,
|
|
272816
|
-
0.032724582,
|
|
272817
|
-
0.032788392,
|
|
272818
|
-
0.032816621,
|
|
272819
|
-
0.032649526,
|
|
272820
|
-
0.033005398,
|
|
272821
|
-
0.052538471,
|
|
272822
|
-
0.139227069,
|
|
272823
|
-
0.300261419,
|
|
272824
|
-
0.352524036,
|
|
272825
|
-
0.376188274,
|
|
272826
|
-
0.378236634,
|
|
272827
|
-
0.365179017,
|
|
272828
|
-
0.363526341,
|
|
272829
|
-
0.373238977,
|
|
272830
|
-
0.36216314,
|
|
272831
|
-
0.326013727,
|
|
272832
|
-
0.205141924,
|
|
272833
|
-
0.119169671,
|
|
272834
|
-
0.061594652,
|
|
272835
|
-
0.051888711,
|
|
272836
|
-
0.050822177,
|
|
272837
|
-
0.048504568,
|
|
272838
|
-
0.04507995
|
|
272839
|
-
]
|
|
272840
|
-
},
|
|
272841
|
-
{
|
|
272842
|
-
"name": "Office BLDG_LIGHT_EndUseData_Cluster1",
|
|
272843
|
-
"category": "Lighting",
|
|
272844
|
-
"units": null,
|
|
272845
|
-
"day_types": "WntrDsn",
|
|
272846
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
272847
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
272848
|
-
"type": "Constant",
|
|
272849
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
272850
|
-
"values": [
|
|
272851
|
-
0.0
|
|
271024
|
+
0.044066259,
|
|
271025
|
+
0.044439702,
|
|
271026
|
+
0.041053394,
|
|
271027
|
+
0.043692817,
|
|
271028
|
+
0.041740259,
|
|
271029
|
+
0.042359092,
|
|
271030
|
+
0.050653671,
|
|
271031
|
+
0.045399984,
|
|
271032
|
+
0.052663191,
|
|
271033
|
+
0.06820457,
|
|
271034
|
+
0.089708448,
|
|
271035
|
+
0.089708448,
|
|
271036
|
+
0.089708448,
|
|
271037
|
+
0.084480541,
|
|
271038
|
+
0.0704679,
|
|
271039
|
+
0.068030468,
|
|
271040
|
+
0.067899891,
|
|
271041
|
+
0.063771049,
|
|
271042
|
+
0.064678999,
|
|
271043
|
+
0.063855804,
|
|
271044
|
+
0.063765228,
|
|
271045
|
+
0.063778708,
|
|
271046
|
+
0.064738916,
|
|
271047
|
+
0.053690475
|
|
272852
271048
|
]
|
|
272853
271049
|
},
|
|
272854
271050
|
{
|
|
272855
|
-
"name": "Office
|
|
272856
|
-
"category": "Lighting",
|
|
272857
|
-
"units": null,
|
|
272858
|
-
"day_types": "Sat",
|
|
272859
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
272860
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
272861
|
-
"type": "Hourly",
|
|
272862
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
272863
|
-
"values": [
|
|
272864
|
-
0.75561981,
|
|
272865
|
-
0.745654297,
|
|
272866
|
-
0.745524077,
|
|
272867
|
-
0.744311078,
|
|
272868
|
-
0.740555967,
|
|
272869
|
-
0.740896792,
|
|
272870
|
-
0.736034686,
|
|
272871
|
-
0.733667298,
|
|
272872
|
-
0.744318314,
|
|
272873
|
-
0.736738592,
|
|
272874
|
-
0.73468154,
|
|
272875
|
-
0.735822837,
|
|
272876
|
-
0.733897259,
|
|
272877
|
-
0.734494663,
|
|
272878
|
-
0.735272632,
|
|
272879
|
-
0.736327585,
|
|
272880
|
-
0.740460737,
|
|
272881
|
-
0.735519058,
|
|
272882
|
-
0.739561757,
|
|
272883
|
-
0.745240526,
|
|
272884
|
-
0.74589885,
|
|
272885
|
-
0.744547488,
|
|
272886
|
-
0.749418399,
|
|
272887
|
-
0.757874098
|
|
272888
|
-
]
|
|
272889
|
-
},
|
|
272890
|
-
{
|
|
272891
|
-
"name": "Office BLDG_LIGHT_EndUseData_Cluster2",
|
|
271051
|
+
"name": "Office BLDG_LIGHT_EndUseData",
|
|
272892
271052
|
"category": "Lighting",
|
|
272893
271053
|
"units": null,
|
|
272894
271054
|
"day_types": "SmrDsn",
|
|
@@ -272901,7 +271061,7 @@
|
|
|
272901
271061
|
]
|
|
272902
271062
|
},
|
|
272903
271063
|
{
|
|
272904
|
-
"name": "Office
|
|
271064
|
+
"name": "Office BLDG_LIGHT_EndUseData",
|
|
272905
271065
|
"category": "Lighting",
|
|
272906
271066
|
"units": null,
|
|
272907
271067
|
"day_types": "Sun",
|
|
@@ -272910,204 +271070,34 @@
|
|
|
272910
271070
|
"type": "Hourly",
|
|
272911
271071
|
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
272912
271072
|
"values": [
|
|
272913
|
-
0.
|
|
272914
|
-
0.
|
|
272915
|
-
0.
|
|
272916
|
-
0.
|
|
272917
|
-
0.
|
|
272918
|
-
0.
|
|
272919
|
-
0.
|
|
272920
|
-
0.
|
|
272921
|
-
0.
|
|
272922
|
-
0.
|
|
272923
|
-
0.
|
|
272924
|
-
0.
|
|
272925
|
-
0.
|
|
272926
|
-
0.
|
|
272927
|
-
0.
|
|
272928
|
-
0.
|
|
272929
|
-
0.
|
|
272930
|
-
0.
|
|
272931
|
-
0.
|
|
272932
|
-
0.
|
|
272933
|
-
0.
|
|
272934
|
-
0.
|
|
272935
|
-
0.
|
|
272936
|
-
0.
|
|
272937
|
-
]
|
|
272938
|
-
},
|
|
272939
|
-
{
|
|
272940
|
-
"name": "Office BLDG_LIGHT_EndUseData_Cluster2",
|
|
272941
|
-
"category": "Lighting",
|
|
272942
|
-
"units": null,
|
|
272943
|
-
"day_types": "Wkdy",
|
|
272944
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
272945
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
272946
|
-
"type": "Hourly",
|
|
272947
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
272948
|
-
"values": [
|
|
272949
|
-
0.465981576,
|
|
272950
|
-
0.458926859,
|
|
272951
|
-
0.45919274,
|
|
272952
|
-
0.458811083,
|
|
272953
|
-
0.457800858,
|
|
272954
|
-
0.457145704,
|
|
272955
|
-
0.516235325,
|
|
272956
|
-
0.548589127,
|
|
272957
|
-
0.609552688,
|
|
272958
|
-
0.634198644,
|
|
272959
|
-
0.652162014,
|
|
272960
|
-
0.654452927,
|
|
272961
|
-
0.648008194,
|
|
272962
|
-
0.647334245,
|
|
272963
|
-
0.649940159,
|
|
272964
|
-
0.636860998,
|
|
272965
|
-
0.615669078,
|
|
272966
|
-
0.567844447,
|
|
272967
|
-
0.537352511,
|
|
272968
|
-
0.51926633,
|
|
272969
|
-
0.519160749,
|
|
272970
|
-
0.475211068,
|
|
272971
|
-
0.480485273,
|
|
272972
|
-
0.480945169
|
|
272973
|
-
]
|
|
272974
|
-
},
|
|
272975
|
-
{
|
|
272976
|
-
"name": "Office BLDG_LIGHT_EndUseData_Cluster2",
|
|
272977
|
-
"category": "Lighting",
|
|
272978
|
-
"units": null,
|
|
272979
|
-
"day_types": "WntrDsn",
|
|
272980
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
272981
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
272982
|
-
"type": "Constant",
|
|
272983
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
272984
|
-
"values": [
|
|
272985
|
-
0.0
|
|
272986
|
-
]
|
|
272987
|
-
},
|
|
272988
|
-
{
|
|
272989
|
-
"name": "Office BLDG_LIGHT_EndUseData_Cluster3",
|
|
272990
|
-
"category": "Lighting",
|
|
272991
|
-
"units": null,
|
|
272992
|
-
"day_types": "Sat",
|
|
272993
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
272994
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
272995
|
-
"type": "Hourly",
|
|
272996
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
272997
|
-
"values": [
|
|
272998
|
-
0.184365086,
|
|
272999
|
-
0.179411954,
|
|
273000
|
-
0.177157753,
|
|
273001
|
-
0.176387216,
|
|
273002
|
-
0.178736707,
|
|
273003
|
-
0.180785075,
|
|
273004
|
-
0.155171283,
|
|
273005
|
-
0.191366461,
|
|
273006
|
-
0.226935688,
|
|
273007
|
-
0.271093052,
|
|
273008
|
-
0.294393371,
|
|
273009
|
-
0.304596831,
|
|
273010
|
-
0.319281199,
|
|
273011
|
-
0.320293515,
|
|
273012
|
-
0.312426928,
|
|
273013
|
-
0.305416914,
|
|
273014
|
-
0.287861658,
|
|
273015
|
-
0.270353819,
|
|
273016
|
-
0.25077149,
|
|
273017
|
-
0.230255715,
|
|
273018
|
-
0.203670303,
|
|
273019
|
-
0.201426018,
|
|
273020
|
-
0.212979733,
|
|
273021
|
-
0.205638459
|
|
273022
|
-
]
|
|
273023
|
-
},
|
|
273024
|
-
{
|
|
273025
|
-
"name": "Office BLDG_LIGHT_EndUseData_Cluster3",
|
|
273026
|
-
"category": "Lighting",
|
|
273027
|
-
"units": null,
|
|
273028
|
-
"day_types": "SmrDsn",
|
|
273029
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
273030
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
273031
|
-
"type": "Constant",
|
|
273032
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
273033
|
-
"values": [
|
|
273034
|
-
1.0
|
|
271073
|
+
0.044813145,
|
|
271074
|
+
0.043346048,
|
|
271075
|
+
0.043604651,
|
|
271076
|
+
0.043799515,
|
|
271077
|
+
0.041612206,
|
|
271078
|
+
0.042092347,
|
|
271079
|
+
0.043852864,
|
|
271080
|
+
0.044946518,
|
|
271081
|
+
0.042279069,
|
|
271082
|
+
0.04299928,
|
|
271083
|
+
0.045746752,
|
|
271084
|
+
0.064026115,
|
|
271085
|
+
0.063271893,
|
|
271086
|
+
0.063286181,
|
|
271087
|
+
0.063938755,
|
|
271088
|
+
0.06135133,
|
|
271089
|
+
0.063721436,
|
|
271090
|
+
0.052687315,
|
|
271091
|
+
0.057270133,
|
|
271092
|
+
0.063348741,
|
|
271093
|
+
0.063698685,
|
|
271094
|
+
0.063840708,
|
|
271095
|
+
0.063848256,
|
|
271096
|
+
0.044653098
|
|
273035
271097
|
]
|
|
273036
271098
|
},
|
|
273037
271099
|
{
|
|
273038
|
-
"name": "Office
|
|
273039
|
-
"category": "Lighting",
|
|
273040
|
-
"units": null,
|
|
273041
|
-
"day_types": "Sun",
|
|
273042
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
273043
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
273044
|
-
"type": "Hourly",
|
|
273045
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
273046
|
-
"values": [
|
|
273047
|
-
0.227980546,
|
|
273048
|
-
0.228068823,
|
|
273049
|
-
0.22630384,
|
|
273050
|
-
0.224314604,
|
|
273051
|
-
0.224220748,
|
|
273052
|
-
0.235944311,
|
|
273053
|
-
0.230892297,
|
|
273054
|
-
0.231729187,
|
|
273055
|
-
0.237775265,
|
|
273056
|
-
0.243765865,
|
|
273057
|
-
0.265947084,
|
|
273058
|
-
0.285602234,
|
|
273059
|
-
0.287056994,
|
|
273060
|
-
0.308460789,
|
|
273061
|
-
0.326827222,
|
|
273062
|
-
0.336184646,
|
|
273063
|
-
0.326357929,
|
|
273064
|
-
0.296945327,
|
|
273065
|
-
0.285602234,
|
|
273066
|
-
0.268937051,
|
|
273067
|
-
0.267298079,
|
|
273068
|
-
0.25250112,
|
|
273069
|
-
0.250969561,
|
|
273070
|
-
0.246617178
|
|
273071
|
-
]
|
|
273072
|
-
},
|
|
273073
|
-
{
|
|
273074
|
-
"name": "Office BLDG_LIGHT_EndUseData_Cluster3",
|
|
273075
|
-
"category": "Lighting",
|
|
273076
|
-
"units": null,
|
|
273077
|
-
"day_types": "Wkdy",
|
|
273078
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
273079
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
273080
|
-
"type": "Hourly",
|
|
273081
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
273082
|
-
"values": [
|
|
273083
|
-
0.318922239,
|
|
273084
|
-
0.313681971,
|
|
273085
|
-
0.313662715,
|
|
273086
|
-
0.313587265,
|
|
273087
|
-
0.312883157,
|
|
273088
|
-
0.311656856,
|
|
273089
|
-
0.359238331,
|
|
273090
|
-
0.396693582,
|
|
273091
|
-
0.461069916,
|
|
273092
|
-
0.4828348,
|
|
273093
|
-
0.497313477,
|
|
273094
|
-
0.497013293,
|
|
273095
|
-
0.489076526,
|
|
273096
|
-
0.487562094,
|
|
273097
|
-
0.496262185,
|
|
273098
|
-
0.485369964,
|
|
273099
|
-
0.462933604,
|
|
273100
|
-
0.407922523,
|
|
273101
|
-
0.380386766,
|
|
273102
|
-
0.35908748,
|
|
273103
|
-
0.356342222,
|
|
273104
|
-
0.326818262,
|
|
273105
|
-
0.326827734,
|
|
273106
|
-
0.32686886
|
|
273107
|
-
]
|
|
273108
|
-
},
|
|
273109
|
-
{
|
|
273110
|
-
"name": "Office BLDG_LIGHT_EndUseData_Cluster3",
|
|
271100
|
+
"name": "Office BLDG_LIGHT_EndUseData",
|
|
273111
271101
|
"category": "Lighting",
|
|
273112
271102
|
"units": null,
|
|
273113
271103
|
"day_types": "WntrDsn",
|
|
@@ -300391,6 +298381,284 @@
|
|
|
300391
298381
|
0.0
|
|
300392
298382
|
]
|
|
300393
298383
|
},
|
|
298384
|
+
{
|
|
298385
|
+
"name": "Restaurant_dishwasher BLDG_EQUIP_EndUseData",
|
|
298386
|
+
"category": "Dishwashing",
|
|
298387
|
+
"units": null,
|
|
298388
|
+
"day_types": "Default|Mon",
|
|
298389
|
+
"start_date": "2020-01-01T00:00:00+00:00",
|
|
298390
|
+
"end_date": "2020-12-31T00:00:00+00:00",
|
|
298391
|
+
"type": "Hourly",
|
|
298392
|
+
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
298393
|
+
"values": [
|
|
298394
|
+
0.0,
|
|
298395
|
+
0.0,
|
|
298396
|
+
0.0,
|
|
298397
|
+
0.0,
|
|
298398
|
+
0.0,
|
|
298399
|
+
0.0,
|
|
298400
|
+
0.0,
|
|
298401
|
+
0.0,
|
|
298402
|
+
0.0027,
|
|
298403
|
+
0.0568,
|
|
298404
|
+
0.1426,
|
|
298405
|
+
0.2082,
|
|
298406
|
+
0.2034,
|
|
298407
|
+
0.2789,
|
|
298408
|
+
0.298,
|
|
298409
|
+
0.2784,
|
|
298410
|
+
0.3745,
|
|
298411
|
+
0.5188,
|
|
298412
|
+
0.5739,
|
|
298413
|
+
0.6084,
|
|
298414
|
+
0.6338,
|
|
298415
|
+
0.6143,
|
|
298416
|
+
0.4164,
|
|
298417
|
+
0.0408
|
|
298418
|
+
]
|
|
298419
|
+
},
|
|
298420
|
+
{
|
|
298421
|
+
"name": "Restaurant_dishwasher BLDG_EQUIP_EndUseData",
|
|
298422
|
+
"category": "Dishwashing",
|
|
298423
|
+
"units": null,
|
|
298424
|
+
"day_types": "Fri",
|
|
298425
|
+
"start_date": "2020-01-01T00:00:00+00:00",
|
|
298426
|
+
"end_date": "2020-12-31T00:00:00+00:00",
|
|
298427
|
+
"type": "Hourly",
|
|
298428
|
+
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
298429
|
+
"values": [
|
|
298430
|
+
0.0,
|
|
298431
|
+
0.0,
|
|
298432
|
+
0.0,
|
|
298433
|
+
0.0,
|
|
298434
|
+
0.0,
|
|
298435
|
+
0.0,
|
|
298436
|
+
0.0,
|
|
298437
|
+
0.0,
|
|
298438
|
+
0.0322,
|
|
298439
|
+
0.1142,
|
|
298440
|
+
0.218,
|
|
298441
|
+
0.3107,
|
|
298442
|
+
0.3541,
|
|
298443
|
+
0.4524,
|
|
298444
|
+
0.4557,
|
|
298445
|
+
0.3884,
|
|
298446
|
+
0.4801,
|
|
298447
|
+
0.6041,
|
|
298448
|
+
0.6996,
|
|
298449
|
+
0.7223,
|
|
298450
|
+
0.7218,
|
|
298451
|
+
0.7101,
|
|
298452
|
+
0.6564,
|
|
298453
|
+
0.4388
|
|
298454
|
+
]
|
|
298455
|
+
},
|
|
298456
|
+
{
|
|
298457
|
+
"name": "Restaurant_dishwasher BLDG_EQUIP_EndUseData",
|
|
298458
|
+
"category": "Dishwashing",
|
|
298459
|
+
"units": null,
|
|
298460
|
+
"day_types": "Sat",
|
|
298461
|
+
"start_date": "2020-01-01T00:00:00+00:00",
|
|
298462
|
+
"end_date": "2020-12-31T00:00:00+00:00",
|
|
298463
|
+
"type": "Hourly",
|
|
298464
|
+
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
298465
|
+
"values": [
|
|
298466
|
+
0.0421,
|
|
298467
|
+
0.0,
|
|
298468
|
+
0.0,
|
|
298469
|
+
0.0,
|
|
298470
|
+
0.0,
|
|
298471
|
+
0.0,
|
|
298472
|
+
0.0,
|
|
298473
|
+
0.0,
|
|
298474
|
+
0.0707,
|
|
298475
|
+
0.1587,
|
|
298476
|
+
0.2616,
|
|
298477
|
+
0.3969,
|
|
298478
|
+
0.4712,
|
|
298479
|
+
0.5413,
|
|
298480
|
+
0.561,
|
|
298481
|
+
0.5244,
|
|
298482
|
+
0.5554,
|
|
298483
|
+
0.6544,
|
|
298484
|
+
0.6944,
|
|
298485
|
+
0.7103,
|
|
298486
|
+
0.7077,
|
|
298487
|
+
0.6892,
|
|
298488
|
+
0.6311,
|
|
298489
|
+
0.4371
|
|
298490
|
+
]
|
|
298491
|
+
},
|
|
298492
|
+
{
|
|
298493
|
+
"name": "Restaurant_dishwasher BLDG_EQUIP_EndUseData",
|
|
298494
|
+
"category": "Dishwashing",
|
|
298495
|
+
"units": null,
|
|
298496
|
+
"day_types": "SmrDsn",
|
|
298497
|
+
"start_date": "2020-01-01T00:00:00+00:00",
|
|
298498
|
+
"end_date": "2020-12-31T00:00:00+00:00",
|
|
298499
|
+
"type": "Constant",
|
|
298500
|
+
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
298501
|
+
"values": [
|
|
298502
|
+
1.0
|
|
298503
|
+
]
|
|
298504
|
+
},
|
|
298505
|
+
{
|
|
298506
|
+
"name": "Restaurant_dishwasher BLDG_EQUIP_EndUseData",
|
|
298507
|
+
"category": "Dishwashing",
|
|
298508
|
+
"units": null,
|
|
298509
|
+
"day_types": "Sun",
|
|
298510
|
+
"start_date": "2020-01-01T00:00:00+00:00",
|
|
298511
|
+
"end_date": "2020-12-31T00:00:00+00:00",
|
|
298512
|
+
"type": "Hourly",
|
|
298513
|
+
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
298514
|
+
"values": [
|
|
298515
|
+
0.0517,
|
|
298516
|
+
0.0,
|
|
298517
|
+
0.0,
|
|
298518
|
+
0.0,
|
|
298519
|
+
0.0,
|
|
298520
|
+
0.0,
|
|
298521
|
+
0.0,
|
|
298522
|
+
0.0,
|
|
298523
|
+
0.0654,
|
|
298524
|
+
0.1478,
|
|
298525
|
+
0.2587,
|
|
298526
|
+
0.4037,
|
|
298527
|
+
0.4728,
|
|
298528
|
+
0.5504,
|
|
298529
|
+
0.5712,
|
|
298530
|
+
0.5411,
|
|
298531
|
+
0.5404,
|
|
298532
|
+
0.5796,
|
|
298533
|
+
0.6266,
|
|
298534
|
+
0.6433,
|
|
298535
|
+
0.6489,
|
|
298536
|
+
0.6034,
|
|
298537
|
+
0.4077,
|
|
298538
|
+
0.0581
|
|
298539
|
+
]
|
|
298540
|
+
},
|
|
298541
|
+
{
|
|
298542
|
+
"name": "Restaurant_dishwasher BLDG_EQUIP_EndUseData",
|
|
298543
|
+
"category": "Dishwashing",
|
|
298544
|
+
"units": null,
|
|
298545
|
+
"day_types": "Thu",
|
|
298546
|
+
"start_date": "2020-01-01T00:00:00+00:00",
|
|
298547
|
+
"end_date": "2020-12-31T00:00:00+00:00",
|
|
298548
|
+
"type": "Hourly",
|
|
298549
|
+
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
298550
|
+
"values": [
|
|
298551
|
+
0.0,
|
|
298552
|
+
0.0,
|
|
298553
|
+
0.0,
|
|
298554
|
+
0.0,
|
|
298555
|
+
0.0,
|
|
298556
|
+
0.0,
|
|
298557
|
+
0.0,
|
|
298558
|
+
0.0,
|
|
298559
|
+
0.002,
|
|
298560
|
+
0.0582,
|
|
298561
|
+
0.1447,
|
|
298562
|
+
0.2107,
|
|
298563
|
+
0.224,
|
|
298564
|
+
0.2918,
|
|
298565
|
+
0.2973,
|
|
298566
|
+
0.2815,
|
|
298567
|
+
0.3767,
|
|
298568
|
+
0.5284,
|
|
298569
|
+
0.5881,
|
|
298570
|
+
0.6292,
|
|
298571
|
+
0.6508,
|
|
298572
|
+
0.6354,
|
|
298573
|
+
0.4527,
|
|
298574
|
+
0.0673
|
|
298575
|
+
]
|
|
298576
|
+
},
|
|
298577
|
+
{
|
|
298578
|
+
"name": "Restaurant_dishwasher BLDG_EQUIP_EndUseData",
|
|
298579
|
+
"category": "Dishwashing",
|
|
298580
|
+
"units": null,
|
|
298581
|
+
"day_types": "Tue",
|
|
298582
|
+
"start_date": "2020-01-01T00:00:00+00:00",
|
|
298583
|
+
"end_date": "2020-12-31T00:00:00+00:00",
|
|
298584
|
+
"type": "Hourly",
|
|
298585
|
+
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
298586
|
+
"values": [
|
|
298587
|
+
0.0,
|
|
298588
|
+
0.0,
|
|
298589
|
+
0.0,
|
|
298590
|
+
0.0,
|
|
298591
|
+
0.0,
|
|
298592
|
+
0.0,
|
|
298593
|
+
0.0,
|
|
298594
|
+
0.0,
|
|
298595
|
+
0.0026,
|
|
298596
|
+
0.0473,
|
|
298597
|
+
0.1253,
|
|
298598
|
+
0.1958,
|
|
298599
|
+
0.205,
|
|
298600
|
+
0.2708,
|
|
298601
|
+
0.2838,
|
|
298602
|
+
0.2736,
|
|
298603
|
+
0.3617,
|
|
298604
|
+
0.4971,
|
|
298605
|
+
0.5625,
|
|
298606
|
+
0.6076,
|
|
298607
|
+
0.6304,
|
|
298608
|
+
0.6095,
|
|
298609
|
+
0.4116,
|
|
298610
|
+
0.038
|
|
298611
|
+
]
|
|
298612
|
+
},
|
|
298613
|
+
{
|
|
298614
|
+
"name": "Restaurant_dishwasher BLDG_EQUIP_EndUseData",
|
|
298615
|
+
"category": "Dishwashing",
|
|
298616
|
+
"units": null,
|
|
298617
|
+
"day_types": "Wed",
|
|
298618
|
+
"start_date": "2020-01-01T00:00:00+00:00",
|
|
298619
|
+
"end_date": "2020-12-31T00:00:00+00:00",
|
|
298620
|
+
"type": "Hourly",
|
|
298621
|
+
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
298622
|
+
"values": [
|
|
298623
|
+
0.0,
|
|
298624
|
+
0.0,
|
|
298625
|
+
0.0,
|
|
298626
|
+
0.0,
|
|
298627
|
+
0.0,
|
|
298628
|
+
0.0,
|
|
298629
|
+
0.0,
|
|
298630
|
+
0.0,
|
|
298631
|
+
0.0042,
|
|
298632
|
+
0.0647,
|
|
298633
|
+
0.1407,
|
|
298634
|
+
0.1968,
|
|
298635
|
+
0.2055,
|
|
298636
|
+
0.2717,
|
|
298637
|
+
0.2786,
|
|
298638
|
+
0.2655,
|
|
298639
|
+
0.3619,
|
|
298640
|
+
0.507,
|
|
298641
|
+
0.5676,
|
|
298642
|
+
0.6107,
|
|
298643
|
+
0.638,
|
|
298644
|
+
0.6152,
|
|
298645
|
+
0.4525,
|
|
298646
|
+
0.0514
|
|
298647
|
+
]
|
|
298648
|
+
},
|
|
298649
|
+
{
|
|
298650
|
+
"name": "Restaurant_dishwasher BLDG_EQUIP_EndUseData",
|
|
298651
|
+
"category": "Dishwashing",
|
|
298652
|
+
"units": null,
|
|
298653
|
+
"day_types": "WntrDsn",
|
|
298654
|
+
"start_date": "2020-01-01T00:00:00+00:00",
|
|
298655
|
+
"end_date": "2020-12-31T00:00:00+00:00",
|
|
298656
|
+
"type": "Constant",
|
|
298657
|
+
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
298658
|
+
"values": [
|
|
298659
|
+
0.0
|
|
298660
|
+
]
|
|
298661
|
+
},
|
|
300394
298662
|
{
|
|
300395
298663
|
"name": "Retail Activity",
|
|
300396
298664
|
"category": "Activity",
|
|
@@ -339142,20 +337410,7 @@
|
|
|
339142
337410
|
"name": "SuperMarket BLDG_EQUIP_EndUseData",
|
|
339143
337411
|
"category": "Equipment",
|
|
339144
337412
|
"units": null,
|
|
339145
|
-
"day_types": "
|
|
339146
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
339147
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
339148
|
-
"type": "Constant",
|
|
339149
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
339150
|
-
"values": [
|
|
339151
|
-
1.0
|
|
339152
|
-
]
|
|
339153
|
-
},
|
|
339154
|
-
{
|
|
339155
|
-
"name": "SuperMarket BLDG_EQUIP_EndUseData",
|
|
339156
|
-
"category": "Equipment",
|
|
339157
|
-
"units": null,
|
|
339158
|
-
"day_types": "Wkdy|Wknd",
|
|
337413
|
+
"day_types": "Default|Wkdy|Wknd",
|
|
339159
337414
|
"start_date": "2020-01-01T00:00:00+00:00",
|
|
339160
337415
|
"end_date": "2020-12-31T00:00:00+00:00",
|
|
339161
337416
|
"type": "Hourly",
|
|
@@ -339187,6 +337442,19 @@
|
|
|
339187
337442
|
0.81841
|
|
339188
337443
|
]
|
|
339189
337444
|
},
|
|
337445
|
+
{
|
|
337446
|
+
"name": "SuperMarket BLDG_EQUIP_EndUseData",
|
|
337447
|
+
"category": "Equipment",
|
|
337448
|
+
"units": null,
|
|
337449
|
+
"day_types": "SmrDsn",
|
|
337450
|
+
"start_date": "2020-01-01T00:00:00+00:00",
|
|
337451
|
+
"end_date": "2020-12-31T00:00:00+00:00",
|
|
337452
|
+
"type": "Constant",
|
|
337453
|
+
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
337454
|
+
"values": [
|
|
337455
|
+
1.0
|
|
337456
|
+
]
|
|
337457
|
+
},
|
|
339190
337458
|
{
|
|
339191
337459
|
"name": "SuperMarket BLDG_EQUIP_EndUseData",
|
|
339192
337460
|
"category": "Equipment",
|
|
@@ -340961,6 +339229,42 @@
|
|
|
340961
339229
|
1.0
|
|
340962
339230
|
]
|
|
340963
339231
|
},
|
|
339232
|
+
{
|
|
339233
|
+
"name": "Warehouse BLDG_EQUIP_EndUseData",
|
|
339234
|
+
"category": "Equipment",
|
|
339235
|
+
"units": null,
|
|
339236
|
+
"day_types": "Default|Tues|Wed|Thurs|Fri",
|
|
339237
|
+
"start_date": "2020-01-01T00:00:00+00:00",
|
|
339238
|
+
"end_date": "2020-12-31T00:00:00+00:00",
|
|
339239
|
+
"type": "Hourly",
|
|
339240
|
+
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
339241
|
+
"values": [
|
|
339242
|
+
0.5981,
|
|
339243
|
+
0.5638,
|
|
339244
|
+
0.5269,
|
|
339245
|
+
0.4917,
|
|
339246
|
+
0.4626,
|
|
339247
|
+
0.4415,
|
|
339248
|
+
0.4273,
|
|
339249
|
+
0.4204,
|
|
339250
|
+
0.413,
|
|
339251
|
+
0.4104,
|
|
339252
|
+
0.4214,
|
|
339253
|
+
0.4458,
|
|
339254
|
+
0.4872,
|
|
339255
|
+
0.5353,
|
|
339256
|
+
0.5754,
|
|
339257
|
+
0.6073,
|
|
339258
|
+
0.6292,
|
|
339259
|
+
0.6418,
|
|
339260
|
+
0.6509,
|
|
339261
|
+
0.659,
|
|
339262
|
+
0.6643,
|
|
339263
|
+
0.6642,
|
|
339264
|
+
0.6542,
|
|
339265
|
+
0.62365
|
|
339266
|
+
]
|
|
339267
|
+
},
|
|
340964
339268
|
{
|
|
340965
339269
|
"name": "Warehouse BLDG_EQUIP_EndUseData",
|
|
340966
339270
|
"category": "Equipment",
|
|
@@ -341086,49 +339390,49 @@
|
|
|
341086
339390
|
"name": "Warehouse BLDG_EQUIP_EndUseData",
|
|
341087
339391
|
"category": "Equipment",
|
|
341088
339392
|
"units": null,
|
|
341089
|
-
"day_types": "
|
|
339393
|
+
"day_types": "WntrDsn",
|
|
341090
339394
|
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341091
339395
|
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341092
|
-
"type": "
|
|
339396
|
+
"type": "Constant",
|
|
341093
339397
|
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341094
339398
|
"values": [
|
|
341095
|
-
0.
|
|
341096
|
-
0.5638,
|
|
341097
|
-
0.5269,
|
|
341098
|
-
0.4917,
|
|
341099
|
-
0.4626,
|
|
341100
|
-
0.4415,
|
|
341101
|
-
0.4273,
|
|
341102
|
-
0.4204,
|
|
341103
|
-
0.413,
|
|
341104
|
-
0.4104,
|
|
341105
|
-
0.4214,
|
|
341106
|
-
0.4458,
|
|
341107
|
-
0.4872,
|
|
341108
|
-
0.5353,
|
|
341109
|
-
0.5754,
|
|
341110
|
-
0.6073,
|
|
341111
|
-
0.6292,
|
|
341112
|
-
0.6418,
|
|
341113
|
-
0.6509,
|
|
341114
|
-
0.659,
|
|
341115
|
-
0.6643,
|
|
341116
|
-
0.6642,
|
|
341117
|
-
0.6542,
|
|
341118
|
-
0.62365
|
|
339399
|
+
0.0
|
|
341119
339400
|
]
|
|
341120
339401
|
},
|
|
341121
339402
|
{
|
|
341122
|
-
"name": "Warehouse
|
|
341123
|
-
"category": "
|
|
339403
|
+
"name": "Warehouse BLDG_LIGHT_EndUseData",
|
|
339404
|
+
"category": "Lighting",
|
|
341124
339405
|
"units": null,
|
|
341125
|
-
"day_types": "
|
|
339406
|
+
"day_types": "Default|Tue|Wed|Thu|Fri",
|
|
341126
339407
|
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341127
339408
|
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341128
|
-
"type": "
|
|
341129
|
-
"notes": "From end use data sources
|
|
339409
|
+
"type": "Hourly",
|
|
339410
|
+
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341130
339411
|
"values": [
|
|
341131
|
-
0.
|
|
339412
|
+
0.341982342,
|
|
339413
|
+
0.291214372,
|
|
339414
|
+
0.286548551,
|
|
339415
|
+
0.284248258,
|
|
339416
|
+
0.279550611,
|
|
339417
|
+
0.276845964,
|
|
339418
|
+
0.272210968,
|
|
339419
|
+
0.243098283,
|
|
339420
|
+
0.199114486,
|
|
339421
|
+
0.203289969,
|
|
339422
|
+
0.210644672,
|
|
339423
|
+
0.252383823,
|
|
339424
|
+
0.426810151,
|
|
339425
|
+
0.566593386,
|
|
339426
|
+
0.634232623,
|
|
339427
|
+
0.64560738,
|
|
339428
|
+
0.648543697,
|
|
339429
|
+
0.657133729,
|
|
339430
|
+
0.647037485,
|
|
339431
|
+
0.642237347,
|
|
339432
|
+
0.63103278,
|
|
339433
|
+
0.60562554,
|
|
339434
|
+
0.522166024,
|
|
339435
|
+
0.378327268
|
|
341132
339436
|
]
|
|
341133
339437
|
},
|
|
341134
339438
|
{
|
|
@@ -341252,42 +339556,6 @@
|
|
|
341252
339556
|
0.051880259
|
|
341253
339557
|
]
|
|
341254
339558
|
},
|
|
341255
|
-
{
|
|
341256
|
-
"name": "Warehouse BLDG_LIGHT_EndUseData",
|
|
341257
|
-
"category": "Lighting",
|
|
341258
|
-
"units": null,
|
|
341259
|
-
"day_types": "Tue|Wed|Thu|Fri",
|
|
341260
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341261
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341262
|
-
"type": "Hourly",
|
|
341263
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341264
|
-
"values": [
|
|
341265
|
-
0.341982342,
|
|
341266
|
-
0.291214372,
|
|
341267
|
-
0.286548551,
|
|
341268
|
-
0.284248258,
|
|
341269
|
-
0.279550611,
|
|
341270
|
-
0.276845964,
|
|
341271
|
-
0.272210968,
|
|
341272
|
-
0.243098283,
|
|
341273
|
-
0.199114486,
|
|
341274
|
-
0.203289969,
|
|
341275
|
-
0.210644672,
|
|
341276
|
-
0.252383823,
|
|
341277
|
-
0.426810151,
|
|
341278
|
-
0.566593386,
|
|
341279
|
-
0.634232623,
|
|
341280
|
-
0.64560738,
|
|
341281
|
-
0.648543697,
|
|
341282
|
-
0.657133729,
|
|
341283
|
-
0.647037485,
|
|
341284
|
-
0.642237347,
|
|
341285
|
-
0.63103278,
|
|
341286
|
-
0.60562554,
|
|
341287
|
-
0.522166024,
|
|
341288
|
-
0.378327268
|
|
341289
|
-
]
|
|
341290
|
-
},
|
|
341291
339559
|
{
|
|
341292
339560
|
"name": "Warehouse BLDG_LIGHT_EndUseData",
|
|
341293
339561
|
"category": "Lighting",
|
|
@@ -341301,516 +339569,6 @@
|
|
|
341301
339569
|
0.0
|
|
341302
339570
|
]
|
|
341303
339571
|
},
|
|
341304
|
-
{
|
|
341305
|
-
"name": "Warehouse BLDG_LIGHT_EndUseData_Cluster1",
|
|
341306
|
-
"category": "Lighting",
|
|
341307
|
-
"units": null,
|
|
341308
|
-
"day_types": "Mon",
|
|
341309
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341310
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341311
|
-
"type": "Hourly",
|
|
341312
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341313
|
-
"values": [
|
|
341314
|
-
0.04079198,
|
|
341315
|
-
0.060953222,
|
|
341316
|
-
0.066228406,
|
|
341317
|
-
0.071799219,
|
|
341318
|
-
0.076652095,
|
|
341319
|
-
0.077489485,
|
|
341320
|
-
0.079963848,
|
|
341321
|
-
0.074973649,
|
|
341322
|
-
0.075309834,
|
|
341323
|
-
0.078601748,
|
|
341324
|
-
0.088534961,
|
|
341325
|
-
0.144581405,
|
|
341326
|
-
0.443046058,
|
|
341327
|
-
0.625766884,
|
|
341328
|
-
0.751487785,
|
|
341329
|
-
0.802291265,
|
|
341330
|
-
0.810412939,
|
|
341331
|
-
0.807740571,
|
|
341332
|
-
0.813269433,
|
|
341333
|
-
0.811494263,
|
|
341334
|
-
0.815094844,
|
|
341335
|
-
0.795935677,
|
|
341336
|
-
0.7019285,
|
|
341337
|
-
0.611915576
|
|
341338
|
-
]
|
|
341339
|
-
},
|
|
341340
|
-
{
|
|
341341
|
-
"name": "Warehouse BLDG_LIGHT_EndUseData_Cluster1",
|
|
341342
|
-
"category": "Lighting",
|
|
341343
|
-
"units": null,
|
|
341344
|
-
"day_types": "Sat",
|
|
341345
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341346
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341347
|
-
"type": "Hourly",
|
|
341348
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341349
|
-
"values": [
|
|
341350
|
-
0.148844176,
|
|
341351
|
-
0.135211737,
|
|
341352
|
-
0.121726346,
|
|
341353
|
-
0.115994829,
|
|
341354
|
-
0.104125078,
|
|
341355
|
-
0.087809461,
|
|
341356
|
-
0.08394322,
|
|
341357
|
-
0.078774451,
|
|
341358
|
-
0.07576078,
|
|
341359
|
-
0.075033924,
|
|
341360
|
-
0.081974818,
|
|
341361
|
-
0.085688652,
|
|
341362
|
-
0.078724828,
|
|
341363
|
-
0.063340892,
|
|
341364
|
-
0.050032484,
|
|
341365
|
-
0.041136065,
|
|
341366
|
-
0.038583519,
|
|
341367
|
-
0.035417951,
|
|
341368
|
-
0.033401647,
|
|
341369
|
-
0.03289261,
|
|
341370
|
-
0.032502086,
|
|
341371
|
-
0.032193768,
|
|
341372
|
-
0.032113631,
|
|
341373
|
-
0.032818645
|
|
341374
|
-
]
|
|
341375
|
-
},
|
|
341376
|
-
{
|
|
341377
|
-
"name": "Warehouse BLDG_LIGHT_EndUseData_Cluster1",
|
|
341378
|
-
"category": "Lighting",
|
|
341379
|
-
"units": null,
|
|
341380
|
-
"day_types": "SmrDsn",
|
|
341381
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341382
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341383
|
-
"type": "Constant",
|
|
341384
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341385
|
-
"values": [
|
|
341386
|
-
1.0
|
|
341387
|
-
]
|
|
341388
|
-
},
|
|
341389
|
-
{
|
|
341390
|
-
"name": "Warehouse BLDG_LIGHT_EndUseData_Cluster1",
|
|
341391
|
-
"category": "Lighting",
|
|
341392
|
-
"units": null,
|
|
341393
|
-
"day_types": "Sun",
|
|
341394
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341395
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341396
|
-
"type": "Hourly",
|
|
341397
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341398
|
-
"values": [
|
|
341399
|
-
0.036345522,
|
|
341400
|
-
0.053581367,
|
|
341401
|
-
0.058522784,
|
|
341402
|
-
0.064369205,
|
|
341403
|
-
0.064833965,
|
|
341404
|
-
0.064697931,
|
|
341405
|
-
0.065043106,
|
|
341406
|
-
0.064822346,
|
|
341407
|
-
0.064633411,
|
|
341408
|
-
0.064767492,
|
|
341409
|
-
0.065736495,
|
|
341410
|
-
0.064694537,
|
|
341411
|
-
0.061365311,
|
|
341412
|
-
0.048834615,
|
|
341413
|
-
0.033332729,
|
|
341414
|
-
0.031394981,
|
|
341415
|
-
0.030657992,
|
|
341416
|
-
0.031152984,
|
|
341417
|
-
0.030787075,
|
|
341418
|
-
0.030657992,
|
|
341419
|
-
0.029644791,
|
|
341420
|
-
0.028946191,
|
|
341421
|
-
0.028583475,
|
|
341422
|
-
0.030475818
|
|
341423
|
-
]
|
|
341424
|
-
},
|
|
341425
|
-
{
|
|
341426
|
-
"name": "Warehouse BLDG_LIGHT_EndUseData_Cluster1",
|
|
341427
|
-
"category": "Lighting",
|
|
341428
|
-
"units": null,
|
|
341429
|
-
"day_types": "Tue|Wed|Thu|Fri",
|
|
341430
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341431
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341432
|
-
"type": "Hourly",
|
|
341433
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341434
|
-
"values": [
|
|
341435
|
-
0.276225155,
|
|
341436
|
-
0.181310377,
|
|
341437
|
-
0.136641723,
|
|
341438
|
-
0.113820707,
|
|
341439
|
-
0.105328409,
|
|
341440
|
-
0.104294982,
|
|
341441
|
-
0.101073031,
|
|
341442
|
-
0.098762597,
|
|
341443
|
-
0.098698426,
|
|
341444
|
-
0.101767882,
|
|
341445
|
-
0.105576706,
|
|
341446
|
-
0.169036534,
|
|
341447
|
-
0.344281916,
|
|
341448
|
-
0.488760305,
|
|
341449
|
-
0.615488,
|
|
341450
|
-
0.625053985,
|
|
341451
|
-
0.626035482,
|
|
341452
|
-
0.624372037,
|
|
341453
|
-
0.623217864,
|
|
341454
|
-
0.622441172,
|
|
341455
|
-
0.622512196,
|
|
341456
|
-
0.59656129,
|
|
341457
|
-
0.527093586,
|
|
341458
|
-
0.381462824
|
|
341459
|
-
]
|
|
341460
|
-
},
|
|
341461
|
-
{
|
|
341462
|
-
"name": "Warehouse BLDG_LIGHT_EndUseData_Cluster1",
|
|
341463
|
-
"category": "Lighting",
|
|
341464
|
-
"units": null,
|
|
341465
|
-
"day_types": "WntrDsn",
|
|
341466
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341467
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341468
|
-
"type": "Constant",
|
|
341469
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341470
|
-
"values": [
|
|
341471
|
-
0.0
|
|
341472
|
-
]
|
|
341473
|
-
},
|
|
341474
|
-
{
|
|
341475
|
-
"name": "Warehouse BLDG_LIGHT_EndUseData_Cluster2",
|
|
341476
|
-
"category": "Lighting",
|
|
341477
|
-
"units": null,
|
|
341478
|
-
"day_types": "Mon",
|
|
341479
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341480
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341481
|
-
"type": "Hourly",
|
|
341482
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341483
|
-
"values": [
|
|
341484
|
-
0.064445241,
|
|
341485
|
-
0.101708933,
|
|
341486
|
-
0.136966379,
|
|
341487
|
-
0.144814558,
|
|
341488
|
-
0.147248945,
|
|
341489
|
-
0.148673812,
|
|
341490
|
-
0.151140313,
|
|
341491
|
-
0.14940432,
|
|
341492
|
-
0.148620426,
|
|
341493
|
-
0.150828213,
|
|
341494
|
-
0.150464466,
|
|
341495
|
-
0.156906077,
|
|
341496
|
-
0.15046086,
|
|
341497
|
-
0.129003506,
|
|
341498
|
-
0.089721823,
|
|
341499
|
-
0.066962246,
|
|
341500
|
-
0.067157714,
|
|
341501
|
-
0.068155644,
|
|
341502
|
-
0.06437736,
|
|
341503
|
-
0.062203872,
|
|
341504
|
-
0.058373945,
|
|
341505
|
-
0.056730668,
|
|
341506
|
-
0.060607037,
|
|
341507
|
-
0.063822688
|
|
341508
|
-
]
|
|
341509
|
-
},
|
|
341510
|
-
{
|
|
341511
|
-
"name": "Warehouse BLDG_LIGHT_EndUseData_Cluster2",
|
|
341512
|
-
"category": "Lighting",
|
|
341513
|
-
"units": null,
|
|
341514
|
-
"day_types": "Sat",
|
|
341515
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341516
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341517
|
-
"type": "Hourly",
|
|
341518
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341519
|
-
"values": [
|
|
341520
|
-
0.609298067,
|
|
341521
|
-
0.665829548,
|
|
341522
|
-
0.745884129,
|
|
341523
|
-
0.782723,
|
|
341524
|
-
0.778687876,
|
|
341525
|
-
0.78220956,
|
|
341526
|
-
0.741000887,
|
|
341527
|
-
0.767727129,
|
|
341528
|
-
0.769745173,
|
|
341529
|
-
0.715844848,
|
|
341530
|
-
0.63200842,
|
|
341531
|
-
0.577827287,
|
|
341532
|
-
0.523531346,
|
|
341533
|
-
0.481570348,
|
|
341534
|
-
0.397140456,
|
|
341535
|
-
0.331439666,
|
|
341536
|
-
0.327393433,
|
|
341537
|
-
0.319455344,
|
|
341538
|
-
0.30935248,
|
|
341539
|
-
0.275591731,
|
|
341540
|
-
0.254550035,
|
|
341541
|
-
0.257155354,
|
|
341542
|
-
0.28637295,
|
|
341543
|
-
0.275422152
|
|
341544
|
-
]
|
|
341545
|
-
},
|
|
341546
|
-
{
|
|
341547
|
-
"name": "Warehouse BLDG_LIGHT_EndUseData_Cluster2",
|
|
341548
|
-
"category": "Lighting",
|
|
341549
|
-
"units": null,
|
|
341550
|
-
"day_types": "SmrDsn",
|
|
341551
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341552
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341553
|
-
"type": "Constant",
|
|
341554
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341555
|
-
"values": [
|
|
341556
|
-
1.0
|
|
341557
|
-
]
|
|
341558
|
-
},
|
|
341559
|
-
{
|
|
341560
|
-
"name": "Warehouse BLDG_LIGHT_EndUseData_Cluster2",
|
|
341561
|
-
"category": "Lighting",
|
|
341562
|
-
"units": null,
|
|
341563
|
-
"day_types": "Sun",
|
|
341564
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341565
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341566
|
-
"type": "Hourly",
|
|
341567
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341568
|
-
"values": [
|
|
341569
|
-
0.310792221,
|
|
341570
|
-
0.326175488,
|
|
341571
|
-
0.382507923,
|
|
341572
|
-
0.419614939,
|
|
341573
|
-
0.412194855,
|
|
341574
|
-
0.408507544,
|
|
341575
|
-
0.40633799,
|
|
341576
|
-
0.410963039,
|
|
341577
|
-
0.410992741,
|
|
341578
|
-
0.414943654,
|
|
341579
|
-
0.385206837,
|
|
341580
|
-
0.407583523,
|
|
341581
|
-
0.414915196,
|
|
341582
|
-
0.387238835,
|
|
341583
|
-
0.323458922,
|
|
341584
|
-
0.302724307,
|
|
341585
|
-
0.30143559,
|
|
341586
|
-
0.30172624,
|
|
341587
|
-
0.292802956,
|
|
341588
|
-
0.279673589,
|
|
341589
|
-
0.279683145,
|
|
341590
|
-
0.289430144,
|
|
341591
|
-
0.293322415,
|
|
341592
|
-
0.280358773
|
|
341593
|
-
]
|
|
341594
|
-
},
|
|
341595
|
-
{
|
|
341596
|
-
"name": "Warehouse BLDG_LIGHT_EndUseData_Cluster2",
|
|
341597
|
-
"category": "Lighting",
|
|
341598
|
-
"units": null,
|
|
341599
|
-
"day_types": "Tue|Wed|Thu|Fri",
|
|
341600
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341601
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341602
|
-
"type": "Hourly",
|
|
341603
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341604
|
-
"values": [
|
|
341605
|
-
0.412068748,
|
|
341606
|
-
0.40118402,
|
|
341607
|
-
0.42458836,
|
|
341608
|
-
0.434185349,
|
|
341609
|
-
0.438637311,
|
|
341610
|
-
0.437704556,
|
|
341611
|
-
0.421674289,
|
|
341612
|
-
0.411017899,
|
|
341613
|
-
0.396884922,
|
|
341614
|
-
0.394859704,
|
|
341615
|
-
0.385380347,
|
|
341616
|
-
0.398717105,
|
|
341617
|
-
0.494970131,
|
|
341618
|
-
0.550881286,
|
|
341619
|
-
0.592454234,
|
|
341620
|
-
0.584971135,
|
|
341621
|
-
0.584943222,
|
|
341622
|
-
0.589148191,
|
|
341623
|
-
0.585948835,
|
|
341624
|
-
0.58204533,
|
|
341625
|
-
0.576399137,
|
|
341626
|
-
0.567022633,
|
|
341627
|
-
0.528561887,
|
|
341628
|
-
0.455166146
|
|
341629
|
-
]
|
|
341630
|
-
},
|
|
341631
|
-
{
|
|
341632
|
-
"name": "Warehouse BLDG_LIGHT_EndUseData_Cluster2",
|
|
341633
|
-
"category": "Lighting",
|
|
341634
|
-
"units": null,
|
|
341635
|
-
"day_types": "WntrDsn",
|
|
341636
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341637
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341638
|
-
"type": "Constant",
|
|
341639
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341640
|
-
"values": [
|
|
341641
|
-
0.0
|
|
341642
|
-
]
|
|
341643
|
-
},
|
|
341644
|
-
{
|
|
341645
|
-
"name": "Warehouse BLDG_LIGHT_EndUseData_Cluster3",
|
|
341646
|
-
"category": "Lighting",
|
|
341647
|
-
"units": null,
|
|
341648
|
-
"day_types": "Mon",
|
|
341649
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341650
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341651
|
-
"type": "Hourly",
|
|
341652
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341653
|
-
"values": [
|
|
341654
|
-
0.237250019,
|
|
341655
|
-
0.383819469,
|
|
341656
|
-
0.49708756,
|
|
341657
|
-
0.53291687,
|
|
341658
|
-
0.575161969,
|
|
341659
|
-
0.582681817,
|
|
341660
|
-
0.582395477,
|
|
341661
|
-
0.579740849,
|
|
341662
|
-
0.580141559,
|
|
341663
|
-
0.59045289,
|
|
341664
|
-
0.593804625,
|
|
341665
|
-
0.614077819,
|
|
341666
|
-
0.705413291,
|
|
341667
|
-
0.73057856,
|
|
341668
|
-
0.712042625,
|
|
341669
|
-
0.690065049,
|
|
341670
|
-
0.692814295,
|
|
341671
|
-
0.706589417,
|
|
341672
|
-
0.695715964,
|
|
341673
|
-
0.700507207,
|
|
341674
|
-
0.687172099,
|
|
341675
|
-
0.685722146,
|
|
341676
|
-
0.661302307,
|
|
341677
|
-
0.619076098
|
|
341678
|
-
]
|
|
341679
|
-
},
|
|
341680
|
-
{
|
|
341681
|
-
"name": "Warehouse BLDG_LIGHT_EndUseData_Cluster3",
|
|
341682
|
-
"category": "Lighting",
|
|
341683
|
-
"units": null,
|
|
341684
|
-
"day_types": "Sat",
|
|
341685
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341686
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341687
|
-
"type": "Hourly",
|
|
341688
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341689
|
-
"values": [
|
|
341690
|
-
0.428722825,
|
|
341691
|
-
0.341046766,
|
|
341692
|
-
0.314278427,
|
|
341693
|
-
0.260106006,
|
|
341694
|
-
0.165431181,
|
|
341695
|
-
0.090999616,
|
|
341696
|
-
0.075966958,
|
|
341697
|
-
0.071205229,
|
|
341698
|
-
0.069948936,
|
|
341699
|
-
0.074801561,
|
|
341700
|
-
0.098421681,
|
|
341701
|
-
0.24335459,
|
|
341702
|
-
0.392046281,
|
|
341703
|
-
0.530739723,
|
|
341704
|
-
0.535103505,
|
|
341705
|
-
0.5535724,
|
|
341706
|
-
0.52479786,
|
|
341707
|
-
0.489235017,
|
|
341708
|
-
0.416963463,
|
|
341709
|
-
0.362175339,
|
|
341710
|
-
0.308988394,
|
|
341711
|
-
0.2654426,
|
|
341712
|
-
0.219031774,
|
|
341713
|
-
0.152521448
|
|
341714
|
-
]
|
|
341715
|
-
},
|
|
341716
|
-
{
|
|
341717
|
-
"name": "Warehouse BLDG_LIGHT_EndUseData_Cluster3",
|
|
341718
|
-
"category": "Lighting",
|
|
341719
|
-
"units": null,
|
|
341720
|
-
"day_types": "SmrDsn",
|
|
341721
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341722
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341723
|
-
"type": "Constant",
|
|
341724
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341725
|
-
"values": [
|
|
341726
|
-
1.0
|
|
341727
|
-
]
|
|
341728
|
-
},
|
|
341729
|
-
{
|
|
341730
|
-
"name": "Warehouse BLDG_LIGHT_EndUseData_Cluster3",
|
|
341731
|
-
"category": "Lighting",
|
|
341732
|
-
"units": null,
|
|
341733
|
-
"day_types": "Sun",
|
|
341734
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341735
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341736
|
-
"type": "Hourly",
|
|
341737
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341738
|
-
"values": [
|
|
341739
|
-
0.826046461,
|
|
341740
|
-
0.78759101,
|
|
341741
|
-
0.7872151,
|
|
341742
|
-
0.787020296,
|
|
341743
|
-
0.78739925,
|
|
341744
|
-
0.788412838,
|
|
341745
|
-
0.78529598,
|
|
341746
|
-
0.78299671,
|
|
341747
|
-
0.78333729,
|
|
341748
|
-
0.783067913,
|
|
341749
|
-
0.783357075,
|
|
341750
|
-
0.786245647,
|
|
341751
|
-
0.785117917,
|
|
341752
|
-
0.7848805,
|
|
341753
|
-
0.782789405,
|
|
341754
|
-
0.785652105,
|
|
341755
|
-
0.784454367,
|
|
341756
|
-
0.784781576,
|
|
341757
|
-
0.783317506,
|
|
341758
|
-
0.785533397,
|
|
341759
|
-
0.785285326,
|
|
341760
|
-
0.785092045,
|
|
341761
|
-
0.787076607,
|
|
341762
|
-
0.785732766
|
|
341763
|
-
]
|
|
341764
|
-
},
|
|
341765
|
-
{
|
|
341766
|
-
"name": "Warehouse BLDG_LIGHT_EndUseData_Cluster3",
|
|
341767
|
-
"category": "Lighting",
|
|
341768
|
-
"units": null,
|
|
341769
|
-
"day_types": "Tue|Wed|Thu|Fri",
|
|
341770
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341771
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341772
|
-
"type": "Hourly",
|
|
341773
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341774
|
-
"values": [
|
|
341775
|
-
0.379389424,
|
|
341776
|
-
0.40267677,
|
|
341777
|
-
0.446447855,
|
|
341778
|
-
0.454778684,
|
|
341779
|
-
0.463157385,
|
|
341780
|
-
0.464469832,
|
|
341781
|
-
0.447839862,
|
|
341782
|
-
0.426043287,
|
|
341783
|
-
0.410367816,
|
|
341784
|
-
0.409363474,
|
|
341785
|
-
0.397283123,
|
|
341786
|
-
0.392729387,
|
|
341787
|
-
0.435434543,
|
|
341788
|
-
0.439832235,
|
|
341789
|
-
0.42380242,
|
|
341790
|
-
0.404587961,
|
|
341791
|
-
0.404699253,
|
|
341792
|
-
0.412796456,
|
|
341793
|
-
0.40855914,
|
|
341794
|
-
0.405333169,
|
|
341795
|
-
0.395284285,
|
|
341796
|
-
0.394601741,
|
|
341797
|
-
0.376816073,
|
|
341798
|
-
0.366129308
|
|
341799
|
-
]
|
|
341800
|
-
},
|
|
341801
|
-
{
|
|
341802
|
-
"name": "Warehouse BLDG_LIGHT_EndUseData_Cluster3",
|
|
341803
|
-
"category": "Lighting",
|
|
341804
|
-
"units": null,
|
|
341805
|
-
"day_types": "WntrDsn",
|
|
341806
|
-
"start_date": "2020-01-01T00:00:00+00:00",
|
|
341807
|
-
"end_date": "2020-12-31T00:00:00+00:00",
|
|
341808
|
-
"type": "Constant",
|
|
341809
|
-
"notes": "From end use data sources (Enertiv, PowerhouseDynamics) under EULP project",
|
|
341810
|
-
"values": [
|
|
341811
|
-
0.0
|
|
341812
|
-
]
|
|
341813
|
-
},
|
|
341814
339572
|
{
|
|
341815
339573
|
"name": "Warehouse BLDG_LIGHT_OFFICE_SCH",
|
|
341816
339574
|
"category": "Lighting",
|
|
@@ -341921,7 +339679,7 @@
|
|
|
341921
339679
|
0.658658,
|
|
341922
339680
|
0.658658,
|
|
341923
339681
|
0.658658,
|
|
341924
|
-
0.
|
|
339682
|
+
0.658658,
|
|
341925
339683
|
0.658658,
|
|
341926
339684
|
0.658658,
|
|
341927
339685
|
0.658658,
|
|
@@ -341996,7 +339754,7 @@
|
|
|
341996
339754
|
0.62901839,
|
|
341997
339755
|
0.62901839,
|
|
341998
339756
|
0.62901839,
|
|
341999
|
-
0.
|
|
339757
|
+
0.62901839,
|
|
342000
339758
|
0.62901839,
|
|
342001
339759
|
0.62901839,
|
|
342002
339760
|
0.62901839,
|
|
@@ -342170,7 +339928,7 @@
|
|
|
342170
339928
|
"type": "Constant",
|
|
342171
339929
|
"notes": "From DOE Reference Buildings ",
|
|
342172
339930
|
"values": [
|
|
342173
|
-
0.
|
|
339931
|
+
0.25
|
|
342174
339932
|
]
|
|
342175
339933
|
},
|
|
342176
339934
|
{
|
|
@@ -342195,7 +339953,7 @@
|
|
|
342195
339953
|
1.0,
|
|
342196
339954
|
1.0,
|
|
342197
339955
|
1.0,
|
|
342198
|
-
0
|
|
339956
|
+
1.0,
|
|
342199
339957
|
1.0,
|
|
342200
339958
|
1.0,
|
|
342201
339959
|
1.0,
|
|
@@ -342231,7 +339989,7 @@
|
|
|
342231
339989
|
1.0,
|
|
342232
339990
|
1.0,
|
|
342233
339991
|
1.0,
|
|
342234
|
-
0
|
|
339992
|
+
1.0,
|
|
342235
339993
|
1.0,
|
|
342236
339994
|
1.0,
|
|
342237
339995
|
1.0,
|
|
@@ -342255,7 +340013,7 @@
|
|
|
342255
340013
|
"type": "Constant",
|
|
342256
340014
|
"notes": "From DOE Reference Buildings. Day Types changed from Sun|Hol to Wknd|Hol based on EULP Calibration with AMI data from Fort Collins/PGE/Seattle",
|
|
342257
340015
|
"values": [
|
|
342258
|
-
0.
|
|
340016
|
+
0.25
|
|
342259
340017
|
]
|
|
342260
340018
|
},
|
|
342261
340019
|
{
|
|
@@ -342280,7 +340038,7 @@
|
|
|
342280
340038
|
1.0,
|
|
342281
340039
|
1.0,
|
|
342282
340040
|
1.0,
|
|
342283
|
-
0
|
|
340041
|
+
1.0,
|
|
342284
340042
|
1.0,
|
|
342285
340043
|
1.0,
|
|
342286
340044
|
1.0,
|
|
@@ -342316,7 +340074,7 @@
|
|
|
342316
340074
|
0.9,
|
|
342317
340075
|
0.9,
|
|
342318
340076
|
0.9,
|
|
342319
|
-
0.
|
|
340077
|
+
0.9,
|
|
342320
340078
|
0.9,
|
|
342321
340079
|
0.9,
|
|
342322
340080
|
0.9,
|
|
@@ -343710,7 +341468,7 @@
|
|
|
343710
341468
|
0.969355,
|
|
343711
341469
|
0.969355,
|
|
343712
341470
|
0.969355,
|
|
343713
|
-
0.
|
|
341471
|
+
0.969355,
|
|
343714
341472
|
0.969355,
|
|
343715
341473
|
0.969355,
|
|
343716
341474
|
0.969355,
|
|
@@ -343785,7 +341543,7 @@
|
|
|
343785
341543
|
0.959505267,
|
|
343786
341544
|
0.959505267,
|
|
343787
341545
|
0.959505267,
|
|
343788
|
-
0.
|
|
341546
|
+
0.959505267,
|
|
343789
341547
|
0.959505267,
|
|
343790
341548
|
0.959505267,
|
|
343791
341549
|
0.959505267,
|