openstudio-standards 0.2.10.rc2 → 0.2.10.rc3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/standards/OpenStudio_Standards-ashrae_90_1(space_types).xlsx +0 -0
- data/data/standards/OpenStudio_Standards-ashrae_90_1-ALL-comstock(space_types).xlsx +0 -0
- data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
- data/data/standards/OpenStudio_Standards-cbes.xlsx +0 -0
- data/data/standards/OpenStudio_Standards-deer.xlsx +0 -0
- data/data/standards/manage_OpenStudio_Standards.rb +4 -0
- data/data/standards/openstudio_standards_duplicates_log.csv +2 -0
- data/data/standards/test_performance_expected_dd_results.csv +152 -152
- data/lib/openstudio-standards.rb +3 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingDXTwoSpeed.rb +19 -3
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingDXSingleSpeed.rb +20 -6
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.hvac.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +130 -26
- data/lib/openstudio-standards/standards/Standards.BoilerHotWater.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +109 -0
- data/lib/openstudio-standards/standards/Standards.CoilDX.rb +10 -0
- data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +176 -0
- data/lib/openstudio-standards/standards/Standards.FluidCooler.rb +124 -0
- data/lib/openstudio-standards/standards/Standards.Model.rb +13 -1
- data/lib/openstudio-standards/standards/Standards.WaterHeaterMixed.rb +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_source_heat_pumps.json +31 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_source_heat_pumps_heating.json +13 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_source_heat_pumps.json +31 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_source_heat_pumps_heating.json +13 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_source_heat_pumps.json +31 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_source_heat_pumps_heating.json +13 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_source_heat_pumps.json +31 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_source_heat_pumps_heating.json +13 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.fans.json +12 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.water_source_heat_pumps.json +31 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.water_source_heat_pumps_heating.json +13 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.water_source_heat_pumps.json +31 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.water_source_heat_pumps_heating.json +13 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.chillers.json +345 -3
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.heat_pumps.json +154 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.heat_pumps_heating.json +104 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.heat_rejection.json +40 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.unitary_acs.json +75 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.water_heaters.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.water_source_heat_pumps.json +31 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.water_source_heat_pumps_heating.json +13 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirLoopHVAC.rb +0 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.Model.rb +21 -2
- data/lib/openstudio-standards/standards/cbes/data/cbes.fans.json +12 -0
- data/lib/openstudio-standards/standards/deer/data/deer.fans.json +12 -0
- data/lib/openstudio-standards/version.rb +1 -1
- metadata +21 -11
- data/data/standards/OpenStudio_Standards-cbes(space_types).xlsx +0 -0
- data/data/standards/OpenStudio_Standards-deer(space_types).xlsx +0 -0
- data/data/standards/OpenStudio_Standards-deer-ALL-comstock(space_types).xlsx +0 -0
- data/data/standards/junk/legacy_dd_results - Copy.csv +0 -960
- data/data/standards/junk/legacy_dd_results.csv +0 -960
- data/data/standards/junk/legacy_dd_results_new - Copy.csv +0 -960
- data/data/standards/junk/legacy_dd_results_new.csv +0 -960
- data/data/standards/junk/legacy_dd_results_original.csv +0 -960
- data/lib/openstudio-standards/standards/necb/NECB2011/newway.json +0 -8102
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85383359dec8e6f8c17ad77a48f12fdaa0e6f409c2d7fe9bfdfb5f127b3a4cea
|
4
|
+
data.tar.gz: b673fb89dae659bccb2651b632dd1db4196b6e58ac8a2fb052d024a7a95d9c31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5fdb54362a565e9df39ccae0b80b7be37bcfa7f1bb2696bc644c9770d2ac6e20787af33e62f270cc0e9f59f182119ea1b7a857769d789d102c714df13025133
|
7
|
+
data.tar.gz: 4012d9d1842ed13f61c128b149b962567122a6334e240ae8b8030a9bf170733530a277060fbf5053343b69077e84f13ab91e370e82078d028ec221e4e093a6e4
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -100,6 +100,10 @@ def unique_properties(sheet_name)
|
|
100
100
|
['template', 'cooling_type', 'condenser_type', 'compressor_type', 'absorption_type', 'variable_speed_drive', 'minimum_capacity', 'maximum_capacity', 'start_date', 'end_date']
|
101
101
|
when 'heat_rejection'
|
102
102
|
['template', 'equipment_type', 'fan_type', 'start_date', 'end_date']
|
103
|
+
when 'water_source_heat_pumps'
|
104
|
+
['template', 'minimum_capacity', 'maximum_capacity', 'start_date', 'end_date']
|
105
|
+
when 'water_source_heat_pumps_heating'
|
106
|
+
['template', 'minimum_capacity', 'maximum_capacity', 'start_date', 'end_date']
|
103
107
|
when 'heat_pumps'
|
104
108
|
['template', 'cooling_type', 'heating_type', 'subcategory', 'minimum_capacity', 'maximum_capacity', 'start_date', 'end_date']
|
105
109
|
when 'heat_pumps_heating'
|
@@ -0,0 +1,2 @@
|
|
1
|
+
Spreadsheet Name,Worksheet Name,Object Index in Worksheet,Similarity of Duplicate,Duplicate Object
|
2
|
+
OpenStudio_Standards-ashrae_90_1,unitary_acs,187,same,NREL ZNE Ready 2017|AirCooled|Electric Resistance or None|Split System|0.0|9999999.0|1919-09-09T00:00:00+00:00|2999-09-09T00:00:00+00:00
|
@@ -303,82 +303,82 @@ MediumOffice,90.1-2013,ASHRAE 169-2013-7A,3294752079.14,0,0,0,0,0,0,0,0,0,0,0,0,
|
|
303
303
|
MediumOffice,90.1-2013,ASHRAE 169-2013-7B,3294752079.14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576096858.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5396899491.59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2009138925.55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327635.689369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9511571872.21,9109575911.18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4158924275.44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121597851.866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25069308989.5,0.0,25069308989.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,752780232.94,0,0,0,0,0,0,0,0,1.34173426946,0,0,0,0,0,0
|
304
304
|
MediumOffice,90.1-2013,ASHRAE 169-2013-8A,3188494106.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,582851496.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5396899491.59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1990563460.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327635.689369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9736223304.53,11323172611.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2897586655.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105000930.581,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23897947079.6,0.0,23897947079.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,786786117.693,0,0,0,0,0,0,0,0,1.34173426946,0,0,0,0,0,0
|
305
305
|
MediumOffice,90.1-2013,ASHRAE 169-2013-8B,3188494106.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,582851496.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5396899491.59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2015207422.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327635.689369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9625943193.19,11292864018.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2942671249.66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105000930.581,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23857395524.9,0.0,23857395524.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,786784116.783,0,0,0,0,0,0,0,0,1.34173426946,0,0,0,0,0,0
|
306
|
-
LargeOffice,90.1-2004,ASHRAE 169-2013-1A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5424435648.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
307
|
-
LargeOffice,90.1-2004,ASHRAE 169-2013-1B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5349096264.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
308
|
-
LargeOffice,90.1-2004,ASHRAE 169-2013-2A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5537444724.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
309
|
-
LargeOffice,90.1-2004,ASHRAE 169-2013-2B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5499775032.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
310
|
-
LargeOffice,90.1-2004,ASHRAE 169-2013-3A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
311
|
-
LargeOffice,90.1-2004,ASHRAE 169-2013-3B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5462105340.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
312
|
-
LargeOffice,90.1-2004,ASHRAE 169-2013-3C,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5612784108.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
313
|
-
LargeOffice,90.1-2004,ASHRAE 169-2013-4A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
314
|
-
LargeOffice,90.1-2004,ASHRAE 169-2013-4B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5499775032.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
315
|
-
LargeOffice,90.1-2004,ASHRAE 169-2013-4C,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5838802260.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
316
|
-
LargeOffice,90.1-2004,ASHRAE 169-2013-5A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
317
|
-
LargeOffice,90.1-2004,ASHRAE 169-2013-5B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5537444724.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
318
|
-
LargeOffice,90.1-2004,ASHRAE 169-2013-5C,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5763462876.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
319
|
-
LargeOffice,90.1-2004,ASHRAE 169-2013-6A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5424435648.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
320
|
-
LargeOffice,90.1-2004,ASHRAE 169-2013-6B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5424435648.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
321
|
-
LargeOffice,90.1-2004,ASHRAE 169-2013-7A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
322
|
-
LargeOffice,90.1-2004,ASHRAE 169-2013-7B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
323
|
-
LargeOffice,90.1-2004,ASHRAE 169-2013-8A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5349096264.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
324
|
-
LargeOffice,90.1-2004,ASHRAE 169-2013-8B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5349096264.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
325
|
-
LargeOffice,90.1-2007,ASHRAE 169-2013-1A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5424435648.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
326
|
-
LargeOffice,90.1-2007,ASHRAE 169-2013-1B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5349096264.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
327
|
-
LargeOffice,90.1-2007,ASHRAE 169-2013-2A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5537444724.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
328
|
-
LargeOffice,90.1-2007,ASHRAE 169-2013-2B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5499775032.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
329
|
-
LargeOffice,90.1-2007,ASHRAE 169-2013-3A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
330
|
-
LargeOffice,90.1-2007,ASHRAE 169-2013-3B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5462105340.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
331
|
-
LargeOffice,90.1-2007,ASHRAE 169-2013-3C,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5612784108.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
332
|
-
LargeOffice,90.1-2007,ASHRAE 169-2013-4A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
333
|
-
LargeOffice,90.1-2007,ASHRAE 169-2013-4B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5499775032.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
334
|
-
LargeOffice,90.1-2007,ASHRAE 169-2013-4C,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5838802260.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
335
|
-
LargeOffice,90.1-2007,ASHRAE 169-2013-5A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
336
|
-
LargeOffice,90.1-2007,ASHRAE 169-2013-5B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5537444724.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
337
|
-
LargeOffice,90.1-2007,ASHRAE 169-2013-5C,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5763462876.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
338
|
-
LargeOffice,90.1-2007,ASHRAE 169-2013-6A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5424435648.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
339
|
-
LargeOffice,90.1-2007,ASHRAE 169-2013-6B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5424435648.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
340
|
-
LargeOffice,90.1-2007,ASHRAE 169-2013-7A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
341
|
-
LargeOffice,90.1-2007,ASHRAE 169-2013-7B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
342
|
-
LargeOffice,90.1-2007,ASHRAE 169-2013-8A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5349096264.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
343
|
-
LargeOffice,90.1-2007,ASHRAE 169-2013-8B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5349096264.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
344
|
-
LargeOffice,90.1-2010,ASHRAE 169-2013-1A,37189880883.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3740763600.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
345
|
-
LargeOffice,90.1-2010,ASHRAE 169-2013-1B,38770234191.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3735553920.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
346
|
-
LargeOffice,90.1-2010,ASHRAE 169-2013-2A,37011450909.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3842068860.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
347
|
-
LargeOffice,90.1-2010,ASHRAE 169-2013-2B,36845766652.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3855045810.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
348
|
-
LargeOffice,90.1-2010,ASHRAE 169-2013-3A,36707525723.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3738158760.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
349
|
-
LargeOffice,90.1-2010,ASHRAE 169-2013-3B,36743616645.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3852440970.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
350
|
-
LargeOffice,90.1-2010,ASHRAE 169-2013-3C,36836078934.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3987514650.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
351
|
-
LargeOffice,90.1-2010,ASHRAE 169-2013-4A,36540695323.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3831649500.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
352
|
-
LargeOffice,90.1-2010,ASHRAE 169-2013-4B,36607168675.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3886209390.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
353
|
-
LargeOffice,90.1-2010,ASHRAE 169-2013-4C,36645306396.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4190125170.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
354
|
-
LargeOffice,90.1-2010,ASHRAE 169-2013-5A,36499369327.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3816067710.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
355
|
-
LargeOffice,90.1-2010,ASHRAE 169-2013-5B,36528089818.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3951141390.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
356
|
-
LargeOffice,90.1-2010,ASHRAE 169-2013-5C,36631910196.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4107006540.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
357
|
-
LargeOffice,90.1-2010,ASHRAE 169-2013-6A,36468792531.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3849836130.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
358
|
-
LargeOffice,90.1-2010,ASHRAE 169-2013-6B,36416172068.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3849836130.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
359
|
-
LargeOffice,90.1-2010,ASHRAE 169-2013-7A,36390669532.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3847231290.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
360
|
-
LargeOffice,90.1-2010,ASHRAE 169-2013-7B,36390669532.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3847231290.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
361
|
-
LargeOffice,90.1-2010,ASHRAE 169-2013-8A,35964699089.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3922535400.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
362
|
-
LargeOffice,90.1-2010,ASHRAE 169-2013-8B,35964699089.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3922535400.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
363
|
-
LargeOffice,90.1-2013,ASHRAE 169-2013-1A,32926067447.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3740763600.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
364
|
-
LargeOffice,90.1-2013,ASHRAE 169-2013-1B,35323991151.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3735553920.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
365
|
-
LargeOffice,90.1-2013,ASHRAE 169-2013-2A,32855918409.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3842068860.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
366
|
-
LargeOffice,90.1-2013,ASHRAE 169-2013-2B,32686533605.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3855045810.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
367
|
-
LargeOffice,90.1-2013,ASHRAE 169-2013-3A,32669472625.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3738158760.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
368
|
-
LargeOffice,90.1-2013,ASHRAE 169-2013-3B,32711530371.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3852440970.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
369
|
-
LargeOffice,90.1-2013,ASHRAE 169-2013-3C,32807325028.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3987514650.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
370
|
-
LargeOffice,90.1-2013,ASHRAE 169-2013-4A,32528959949.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3831649500.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
371
|
-
LargeOffice,90.1-2013,ASHRAE 169-2013-4B,32617393059.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3886209390.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
372
|
-
LargeOffice,90.1-2013,ASHRAE 169-2013-4C,32642515786.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4190125170.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
373
|
-
LargeOffice,90.1-2013,ASHRAE 169-2013-5A,32479116239.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3816067710.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
374
|
-
LargeOffice,90.1-2013,ASHRAE 169-2013-5B,32511051426.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3951141390.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
375
|
-
LargeOffice,90.1-2013,ASHRAE 169-2013-5C,32640577784.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4107006540.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
376
|
-
LargeOffice,90.1-2013,ASHRAE 169-2013-6A,32446639091.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3849836130.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
377
|
-
LargeOffice,90.1-2013,ASHRAE 169-2013-6B,32365077954.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3849836130.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
378
|
-
LargeOffice,90.1-2013,ASHRAE 169-2013-7A,32224312240.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3847231290.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
379
|
-
LargeOffice,90.1-2013,ASHRAE 169-2013-7B,32224312240.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3847231290.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
380
|
-
LargeOffice,90.1-2013,ASHRAE 169-2013-8A,31560394800.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3922535400.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
381
|
-
LargeOffice,90.1-2013,ASHRAE 169-2013-8B,31560394800.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3922535400.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
306
|
+
LargeOffice,90.1-2004,ASHRAE 169-2013-1A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5424435648.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22541423277.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6200362657.71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,35982679134.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55870997930.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8629382115.07,0,0,0,0,0,0,0,0,0,16485.1402985,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16957105173.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.71904534257e+11,0.0,2.71904534257e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3319460523.97,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
307
|
+
LargeOffice,90.1-2004,ASHRAE 169-2013-1B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5349096264.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22229557671.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5319919298.28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,50420366627.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49336548488.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6394152940.44,0,0,0,0,0,0,0,0,0,13123.114948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17073214496.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.61983316614e+11,0.0,2.61983316614e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3230949995.43,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
308
|
+
LargeOffice,90.1-2004,ASHRAE 169-2013-2A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5537444724.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23568093025.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6611975922.14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,67989992754.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55535598119.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7630953178.02,0,0,0,0,0,0,0,0,0,16456.7889439,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18654652863.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.73819545288e+11,0.0,2.73819545288e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3455790364.17,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
309
|
+
LargeOffice,90.1-2004,ASHRAE 169-2013-2B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5499775032.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23710773852.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3957576968.76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.07157365106e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34022159077.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5305166790.34,0,0,0,0,0,0,0,0,0,11893.1436533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6944513277.97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.35720792454e+11,0.0,2.35720792454e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3387304589.04,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
310
|
+
LargeOffice,90.1-2004,ASHRAE 169-2013-3A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24821475135.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6802260626.67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,98358923482.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52183046400.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6870000399.54,0,0,0,0,0,0,0,0,0,14862.3574416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19813908916.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7215828489e+11,0.0,2.7215828489e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3717831471.56,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
311
|
+
LargeOffice,90.1-2004,ASHRAE 169-2013-3B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5462105340.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23832739650.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3757206367.43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,76756200959.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33401615505.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5018795846.79,0,0,0,0,0,0,0,0,0,11276.2300664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12037156348.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.39790446515e+11,0.0,2.39790446515e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3606289564.6,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
312
|
+
LargeOffice,90.1-2004,ASHRAE 169-2013-3C,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5612784108.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21126390125.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3870777419.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,82328476686.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31585077743.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5079841780.54,0,0,0,0,0,0,0,0,0,10936.1514207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6462255411.44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.30017954043e+11,0.0,2.30017954043e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3834845797.58,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
313
|
+
LargeOffice,90.1-2004,ASHRAE 169-2013-4A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23724944560.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6807381011.72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.11587255849e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51992611206.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6789843290.93,0,0,0,0,0,0,0,0,0,14820.5941986,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12037156348.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.6301952983e+11,0.0,2.6301952983e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3963225628.9,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
314
|
+
LargeOffice,90.1-2004,ASHRAE 169-2013-4B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5499775032.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23658627319.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3552404317.89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,87795772044.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30952033432.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4176974775.82,0,0,0,0,0,0,0,0,0,10161.9373126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11265543762.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.35386186095e+11,0.0,2.35386186095e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3871518707.33,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
315
|
+
LargeOffice,90.1-2004,ASHRAE 169-2013-4C,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5838802260.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20176143266.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3588762683.36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,84578860254.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28496037313.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4433520006.3,0,0,0,0,0,0,0,0,0,9645.1142028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9336512295.94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.28150605281e+11,0.0,2.28150605281e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4079462331.73,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
316
|
+
LargeOffice,90.1-2004,ASHRAE 169-2013-5A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25855915139.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5742787083.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.27385545694e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38150303539.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6177025525.01,0,0,0,0,0,0,0,0,0,14359.0758365,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8912125373.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.46505750072e+11,0.0,2.46505750072e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4192824147.14,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
317
|
+
LargeOffice,90.1-2004,ASHRAE 169-2013-5B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5537444724.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24879337726.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3718893152.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.10708436962e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29570067772.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3975602699.22,0,0,0,0,0,0,0,0,0,10008.4249145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10262447399.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3422462093e+11,0.0,2.3422462093e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4108504247.68,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
318
|
+
LargeOffice,90.1-2004,ASHRAE 169-2013-5C,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5763462876.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20273686354.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3395735451.49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,74428473493.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24944414664.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3889322931.06,0,0,0,0,0,0,0,0,0,8471.85479956,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7484642088.48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.22032091821e+11,0.0,2.22032091821e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4240250177.95,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
319
|
+
LargeOffice,90.1-2004,ASHRAE 169-2013-6A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5424435648.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28526955544.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5152065292.65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.78352384266e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40896512334.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6819415283.05,0,0,0,0,0,0,0,0,0,15646.5870262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10030963623.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.53131175181e+11,0.0,2.53131175181e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4342386211.44,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
320
|
+
LargeOffice,90.1-2004,ASHRAE 169-2013-6B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5424435648.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23785632896.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3995718813.32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.64244452508e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27852782511.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4061513034.57,0,0,0,0,0,0,0,0,0,9743.02449003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10185286141.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.315861965e+11,0.0,2.315861965e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4317134739.9,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
321
|
+
LargeOffice,90.1-2004,ASHRAE 169-2013-7A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25961430088.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4789689398.56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.78191850966e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35690858492.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5842053811.21,0,0,0,0,0,0,0,0,0,13059.3042337,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9220770407.97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.43172395609e+11,0.0,2.43172395609e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4552534750.59,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
322
|
+
LargeOffice,90.1-2004,ASHRAE 169-2013-7B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26113333582.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4841894828.95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.79962519908e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35872387479.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5871566844.01,0,0,0,0,0,0,0,0,0,13127.5968592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9220770407.97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.43587546554e+11,0.0,2.43587546554e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4552879808.83,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
323
|
+
LargeOffice,90.1-2004,ASHRAE 169-2013-8A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5349096264.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21314567844.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4114238038.53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.80670161937e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25192499072.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3767259028.72,0,0,0,0,0,0,0,0,0,8972.70526252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8256254674.92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.24274742379e+11,0.0,2.24274742379e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4838696708.2,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
324
|
+
LargeOffice,90.1-2004,ASHRAE 169-2013-8B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5349096264.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21412631768.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4143240593.58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.82862797306e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25307094549.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3782604466.63,0,0,0,0,0,0,0,0,0,9012.9260699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8256254674.92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.24531749773e+11,0.0,2.24531749773e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4838149530.25,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
325
|
+
LargeOffice,90.1-2007,ASHRAE 169-2013-1A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5424435648.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24356826585.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6226614039.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,44566293395.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55439686381.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8667744255.1,0,0,0,0,0,0,0,0,0,16686.7123584,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14458256039.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.70854390404e+11,0.0,2.70854390404e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3319542025.23,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
326
|
+
LargeOffice,90.1-2007,ASHRAE 169-2013-1B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5349096264.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22419835830.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5390245532.85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,49218995188.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49416019473.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316499469.72,0,0,0,0,0,0,0,0,0,13241.2371489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14513228021.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.59685752047e+11,0.0,2.59685752047e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3231464265.85,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
327
|
+
LargeOffice,90.1-2007,ASHRAE 169-2013-2A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5537444724.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24207921424.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6550510151.31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,66286703750.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55428720170.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7483034475.6,0,0,0,0,0,0,0,0,0,16471.5473527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15629534072.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.71117992473e+11,0.0,2.71117992473e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3457254637.05,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
328
|
+
LargeOffice,90.1-2007,ASHRAE 169-2013-2B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5499775032.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24678092484.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3939927679.43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,80799969014.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33711220265.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5210419713.01,0,0,0,0,0,0,0,0,0,11902.1693403,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5903241286.28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.35223503915e+11,0.0,2.35223503915e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3386735484.85,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
329
|
+
LargeOffice,90.1-2007,ASHRAE 169-2013-3A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24696385301.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6609869849.89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,95413901367.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52126978077.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6625364985.48,0,0,0,0,0,0,0,0,0,14653.6252151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16732409468.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.68458601094e+11,0.0,2.68458601094e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3710288775.19,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
330
|
+
LargeOffice,90.1-2007,ASHRAE 169-2013-3B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5462105340.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23990757210.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3656323175.94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,72819367630.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32252501514.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4772205958.68,0,0,0,0,0,0,0,0,0,10802.4985824,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9510777627.89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.35925498283e+11,0.0,2.35925498283e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3606797446.83,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
331
|
+
LargeOffice,90.1-2007,ASHRAE 169-2013-3C,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5612784108.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18725278024.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3339840602.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,58989272533.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29417913208.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4469934751.6,0,0,0,0,0,0,0,0,0,9658.21881232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5378508727.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.23225086878e+11,0.0,2.23225086878e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3835012414.36,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
332
|
+
LargeOffice,90.1-2007,ASHRAE 169-2013-4A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24128714259.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6850767869.73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.10680141715e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53489733461.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6709312636.91,0,0,0,0,0,0,0,0,0,15419.782969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10232284896.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.63078406534e+11,0.0,2.63078406534e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3962717783.64,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
333
|
+
LargeOffice,90.1-2007,ASHRAE 169-2013-4B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5499775032.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24105835704.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3482023614.98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,79660233782.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30484352740.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4097343191.13,0,0,0,0,0,0,0,0,0,10002.6210361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9182819778.65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.33132977516e+11,0.0,2.33132977516e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3872077769.46,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
334
|
+
LargeOffice,90.1-2007,ASHRAE 169-2013-4C,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5838802260.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20810321812.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3547027382.28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,80470892875.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28219831185.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4390003187.76,0,0,0,0,0,0,0,0,0,9592.42547735,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7018297973.68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.26105111257e+11,0.0,2.26105111257e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4079694546.69,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
335
|
+
LargeOffice,90.1-2007,ASHRAE 169-2013-5A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27613386718.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5032866500.45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.59473257555e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36724306947.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5870555193.92,0,0,0,0,0,0,0,0,0,13579.6928756,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4416499036.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.41325207808e+11,0.0,2.41325207808e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4193427522.6,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
336
|
+
LargeOffice,90.1-2007,ASHRAE 169-2013-5B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5537444724.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26528677487.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860447412.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.44248631956e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29115133024.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3807778226.53,0,0,0,0,0,0,0,0,0,9793.75203091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5558885544.58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.30689193875e+11,0.0,2.30689193875e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4109615880.63,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
337
|
+
LargeOffice,90.1-2007,ASHRAE 169-2013-5C,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5763462876.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20094601313.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3269905104.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,68327117475.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24309144252.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3718182368.09,0,0,0,0,0,0,0,0,0,8114.80969429,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5444100297.34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.18880223667e+11,0.0,2.18880223667e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239806140.02,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
338
|
+
LargeOffice,90.1-2007,ASHRAE 169-2013-6A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5424435648.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28745305271.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5035525674.83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.63905064106e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39052017118.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6377165976.95,0,0,0,0,0,0,0,0,0,14773.4032329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8526904080.18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.49442181225e+11,0.0,2.49442181225e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4355878545.4,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
339
|
+
LargeOffice,90.1-2007,ASHRAE 169-2013-6B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5424435648.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23999056246.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3796444286.45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.46039959594e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26882320145.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3848725647.56,0,0,0,0,0,0,0,0,0,9287.28813567,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8658087219.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.28889896649e+11,0.0,2.28889896649e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4321367671.8,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
340
|
+
LargeOffice,90.1-2007,ASHRAE 169-2013-7A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26307997180.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4689152841.77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.56237494239e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34425238761.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5447639714.45,0,0,0,0,0,0,0,0,0,12455.7998001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7838192596.78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.40375814507e+11,0.0,2.40375814507e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4554737634.88,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
341
|
+
LargeOffice,90.1-2007,ASHRAE 169-2013-7B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386765956.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26427118691.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4690831095.18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.60139654918e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34583537603.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5474564389.11,0,0,0,0,0,0,0,0,0,12512.6341293,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7838192596.78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.40681837786e+11,0.0,2.40681837786e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4543623769.34,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
342
|
+
LargeOffice,90.1-2007,ASHRAE 169-2013-8A,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5349096264.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22358093723.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3859889093.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.62798223197e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24555345099.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3620460747.36,0,0,0,0,0,0,0,0,0,8645.40659507,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6952706403.84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.22976418787e+11,0.0,2.22976418787e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4852817527.99,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
343
|
+
LargeOffice,90.1-2007,ASHRAE 169-2013-8B,43078037990.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5349096264.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22408613180.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3897150830.15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.66784268635e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24668124535.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3635583624.77,0,0,0,0,0,0,0,0,0,8680.77874157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6952706403.84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.23192102294e+11,0.0,2.23192102294e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4852736324.38,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
344
|
+
LargeOffice,90.1-2010,ASHRAE 169-2013-1A,37189880883.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3740763600.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22957316664.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5963175293.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,39611508321.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47275017244.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733789957.01,0,0,0,0,0,0,0,0,0,14958.0000042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14419213438.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.49481946546e+11,0.0,2.49481946546e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3288785111.4,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
345
|
+
LargeOffice,90.1-2010,ASHRAE 169-2013-1B,38770234191.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3735553920.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21937177943.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4907731409.26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,35835531891.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41474830846.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3408492115.94,0,0,0,0,0,0,0,0,0,11072.0855068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14466376900.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.41903186792e+11,0.0,2.41903186792e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3191564764.96,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
346
|
+
LargeOffice,90.1-2010,ASHRAE 169-2013-2A,37011450909.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3842068860.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22097782572.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4660802170.54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,48950422729.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44376456747.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3758173192.12,0,0,0,0,0,0,0,0,0,12360.5714862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9969918616.82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.38919442534e+11,0.0,2.38919442534e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3419201583.16,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
347
|
+
LargeOffice,90.1-2010,ASHRAE 169-2013-2B,36845766652.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3855045810.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26337096651.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3779112600.12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,56869472310.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27744548491.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2868188399.44,0,0,0,0,0,0,0,0,0,11067.9980373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10055187657.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.24687735727e+11,0.0,2.24687735727e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3346258319.78,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
348
|
+
LargeOffice,90.1-2010,ASHRAE 169-2013-3A,36707525723.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3738158760.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23724362987.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4116122768.48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.15027656061e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42483215724.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3599599976.68,0,0,0,0,0,0,0,0,0,11346.5329257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5936037071.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.33507812476e+11,0.0,2.33507812476e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3667488941.91,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
349
|
+
LargeOffice,90.1-2010,ASHRAE 169-2013-3B,36743616645.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3852440970.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25736380228.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3489749517.91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,59936281042.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27206981561.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2663157663.4,0,0,0,0,0,0,0,0,0,10103.8324207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10002714401.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.22897830453e+11,0.0,2.22897830453e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3566554981.88,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
350
|
+
LargeOffice,90.1-2010,ASHRAE 169-2013-3C,36836078934.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3987514650.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20887613346.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3044065200.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,38924418584.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24947085548.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2506613710.21,0,0,0,0,0,0,0,0,0,9052.62331866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9668197395.52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1507995825e+11,0.0,2.1507995825e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3795001433.79,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
351
|
+
LargeOffice,90.1-2010,ASHRAE 169-2013-4A,36540695323.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3831649500.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23691602790.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4128178809.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,80577542037.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42387240662.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3634824053.38,0,0,0,0,0,0,0,0,0,11480.9975559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10147015855.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.37563996459e+11,0.0,2.37563996459e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3923313412.89,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
352
|
+
LargeOffice,90.1-2010,ASHRAE 169-2013-4B,36607168675.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3886209390.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26265663020.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3514210307.98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,64584628943.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25802427441.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2357241128.63,0,0,0,0,0,0,0,0,0,9655.32139976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9622283296.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.21257992726e+11,0.0,2.21257992726e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3833076944.21,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
353
|
+
LargeOffice,90.1-2010,ASHRAE 169-2013-4C,36645306396.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4190125170.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22856861508.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3778288056.36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,62490451693.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23169937598.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2408540071.88,0,0,0,0,0,0,0,0,0,8750.28862924,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7483998119.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.13735846386e+11,0.0,2.13735846386e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4039887937.96,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
354
|
+
LargeOffice,90.1-2010,ASHRAE 169-2013-5A,36499369327.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3816067710.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25015039715.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4273040694.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,90058282004.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29750689218.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3019044618.68,0,0,0,0,0,0,0,0,0,11632.5023711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8362925155.56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.23938965905e+11,0.0,2.23938965905e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4153406176.67,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
355
|
+
LargeOffice,90.1-2010,ASHRAE 169-2013-5B,36528089818.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3951141390.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26803652174.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3364774924.46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,81733456769.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23869407425.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160877510.11,0,0,0,0,0,0,0,0,0,8994.34044555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8964181212.49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.18844913921e+11,0.0,2.18844913921e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4069061002.15,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
356
|
+
LargeOffice,90.1-2010,ASHRAE 169-2013-5C,36631910196.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4107006540.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21899725756.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3182608073.33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,53984707365.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19615618376.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2044762126.35,0,0,0,0,0,0,0,0,0,7293.0930558,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6152489251.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.06836909785e+11,0.0,2.06836909785e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200210991.99,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
357
|
+
LargeOffice,90.1-2010,ASHRAE 169-2013-6A,36468792531.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3849836130.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26392923436.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4606134905.17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.38760315766e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31976194435.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3335700342.14,0,0,0,0,0,0,0,0,0,12779.2042262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8330129370.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.28162500616e+11,0.0,2.28162500616e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4316040749.37,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
358
|
+
LargeOffice,90.1-2010,ASHRAE 169-2013-6B,36416172068.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3849836130.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25723429919.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3498364103.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.28244762944e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22134533008.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2149210431.0,0,0,0,0,0,0,0,0,0,8579.28638206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8658087219.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.15632422345e+11,0.0,2.15632422345e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4280995092.73,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
359
|
+
LargeOffice,90.1-2010,ASHRAE 169-2013-7A,36390669532.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3847231290.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25368558550.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4235036847.08,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.37255689189e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28177008186.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2905012293.25,0,0,0,0,0,0,0,0,0,11004.9374621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7739805242.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.21866111407e+11,0.0,2.21866111407e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4504711808.65,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
360
|
+
LargeOffice,90.1-2010,ASHRAE 169-2013-7B,36390669532.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3847231290.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25436182429.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4289564499.27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.41058123443e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28325593145.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2919069655.22,0,0,0,0,0,0,0,0,0,11060.3589963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7739805242.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.22150905258e+11,0.0,2.22150905258e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4504656430.68,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
361
|
+
LargeOffice,90.1-2010,ASHRAE 169-2013-8A,35964699089.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3922535400.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23217211528.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3568815738.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.48989008231e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19656689738.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1997351615.16,0,0,0,0,0,0,0,0,0,7752.85687734,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6887114833.99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.08417207409e+11,0.0,2.08417207409e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4810769762.77,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
362
|
+
LargeOffice,90.1-2010,ASHRAE 169-2013-8B,35964699089.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3922535400.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13202789465e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444367668.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23286105894.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3565935257.21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.52561526585e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19754210239.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2006970054.0,0,0,0,0,0,0,0,0,0,7788.8733256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6887114833.99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.08590360234e+11,0.0,2.08590360234e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4813678503.58,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
363
|
+
LargeOffice,90.1-2013,ASHRAE 169-2013-1A,32926067447.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3740763600.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21180716358.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5474815890.16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,28790224057.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48518503759.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4380228858.93,0,0,0,0,0,0,0,0,0,13838.2244882,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14397349581.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.44220103457e+11,0.0,2.44220103457e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3279589916.62,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
364
|
+
LargeOffice,90.1-2013,ASHRAE 169-2013-1B,35323991151.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3735553920.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19672721760.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4537421315.51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,25924206873.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42777760973.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3216977604.56,0,0,0,0,0,0,0,0,0,10438.152305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14450447519.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.37316532206e+11,0.0,2.37316532206e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3179315873.73,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
365
|
+
LargeOffice,90.1-2013,ASHRAE 169-2013-2A,32855918409.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3842068860.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20825155145.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4098084904.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,37513002759.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43772522211.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3496065401.82,0,0,0,0,0,0,0,0,0,11455.4364815,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10035510186.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3252698308e+11,0.0,2.3252698308e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3418734912.99,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
366
|
+
LargeOffice,90.1-2013,ASHRAE 169-2013-2B,32686533605.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3855045810.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24689350513.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3510607863.64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,45775082388.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29562895948.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2622683685.08,0,0,0,0,0,0,0,0,0,10489.2524378,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10048628500.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.20577403887e+11,0.0,2.20577403887e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3346584244.28,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
367
|
+
LargeOffice,90.1-2013,ASHRAE 169-2013-3A,32669472625.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3738158760.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22377637909.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3926350237.73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.10917039797e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43065675038.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3394657271.9,0,0,0,0,0,0,0,0,0,10856.0266256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5936037071.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.28709646875e+11,0.0,2.28709646875e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3666960717.45,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
368
|
+
LargeOffice,90.1-2013,ASHRAE 169-2013-3B,32711530371.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3852440970.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25306647629.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3541025801.97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,67245108616.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29564973234.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2491618614.3,0,0,0,0,0,0,0,0,0,10115.7231198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.11069894583e+11,0.0,2.11069894583e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3566162842.28,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
369
|
+
LargeOffice,90.1-2013,ASHRAE 169-2013-3C,32807325028.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3987514650.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19784973727.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2853317694.98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,44952155026.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26890486789.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2316342467.83,0,0,0,0,0,0,0,0,0,8821.012757,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.0224161832e+11,0.0,2.0224161832e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3794748766.46,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
370
|
+
LargeOffice,90.1-2013,ASHRAE 169-2013-4A,32528959949.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3831649500.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22779023376.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4079395878.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,70741612326.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43397290138.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3476032280.21,0,0,0,0,0,0,0,0,0,11268.298485,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10147015855.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.33841024939e+11,0.0,2.33841024939e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3922843054.53,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
371
|
+
LargeOffice,90.1-2013,ASHRAE 169-2013-4B,32617393059.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3886209390.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25231509613.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3156705698.43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,69064193237.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28929874375.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2243317852.78,0,0,0,0,0,0,0,0,0,9762.3382608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.09666667951e+11,0.0,2.09666667951e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3831117621.47,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
372
|
+
LargeOffice,90.1-2013,ASHRAE 169-2013-4C,32642515786.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4190125170.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22056034036.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3279005060.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,67074381178.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25013623067.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2270980891.26,0,0,0,0,0,0,0,0,0,8551.48009609,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.03053941972e+11,0.0,2.03053941972e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4038367247.79,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
373
|
+
LargeOffice,90.1-2013,ASHRAE 169-2013-5A,32479116239.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3816067710.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23879279463.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4198782386.73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,78519883586.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30861297670.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2846683013.19,0,0,0,0,0,0,0,0,0,11331.5113728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8395720940.48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.20078605383e+11,0.0,2.20078605383e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4151702347.19,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
374
|
+
LargeOffice,90.1-2013,ASHRAE 169-2013-5B,32511051426.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3951141390.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25712103156.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3261683833.38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,89922610645.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26600963185.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2063215973.13,0,0,0,0,0,0,0,0,0,9042.45746333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.07701816925e+11,0.0,2.07701816925e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4068755032.76,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
375
|
+
LargeOffice,90.1-2013,ASHRAE 169-2013-5C,32640577784.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4107006540.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21014009809.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2917827748.57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,45897863267.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21494392996.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1949302398.6,0,0,0,0,0,0,0,0,0,7166.70889286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6290231548.38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.04015006786e+11,0.0,2.04015006786e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200591960.98,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
376
|
+
LargeOffice,90.1-2013,ASHRAE 169-2013-6A,32446639091.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3849836130.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25535421348.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4459094595.41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.27083701097e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32668808975.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3112469147.11,0,0,0,0,0,0,0,0,0,12342.6828216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8461312510.33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.24135239759e+11,0.0,2.24135239759e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4301650056.48,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
377
|
+
LargeOffice,90.1-2013,ASHRAE 169-2013-6B,32365077954.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3849836130.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24662847987.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3370210316.27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.16803206945e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24392243975.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2036745685.52,0,0,0,0,0,0,0,0,0,8410.38372389,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8658087219.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.12936707229e+11,0.0,2.12936707229e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4278694994.88,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
378
|
+
LargeOffice,90.1-2013,ASHRAE 169-2013-7A,32224312240.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3847231290.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24115062212.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4086961018.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.29893165577e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30085017132.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2785811007.26,0,0,0,0,0,0,0,0,0,10963.7940022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8007798703.19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.18753851564e+11,0.0,2.18753851564e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4512261181.05,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
379
|
+
LargeOffice,90.1-2013,ASHRAE 169-2013-7B,32224312240.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3847231290.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24253090060.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4160424897.31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.29939617664e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30253502356.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2803558675.38,0,0,0,0,0,0,0,0,0,11029.7008904,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8007455895.35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.19151233375e+11,0.0,2.19151233375e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4497822090.5,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
380
|
+
LargeOffice,90.1-2013,ASHRAE 169-2013-8A,31560394800.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3922535400.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22549359886.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3538345596.68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.36627809549e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22128477451.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1947190865.57,0,0,0,0,0,0,0,0,0,7839.79962674,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7161322268.45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.0640928423e+11,0.0,2.0640928423e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4800477708.36,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
381
|
+
LargeOffice,90.1-2013,ASHRAE 169-2013-8B,31560394800.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3922535400.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.13601657961e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419714292.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22637585051.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3560044201.51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.36778026303e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22235642181.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1955929556.45,0,0,0,0,0,0,0,0,0,7875.35772226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7161322268.45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.0663511142e+11,0.0,2.0663511142e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4799319642.14,0,0,0,0,0,0,0,0,11.508136356,0,0,0,0,0,0
|
382
382
|
SmallHotel,90.1-2004,ASHRAE 169-2013-1A,3052942795.73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,523843200.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4083126447.07,3463571958.84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5232254892.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2025479.79404,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58766733.5193,378189539.499,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5778608912.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18731568460.3,0.0,18731568460.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5334322660.38,0,0,0,0,0,0,0,0,18.1232139874,0,0,0,0,0,0
|
383
383
|
SmallHotel,90.1-2004,ASHRAE 169-2013-1B,3052942795.73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516567600.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4083126447.07,3463571958.84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4978487996.52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2025479.79404,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2053556807.33,1972895949.59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5877271138.52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20563978265.0,0.0,20563978265.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5390633275.7,0,0,0,0,0,0,0,0,18.1232139874,0,0,0,0,0,0
|
384
384
|
SmallHotel,90.1-2004,ASHRAE 169-2013-2A,3052942795.73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,534756600.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4083126447.07,3463571958.84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5352248488.93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2025479.79404,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2449130340.82,2343397514.46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5787133779.14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21261363931.5,0.0,21261363931.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5642202124.51,0,0,0,0,0,0,0,0,18.1232139874,0,0,0,0,0,0
|
@@ -987,82 +987,82 @@ MidriseApartment,90.1-2013,ASHRAE 169-2013-7A,732140880.725,0,0,0,0,0,0,0,0,0,0,
|
|
987
987
|
MidriseApartment,90.1-2013,ASHRAE 169-2013-7B,732140880.725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215186400.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2862649860.69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077789031.36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0188217559405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,11717576112.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,951496813.382,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300710581.965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8975514169.44,0.0,8975514169.44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2835540601.3,0,0,0,0,0,0,0,0,0,10.2735232448,0,0,0,0,0,0
|
988
988
|
MidriseApartment,90.1-2013,ASHRAE 169-2013-8A,727287056.878,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213681600.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2862649860.69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137085016.65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0188186003242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,12517760878.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862289015.656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273703974.489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9111971893.29,0.0,9111971893.29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3035275368.91,0,0,0,0,0,0,0,0,0,10.2735232448,0,0,0,0,0,0
|
989
989
|
MidriseApartment,90.1-2013,ASHRAE 169-2013-8B,727287056.878,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213681600.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2862649860.69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1154575639.12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0188186003242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,12490307983.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,878694341.799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273703974.489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9145861911.97,0.0,9145861911.97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3035269438.98,0,0,0,0,0,0,0,0,0,10.2735232448,0,0,0,0,0,0
|
990
|
-
HighriseApartment,90.1-2004,ASHRAE 169-2013-1A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173312000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3222534600.98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354183354.929,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
991
|
-
HighriseApartment,90.1-2004,ASHRAE 169-2013-1B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157016000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2711765088.47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274102529.292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2194851989.9,7325733747.97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
992
|
-
HighriseApartment,90.1-2004,ASHRAE 169-2013-2A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197756000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3440037338.19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,377308630.932,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3091012852.
|
993
|
-
HighriseApartment,90.1-2004,ASHRAE 169-2013-2B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1189608000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4685888756.44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,401266871.32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3638353416.22,11902847486.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
994
|
-
HighriseApartment,90.1-2004,ASHRAE 169-2013-3A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3304080281.53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345460706.082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5001525752.1,18026381119.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
995
|
-
HighriseApartment,90.1-2004,ASHRAE 169-2013-3B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1181460000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3895237603.82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323263152.536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3492483677.
|
996
|
-
HighriseApartment,90.1-2004,ASHRAE 169-2013-3C,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1214052000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3882367792.16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331320618.606,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3038151835.
|
997
|
-
HighriseApartment,90.1-2004,ASHRAE 169-2013-4A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3140372024.15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339497513.83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8209012590.3,23635187389.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
998
|
-
HighriseApartment,90.1-2004,ASHRAE 169-2013-4B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1189608000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3747193442.74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309097389.735,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3921209395.16,13739203947.
|
999
|
-
HighriseApartment,90.1-2004,ASHRAE 169-2013-4C,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262940000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3159109358.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284033010.018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4698064617.38,13921255056.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1000
|
-
HighriseApartment,90.1-2004,ASHRAE 169-2013-5A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3403424140.22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344258235.766,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8370209290.4,23978246132.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1001
|
-
HighriseApartment,90.1-2004,ASHRAE 169-2013-5B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197756000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4175585445.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322308632.259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5377817015.87,18556431238.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1002
|
-
HighriseApartment,90.1-2004,ASHRAE 169-2013-5C,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1246644000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3290522974.28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284806368.765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1003
|
-
HighriseApartment,90.1-2004,ASHRAE 169-2013-6A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173312000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3626745356.48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386009527.786,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14520869757.3,28309444808.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1004
|
-
HighriseApartment,90.1-2004,ASHRAE 169-2013-6B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173312000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4177958589.98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335157423.739,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9603377086.03,23446784622.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1005
|
-
HighriseApartment,90.1-2004,ASHRAE 169-2013-7A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3535616150.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339782875.669,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1006
|
-
HighriseApartment,90.1-2004,ASHRAE 169-2013-7B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3551874496.84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340985960.952,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12855877034.3,25526391177.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1007
|
-
HighriseApartment,90.1-2004,ASHRAE 169-2013-8A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157016000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3691814258.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306537386.014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1008
|
-
HighriseApartment,90.1-2004,ASHRAE 169-2013-8B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157016000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3703975569.12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307541729.517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11503934410.
|
1009
|
-
HighriseApartment,90.1-2007,ASHRAE 169-2013-1A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173312000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3191907028.24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,351384484.749,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1010
|
-
HighriseApartment,90.1-2007,ASHRAE 169-2013-1B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157016000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2706649078.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273531681.672,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2180285416.09,6819471827.
|
1011
|
-
HighriseApartment,90.1-2007,ASHRAE 169-2013-2A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197756000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3110045255.98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348803343.119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2407064165.73,7534642537.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1012
|
-
HighriseApartment,90.1-2007,ASHRAE 169-2013-2B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1189608000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4176480012.73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361328677.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2827518710.78,8744102056.93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1013
|
-
HighriseApartment,90.1-2007,ASHRAE 169-2013-3A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2894328245.92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310993030.766,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4622306497.57,15977751311.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1014
|
-
HighriseApartment,90.1-2007,ASHRAE 169-2013-3B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1181460000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398715721.44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297686680.593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3161202820.
|
1015
|
-
HighriseApartment,90.1-2007,ASHRAE 169-2013-3C,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1214052000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2539887630.97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231445416.902,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2163362684.54,6945057409.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1016
|
-
HighriseApartment,90.1-2007,ASHRAE 169-2013-4A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3079427286.62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334076710.176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7462228618.
|
1017
|
-
HighriseApartment,90.1-2007,ASHRAE 169-2013-4B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1189608000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3666965757.95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302869663.814,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3649794966.47,11974381378.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1018
|
-
HighriseApartment,90.1-2007,ASHRAE 169-2013-4C,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262940000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3120818050.77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280705064.247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4244517311.58,12453355624.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1019
|
-
HighriseApartment,90.1-2007,ASHRAE 169-2013-5A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3006187006.59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310746161.478,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8363013505.44,20957593956.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1020
|
-
HighriseApartment,90.1-2007,ASHRAE 169-2013-5B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197756000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3665595159.62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297479280.573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5060798231.
|
1021
|
-
HighriseApartment,90.1-2007,ASHRAE 169-2013-5C,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1246644000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2845960253.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246964990.94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1022
|
-
HighriseApartment,90.1-2007,ASHRAE 169-2013-6A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173312000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3212991842.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350822157.797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14616287799.
|
1023
|
-
HighriseApartment,90.1-2007,ASHRAE 169-2013-6B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173312000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3676564147.56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297230186.369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9563882819.29,20219249170.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1024
|
-
HighriseApartment,90.1-2007,ASHRAE 169-2013-7A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3018171826.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297184984.203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1025
|
-
HighriseApartment,90.1-2007,ASHRAE 169-2013-7B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3034044433.26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298352268.389,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11327440881.2,21471065046.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1026
|
-
HighriseApartment,90.1-2007,ASHRAE 169-2013-8A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157016000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3254118569.72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282051845.268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1027
|
-
HighriseApartment,90.1-2007,ASHRAE 169-2013-8B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157016000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3265866542.13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283067658.234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10825478728.9,19500390339.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1028
|
-
HighriseApartment,90.1-2010,ASHRAE 169-2013-1A,2117985899.15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,926208000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3045565864.43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317657704.089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1029
|
-
HighriseApartment,90.1-2010,ASHRAE 169-2013-1B,2150996010.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913344000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2560173549.86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252527549.949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2106547147.57,6622934971.52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1030
|
-
HighriseApartment,90.1-2010,ASHRAE 169-2013-2A,2112591262.53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945504000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3032791109.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324707305.805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2115817740.48,6645297740.49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1031
|
-
HighriseApartment,90.1-2010,ASHRAE 169-2013-2B,2107442278.23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939072000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3941297278.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334045246.212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2561855720.63,7963716293.
|
1032
|
-
HighriseApartment,90.1-2010,ASHRAE 169-2013-3A,2094428748.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2788930662.51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296286030.411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3811314433.15,13018147739.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1033
|
-
HighriseApartment,90.1-2010,ASHRAE 169-2013-3B,2097902176.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932640000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3245280572.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276461383.935,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2832919974.
|
1034
|
-
HighriseApartment,90.1-2010,ASHRAE 169-2013-3C,2105933331.49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,958368000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2476833347.68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219390719.234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1832695604.74,5890502891.
|
1035
|
-
HighriseApartment,90.1-2010,ASHRAE 169-2013-4A,2085531773.74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2957122842.95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305072534.872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5071473895.
|
1036
|
-
HighriseApartment,90.1-2010,ASHRAE 169-2013-4B,2087740069.95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939072000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3537831606.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283574464.555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3177688880.12,10402081722.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1037
|
-
HighriseApartment,90.1-2010,ASHRAE 169-2013-4C,2092140959.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996960000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3081915782.54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268723213.099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3260109488.31,10634874070.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1038
|
-
HighriseApartment,90.1-2010,ASHRAE 169-2013-5A,2081509724.48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2926665513.23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297244893.843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5832356101.
|
1039
|
-
HighriseApartment,90.1-2010,ASHRAE 169-2013-5B,2084445429.94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945504000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3582145926.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,281558754.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4402716502.28,14761006423.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1040
|
-
HighriseApartment,90.1-2010,ASHRAE 169-2013-5C,2091241690.37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,984096000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2854427914.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240669164.543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2718538844.23,8799413111.47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1041
|
-
HighriseApartment,90.1-2010,ASHRAE 169-2013-6A,2082353260.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,926208000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3103163594.64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318451647.274,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9699966360.58,22809851000.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1042
|
-
HighriseApartment,90.1-2010,ASHRAE 169-2013-6B,2077147766.42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,926208000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3570488055.35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291576491.278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7634865292.
|
1043
|
-
HighriseApartment,90.1-2010,ASHRAE 169-2013-7A,2077302451.59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2963055629.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288151288.611,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9006136721.
|
1044
|
-
HighriseApartment,90.1-2010,ASHRAE 169-2013-7B,2077302451.59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2983631421.72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289812107.206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1045
|
-
HighriseApartment,90.1-2010,ASHRAE 169-2013-8A,2050610471.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913344000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3251528660.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273159656.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10417452853.5,19239576081.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1046
|
-
HighriseApartment,90.1-2010,ASHRAE 169-2013-8B,2050610471.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913344000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3263716836.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274190907.628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1047
|
-
HighriseApartment,90.1-2013,ASHRAE 169-2013-1A,1671623285.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,926208000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2518698382.66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283458290.195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1048
|
-
HighriseApartment,90.1-2013,ASHRAE 169-2013-1B,1795639615.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913344000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2278809502.29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229170816.522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1678023840.43,5337163065.
|
1049
|
-
HighriseApartment,90.1-2013,ASHRAE 169-2013-2A,1651575789.72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945504000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2472862735.77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288520741.692,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1926852776.01,6160645043.35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1050
|
-
HighriseApartment,90.1-2013,ASHRAE 169-2013-2B,1631731484.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939072000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3276740368.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294585529.274,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2330834677.52,7364307129.99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1051
|
-
HighriseApartment,90.1-2013,ASHRAE 169-2013-3A,1625528749.53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2532060309.16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275388462.82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3914896616.59,13737211973.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1052
|
-
HighriseApartment,90.1-2013,ASHRAE 169-2013-3B,1635968539.68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932640000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2963181959.16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255898624.574,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2955175091.66,9808607739.42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1053
|
-
HighriseApartment,90.1-2013,ASHRAE 169-2013-3C,1662190245.78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,958368000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2218980542.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198738593.468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1935754575.38,6319150072.
|
1054
|
-
HighriseApartment,90.1-2013,ASHRAE 169-2013-4A,1620439026.24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2871490245.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298503787.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4116273151.83,12155709274.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1055
|
-
HighriseApartment,90.1-2013,ASHRAE 169-2013-4B,1626867670.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939072000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3428942960.46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275977567.262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3159727473.19,10408630568.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1056
|
-
HighriseApartment,90.1-2013,ASHRAE 169-2013-4C,1642850549.31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996960000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3005729894.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262900491.937,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3253807128.
|
1057
|
-
HighriseApartment,90.1-2013,ASHRAE 169-2013-5A,1608815462.96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2810204725.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287966110.923,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4134035837.25,12997876844.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1058
|
-
HighriseApartment,90.1-2013,ASHRAE 169-2013-5B,1618367522.96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945504000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3433772231.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271252358.316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4253520240.
|
1059
|
-
HighriseApartment,90.1-2013,ASHRAE 169-2013-5C,1638958079.22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,984096000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2755659135.73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232933393.869,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2620616648.42,8560330226.32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1060
|
-
HighriseApartment,90.1-2013,ASHRAE 169-2013-6A,1608670764.14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,926208000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2963610142.14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307578302.073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9280553602.21,21531451459.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1061
|
-
HighriseApartment,90.1-2013,ASHRAE 169-2013-6B,1594470893.56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,926208000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3410278993.43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279791406.133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7261454532.64,18292753012.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
1062
|
-
HighriseApartment,90.1-2013,ASHRAE 169-2013-7A,1556574062.37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3074756336.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287891579.123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7885725609.
|
1063
|
-
HighriseApartment,90.1-2013,ASHRAE 169-2013-7B,1556574062.37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3096723880.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289640948.483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7749002566.
|
1064
|
-
HighriseApartment,90.1-2013,ASHRAE 169-2013-8A,1469526767.49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913344000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3414679930.82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286886826.537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9268073052.
|
1065
|
-
HighriseApartment,90.1-2013,ASHRAE 169-2013-8B,1469526767.49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913344000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3430024966.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288151844.763,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9210172271.
|
990
|
+
HighriseApartment,90.1-2004,ASHRAE 169-2013-1A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173312000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3222534600.98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354183354.929,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145041331.097,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5736872335.93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,414562300.476,0,0,0,0,0,0,0,0,0,13.5891662367,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19219718300.0,0.0,19219718300.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5933458776.75,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
991
|
+
HighriseApartment,90.1-2004,ASHRAE 169-2013-1B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157016000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2711765088.47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274102529.292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2194851989.9,7325733747.97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5129816246.14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239658226.583,0,0,0,0,0,0,0,0,0,15.4059325633,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19880422457.0,0.0,19880422457.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5981809251.74,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
992
|
+
HighriseApartment,90.1-2004,ASHRAE 169-2013-2A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197756000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3440037338.19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,377308630.932,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3091012852.47,10228315103.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6198526997.33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344443281.783,0,0,0,0,0,0,0,0,0,14.4053569154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22822297477.3,0.0,22822297477.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6380721761.74,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
993
|
+
HighriseApartment,90.1-2004,ASHRAE 169-2013-2B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1189608000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4685888756.44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,401266871.32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3638353416.22,11902847486.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5987888033.99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366449968.213,0,0,0,0,0,0,0,0,0,21.3505172967,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24442667422.8,0.0,24442667422.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6308245970.19,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
994
|
+
HighriseApartment,90.1-2004,ASHRAE 169-2013-3A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3304080281.53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345460706.082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5001525752.1,18026381119.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5621463903.41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315189576.826,0,0,0,0,0,0,0,0,0,13.8649796928,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23926096596.5,0.0,23926096596.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7077474910.1,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
995
|
+
HighriseApartment,90.1-2004,ASHRAE 169-2013-3B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1181460000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3895237603.82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323263152.536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3492483677.13,11901638868.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4771123013.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294800157.884,0,0,0,0,0,0,0,0,0,15.9847657116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22131579981.0,0.0,22131579981.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6780075992.27,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
996
|
+
HighriseApartment,90.1-2004,ASHRAE 169-2013-3C,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1214052000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3882367792.16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331320618.606,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3038151835.01,10040954505.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4112843467.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302201291.119,0,0,0,0,0,0,0,0,0,12.4141670888,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21054149381.2,0.0,21054149381.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7109289138.53,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
997
|
+
HighriseApartment,90.1-2004,ASHRAE 169-2013-4A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3140372024.15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339497513.83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8209012590.3,23635187389.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5543079787.76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309712125.231,0,0,0,0,0,0,0,0,0,13.0670980511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26880050417.9,0.0,26880050417.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7653445416.29,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
998
|
+
HighriseApartment,90.1-2004,ASHRAE 169-2013-4B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1189608000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3747193442.74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309097389.735,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3921209395.16,13739203947.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4133725265.59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270516756.743,0,0,0,0,0,0,0,0,0,13.7497519012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21744562626.6,0.0,21744562626.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7367491200.78,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
999
|
+
HighriseApartment,90.1-2004,ASHRAE 169-2013-4C,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262940000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3159109358.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284033010.018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4698064617.38,13921255056.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3259139115.32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248414942.143,0,0,0,0,0,0,0,0,0,8.85451998748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21084913419.9,0.0,21084913419.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7717851306.34,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1000
|
+
HighriseApartment,90.1-2004,ASHRAE 169-2013-5A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3403424140.22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344258235.766,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8370209290.4,23978246132.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4811206456.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314085055.511,0,0,0,0,0,0,0,0,0,11.2647052175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26581559555.2,0.0,26581559555.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8109615121.0,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1001
|
+
HighriseApartment,90.1-2004,ASHRAE 169-2013-5B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197756000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4175585445.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322308632.259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5377817015.87,18556431238.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4076254436.85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289261101.671,0,0,0,0,0,0,0,0,0,13.9092271459,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23612195009.0,0.0,23612195009.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7855208689.57,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1002
|
+
HighriseApartment,90.1-2004,ASHRAE 169-2013-5C,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1246644000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3290522974.28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284806368.765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3215442208.68,10799930818.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2995673558.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248631782.566,0,0,0,0,0,0,0,0,0,7.91988972485,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19454933269.6,0.0,19454933269.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8055263553.51,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1003
|
+
HighriseApartment,90.1-2004,ASHRAE 169-2013-6A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173312000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3626745356.48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,386009527.786,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14520869757.3,28309444808.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5532263962.98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,352435434.196,0,0,0,0,0,0,0,0,0,12.3098034786,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33764848415.3,0.0,33764848415.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8482752290.3,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1004
|
+
HighriseApartment,90.1-2004,ASHRAE 169-2013-6B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173312000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4177958589.98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335157423.739,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9603377086.03,23446784622.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3941521493.94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,293661457.759,0,0,0,0,0,0,0,0,0,12.9321456869,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27698200428.0,0.0,27698200428.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8364904390.8,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1005
|
+
HighriseApartment,90.1-2004,ASHRAE 169-2013-7A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3535616150.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339782875.669,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12948238527.1,25456487215.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4272473450.89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309974242.499,0,0,0,0,0,0,0,0,0,9.92262919905,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30744461622.8,0.0,30744461622.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8898200378.6,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1006
|
+
HighriseApartment,90.1-2004,ASHRAE 169-2013-7B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3551874496.84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340985960.952,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12855877034.3,25526391177.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4304769962.82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311079328.689,0,0,0,0,0,0,0,0,0,9.98949374715,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30702963160.2,0.0,30702963160.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8898200517.01,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1007
|
+
HighriseApartment,90.1-2004,ASHRAE 169-2013-8A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157016000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3691814258.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306537386.014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11534825562.9,22535094151.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3635780916.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279372027.22,0,0,0,0,0,0,0,0,0,10.0388086547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28778558528.0,0.0,28778558528.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9438268089.86,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1008
|
+
HighriseApartment,90.1-2004,ASHRAE 169-2013-8B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157016000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3703975569.12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307541729.517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11503934410.6,22591549331.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3659140496.12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280350825.991,0,0,0,0,0,0,0,0,0,10.0883163964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28785171408.0,0.0,28785171408.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9438084421.37,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1009
|
+
HighriseApartment,90.1-2007,ASHRAE 169-2013-1A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173312000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3191907028.24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,351384484.749,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144335594.165,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5723598110.86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411549054.365,0,0,0,0,0,0,0,0,0,13.514549002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19169298649.0,0.0,19169298649.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5933459194.08,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1010
|
+
HighriseApartment,90.1-2007,ASHRAE 169-2013-1B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157016000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2706649078.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273531681.672,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2180285416.09,6819471827.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5121747982.23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239154852.137,0,0,0,0,0,0,0,0,0,15.3776022899,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19851597386.7,0.0,19851597386.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5981079469.11,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1011
|
+
HighriseApartment,90.1-2007,ASHRAE 169-2013-2A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197756000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3110045255.98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348803343.119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2407064165.73,7534642537.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5788213786.54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318259934.412,0,0,0,0,0,0,0,0,0,13.4089810815,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21343354862.4,0.0,21343354862.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6381177778.99,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1012
|
+
HighriseApartment,90.1-2007,ASHRAE 169-2013-2B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1189608000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4176480012.73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361328677.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2827518710.78,8744102056.93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5472191036.88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329764998.853,0,0,0,0,0,0,0,0,0,19.2667320478,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22530103813.0,0.0,22530103813.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6308213362.87,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1013
|
+
HighriseApartment,90.1-2007,ASHRAE 169-2013-3A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2894328245.92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310993030.766,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4622306497.57,15977751311.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5259207458.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283529517.057,0,0,0,0,0,0,0,0,0,12.7101402683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22708741126.3,0.0,22708741126.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7077422424.36,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1014
|
+
HighriseApartment,90.1-2007,ASHRAE 169-2013-3B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1181460000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398715721.44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297686680.593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3161202820.64,10258791611.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4389442012.26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260454773.133,0,0,0,0,0,0,0,0,0,14.2913200045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20862174384.7,0.0,20862174384.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6780035355.82,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1015
|
+
HighriseApartment,90.1-2007,ASHRAE 169-2013-3C,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1214052000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2539887630.97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231445416.902,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2163362684.54,6945057409.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3137103476.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202043109.031,0,0,0,0,0,0,0,0,0,8.77224949364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17661106694.2,0.0,17661106694.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7116219734.16,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1016
|
+
HighriseApartment,90.1-2007,ASHRAE 169-2013-4A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3079427286.62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334076710.176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7462228618.57,21592791828.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5496187606.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,304732881.169,0,0,0,0,0,0,0,0,0,12.920025845,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26015029480.0,0.0,26015029480.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7646375857.58,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1017
|
+
HighriseApartment,90.1-2007,ASHRAE 169-2013-4B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1189608000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3666965757.95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302869663.814,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3649794966.47,11974381378.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4091930091.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265025136.952,0,0,0,0,0,0,0,0,0,13.524092003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21339405993.1,0.0,21339405993.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7367415931.99,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1018
|
+
HighriseApartment,90.1-2007,ASHRAE 169-2013-4C,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262940000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3120818050.77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280705064.247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4244517311.58,12453355624.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3265159764.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245480353.645,0,0,0,0,0,0,0,0,0,8.81149025038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20592832920.9,0.0,20592832920.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7717221297.92,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1019
|
+
HighriseApartment,90.1-2007,ASHRAE 169-2013-5A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3006187006.59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310746161.478,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8363013505.44,20957593956.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4560018034.36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283302756.873,0,0,0,0,0,0,0,0,0,10.4012705019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25861643841.3,0.0,25861643841.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8107711794.96,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1020
|
+
HighriseApartment,90.1-2007,ASHRAE 169-2013-5B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197756000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3665595159.62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297479280.573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5060798231.76,16349792431.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3782973214.59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257228635.397,0,0,0,0,0,0,0,0,0,12.4789426338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22435042898.5,0.0,22435042898.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7854613494.17,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1021
|
+
HighriseApartment,90.1-2007,ASHRAE 169-2013-5C,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1246644000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2845960253.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246964990.94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2951308853.63,9470131560.19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2714296381.28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215695026.824,0,0,0,0,0,0,0,0,0,7.00086892839,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18394081883.1,0.0,18394081883.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8055928772.48,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1022
|
+
HighriseApartment,90.1-2007,ASHRAE 169-2013-6A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173312000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3212991842.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350822157.797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14616287799.0,24524199512.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5155228965.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320114303.549,0,0,0,0,0,0,0,0,0,11.403127847,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33001969444.9,0.0,33001969444.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8483302505.72,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1023
|
+
HighriseApartment,90.1-2007,ASHRAE 169-2013-6B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173312000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3676564147.56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297230186.369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9563882819.29,20219249170.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3648817186.43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260990802.119,0,0,0,0,0,0,0,0,0,11.5945821457,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26794009518.4,0.0,26794009518.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8365076427.1,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1024
|
+
HighriseApartment,90.1-2007,ASHRAE 169-2013-7A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3018171826.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297184984.203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11428986967.5,21409371905.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3962602389.17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270846225.379,0,0,0,0,0,0,0,0,0,8.93172982045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28316168769.0,0.0,28316168769.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8898186636.81,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1025
|
+
HighriseApartment,90.1-2007,ASHRAE 169-2013-7B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165164000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3034044433.26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298352268.389,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11327440881.2,21471065046.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3999834317.47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271918426.703,0,0,0,0,0,0,0,0,0,8.99978684373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28269966703.6,0.0,28269966703.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8898126850.85,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1026
|
+
HighriseApartment,90.1-2007,ASHRAE 169-2013-8A,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157016000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3254118569.72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282051845.268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10859550106.8,19446740978.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3359636322.97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246667947.544,0,0,0,0,0,0,0,0,0,8.99805375118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27332253168.9,0.0,27332253168.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9437759275.78,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1027
|
+
HighriseApartment,90.1-2007,ASHRAE 169-2013-8B,1857096367.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157016000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316116009.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3265866542.13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283067658.234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10825478728.9,19500390339.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3383339949.67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247563693.224,0,0,0,0,0,0,0,0,0,9.0472344451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27335544948.8,0.0,27335544948.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9438021721.45,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1028
|
+
HighriseApartment,90.1-2010,ASHRAE 169-2013-1A,2117985899.15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,926208000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3045565864.43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317657704.089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101506242.386,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5404862561.83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,421959807.927,0,0,0,0,0,0,0,0,0,12.658918346,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18617589816.6,0.0,18617589816.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5898053988.57,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1029
|
+
HighriseApartment,90.1-2010,ASHRAE 169-2013-1B,2150996010.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913344000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2560173549.86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252527549.949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2106547147.57,6622934971.52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4879806522.96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227273762.233,0,0,0,0,0,0,0,0,0,14.6376588547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19372512279.4,0.0,19372512279.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5945673731.32,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1030
|
+
HighriseApartment,90.1-2010,ASHRAE 169-2013-2A,2112591262.53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945504000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3032791109.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324707305.805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2115817740.48,6645297740.49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5574251963.76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302971770.391,0,0,0,0,0,0,0,0,0,12.7840658706,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20690478889.7,0.0,20690478889.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6345305748.29,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1031
|
+
HighriseApartment,90.1-2010,ASHRAE 169-2013-2B,2107442278.23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939072000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3941297278.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,334045246.212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2561855720.63,7963716293.88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5244680773.69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311745127.708,0,0,0,0,0,0,0,0,0,18.2860837285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21721982161.6,0.0,21721982161.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6272825887.83,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1032
|
+
HighriseApartment,90.1-2010,ASHRAE 169-2013-3A,2094428748.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2788930662.51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296286030.411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3811314433.15,13018147739.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5022327592.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267008470.069,0,0,0,0,0,0,0,0,0,12.038629566,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21481915673.0,0.0,21481915673.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7041997459.71,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1033
|
+
HighriseApartment,90.1-2010,ASHRAE 169-2013-3B,2097902176.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932640000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3245280572.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276461383.935,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2832919974.64,9222868883.68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4260058162.98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249006781.542,0,0,0,0,0,0,0,0,0,13.7592184558,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20176112788.1,0.0,20176112788.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6744524560.52,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1034
|
+
HighriseApartment,90.1-2010,ASHRAE 169-2013-3C,2105933331.49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,958368000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2476833347.68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219390719.234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1832695604.74,5890502891.28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3117249860.27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197183999.674,0,0,0,0,0,0,0,0,0,8.65052165097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17189498599.9,0.0,17189498599.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7079438282.5,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1035
|
+
HighriseApartment,90.1-2010,ASHRAE 169-2013-4A,2085531773.74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2957122842.95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305072534.872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5071473895.34,17678574691.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5246385536.35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284524141.285,0,0,0,0,0,0,0,0,0,12.1355886955,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23151730461.4,0.0,23151730461.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7610951854.62,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1036
|
+
HighriseApartment,90.1-2010,ASHRAE 169-2013-4B,2087740069.95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939072000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3537831606.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283574464.555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3177688880.12,10402081722.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4018001038.17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255465785.084,0,0,0,0,0,0,0,0,0,13.1473749946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20581217581.4,0.0,20581217581.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7331995166.68,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1037
|
+
HighriseApartment,90.1-2010,ASHRAE 169-2013-4C,2092140959.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996960000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3081915782.54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268723213.099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3260109488.31,10634874070.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300671637.36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241980167.407,0,0,0,0,0,0,0,0,0,8.81794886099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19524344985.3,0.0,19524344985.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7681595325.59,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1038
|
+
HighriseApartment,90.1-2010,ASHRAE 169-2013-5A,2081509724.48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2926665513.23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297244893.843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5832356101.48,18567243524.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4433003233.27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267879162.056,0,0,0,0,0,0,0,0,0,9.9777376439,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23040278365.2,0.0,23040278365.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8072278270.83,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1039
|
+
HighriseApartment,90.1-2010,ASHRAE 169-2013-5B,2084445429.94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945504000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3582145926.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,281558754.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4402716502.28,14761006423.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3759234212.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252516959.795,0,0,0,0,0,0,0,0,0,12.27743821,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21589965521.9,0.0,21589965521.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7819192874.49,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1040
|
+
HighriseApartment,90.1-2010,ASHRAE 169-2013-5C,2091241690.37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,984096000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2854427914.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240669164.543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2718538844.23,8799413111.47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2779574290.14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216505804.238,0,0,0,0,0,0,0,0,0,7.11592514387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18166897444.4,0.0,18166897444.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8020580673.76,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1041
|
+
HighriseApartment,90.1-2010,ASHRAE 169-2013-6A,2082353260.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,926208000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3103163594.64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318451647.274,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9699966360.58,22809851000.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4959368286.54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297094336.486,0,0,0,0,0,0,0,0,0,10.7653804405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27668449222.4,0.0,27668449222.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8449221032.63,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1042
|
+
HighriseApartment,90.1-2010,ASHRAE 169-2013-6B,2077147766.42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,926208000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3570488055.35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291576491.278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7634865292.77,19040363601.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3651918780.08,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258246430.014,0,0,0,0,0,0,0,0,0,11.4101939258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24692294552.7,0.0,24692294552.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8329598575.96,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1043
|
+
HighriseApartment,90.1-2010,ASHRAE 169-2013-7A,2077302451.59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2963055629.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288151288.611,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9006136721.1,20457355448.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3936000905.18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259621751.304,0,0,0,0,0,0,0,0,0,8.75660464308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25731888484.0,0.0,25731888484.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8862724287.02,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1044
|
+
HighriseApartment,90.1-2010,ASHRAE 169-2013-7B,2077302451.59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2983631421.72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289812107.206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8896005290.01,20541828501.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3973268123.33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261129850.784,0,0,0,0,0,0,0,0,0,8.8293597793,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25682768981.5,0.0,25682768981.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8862724287.02,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1045
|
+
HighriseApartment,90.1-2010,ASHRAE 169-2013-8A,2050610471.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913344000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3251528660.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273159656.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10417452853.5,19239576081.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3417495332.77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246008661.126,0,0,0,0,0,0,0,0,0,9.08178003289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26851443371.5,0.0,26851443371.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9402591281.92,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1046
|
+
HighriseApartment,90.1-2010,ASHRAE 169-2013-8B,2050610471.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913344000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281843736.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3263716836.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274190907.628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10385039574.4,19294644288.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3441139073.74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246945084.889,0,0,0,0,0,0,0,0,0,9.13150955071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26856829684.6,0.0,26856829684.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9402591278.51,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1047
|
+
HighriseApartment,90.1-2013,ASHRAE 169-2013-1A,1671623285.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,926208000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2518698382.66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283458290.195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49832331.9082,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4665946762.45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417759733.278,0,0,0,0,0,0,0,0,0,11.3954180539,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16813331914.9,0.0,16813331914.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5898046837.79,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1048
|
+
HighriseApartment,90.1-2013,ASHRAE 169-2013-1B,1795639615.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913344000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2278809502.29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229170816.522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1678023840.43,5337163065.93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4057626611.71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205614648.133,0,0,0,0,0,0,0,0,0,13.1274981237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17438034163.0,0.0,17438034163.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5946421828.18,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1049
|
+
HighriseApartment,90.1-2013,ASHRAE 169-2013-2A,1651575789.72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945504000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2472862735.77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288520741.692,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1926852776.01,6160645043.35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4768415647.11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259507103.078,0,0,0,0,0,0,0,0,0,11.3876721562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18593043922.2,0.0,18593043922.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6345858840.54,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1050
|
+
HighriseApartment,90.1-2013,ASHRAE 169-2013-2B,1631731484.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939072000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3276740368.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294585529.274,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2330834677.52,7364307129.99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4383236405.18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265014208.446,0,0,0,0,0,0,0,0,0,15.7784101399,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19401019801.7,0.0,19401019801.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6272800674.93,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1051
|
+
HighriseApartment,90.1-2013,ASHRAE 169-2013-3A,1625528749.53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2532060309.16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275388462.82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3914896616.59,13737211973.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4308331287.57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247582391.371,0,0,0,0,0,0,0,0,0,11.0811210851,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20103368945.9,0.0,20103368945.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7042004151.93,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1052
|
+
HighriseApartment,90.1-2013,ASHRAE 169-2013-3B,1635968539.68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932640000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2963181959.16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255898624.574,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2955175091.66,9808607739.42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3609851579.24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229884724.078,0,0,0,0,0,0,0,0,0,12.592685202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18862405647.2,0.0,18862405647.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6744617187.54,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1053
|
+
HighriseApartment,90.1-2013,ASHRAE 169-2013-3C,1662190245.78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,958368000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2218980542.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198738593.468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1935754575.38,6319150072.41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2584619682.19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177980793.414,0,0,0,0,0,0,0,0,0,7.73085147268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16016437561.9,0.0,16016437561.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7080788875.56,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1054
|
+
HighriseApartment,90.1-2013,ASHRAE 169-2013-4A,1620439026.24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2871490245.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298503787.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4116273151.83,12155709274.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4243007926.67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277886807.884,0,0,0,0,0,0,0,0,0,10.7972391066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916403998.718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21543586072.8,0.0,21543586072.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7610951853.58,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1055
|
+
HighriseApartment,90.1-2013,ASHRAE 169-2013-4B,1626867670.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939072000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3428942960.46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275977567.262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3159727473.19,10408630568.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3563456542.89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248117325.232,0,0,0,0,0,0,0,0,0,12.6304374466,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19521966667.9,0.0,19521966667.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7331990444.07,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1056
|
+
HighriseApartment,90.1-2013,ASHRAE 169-2013-4C,1642850549.31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996960000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3005729894.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262900491.937,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3253807128.88,10641859685.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2939052556.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236242740.879,0,0,0,0,0,0,0,0,0,8.48640573294,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18617348490.7,0.0,18617348490.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7681797267.48,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1057
|
+
HighriseApartment,90.1-2013,ASHRAE 169-2013-5A,1608815462.96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2810204725.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287966110.923,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4134035837.25,12997876844.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3665833611.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259003472.893,0,0,0,0,0,0,0,0,0,9.00933728044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916403998.718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20881844348.4,0.0,20881844348.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8072289219.17,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1058
|
+
HighriseApartment,90.1-2013,ASHRAE 169-2013-5B,1618367522.96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945504000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3433772231.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271252358.316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4253520240.49,14370033087.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300948294.86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242521562.414,0,0,0,0,0,0,0,0,0,11.6818912859,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20345691338.9,0.0,20345691338.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7819185133.7,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1059
|
+
HighriseApartment,90.1-2013,ASHRAE 169-2013-5C,1638958079.22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,984096000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2755659135.73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232933393.869,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2620616648.42,8560330226.32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2457669043.99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209031240.987,0,0,0,0,0,0,0,0,0,6.78333134871,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17178768671.0,0.0,17178768671.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8020499653.69,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1060
|
+
HighriseApartment,90.1-2013,ASHRAE 169-2013-6A,1608670764.14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,926208000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2963610142.14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307578302.073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9280553602.21,21531451459.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4066309202.88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286412666.823,0,0,0,0,0,0,0,0,0,9.55908102713,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904521902.601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26623669711.7,0.0,26623669711.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8447878696.48,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1061
|
+
HighriseApartment,90.1-2013,ASHRAE 169-2013-6B,1594470893.56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,926208000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3410278993.43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279791406.133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7261454532.64,18292753012.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3140605931.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249933616.091,0,0,0,0,0,0,0,0,0,10.7514981373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,619351586.462,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23761900088.2,0.0,23761900088.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8329651385.08,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1062
|
+
HighriseApartment,90.1-2013,ASHRAE 169-2013-7A,1556574062.37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3074756336.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287891579.123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7885725609.94,19725884272.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3538048796.34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267916226.782,0,0,0,0,0,0,0,0,0,8.59102333333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821347229.782,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24631840969.6,0.0,24631840969.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8862795899.24,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1063
|
+
HighriseApartment,90.1-2013,ASHRAE 169-2013-7B,1556574062.37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,919776000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3096723880.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289640948.483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7749002566.78,19804646125.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3569653753.41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269559827.171,0,0,0,0,0,0,0,0,0,8.65902694579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821347229.782,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24552083397.7,0.0,24552083397.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8862724225.69,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1064
|
+
HighriseApartment,90.1-2013,ASHRAE 169-2013-8A,1469526767.49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913344000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3414679930.82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286886826.537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9268073052.58,18888299544.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3273416474.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258023433.155,0,0,0,0,0,0,0,0,0,9.4820728323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702526259.281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25866281873.1,0.0,25866281873.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9402591502.35,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1065
|
+
HighriseApartment,90.1-2013,ASHRAE 169-2013-8B,1469526767.49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913344000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279805128.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3430024966.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288151844.763,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9210172271.99,18949758925.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3296099984.53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259172127.741,0,0,0,0,0,0,0,0,0,9.5366943156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702526259.281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25848823351.4,0.0,25848823351.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9402591496.68,0,0,0,0,0,0,0,0,26.1809140756,0,0,0,0,0,0
|
1066
1066
|
Hospital,90.1-2004,ASHRAE 169-2013-1A,21850070952.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1437350400.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36932199774.8,12954397780.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17030252540.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20895100627.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5280584297.46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,47643724221.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30231480069.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6836469701.08,0,0,0,0,0,0,0,0,0,16883.9807488,0,0,0,0,0,0,0.0,0,0,0,0,0,0,0,0,0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.24541280959e+11,0.0,1.24541280959e+11,935332621.888,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142692513.212,9493548609.63,0,0,0,0,0,0,0,0,27.9231657327,0,0,0,0,0,0
|
1067
1067
|
Hospital,90.1-2004,ASHRAE 169-2013-1B,21850070952.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1417387200.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36932199774.8,12954397780.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17030252540.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20664773755.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4720344230.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,49025387239.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19012269988.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3795368450.63,0,0,0,0,0,0,0,0,0,11435.7096266,0,0,0,0,0,0,346083948.376,0,0,0,0,0,0,0,0,0,0.128743228796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.09902987707e+11,0.0,1.09902987707e+11,1018295383.72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146194023.255,9349002392.5,0,0,0,0,0,0,0,0,27.9231657327,0,0,0,0,0,0
|
1068
1068
|
Hospital,90.1-2004,ASHRAE 169-2013-2A,21850070952.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467295200.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36932199774.8,12954397780.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17030252540.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21506093139.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5776597147.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,59776480126.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25199446442.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4780768258.38,0,0,0,0,0,0,0,0,0,14522.5659497,0,0,0,0,0,0,2456411077.76,0,0,0,0,0,0,0,0,0,0.913784920927,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.21048626381e+11,0.0,1.21048626381e+11,933547619.528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146196768.447,9898327133.1,0,0,0,0,0,0,0,0,27.9231657327,0,0,0,0,0,0
|
data/lib/openstudio-standards.rb
CHANGED
@@ -146,11 +146,13 @@ module OpenstudioStandards
|
|
146
146
|
require_relative "#{stds}/Standards.CoilCoolingDXMultiSpeed"
|
147
147
|
require_relative "#{stds}/Standards.CoilCoolingDXSingleSpeed"
|
148
148
|
require_relative "#{stds}/Standards.CoilCoolingDXTwoSpeed"
|
149
|
+
require_relative "#{stds}/Standards.CoilCoolingWaterToAirHeatPumpEquationFit"
|
149
150
|
require_relative "#{stds}/Standards.CoilDX"
|
150
151
|
require_relative "#{stds}/Standards.CoilHeatingDXMultiSpeed"
|
151
152
|
require_relative "#{stds}/Standards.CoilHeatingDXSingleSpeed"
|
152
153
|
require_relative "#{stds}/Standards.CoilHeatingGasMultiStage"
|
153
154
|
require_relative "#{stds}/Standards.CoilHeatingGas"
|
155
|
+
require_relative "#{stds}/Standards.CoilHeatingWaterToAirHeatPumpEquationFit"
|
154
156
|
require_relative "#{stds}/Standards.Construction"
|
155
157
|
require_relative "#{stds}/Standards.CoolingTower"
|
156
158
|
require_relative "#{stds}/Standards.CoolingTowerSingleSpeed"
|
@@ -161,6 +163,7 @@ module OpenstudioStandards
|
|
161
163
|
require_relative "#{stds}/Standards.FanOnOff"
|
162
164
|
require_relative "#{stds}/Standards.FanVariableVolume"
|
163
165
|
require_relative "#{stds}/Standards.FanZoneExhaust"
|
166
|
+
require_relative "#{stds}/Standards.FluidCooler"
|
164
167
|
require_relative "#{stds}/Standards.HeaderedPumpsConstantSpeed"
|
165
168
|
require_relative "#{stds}/Standards.HeaderedPumpsVariableSpeed"
|
166
169
|
require_relative "#{stds}/Standards.HeatExchangerSensLat"
|
@@ -50,11 +50,27 @@ class Standard
|
|
50
50
|
|
51
51
|
# curve sets
|
52
52
|
if type == 'OS default'
|
53
|
-
|
54
53
|
# use OS defaults
|
55
|
-
|
54
|
+
elsif type == 'Residential Minisplit HP'
|
55
|
+
# Performance curves
|
56
|
+
# These coefficients are in SI units
|
57
|
+
cool_cap_ft_coeffs_si = [0.7531983499655835, 0.003618193903031667, 0.0, 0.006574385031351544, -6.87181191015432e-05, 0.0]
|
58
|
+
cool_eir_ft_coeffs_si = [-0.06376924779982301, -0.0013360593470367282, 1.413060577993827e-05, 0.019433076486584752, -4.91395947154321e-05, -4.909341249475308e-05]
|
59
|
+
cool_cap_fflow_coeffs = [1, 0, 0]
|
60
|
+
cool_eir_fflow_coeffs = [1, 0, 0]
|
61
|
+
cool_plf_fplr_coeffs = [0.89, 0.11, 0]
|
62
|
+
|
63
|
+
# Make the curves
|
64
|
+
clg_cap_f_of_temp = create_curve_biquadratic(model, cool_cap_ft_coeffs_si, 'Cool-Cap-fT', 0, 100, 0, 100, nil, nil)
|
65
|
+
clg_cap_f_of_flow = create_curve_quadratic(model, cool_cap_fflow_coeffs, 'Cool-Cap-fFF', 0, 2, 0, 2, is_dimensionless = true)
|
66
|
+
clg_energy_input_ratio_f_of_temp = create_curve_biquadratic(model, cool_eir_ft_coeffs_si, 'Cool-EIR-fT', 0, 100, 0, 100, nil, nil)
|
67
|
+
clg_energy_input_ratio_f_of_flow = create_curve_quadratic(model, cool_eir_fflow_coeffs, 'Cool-EIR-fFF', 0, 2, 0, 2, is_dimensionless = true)
|
68
|
+
clg_part_load_ratio = create_curve_quadratic(model, cool_plf_fplr_coeffs, 'Cool-PLF-fPLR', 0, 1, 0, 1, is_dimensionless = true)
|
69
|
+
clg_cap_f_of_temp_low_spd = create_curve_biquadratic(model, cool_cap_ft_coeffs_si, 'Cool-Cap-fT', 0, 100, 0, 100, nil, nil)
|
70
|
+
clg_energy_input_ratio_f_of_temp_low_spd = create_curve_biquadratic(model, cool_eir_ft_coeffs_si, 'Cool-EIR-fT', 0, 100, 0, 100, nil, nil)
|
71
|
+
clg_coil.setRatedLowSpeedSensibleHeatRatio(0.73)
|
72
|
+
clg_coil.setCondenserType('AirCooled')
|
56
73
|
else # default curve set, type == 'PSZ-AC' || 'Split AC' || 'PTAC'
|
57
|
-
|
58
74
|
clg_cap_f_of_temp = OpenStudio::Model::CurveBiquadratic.new(model)
|
59
75
|
clg_cap_f_of_temp.setCoefficient1Constant(0.42415)
|
60
76
|
clg_cap_f_of_temp.setCoefficient2x(0.04426)
|
data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingDXSingleSpeed.rb
CHANGED
@@ -60,11 +60,8 @@ class Standard
|
|
60
60
|
|
61
61
|
# curve sets
|
62
62
|
if type == 'OS default'
|
63
|
-
|
64
63
|
# use OS defaults
|
65
|
-
|
66
|
-
elsif type == 'Residential Central Air Source HP'
|
67
|
-
|
64
|
+
elsif type == 'Residential Central Air Source HP'
|
68
65
|
# Performance curves
|
69
66
|
# These coefficients are in IP UNITS
|
70
67
|
heat_cap_ft_coeffs_ip = [0.566333415, -0.000744164, -0.0000103, 0.009414634, 0.0000506, -0.00000675]
|
@@ -86,9 +83,27 @@ class Standard
|
|
86
83
|
|
87
84
|
# Heating defrost curve for reverse cycle
|
88
85
|
def_eir_f_of_temp = create_curve_biquadratic(model, defrost_eir_coeffs, 'DefrostEIR', -100, 100, -100, 100, nil, nil)
|
86
|
+
elsif type == 'Residential Minisplit HP'
|
87
|
+
# Performance curves
|
88
|
+
# These coefficients are in IP UNITS
|
89
|
+
heat_cap_ft_coeffs_ip = [1.0029281211538501, -0.010386676170938, 0, 0.025961538461538501, 0, 0]
|
90
|
+
heat_cap_ft_coeffs_si = convert_curve_biquadratic(heat_cap_ft_coeffs_ip)
|
91
|
+
# These coefficients are in SI UNITS
|
92
|
+
heat_eir_ft_coeffs_si = [0.9999941697687026, 0.004684593830254383, 5.901286675833333e-05, -0.0028624467783091973, 1.3041120194135802e-05, -0.00016172918478765433]
|
93
|
+
heat_cap_fflow_coeffs = [1, 0, 0]
|
94
|
+
heat_eir_fflow_coeffs = [1, 0, 0]
|
95
|
+
heat_plf_fplr_coeffs = [0.89, 0.11, 0]
|
96
|
+
defrost_eir_coeffs = [0.1528, 0, 0, 0, 0, 0]
|
89
97
|
|
90
|
-
|
98
|
+
htg_cap_f_of_temp = create_curve_biquadratic(model, heat_cap_ft_coeffs_si, 'Heat-Cap-fT', -100, 100, -100, 100, nil, nil)
|
99
|
+
htg_cap_f_of_flow = create_curve_quadratic(model, heat_cap_fflow_coeffs, 'Heat-Cap-fFF', 0, 2, 0, 2, is_dimensionless = true)
|
100
|
+
htg_energy_input_ratio_f_of_temp = create_curve_biquadratic(model, heat_eir_ft_coeffs_si, 'Heat-EIR-fT', -100, 100, -100, 100, nil, nil)
|
101
|
+
htg_energy_input_ratio_f_of_flow = create_curve_quadratic(model, heat_eir_fflow_coeffs, 'Heat-EIR-fFF', 0, 2, 0, 2, is_dimensionless = true)
|
102
|
+
htg_part_load_fraction = create_curve_quadratic(model, heat_plf_fplr_coeffs, 'Heat-PLF-fPLR', 0, 1, 0.6, 1, is_dimensionless = true)
|
91
103
|
|
104
|
+
# Heating defrost curve for reverse cycle
|
105
|
+
def_eir_f_of_temp = create_curve_biquadratic(model, defrost_eir_coeffs, 'DefrostEIR', -100, 100, -100, 100, nil, nil)
|
106
|
+
else # default curve set
|
92
107
|
htg_cap_f_of_temp = OpenStudio::Model::CurveCubic.new(model)
|
93
108
|
htg_cap_f_of_temp.setName("#{htg_coil.name} Htg Cap Func of Temp Curve")
|
94
109
|
htg_cap_f_of_temp.setCoefficient1Constant(0.758746)
|
@@ -146,7 +161,6 @@ class Standard
|
|
146
161
|
def_eir_f_of_temp.setMinimumValueofy(-23.33333)
|
147
162
|
def_eir_f_of_temp.setMaximumValueofy(29.44444)
|
148
163
|
end
|
149
|
-
|
150
164
|
end
|
151
165
|
|
152
166
|
if type == 'PSZ-AC'
|