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.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/data/standards/OpenStudio_Standards-ashrae_90_1(space_types).xlsx +0 -0
  3. data/data/standards/OpenStudio_Standards-ashrae_90_1-ALL-comstock(space_types).xlsx +0 -0
  4. data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
  5. data/data/standards/OpenStudio_Standards-cbes.xlsx +0 -0
  6. data/data/standards/OpenStudio_Standards-deer.xlsx +0 -0
  7. data/data/standards/manage_OpenStudio_Standards.rb +4 -0
  8. data/data/standards/openstudio_standards_duplicates_log.csv +2 -0
  9. data/data/standards/test_performance_expected_dd_results.csv +152 -152
  10. data/lib/openstudio-standards.rb +3 -0
  11. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingDXTwoSpeed.rb +19 -3
  12. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingDXSingleSpeed.rb +20 -6
  13. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.hvac.rb +1 -1
  14. data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +130 -26
  15. data/lib/openstudio-standards/standards/Standards.BoilerHotWater.rb +1 -1
  16. data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +109 -0
  17. data/lib/openstudio-standards/standards/Standards.CoilDX.rb +10 -0
  18. data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +176 -0
  19. data/lib/openstudio-standards/standards/Standards.FluidCooler.rb +124 -0
  20. data/lib/openstudio-standards/standards/Standards.Model.rb +13 -1
  21. data/lib/openstudio-standards/standards/Standards.WaterHeaterMixed.rb +6 -6
  22. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.water_source_heat_pumps.json +31 -0
  23. 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
  24. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.water_source_heat_pumps.json +31 -0
  25. 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
  26. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.water_source_heat_pumps.json +31 -0
  27. 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
  28. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.water_source_heat_pumps.json +31 -0
  29. 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
  30. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.fans.json +12 -0
  31. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.water_source_heat_pumps.json +31 -0
  32. 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
  33. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.water_source_heat_pumps.json +31 -0
  34. 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
  35. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.chillers.json +345 -3
  36. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.heat_pumps.json +154 -0
  37. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.heat_pumps_heating.json +104 -4
  38. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.heat_rejection.json +40 -0
  39. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.unitary_acs.json +75 -6
  40. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.water_heaters.json +2 -2
  41. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.water_source_heat_pumps.json +31 -0
  42. 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
  43. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirLoopHVAC.rb +0 -6
  44. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.Model.rb +21 -2
  45. data/lib/openstudio-standards/standards/cbes/data/cbes.fans.json +12 -0
  46. data/lib/openstudio-standards/standards/deer/data/deer.fans.json +12 -0
  47. data/lib/openstudio-standards/version.rb +1 -1
  48. metadata +21 -11
  49. data/data/standards/OpenStudio_Standards-cbes(space_types).xlsx +0 -0
  50. data/data/standards/OpenStudio_Standards-deer(space_types).xlsx +0 -0
  51. data/data/standards/OpenStudio_Standards-deer-ALL-comstock(space_types).xlsx +0 -0
  52. data/data/standards/junk/legacy_dd_results - Copy.csv +0 -960
  53. data/data/standards/junk/legacy_dd_results.csv +0 -960
  54. data/data/standards/junk/legacy_dd_results_new - Copy.csv +0 -960
  55. data/data/standards/junk/legacy_dd_results_new.csv +0 -960
  56. data/data/standards/junk/legacy_dd_results_original.csv +0 -960
  57. 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: e61a71316202cc8cda206d5b1cfff2c681ab7b1072e6a18df37db19a009d5d58
4
- data.tar.gz: de779596b61101a999b49a0ccd3f4a40fea110122fe1b98fb9fab8473b8d5612
3
+ metadata.gz: 85383359dec8e6f8c17ad77a48f12fdaa0e6f409c2d7fe9bfdfb5f127b3a4cea
4
+ data.tar.gz: b673fb89dae659bccb2651b632dd1db4196b6e58ac8a2fb052d024a7a95d9c31
5
5
  SHA512:
6
- metadata.gz: d3281bafac2716e3f12e1cab262737740c35187ebcdc86c7c5da59fe561257d8df102944caff5f4bede13b088beb65a615db88e52999be8d58851b3ba31e3c15
7
- data.tar.gz: 694a96021db9f4fca723e0a8be2fba3ad2da101aa45d222a54588c9724139a250d9abbe2a31bd658a7ba4b830bc8ea0cb3d1dfbecf3f42bd9657f2224ae24dba
6
+ metadata.gz: e5fdb54362a565e9df39ccae0b80b7be37bcfa7f1bb2696bc644c9770d2ac6e20787af33e62f270cc0e9f59f182119ea1b7a857769d789d102c714df13025133
7
+ data.tar.gz: 4012d9d1842ed13f61c128b149b962567122a6334e240ae8b8030a9bf170733530a277060fbf5053343b69077e84f13ab91e370e82078d028ec221e4e093a6e4
@@ -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,22542796759.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6212430235.33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,35982084032.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56033889688.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8631318613.41,0,0,0,0,0,0,0,0,0,16489.4986898,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.72082803573e+11,0.0,2.72082803573e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3319647791.74,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,22230594734.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5320033856.89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,50419453369.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49493711671.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6394139237.25,0,0,0,0,0,0,0,0,0,13123.2651894,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.62141617715e+11,0.0,2.62141617715e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3231491888.54,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,23568421819.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6612073676.34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,67988739786.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55693558232.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7630996161.7,0,0,0,0,0,0,0,0,0,16456.9537924,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.73977974932e+11,0.0,2.73977974932e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3455794819.76,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,23712563408.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3957655503.71,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,34149666073.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5305813200.74,0,0,0,0,0,0,0,0,0,11893.6002628,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.35850813952e+11,0.0,2.35850813952e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3387303963.75,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,24821908741.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6802355789.32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,98356315892.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52356505381.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6870063476.32,0,0,0,0,0,0,0,0,0,14862.727235,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.72332335717e+11,0.0,2.72332335717e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3706537853.6,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,23794580106.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3753007171.25,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,33530549942.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5019120855.46,0,0,0,0,0,0,0,0,0,11271.4901072,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.39877347219e+11,0.0,2.39877347219e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3606251584.57,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,21126571467.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3870807135.7,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,31711810315.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5080405525.03,0,0,0,0,0,0,0,0,0,10936.2605702,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.30145461418e+11,0.0,2.30145461418e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3834850183.15,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,23725159087.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6807425293.48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.11584734939e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52161357441.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6789870692.53,0,0,0,0,0,0,0,0,0,14820.8152199,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.63188562275e+11,0.0,2.63188562275e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3963644870.74,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,23659134306.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3552413114.25,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,31090351574.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4177462388.62,0,0,0,0,0,0,0,0,0,10162.1656408,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.35525507633e+11,0.0,2.35525507633e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3871518664.72,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,20176221145.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3588776514.43,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,28618855878.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4433966030.18,0,0,0,0,0,0,0,0,0,9645.18192933,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.28273961579e+11,0.0,2.28273961579e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4080131072.4,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,25856046284.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5742811109.92,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,38278482641.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6177373287.1,0,0,0,0,0,0,0,0,0,14359.138296,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.46634432107e+11,0.0,2.46634432107e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4192885693.97,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,24879663446.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3718897847.61,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,29705445169.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3976031021.3,0,0,0,0,0,0,0,0,0,10008.5799299,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.34360757064e+11,0.0,2.34360757064e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4108504249.36,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,20273703975.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3395737632.21,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,25062028437.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3889774126.73,0,0,0,0,0,0,0,0,0,8471.902869,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.22150176591e+11,0.0,2.22150176591e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4240250176.21,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,28527062549.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5152068013.41,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,41025963054.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6819704187.99,0,0,0,0,0,0,0,0,0,15646.6636011,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.53261024532e+11,0.0,2.53261024532e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4341796267.22,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,23785836706.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3995725052.46,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,27976932090.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4061951708.72,0,0,0,0,0,0,0,0,0,9743.13623791,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.31710994802e+11,0.0,2.31710994802e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4317134735.08,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,25961549226.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4789693631.66,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,35816241096.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5842315431.33,0,0,0,0,0,0,0,0,0,13059.356435,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.43298163204e+11,0.0,2.43298163204e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4552295164.36,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,26113455254.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4841906910.27,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,35998149173.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5871832193.48,0,0,0,0,0,0,0,0,0,13127.6433386,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.4371370735e+11,0.0,2.4371370735e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4543763400.16,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,21314611340.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4114239975.38,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,25306677742.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3767577335.56,0,0,0,0,0,0,0,0,0,8972.75337304,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.24389284787e+11,0.0,2.24389284787e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4838696707.05,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,21412675923.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4143242484.6,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,25421693798.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3782925320.43,0,0,0,0,0,0,0,0,0,9012.97413852,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.24646715921e+11,0.0,2.24646715921e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4838149529.29,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,24357090475.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6226680350.28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,44565793456.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55593649344.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8667770342.76,0,0,0,0,0,0,0,0,0,16686.9294996,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.71008709655e+11,0.0,2.71008709655e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3318901183.76,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,22420535163.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5390312451.73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,49220894911.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49574026350.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316526669.8,0,0,0,0,0,0,0,0,0,13241.5000805,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.59844552376e+11,0.0,2.59844552376e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3231822625.05,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,24208212114.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6550566388.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,66285484102.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55587356432.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7483067975.35,0,0,0,0,0,0,0,0,0,16471.7044623,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.71277009163e+11,0.0,2.71277009163e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3456709334.72,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,24677106235.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3940685702.89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,80799969014.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33837498065.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5210985732.4,0,0,0,0,0,0,0,0,0,11902.2961156,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.3535011951e+11,0.0,2.3535011951e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3386713869.7,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,24696629689.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6609941422.94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,95411624888.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52298615991.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6625306552.98,0,0,0,0,0,0,0,0,0,14653.6476638,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.68630496536e+11,0.0,2.68630496536e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3709889071.9,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,23991643676.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3656430353.74,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,32382029617.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4772708985.99,0,0,0,0,0,0,0,0,0,10802.8724863,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.36056523057e+11,0.0,2.36056523057e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3606838838.89,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,18725400495.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3339847291.5,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,29542720145.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4470506624.0,0,0,0,0,0,0,0,0,0,9658.33068336,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.23350594847e+11,0.0,2.23350594847e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3835012411.58,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,24128903595.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6850795369.67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.10677760647e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53663207385.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6709336047.97,0,0,0,0,0,0,0,0,0,15419.9848744,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.63252120706e+11,0.0,2.63252120706e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3962703061.2,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,24106341037.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3482032226.79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,79660233783.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30623523573.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4097846710.21,0,0,0,0,0,0,0,0,0,10002.8492152,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.33273165814e+11,0.0,2.33273165814e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3872077765.06,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,20810390187.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3547038641.16,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,28343312364.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4390461090.38,0,0,0,0,0,0,0,0,0,9592.4989428,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.26229129972e+11,0.0,2.26229129972e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4079822840.52,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,27613201833.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5032884245.82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.5947335631e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36852741892.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5870912086.52,0,0,0,0,0,0,0,0,0,13579.7659717,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.41453832506e+11,0.0,2.41453832506e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4193372746.5,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,26529034086.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860452759.38,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,29250228871.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3808220998.11,0,0,0,0,0,0,0,0,0,9793.9168589,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.30825094439e+11,0.0,2.30825094439e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4109615882.36,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,20094618084.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3269588159.16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,68327117476.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24422478416.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3718642782.53,0,0,0,0,0,0,0,0,0,8111.92870992,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.18993718071e+11,0.0,2.18993718071e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239806138.41,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,28744931096.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5035498803.87,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,39181750904.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6377439226.96,0,0,0,0,0,0,0,0,0,14773.1528479,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.49571787215e+11,0.0,2.49571787215e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4355725098.77,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,23999254239.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3796449959.43,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,27006972090.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3849176486.09,0,0,0,0,0,0,0,0,0,9287.39890694,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.29015203099e+11,0.0,2.29015203099e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4321367666.18,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,26308132680.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4689170078.7,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,34551500969.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5447915009.87,0,0,0,0,0,0,0,0,0,12455.85123,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.40502504747e+11,0.0,2.40502504747e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4554673852.01,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,26427268724.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4690846628.57,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,34710741537.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5474848354.63,0,0,0,0,0,0,0,0,0,12512.6954478,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.40809491253e+11,0.0,2.40809491253e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4554201717.07,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,22358136119.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3859890980.36,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,24668733863.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3620766989.66,0,0,0,0,0,0,0,0,0,8645.45450436,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.23090158076e+11,0.0,2.23090158076e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4852817528.07,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,22408657472.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3897152728.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.66784265293e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24782351175.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3635889952.79,0,0,0,0,0,0,0,0,0,8680.82724751,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.23306681451e+11,0.0,2.23306681451e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4852726795.9,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,22957617334.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5963235036.79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,39611075244.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47427223459.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733809156.61,0,0,0,0,0,0,0,0,0,14958.3983121,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.49634532374e+11,0.0,2.49634532374e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3288823289.52,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,21937113854.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4907783960.36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,35832981974.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41633267638.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3408512045.08,0,0,0,0,0,0,0,0,0,11072.3450143,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.42061631975e+11,0.0,2.42061631975e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3191900791.32,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,22098154050.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4660682122.12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,48949725620.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44533825225.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3758192278.7,0,0,0,0,0,0,0,0,0,12360.7678071,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.39077081528e+11,0.0,2.39077081528e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3419332547.64,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,26337532094.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3779192768.62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,56869336456.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27869852059.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2868732712.53,0,0,0,0,0,0,0,0,0,11068.2636025,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.2481409922e+11,0.0,2.2481409922e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3346796701.86,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,23720036353.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4115282551.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.15028320506e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42652409644.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3599188940.07,0,0,0,0,0,0,0,0,0,11343.899733,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.33671428508e+11,0.0,2.33671428508e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3668268901.22,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,25736952877.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3489802972.71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,59935958653.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27334951342.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2663642835.86,0,0,0,0,0,0,0,0,0,10104.1016951,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.2302691151e+11,0.0,2.2302691151e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3566546867.27,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,20896630788.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3063373076.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,39031776474.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25121492918.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2511831724.24,0,0,0,0,0,0,0,0,0,9095.13478474,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9646333538.91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.15266045096e+11,0.0,2.15266045096e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3795281405.21,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,23691708685.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4128191012.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,80575601237.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42563293043.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3634838362.6,0,0,0,0,0,0,0,0,0,11484.5293469,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.37740181248e+11,0.0,2.37740181248e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3924350992.94,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,26266024457.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3514223221.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,64584998648.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25940920385.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2357749618.06,0,0,0,0,0,0,0,0,0,9655.54114371,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.2139736851e+11,0.0,2.2139736851e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3833326700.77,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,22863339495.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3789348224.24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,62437899780.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23295543890.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2408918969.92,0,0,0,0,0,0,0,0,0,8759.47746597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7529912218.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.1392528383e+11,0.0,2.1392528383e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4040483840.91,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,25015195302.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4273048820.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,90058242847.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29879601086.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3019412926.44,0,0,0,0,0,0,0,0,0,11632.5867947,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.24068409794e+11,0.0,2.24068409794e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4153450957.29,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,26803916854.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3364782744.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,81733457786.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24004452550.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2161312727.44,0,0,0,0,0,0,0,0,0,8994.51702412,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.18980666762e+11,0.0,2.18980666762e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4069060840.46,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,21898964726.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3182207778.95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,53984707370.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19733835340.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2045209922.2,0,0,0,0,0,0,0,0,0,7285.74178784,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.06954413222e+11,0.0,2.06954413222e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200064833.03,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,26392991276.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4606135770.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.38760429704e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32107038136.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3336021821.01,0,0,0,0,0,0,0,0,0,12779.2811915,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.28293734501e+11,0.0,2.28293734501e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4316030299.28,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,25723522734.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3498368356.08,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.28244747225e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22260053618.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2149660845.39,0,0,0,0,0,0,0,0,0,8579.39034802,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.15758490438e+11,0.0,2.15758490438e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4279501372.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,25368218551.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4235118619.16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.3722473846e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28304355591.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2905323841.85,0,0,0,0,0,0,0,0,0,11004.9963633,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.21993512134e+11,0.0,2.21993512134e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4515434115.35,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,25492380487.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4286006541.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.41174470597e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28453759931.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2919641293.32,0,0,0,0,0,0,0,0,0,11060.4270024,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.22332283783e+11,0.0,2.22332283783e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4504121517.2,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,23217224076.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3568817240.62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.48988917312e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19771241482.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1997659447.12,0,0,0,0,0,0,0,0,0,7752.90658825,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.08532081035e+11,0.0,2.08532081035e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4814579402.03,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,23286122468.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3565940474.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.52561581701e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19869504310.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2007280356.7,0,0,0,0,0,0,0,0,0,7788.9229231,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.087059864e+11,0.0,2.087059864e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4803782587.08,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,21181191014.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5474912852.15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,28789762803.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48723558823.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4380264647.95,0,0,0,0,0,0,0,0,0,13838.5499326,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.44425765928e+11,0.0,2.44425765928e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3279593432.24,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,19672945304.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4537400554.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,25922534085.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42994627787.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3216990815.48,0,0,0,0,0,0,0,0,0,10438.4136704,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.37533615013e+11,0.0,2.37533615013e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3179414322.43,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,20825879428.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4099603355.99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,37515631588.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43981696893.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3496057451.81,0,0,0,0,0,0,0,0,0,11455.148603,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.32738392547e+11,0.0,2.32738392547e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3419308111.41,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,24687316425.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3509626910.21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,45775017295.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29728760467.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2623334429.81,0,0,0,0,0,0,0,0,0,10486.4141893,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.2074090411e+11,0.0,2.2074090411e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3346763300.04,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,22394005574.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3926586571.26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.11082096717e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43293196716.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3394650203.31,0,0,0,0,0,0,0,0,0,10856.1782354,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.28953765484e+11,0.0,2.28953765484e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3671602933.96,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,25306923249.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3541085953.62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,67245108616.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29736168418.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2492276513.54,0,0,0,0,0,0,0,0,0,10115.9073273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.11242083437e+11,0.0,2.11242083437e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3566169877.58,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,19785068385.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2853336228.64,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,27057112100.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2317116225.66,0,0,0,0,0,0,0,0,0,8821.16356495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.02409130579e+11,0.0,2.02409130579e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3794748762.26,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,22779883023.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4077841755.69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,70766087760.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43638293352.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3476045762.72,0,0,0,0,0,0,0,0,0,11255.1896365,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.3408134716e+11,0.0,2.3408134716e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3923087050.36,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,25231987138.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3156832856.88,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,29115476920.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2243987489.73,0,0,0,0,0,0,0,0,0,9762.59436145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.09853544816e+11,0.0,2.09853544816e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3831117613.37,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,22056126278.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3279011309.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,67074381178.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25180827324.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2271612474.59,0,0,0,0,0,0,0,0,0,8551.56947787,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.03221876304e+11,0.0,2.03221876304e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4038622497.65,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,23879404936.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4198797104.96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,78520033433.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31034918840.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2847195874.11,0,0,0,0,0,0,0,0,0,11331.6032681,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.20252879606e+11,0.0,2.20252879606e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4151630714.17,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,25713669107.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3262192613.73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,89922610645.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26782963271.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2063843035.95,0,0,0,0,0,0,0,0,0,9042.80664021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.07886518806e+11,0.0,2.07886518806e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4068746904.84,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,21014043723.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2917834401.93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,45897863517.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21653894981.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1949936065.25,0,0,0,0,0,0,0,0,0,7166.76980865,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.04175183005e+11,0.0,2.04175183005e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4199974762.74,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,25535480317.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4459103656.34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.27083698243e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32845072429.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3112924826.19,0,0,0,0,0,0,0,0,0,12342.7885279,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.24312026922e+11,0.0,2.24312026922e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4301694046.68,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,24662969929.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3370217372.28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.16803165533e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24561924973.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2037374826.6,0,0,0,0,0,0,0,0,0,8410.52179959,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.13107146365e+11,0.0,2.13107146365e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4278699007.99,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,24166252472.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4083821647.55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.29906786378e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30259585158.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2786229875.62,0,0,0,0,0,0,0,0,0,10964.0205297,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.18976889348e+11,0.0,2.18976889348e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4502143606.17,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,24253213812.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4160465355.13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.29939546719e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30428304823.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2803980086.54,0,0,0,0,0,0,0,0,0,11029.8238471,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.19326621464e+11,0.0,2.19326621464e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4502902354.3,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,22549019131.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3538340921.62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.36627603399e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22286979458.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1947622170.44,0,0,0,0,0,0,0,0,0,7839.86567109,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.06567872111e+11,0.0,2.06567872111e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4799601119.29,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,22636909962.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3560043574.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,1.36778974728e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22394392827.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1956358563.41,0,0,0,0,0,0,0,0,0,7875.42393287,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.06793615358e+11,0.0,2.06793615358e+11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4801735188.67,0,0,0,0,0,0,0,0,11.508136356,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,145010970.52,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6765154967.23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,415864215.665,0,0,0,0,0,0,0,0,0,14.0122035371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20249272485.9,0.0,20249272485.9,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,5896585925.71,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.7281593305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20647192136.5,0.0,20647192136.5,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.46,10228315103.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7357853003.08,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.8953336143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23981623483.0,0.0,23981623483.0,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,7226007435.46,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.8618925206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25680786824.2,0.0,25680786824.2,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,6618860612.72,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,14.2826915475,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24923493305.9,0.0,24923493305.9,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.12,11901638868.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5634289838.48,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,16.3405865522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22994746806.4,0.0,22994746806.4,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.0,10040954505.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4904507219.08,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.72784576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21845813132.6,0.0,21845813132.6,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,6529271737.52,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.477764957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27866242367.6,0.0,27866242367.6,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.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4810922605.0,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,14.0258280868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22421759966.0,0.0,22421759966.0,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,3764573400.11,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,9.05138640547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21590347704.7,0.0,21590347704.7,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,5711694616.68,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.6324832258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27482047715.2,0.0,27482047715.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,4836083341.36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290034134.454,0,0,0,0,0,0,0,0,0,14.2155702712,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24372796946.3,0.0,24372796946.3,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,3215442200.28,10799930818.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500745052.12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248837072.931,0,0,0,0,0,0,0,0,0,8.11508510338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19960210045.0,0.0,19960210045.0,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,6564754222.83,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.7378526178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34797338675.2,0.0,34797338675.2,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,4709508187.23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294717898.032,0,0,0,0,0,0,0,0,0,13.2401751714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28467243561.6,0.0,28467243561.6,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,12948238533.2,25456487215.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5066851761.51,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,10.2437181391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31538839939.5,0.0,31538839939.5,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,5109619923.21,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,10.3148875506,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31507813120.6,0.0,31507813120.6,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,11534825563.0,22535094151.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4297052692.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279436813.448,0,0,0,0,0,0,0,0,0,10.2957479653,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29439895090.3,0.0,29439895090.3,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.7,22591549331.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4324272118.24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280359346.664,0,0,0,0,0,0,0,0,0,10.3467540898,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29450311550.8,0.0,29450311550.8,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,144304859.55,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6730074657.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,412857773.212,0,0,0,0,0,0,0,0,0,13.9286929762,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20177053179.4,0.0,20177053179.4,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.86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5887339195.39,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.6993656533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20617188599.9,0.0,20617188599.9,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,6843103488.99,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.8548307341,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22398244564.8,0.0,22398244564.8,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,6516366443.95,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.6979754459,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23574279220.1,0.0,23574279220.1,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,6085352598.18,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,13.0570581514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23534886266.1,0.0,23534886266.1,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.65,10258791611.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5083088437.61,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.5780868812,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21555820810.0,0.0,21555820810.0,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,3610372956.54,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.96132343756,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18134376174.6,0.0,18134376174.6,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.58,21592791828.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6466789853.96,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,13.3244126005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26985631727.1,0.0,26985631727.1,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,4755838678.53,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.7947714218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22003314580.3,0.0,22003314580.3,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,3762871554.29,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,9.00536081645,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21090544711.1,0.0,21090544711.1,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,5290262252.82,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.7002790112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26591888059.8,0.0,26591888059.8,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.77,16349792431.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4393118247.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257767098.575,0,0,0,0,0,0,0,0,0,12.7257914761,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23045726394.9,0.0,23045726394.9,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,2951308837.25,9470131560.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3131786919.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215728297.012,0,0,0,0,0,0,0,0,0,7.16253303242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18811605675.1,0.0,18811605675.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.1,24524199512.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6110331771.21,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.7999757297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33957072251.1,0.0,33957072251.1,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,4259173078.35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261785971.377,0,0,0,0,0,0,0,0,0,11.8401635047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27405160579.5,0.0,27405160579.5,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,11428986953.6,21409371905.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4583850215.14,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,9.18351798562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28937416581.0,0.0,28937416581.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,4626753183.38,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,9.25391931565,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28896885569.6,0.0,28896885569.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,10859550112.8,19446740980.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3883356219.83,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,9.20200807584,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27855973071.7,0.0,27855973071.7,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,3910771016.86,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.25270441106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27862976015.9,0.0,27862976015.9,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,101505230.074,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6333103703.15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423719549.657,0,0,0,0,0,0,0,0,0,13.0398012955,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19547589687.4,0.0,19547589687.4,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,5609526404.67,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.9446759641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20102232161.1,0.0,20102232161.1,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,6527767416.92,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,13.1871422884,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21643994342.8,0.0,21643994342.8,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.89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6191543556.43,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.6770289955,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22668844944.3,0.0,22668844944.3,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,5786531988.17,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.3599129682,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22246120069.2,0.0,22246120069.2,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.65,9222868883.68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4927120263.05,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,14.0350379058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20843174888.2,0.0,20843174888.2,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.29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3587557157.22,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.8383999006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17659805896.8,0.0,17659805896.8,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.35,17678574691.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6084468686.06,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.4851456547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23989813611.1,0.0,23989813611.1,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,4664447895.22,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.4109226414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21227664438.4,0.0,21227664438.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,3804102868.27,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,9.01424569645,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20027776216.3,0.0,20027776216.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.47,18567243524.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5109401615.12,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,10.2549855785,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23716676747.0,0.0,23716676747.0,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,4365850634.29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252857859.926,0,0,0,0,0,0,0,0,0,12.5227462748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22196922844.2,0.0,22196922844.2,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,3206978292.19,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.28123653219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18594301446.4,0.0,18594301446.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,5804663815.23,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,11.1167802239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28513744751.1,0.0,28513744751.1,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.79,19040363601.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4237099098.28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258830708.683,0,0,0,0,0,0,0,0,0,11.6451089955,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25278059149.6,0.0,25278059149.6,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.04,20457355448.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4537733741.63,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,9.00057558058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26333621320.4,0.0,26333621320.4,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,8896005289.96,20541828501.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4580613402.78,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,9.07562439069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26290114260.9,0.0,26290114260.9,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,3950151688.4,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.28906114992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27384099727.2,0.0,27384099727.2,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,10385039562.8,19294644286.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3977491663.92,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.34027646681,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27393182263.2,0.0,27393182263.2,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,49829641.7619,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5858159750.95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420624768.276,0,0,0,0,0,0,0,0,0,11.884932928,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18008407248.3,0.0,18008407248.3,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.94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5098210395.13,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.5644957451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18478617946.4,0.0,18478617946.4,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,5988044218.04,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.9072634167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19812672493.1,0.0,19812672493.1,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,5560935704.25,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,16.2671646367,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20578719100.8,0.0,20578719100.8,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,5415194081.18,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.5465399224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21210231739.5,0.0,21210231739.5,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,4572111022.01,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.9904030507,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19824665090.0,0.0,19824665090.0,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.42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3253797609.81,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.99809839282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16685615489.6,0.0,16685615489.6,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,5350804484.02,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,11.2517556768,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,22651382630.2,0.0,22651382630.2,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,4529433807.5,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,13.0236909079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20487943932.5,0.0,20487943932.5,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.89,10641859685.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3701313079.2,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.78318268143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19379609013.1,0.0,19379609013.1,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,4611517628.83,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.39202826387,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,21827528365.4,0.0,21827528365.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.5,14370033087.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4203138266.74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243072520.919,0,0,0,0,0,0,0,0,0,12.0461689352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21248432269.3,0.0,21248432269.3,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,3096321888.5,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,7.02996383057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17817421515.5,0.0,17817421515.5,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,5157579238.05,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,10.0061811839,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,27714939746.8,0.0,27714939746.8,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,3982370816.55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250524637.791,0,0,0,0,0,0,0,0,0,11.0853282671,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,24604255995.4,0.0,24604255995.4,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.95,19725884272.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4481841329.52,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.96948161255,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,25575633502.7,0.0,25575633502.7,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.77,19804646125.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4521588412.0,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,9.04076285339,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,25504018056.3,0.0,25504018056.3,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.54,18888299544.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4182276754.16,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.83340156747,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,26775142152.8,0.0,26775142152.8,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.94,18949758925.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4211053340.88,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.89044483765,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,26763776707.7,0.0,26763776707.7,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
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
@@ -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)
@@ -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
- else # default curve set
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'