From 6e1914963d87e54388bda2e85d60b9f1852b1e90 Mon Sep 17 00:00:00 2001 From: Saeed Ranjbar Date: Thu, 28 Dec 2023 13:48:22 -0500 Subject: [PATCH] The error in montreal_custom_energy_system_parameters.py is fixed Random assignation of systems to city buildings is done --- ...ontreal_custom_energy_system_parameters.py | 19 +- main.py | 8 +- out_files/Montreal.idf | 418 +++--- out_files/Montreal_out.bnd | 2 +- out_files/Montreal_out.eio | 2 +- out_files/Montreal_out.end | 2 +- out_files/Montreal_out.err | 6 +- out_files/Montreal_out.eso | 2 +- out_files/Montreal_out.expidf | 418 +++--- out_files/Montreal_out.mtr | 2 +- out_files/Montreal_out.rvaudit | 8 +- out_files/Montreal_out.shd | 1190 ++++++++--------- out_files/Montreal_tbl.csv | 288 ++-- out_files/Montreal_tbl.htm | 458 +++---- scripts/random_assignation.py | 159 +++ tests/test_systems_catalog.py | 1 + tests/test_systems_factory.py | 2 +- 17 files changed, 1574 insertions(+), 1411 deletions(-) create mode 100644 scripts/random_assignation.py diff --git a/hub/imports/energy_systems/montreal_custom_energy_system_parameters.py b/hub/imports/energy_systems/montreal_custom_energy_system_parameters.py index a5ff316b..1d574c4c 100644 --- a/hub/imports/energy_systems/montreal_custom_energy_system_parameters.py +++ b/hub/imports/energy_systems/montreal_custom_energy_system_parameters.py @@ -107,14 +107,17 @@ class MontrealCustomEnergySystemParameters: _generation_system.electricity_efficiency = archetype_generation_system.electricity_efficiency _generic_storage_system = None if archetype_generation_system.energy_storage_systems is not None: - if archetype_generation_system.energy_storage_systems.type_energy_stored == 'electrical': - _generic_storage_system = ElectricalStorageSystem() - _generic_storage_system.type_energy_stored = 'electrical' - else: - _generic_storage_system = ThermalStorageSystem() - _generic_storage_system.type_energy_stored = 'thermal' - _generation_system.energy_storage_systems = [_generic_storage_system] - _generation_systems.append(_generation_system) + _storage_systems = [] + for storage_system in archetype_generation_system.energy_storage_systems: + if storage_system.type_energy_stored == 'electrical': + _generic_storage_system = ElectricalStorageSystem() + _generic_storage_system.type_energy_stored = 'electrical' + else: + _generic_storage_system = ThermalStorageSystem() + _generic_storage_system.type_energy_stored = 'thermal' + _storage_systems.append(_generic_storage_system) + _generation_system.energy_storage_systems = [_storage_systems] + _generation_systems.append(_generation_system) return _generation_systems @staticmethod diff --git a/main.py b/main.py index 5d50f9cf..d0342ac6 100644 --- a/main.py +++ b/main.py @@ -7,6 +7,7 @@ from hub.imports.construction_factory import ConstructionFactory from hub.imports.usage_factory import UsageFactory from hub.imports.weather_factory import WeatherFactory from hub.imports.energy_systems_factory import EnergySystemsFactory +from scripts import random_assignation import hub.helpers.constants as cte geojson_file = process_geojson(x=-73.567908, y=45.492783, diff=0.00045) @@ -28,11 +29,10 @@ print('enrich weather... done') energy_plus_workflow(city) city_buildings_peak_heating_demands = {} for building in city.buildings: - building.energy_systems_archetype_name = 'system 1 gas' city_buildings_peak_heating_demands[f'{building.name}'] = building.heating_peak_load[cte.YEAR] - - +random_assignation._call_random(city.buildings, random_assignation.residential_systems_percentage) EnergySystemsFactory('montreal_custom', city).enrich() - print('test') + + diff --git a/out_files/Montreal.idf b/out_files/Montreal.idf index 1dea286b..5f8e86f3 100644 --- a/out_files/Montreal.idf +++ b/out_files/Montreal.idf @@ -1199,7 +1199,7 @@ ZONE, Yes; !- Part of Total Floor Area BUILDINGSURFACE:DETAILED, - 8999743b-69a2-42fe-8a7c-67b453734ab1, !- Name + 5b48231e-b210-48ca-bff3-62c8d8e642cd, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name @@ -1223,7 +1223,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d6595750-3255-41b5-8254-b96acf292bbe, !- Name + 5090ee93-fefb-418c-b8e3-c35cc3106b55, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name @@ -1247,7 +1247,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - da2dbb08-ca41-4871-a0a8-4673e8576b05, !- Name + 597e8893-bf63-4356-83eb-581a544045ac, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name @@ -1271,12 +1271,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d61edfc5-3a2b-4754-9701-af5837bde4c0, !- Name + 500f7547-ea7a-498b-8000-cc091afce755, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name Surface, !- Outside Boundary Condition - d61edfc5-3a2b-4754-9701-af5837bde4c0, !- Outside Boundary Condition Object + 500f7547-ea7a-498b-8000-cc091afce755, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -1295,7 +1295,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c78ebbd1-8b31-4836-ab90-a46f01bf1586, !- Name + e9f9f468-be3c-406c-a131-151a54d54c3b, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name @@ -1319,12 +1319,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 31afb167-a379-4f4c-9bc4-a232ecf39cd6, !- Name + 398d7259-acd4-4a78-b8dd-f50a483bba9d, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name Surface, !- Outside Boundary Condition - 31afb167-a379-4f4c-9bc4-a232ecf39cd6, !- Outside Boundary Condition Object + 398d7259-acd4-4a78-b8dd-f50a483bba9d, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -1343,7 +1343,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d53794c6-5099-4a8a-a478-fd3659b4cc41, !- Name + 3f6836b3-3739-4eb7-a50f-6b1ec2695c69, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1373,7 +1373,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 38c85e00-1a52-4ce6-9b07-b24b047cad25, !- Name + cadc5b75-bb4b-46d4-9b46-cb298fc508e4, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1403,7 +1403,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 10ff4fc7-a92b-4b40-957c-3a008648856f, !- Name + 81d97b28-7fe0-47f3-a8ef-dbc87b6fa485, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1427,7 +1427,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 8d624a84-35f4-4519-b253-c3b68564c560, !- Name + 465f65fe-61ca-4913-aa63-bd2bad166056, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1451,7 +1451,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c22bef2d-ada4-4921-8dc1-b4d10711d5af, !- Name + d4ddf175-8ce1-4de4-920d-9e87760a2357, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1475,7 +1475,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 7dd990c9-3907-46c8-986c-ffab3e416899, !- Name + cd9c1ccb-94c4-4d52-918e-02b6d9f23cd6, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1499,7 +1499,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 586964d8-cb6b-4909-8141-cb24582e02d2, !- Name + b8e5722f-137a-4265-a0c8-4477dace4464, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1523,12 +1523,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 0c7c5f8b-1e8d-4a84-83e1-a4ba4da017dc, !- Name + 6ac6aa25-5e89-4029-9946-74804658caf4, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name Surface, !- Outside Boundary Condition - 0c7c5f8b-1e8d-4a84-83e1-a4ba4da017dc, !- Outside Boundary Condition Object + 6ac6aa25-5e89-4029-9946-74804658caf4, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -1547,7 +1547,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - fe2e55ca-cde1-4fe8-a0d0-209f6f2e0379, !- Name + c53fc572-bf34-408f-8f51-c400de236cbc, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1619,7 +1619,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 20 Zcoordinate BUILDINGSURFACE:DETAILED, - 749ac796-0656-4bd9-ad3b-6a4775551eb0, !- Name + 57b878dc-1779-436b-9756-55c0af76d50e, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1691,7 +1691,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 20 Zcoordinate BUILDINGSURFACE:DETAILED, - defcd208-a569-4f67-8057-9bbaa044d0d1, !- Name + 7d0c86b4-2c88-4226-8256-72c260ece0bd, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1715,7 +1715,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c4ee45bd-ffe9-4ae5-a943-19e38f02b369, !- Name + aa54ac6d-9de4-4186-b260-051460d41d27, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1739,7 +1739,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c6e93fe0-9bd0-4988-a9fa-85e3087b4caa, !- Name + 9e618400-85c5-496b-a5fa-54781ba43cef, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1763,7 +1763,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 2ed136d2-c970-4aa9-ac6d-f1cf8e09be42, !- Name + 8cc9a5f8-7042-4266-b52c-96552e8171fd, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1787,7 +1787,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 6c2f3edc-54df-4101-ab11-e65c22463480, !- Name + bd015ac2-ed48-45a8-aff2-aaa3f0e7e0f8, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1811,7 +1811,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 5343466e-9f28-4b4b-8836-c64f48d3561b, !- Name + 51cace5a-d4f2-4d1b-acb5-ffdbaf04a5e3, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1835,7 +1835,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - cf45b16f-d9a0-4749-b814-deb5f7437091, !- Name + ccb7f46b-11e3-47ef-9d74-515e3a60294a, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1859,7 +1859,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - cf45b86d-41f1-457b-a148-9732d24a4acc, !- Name + 3f743fc3-a3af-44b1-8c5b-8a239c7a0df1, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1883,7 +1883,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 64e08cb6-02c4-4cc0-b907-0b234905dbe8, !- Name + 2a3d3c01-7ac9-49c3-9d0f-ccc7112f80e7, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1907,7 +1907,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - e596f062-d142-4026-b3a1-1f7a73b6820a, !- Name + 404b2f49-3137-4d51-9b65-ba17039744a7, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1931,7 +1931,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 14c6c244-6a9a-46aa-8257-3ccd07ab4170, !- Name + 5e512775-1bb9-4bff-b0c1-56b547f0a8df, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1955,7 +1955,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 2d141783-9717-46f2-b1a8-3efcd7d0b119, !- Name + e8d59443-a80d-4458-8f69-7ef4938d44c7, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1979,7 +1979,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - f8d36176-0913-4b2e-9b2c-a234769a337e, !- Name + f90b3e61-9004-40b2-a979-81dab0b99469, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2003,7 +2003,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 0cdaf8eb-1ceb-48e3-b07a-0a94317cfbad, !- Name + 334baeb1-d3d8-43bc-9d18-8c8d5497b950, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2027,7 +2027,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d9652d85-82f3-44fb-9ba5-1334e49830a8, !- Name + f2773f25-bf65-4ce3-89ec-ca874375aa3f, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2051,7 +2051,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 9202e9ec-da44-46bf-83a3-6f93c6796155, !- Name + 1ca10200-62c5-402b-909c-83a2a86ac628, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2075,7 +2075,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c375692c-bdc4-4bdc-b04f-3aa74ce227cc, !- Name + cacc7ead-4051-4299-a3fe-a21bd1ea6c93, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2099,7 +2099,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 94663c80-2bb1-498c-a0cb-a03722105057, !- Name + 8278b81d-4747-472f-a7f3-0f5f4834369e, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2123,7 +2123,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 313396a9-6f9a-4e24-9e72-0b6500a752ce, !- Name + ea7a188e-c0dd-41fb-affb-5546dd3ed8a0, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2147,7 +2147,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 7521f29d-5c3f-4da9-9001-a8eac312ae83, !- Name + 5e175f67-94fe-490d-ad22-13ad9ea2f624, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2171,7 +2171,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - bf6fd901-ce16-4b3e-9771-5eba8a9c0a64, !- Name + daafbe38-0bb6-4e78-99d8-a24d93683c5f, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2201,7 +2201,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 0a36ef86-9120-4b50-a50b-5b69e27ac5eb, !- Name + 88ac3937-911d-427d-9291-68da65f3ad67, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2231,7 +2231,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 34bc3599-ac57-4bbe-9d7f-2888c6deccba, !- Name + 8f1314aa-7ca7-4107-bfd4-e601556f45f2, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2255,7 +2255,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d3a4085a-5bb6-4bc0-9eee-4a62f3546745, !- Name + 996a84c5-812f-403b-879d-7233b65aa66f, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2279,12 +2279,12 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 4668efe0-5255-4a3f-92e8-465bfec7a023, !- Name + 84e6204f-f657-41ca-bd9c-ff8dd55fdcd9, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name Surface, !- Outside Boundary Condition - 4668efe0-5255-4a3f-92e8-465bfec7a023, !- Outside Boundary Condition Object + 84e6204f-f657-41ca-bd9c-ff8dd55fdcd9, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -2303,7 +2303,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c49a2819-ed87-426f-b948-8e020e557a82, !- Name + 48618736-dee0-4588-afdf-d82a1ec13fb0, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2327,7 +2327,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - cb9b966a-b94d-4d90-9a4c-95b4643ac214, !- Name + c4ea0eba-e459-4e6e-bc40-59e57b9a1ab5, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2351,7 +2351,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 9a933a7f-cf1d-4664-9ec0-7ec0f9c89cda, !- Name + 96e4c93a-7d73-4f02-a1b0-1ba8b18682d1, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2375,7 +2375,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 9c304f09-7fb8-4332-8d9b-864d212e781c, !- Name + 7581e7c1-7442-4e57-b277-4f8ca5fdf4c0, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2399,7 +2399,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 9b7536e1-d256-403d-aef0-e626fcead9aa, !- Name + 49e69c19-aa91-4925-98ac-d68299566337, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2423,7 +2423,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - cfdea50d-2c69-4366-b555-567eaf33dc9f, !- Name + e2ecfd8b-f3b6-4753-a361-6f442c491e6c, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2447,7 +2447,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - eb711559-2fd4-4ed3-825f-fd9ea05f253d, !- Name + da9f4734-38c4-42b7-8862-1e510b356bd9, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2471,7 +2471,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 9d3ea49e-464e-4b27-abe9-c16fdfd4c166, !- Name + c860b96f-077e-4b02-a9f9-b55670fd477b, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2495,7 +2495,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 2c88dabc-013d-4c68-b599-ffa7f23e1ba7, !- Name + 480a21af-85ae-4059-b848-33fd5f3a5720, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2519,7 +2519,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 08a9cb96-35e7-484e-8338-df8d9ea00bb1, !- Name + 1f2698c6-9ab2-4092-8689-f48f27f007f3, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2549,7 +2549,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 0d266ba8-9bba-43af-9784-696abff75986, !- Name + c421315b-3fa6-4f26-8fe4-2bd36e46c018, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2579,7 +2579,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 2c73c760-4411-444b-ad52-69e4d4c3ec74, !- Name + db1d1e20-be98-49d4-9e40-1940144bf615, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2603,7 +2603,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 6bd9cc5d-ebf7-4f80-8081-a2b4ad7289c1, !- Name + 8fc429bc-81d9-449a-80a9-38f77b3e66dd, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2627,7 +2627,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 48e3dad2-0de1-45bf-aa96-bff4ab2b62c3, !- Name + 759d0d84-9f31-46a9-ab0c-a80af93cd9f9, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2651,7 +2651,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - ec1b4acd-bdd6-42d0-8c8d-63f19f12588a, !- Name + 2fb34a99-c1ea-45cb-a3be-d36736d9f6d4, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2675,12 +2675,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - ac676f79-22ff-443d-b3f8-de9be3882230, !- Name + 8dfbd53d-371b-4a6f-9422-d041d8aadf88, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name Surface, !- Outside Boundary Condition - ac676f79-22ff-443d-b3f8-de9be3882230, !- Outside Boundary Condition Object + 8dfbd53d-371b-4a6f-9422-d041d8aadf88, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -2699,7 +2699,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c88beaa9-d013-41cd-b847-f7edb8c7a3dc, !- Name + 5ec4a61b-3773-449f-b181-753456e72c34, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2723,7 +2723,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - fe41d3bc-a81f-43e2-9952-1ef717d22dc3, !- Name + 0f842809-d03c-47da-a397-cc369ec4d39b, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name @@ -2747,7 +2747,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 4cdafcb8-7425-462b-a6a9-7893da44744f, !- Name + 9a1d52b6-ca21-44cb-8234-487282b053ce, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name @@ -2771,7 +2771,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - a92aa13a-8c21-4be2-84eb-c27df99b34f2, !- Name + d9f477eb-a2bb-45dc-80c6-f24d09a96a5c, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name @@ -2795,12 +2795,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 1e227eb9-1e76-45a4-97c1-c2150dc6981d, !- Name + 4a29ac31-f3ca-4ae3-af0c-5d2899ddd309, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name Surface, !- Outside Boundary Condition - 1e227eb9-1e76-45a4-97c1-c2150dc6981d, !- Outside Boundary Condition Object + 4a29ac31-f3ca-4ae3-af0c-5d2899ddd309, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -2819,7 +2819,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - ccf64059-4168-4245-974f-8687c312c1f4, !- Name + 12b9db48-e074-4e87-8478-9a8221bfece1, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name @@ -2843,12 +2843,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c4b33ee1-913a-44e6-895a-00187083e503, !- Name + 1542594c-4a08-4e29-bbb6-bf6798dd1e56, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name Surface, !- Outside Boundary Condition - c4b33ee1-913a-44e6-895a-00187083e503, !- Outside Boundary Condition Object + 1542594c-4a08-4e29-bbb6-bf6798dd1e56, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -2867,7 +2867,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 3d6b338b-ac1b-4c09-a99a-6879bb4a3c56, !- Name + f1d05492-fc37-4ce7-b4be-ab84e65bba2d, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name @@ -2891,7 +2891,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d51ca087-04c0-4dd5-a619-3ee6f767f1df, !- Name + 549077e1-bf77-47a7-affb-e487658423cc, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name @@ -2915,7 +2915,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 9ec27607-bd73-4952-bd08-d2dcc38cf510, !- Name + d15932be-b61f-4d05-8f3d-a538ada1c1b9, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name @@ -2939,12 +2939,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c624ae68-0972-41ab-b983-63341316a356, !- Name + f72f957d-1e74-40bc-b6cb-d42c2b474277, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name Surface, !- Outside Boundary Condition - c624ae68-0972-41ab-b983-63341316a356, !- Outside Boundary Condition Object + f72f957d-1e74-40bc-b6cb-d42c2b474277, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -2963,7 +2963,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 70bb2665-ff18-47cf-ac1f-65127f2ebb6f, !- Name + d7bfac7e-ffe4-43e5-a664-66123d42d5e0, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name @@ -2987,12 +2987,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 611ede91-a2cb-47e6-bea7-985f6568d57b, !- Name + 53505fe8-5adb-4b73-bd6c-955d322b0a64, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name Surface, !- Outside Boundary Condition - 611ede91-a2cb-47e6-bea7-985f6568d57b, !- Outside Boundary Condition Object + 53505fe8-5adb-4b73-bd6c-955d322b0a64, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -3011,7 +3011,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 36d429d7-f89d-452d-88c6-f1e3beebafeb, !- Name + ec0278f6-da80-4f16-8de4-bb9973ebb3b2, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3038,7 +3038,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 5 Zcoordinate BUILDINGSURFACE:DETAILED, - 1f980dfd-6138-4342-b24a-3b80050163a9, !- Name + dc07a81c-dab5-45f7-bee5-80767931dbc0, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3065,7 +3065,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 5 Zcoordinate BUILDINGSURFACE:DETAILED, - 854ac3be-db47-4ce7-a933-7ca461218a4d, !- Name + 88e8f7ff-619e-4595-81eb-d5bad7867696, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3089,12 +3089,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 4784e25c-523c-4098-b91b-01593ea56d07, !- Name + 744eae42-6f20-4700-9bfc-85dd929a297d, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name Surface, !- Outside Boundary Condition - 4784e25c-523c-4098-b91b-01593ea56d07, !- Outside Boundary Condition Object + 744eae42-6f20-4700-9bfc-85dd929a297d, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -3113,7 +3113,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 3483c3bc-272a-4b86-a04c-af36d5e4cc52, !- Name + 28ce80fe-fe76-466f-a7eb-88a00d656f05, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3137,7 +3137,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 3cef9635-8aee-46fd-88cf-7b2bb45df9ec, !- Name + f5f1247a-88be-4f06-b629-4c3613f82d51, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3161,7 +3161,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - aaa045e5-0474-486f-b6b1-444debd6286d, !- Name + b8cb1843-0410-4673-bfd4-5dc3c73f2bdd, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3185,7 +3185,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 87c8f1cb-443b-4c6f-afef-bbf5c177512a, !- Name + 5b52e826-42b4-4a00-9549-10196a13f76d, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name @@ -3209,7 +3209,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 2d4357fe-8b7f-4996-ae6e-413a1d733446, !- Name + 36849036-c5b5-40b7-8f21-f853a75f082b, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name @@ -3233,7 +3233,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 57a8693c-ccdf-4c91-aaad-0725191e1aba, !- Name + 23571505-ec9b-43ad-bfca-e0997e7a40a6, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name @@ -3257,12 +3257,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - aa41d277-a045-4628-8941-9d6fcca71d8e, !- Name + cb1b4365-3338-4050-8de9-cbd4ebf6ace2, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name Surface, !- Outside Boundary Condition - aa41d277-a045-4628-8941-9d6fcca71d8e, !- Outside Boundary Condition Object + cb1b4365-3338-4050-8de9-cbd4ebf6ace2, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -3281,7 +3281,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 8a3589e7-e5c2-4c83-a13e-2392fccb5161, !- Name + ed2b8ced-c770-4499-b4d2-1f89ba80e037, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name @@ -3305,12 +3305,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 40e1720d-794e-49db-863f-18f95b978cef, !- Name + 7fa395e8-2b05-448a-b1b1-9ca854cd4cdb, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name Surface, !- Outside Boundary Condition - 40e1720d-794e-49db-863f-18f95b978cef, !- Outside Boundary Condition Object + 7fa395e8-2b05-448a-b1b1-9ca854cd4cdb, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -3329,7 +3329,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 2d07a52e-2d21-4e96-aff7-d489d8d83560, !- Name + cc5d3cde-cc73-4b55-9be2-da25001a6ea6, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name @@ -3353,7 +3353,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - fdcf25e5-06c1-4b1a-9661-677fe95b28da, !- Name + bc98b527-a9a7-4167-8d48-ad07e222751b, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name @@ -3377,7 +3377,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - aced190c-5b13-4767-8fd3-210d24b1c73a, !- Name + 39cd3473-fbc3-431f-b595-088111688ff0, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name @@ -3401,12 +3401,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 5868f322-7b22-4fb5-be43-c41c4491f897, !- Name + e8eaf434-d518-420c-a1ae-4f9ac185c3c7, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name Surface, !- Outside Boundary Condition - 5868f322-7b22-4fb5-be43-c41c4491f897, !- Outside Boundary Condition Object + e8eaf434-d518-420c-a1ae-4f9ac185c3c7, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -3425,7 +3425,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - a15a5516-0e86-494b-9106-aceb50a9ae6f, !- Name + e3c38143-fdeb-4cad-bfde-4855a94c5ffe, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name @@ -3449,12 +3449,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 3621cc15-71dc-496f-9f02-9a87e583fca9, !- Name + e2af1629-bf60-4ba4-b83f-da0427cc5520, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name Surface, !- Outside Boundary Condition - 3621cc15-71dc-496f-9f02-9a87e583fca9, !- Outside Boundary Condition Object + e2af1629-bf60-4ba4-b83f-da0427cc5520, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -3473,10 +3473,10 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - da2dbb08-ca41-4871-a0a8-4673e8576b05 window, !- Name + 597e8893-bf63-4356-83eb-581a544045ac window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - da2dbb08-ca41-4871-a0a8-4673e8576b05, !- Building Surface Name + 597e8893-bf63-4356-83eb-581a544045ac, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3496,10 +3496,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - c78ebbd1-8b31-4836-ab90-a46f01bf1586 window, !- Name + e9f9f468-be3c-406c-a131-151a54d54c3b window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - c78ebbd1-8b31-4836-ab90-a46f01bf1586, !- Building Surface Name + e9f9f468-be3c-406c-a131-151a54d54c3b, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3519,10 +3519,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 10ff4fc7-a92b-4b40-957c-3a008648856f window, !- Name + 81d97b28-7fe0-47f3-a8ef-dbc87b6fa485 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 10ff4fc7-a92b-4b40-957c-3a008648856f, !- Building Surface Name + 81d97b28-7fe0-47f3-a8ef-dbc87b6fa485, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3542,10 +3542,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 8d624a84-35f4-4519-b253-c3b68564c560 window, !- Name + 465f65fe-61ca-4913-aa63-bd2bad166056 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 8d624a84-35f4-4519-b253-c3b68564c560, !- Building Surface Name + 465f65fe-61ca-4913-aa63-bd2bad166056, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3565,10 +3565,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - c22bef2d-ada4-4921-8dc1-b4d10711d5af window, !- Name + d4ddf175-8ce1-4de4-920d-9e87760a2357 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - c22bef2d-ada4-4921-8dc1-b4d10711d5af, !- Building Surface Name + d4ddf175-8ce1-4de4-920d-9e87760a2357, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3588,10 +3588,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 7dd990c9-3907-46c8-986c-ffab3e416899 window, !- Name + cd9c1ccb-94c4-4d52-918e-02b6d9f23cd6 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 7dd990c9-3907-46c8-986c-ffab3e416899, !- Building Surface Name + cd9c1ccb-94c4-4d52-918e-02b6d9f23cd6, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3611,10 +3611,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 586964d8-cb6b-4909-8141-cb24582e02d2 window, !- Name + b8e5722f-137a-4265-a0c8-4477dace4464 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 586964d8-cb6b-4909-8141-cb24582e02d2, !- Building Surface Name + b8e5722f-137a-4265-a0c8-4477dace4464, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3634,10 +3634,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - defcd208-a569-4f67-8057-9bbaa044d0d1 window, !- Name + 7d0c86b4-2c88-4226-8256-72c260ece0bd window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - defcd208-a569-4f67-8057-9bbaa044d0d1, !- Building Surface Name + 7d0c86b4-2c88-4226-8256-72c260ece0bd, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3657,10 +3657,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - c4ee45bd-ffe9-4ae5-a943-19e38f02b369 window, !- Name + aa54ac6d-9de4-4186-b260-051460d41d27 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - c4ee45bd-ffe9-4ae5-a943-19e38f02b369, !- Building Surface Name + aa54ac6d-9de4-4186-b260-051460d41d27, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3680,10 +3680,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - c6e93fe0-9bd0-4988-a9fa-85e3087b4caa window, !- Name + 9e618400-85c5-496b-a5fa-54781ba43cef window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - c6e93fe0-9bd0-4988-a9fa-85e3087b4caa, !- Building Surface Name + 9e618400-85c5-496b-a5fa-54781ba43cef, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3703,10 +3703,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 2ed136d2-c970-4aa9-ac6d-f1cf8e09be42 window, !- Name + 8cc9a5f8-7042-4266-b52c-96552e8171fd window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 2ed136d2-c970-4aa9-ac6d-f1cf8e09be42, !- Building Surface Name + 8cc9a5f8-7042-4266-b52c-96552e8171fd, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3726,10 +3726,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 6c2f3edc-54df-4101-ab11-e65c22463480 window, !- Name + bd015ac2-ed48-45a8-aff2-aaa3f0e7e0f8 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 6c2f3edc-54df-4101-ab11-e65c22463480, !- Building Surface Name + bd015ac2-ed48-45a8-aff2-aaa3f0e7e0f8, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3749,10 +3749,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 5343466e-9f28-4b4b-8836-c64f48d3561b window, !- Name + 51cace5a-d4f2-4d1b-acb5-ffdbaf04a5e3 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 5343466e-9f28-4b4b-8836-c64f48d3561b, !- Building Surface Name + 51cace5a-d4f2-4d1b-acb5-ffdbaf04a5e3, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3772,10 +3772,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - cf45b16f-d9a0-4749-b814-deb5f7437091 window, !- Name + ccb7f46b-11e3-47ef-9d74-515e3a60294a window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - cf45b16f-d9a0-4749-b814-deb5f7437091, !- Building Surface Name + ccb7f46b-11e3-47ef-9d74-515e3a60294a, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3795,10 +3795,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - cf45b86d-41f1-457b-a148-9732d24a4acc window, !- Name + 3f743fc3-a3af-44b1-8c5b-8a239c7a0df1 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - cf45b86d-41f1-457b-a148-9732d24a4acc, !- Building Surface Name + 3f743fc3-a3af-44b1-8c5b-8a239c7a0df1, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3818,10 +3818,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 64e08cb6-02c4-4cc0-b907-0b234905dbe8 window, !- Name + 2a3d3c01-7ac9-49c3-9d0f-ccc7112f80e7 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 64e08cb6-02c4-4cc0-b907-0b234905dbe8, !- Building Surface Name + 2a3d3c01-7ac9-49c3-9d0f-ccc7112f80e7, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3841,10 +3841,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - e596f062-d142-4026-b3a1-1f7a73b6820a window, !- Name + 404b2f49-3137-4d51-9b65-ba17039744a7 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - e596f062-d142-4026-b3a1-1f7a73b6820a, !- Building Surface Name + 404b2f49-3137-4d51-9b65-ba17039744a7, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3864,10 +3864,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 14c6c244-6a9a-46aa-8257-3ccd07ab4170 window, !- Name + 5e512775-1bb9-4bff-b0c1-56b547f0a8df window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 14c6c244-6a9a-46aa-8257-3ccd07ab4170, !- Building Surface Name + 5e512775-1bb9-4bff-b0c1-56b547f0a8df, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3887,10 +3887,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 2d141783-9717-46f2-b1a8-3efcd7d0b119 window, !- Name + e8d59443-a80d-4458-8f69-7ef4938d44c7 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 2d141783-9717-46f2-b1a8-3efcd7d0b119, !- Building Surface Name + e8d59443-a80d-4458-8f69-7ef4938d44c7, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3910,10 +3910,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - f8d36176-0913-4b2e-9b2c-a234769a337e window, !- Name + f90b3e61-9004-40b2-a979-81dab0b99469 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - f8d36176-0913-4b2e-9b2c-a234769a337e, !- Building Surface Name + f90b3e61-9004-40b2-a979-81dab0b99469, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3933,10 +3933,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 0cdaf8eb-1ceb-48e3-b07a-0a94317cfbad window, !- Name + 334baeb1-d3d8-43bc-9d18-8c8d5497b950 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 0cdaf8eb-1ceb-48e3-b07a-0a94317cfbad, !- Building Surface Name + 334baeb1-d3d8-43bc-9d18-8c8d5497b950, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3956,10 +3956,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - d9652d85-82f3-44fb-9ba5-1334e49830a8 window, !- Name + f2773f25-bf65-4ce3-89ec-ca874375aa3f window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - d9652d85-82f3-44fb-9ba5-1334e49830a8, !- Building Surface Name + f2773f25-bf65-4ce3-89ec-ca874375aa3f, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3979,10 +3979,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 9202e9ec-da44-46bf-83a3-6f93c6796155 window, !- Name + 1ca10200-62c5-402b-909c-83a2a86ac628 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 9202e9ec-da44-46bf-83a3-6f93c6796155, !- Building Surface Name + 1ca10200-62c5-402b-909c-83a2a86ac628, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4002,10 +4002,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - c375692c-bdc4-4bdc-b04f-3aa74ce227cc window, !- Name + cacc7ead-4051-4299-a3fe-a21bd1ea6c93 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - c375692c-bdc4-4bdc-b04f-3aa74ce227cc, !- Building Surface Name + cacc7ead-4051-4299-a3fe-a21bd1ea6c93, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4025,10 +4025,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 94663c80-2bb1-498c-a0cb-a03722105057 window, !- Name + 8278b81d-4747-472f-a7f3-0f5f4834369e window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 94663c80-2bb1-498c-a0cb-a03722105057, !- Building Surface Name + 8278b81d-4747-472f-a7f3-0f5f4834369e, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4048,10 +4048,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 313396a9-6f9a-4e24-9e72-0b6500a752ce window, !- Name + ea7a188e-c0dd-41fb-affb-5546dd3ed8a0 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 313396a9-6f9a-4e24-9e72-0b6500a752ce, !- Building Surface Name + ea7a188e-c0dd-41fb-affb-5546dd3ed8a0, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4071,10 +4071,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 7521f29d-5c3f-4da9-9001-a8eac312ae83 window, !- Name + 5e175f67-94fe-490d-ad22-13ad9ea2f624 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 7521f29d-5c3f-4da9-9001-a8eac312ae83, !- Building Surface Name + 5e175f67-94fe-490d-ad22-13ad9ea2f624, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4094,10 +4094,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 34bc3599-ac57-4bbe-9d7f-2888c6deccba window, !- Name + 8f1314aa-7ca7-4107-bfd4-e601556f45f2 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 34bc3599-ac57-4bbe-9d7f-2888c6deccba, !- Building Surface Name + 8f1314aa-7ca7-4107-bfd4-e601556f45f2, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4117,10 +4117,10 @@ FENESTRATIONSURFACE:DETAILED, 5.901; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - d3a4085a-5bb6-4bc0-9eee-4a62f3546745 window, !- Name + 996a84c5-812f-403b-879d-7233b65aa66f window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - d3a4085a-5bb6-4bc0-9eee-4a62f3546745, !- Building Surface Name + 996a84c5-812f-403b-879d-7233b65aa66f, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4140,10 +4140,10 @@ FENESTRATIONSURFACE:DETAILED, 5.901; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - c49a2819-ed87-426f-b948-8e020e557a82 window, !- Name + 48618736-dee0-4588-afdf-d82a1ec13fb0 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - c49a2819-ed87-426f-b948-8e020e557a82, !- Building Surface Name + 48618736-dee0-4588-afdf-d82a1ec13fb0, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4163,10 +4163,10 @@ FENESTRATIONSURFACE:DETAILED, 5.901; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - cb9b966a-b94d-4d90-9a4c-95b4643ac214 window, !- Name + c4ea0eba-e459-4e6e-bc40-59e57b9a1ab5 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - cb9b966a-b94d-4d90-9a4c-95b4643ac214, !- Building Surface Name + c4ea0eba-e459-4e6e-bc40-59e57b9a1ab5, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4186,10 +4186,10 @@ FENESTRATIONSURFACE:DETAILED, 5.901; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 9a933a7f-cf1d-4664-9ec0-7ec0f9c89cda window, !- Name + 96e4c93a-7d73-4f02-a1b0-1ba8b18682d1 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 9a933a7f-cf1d-4664-9ec0-7ec0f9c89cda, !- Building Surface Name + 96e4c93a-7d73-4f02-a1b0-1ba8b18682d1, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4209,10 +4209,10 @@ FENESTRATIONSURFACE:DETAILED, 5.901; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - cfdea50d-2c69-4366-b555-567eaf33dc9f window, !- Name + e2ecfd8b-f3b6-4753-a361-6f442c491e6c window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - cfdea50d-2c69-4366-b555-567eaf33dc9f, !- Building Surface Name + e2ecfd8b-f3b6-4753-a361-6f442c491e6c, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4232,10 +4232,10 @@ FENESTRATIONSURFACE:DETAILED, 5.901; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - eb711559-2fd4-4ed3-825f-fd9ea05f253d window, !- Name + da9f4734-38c4-42b7-8862-1e510b356bd9 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - eb711559-2fd4-4ed3-825f-fd9ea05f253d, !- Building Surface Name + da9f4734-38c4-42b7-8862-1e510b356bd9, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4255,10 +4255,10 @@ FENESTRATIONSURFACE:DETAILED, 5.901; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 9d3ea49e-464e-4b27-abe9-c16fdfd4c166 window, !- Name + c860b96f-077e-4b02-a9f9-b55670fd477b window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 9d3ea49e-464e-4b27-abe9-c16fdfd4c166, !- Building Surface Name + c860b96f-077e-4b02-a9f9-b55670fd477b, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4278,10 +4278,10 @@ FENESTRATIONSURFACE:DETAILED, 5.901; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 2c88dabc-013d-4c68-b599-ffa7f23e1ba7 window, !- Name + 480a21af-85ae-4059-b848-33fd5f3a5720 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 2c88dabc-013d-4c68-b599-ffa7f23e1ba7, !- Building Surface Name + 480a21af-85ae-4059-b848-33fd5f3a5720, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4301,10 +4301,10 @@ FENESTRATIONSURFACE:DETAILED, 5.901; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 2c73c760-4411-444b-ad52-69e4d4c3ec74 window, !- Name + db1d1e20-be98-49d4-9e40-1940144bf615 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 2c73c760-4411-444b-ad52-69e4d4c3ec74, !- Building Surface Name + db1d1e20-be98-49d4-9e40-1940144bf615, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4324,10 +4324,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 6bd9cc5d-ebf7-4f80-8081-a2b4ad7289c1 window, !- Name + 8fc429bc-81d9-449a-80a9-38f77b3e66dd window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 6bd9cc5d-ebf7-4f80-8081-a2b4ad7289c1, !- Building Surface Name + 8fc429bc-81d9-449a-80a9-38f77b3e66dd, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4347,10 +4347,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 48e3dad2-0de1-45bf-aa96-bff4ab2b62c3 window, !- Name + 759d0d84-9f31-46a9-ab0c-a80af93cd9f9 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 48e3dad2-0de1-45bf-aa96-bff4ab2b62c3, !- Building Surface Name + 759d0d84-9f31-46a9-ab0c-a80af93cd9f9, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4370,10 +4370,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - ec1b4acd-bdd6-42d0-8c8d-63f19f12588a window, !- Name + 2fb34a99-c1ea-45cb-a3be-d36736d9f6d4 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - ec1b4acd-bdd6-42d0-8c8d-63f19f12588a, !- Building Surface Name + 2fb34a99-c1ea-45cb-a3be-d36736d9f6d4, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4393,10 +4393,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - c88beaa9-d013-41cd-b847-f7edb8c7a3dc window, !- Name + 5ec4a61b-3773-449f-b181-753456e72c34 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - c88beaa9-d013-41cd-b847-f7edb8c7a3dc, !- Building Surface Name + 5ec4a61b-3773-449f-b181-753456e72c34, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4416,10 +4416,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - a92aa13a-8c21-4be2-84eb-c27df99b34f2 window, !- Name + d9f477eb-a2bb-45dc-80c6-f24d09a96a5c window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - a92aa13a-8c21-4be2-84eb-c27df99b34f2, !- Building Surface Name + d9f477eb-a2bb-45dc-80c6-f24d09a96a5c, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4439,10 +4439,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - ccf64059-4168-4245-974f-8687c312c1f4 window, !- Name + 12b9db48-e074-4e87-8478-9a8221bfece1 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - ccf64059-4168-4245-974f-8687c312c1f4, !- Building Surface Name + 12b9db48-e074-4e87-8478-9a8221bfece1, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4462,10 +4462,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 9ec27607-bd73-4952-bd08-d2dcc38cf510 window, !- Name + d15932be-b61f-4d05-8f3d-a538ada1c1b9 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 9ec27607-bd73-4952-bd08-d2dcc38cf510, !- Building Surface Name + d15932be-b61f-4d05-8f3d-a538ada1c1b9, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4485,10 +4485,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 70bb2665-ff18-47cf-ac1f-65127f2ebb6f window, !- Name + d7bfac7e-ffe4-43e5-a664-66123d42d5e0 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 70bb2665-ff18-47cf-ac1f-65127f2ebb6f, !- Building Surface Name + d7bfac7e-ffe4-43e5-a664-66123d42d5e0, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4508,10 +4508,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 854ac3be-db47-4ce7-a933-7ca461218a4d window, !- Name + 88e8f7ff-619e-4595-81eb-d5bad7867696 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 854ac3be-db47-4ce7-a933-7ca461218a4d, !- Building Surface Name + 88e8f7ff-619e-4595-81eb-d5bad7867696, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4531,10 +4531,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 3483c3bc-272a-4b86-a04c-af36d5e4cc52 window, !- Name + 28ce80fe-fe76-466f-a7eb-88a00d656f05 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 3483c3bc-272a-4b86-a04c-af36d5e4cc52, !- Building Surface Name + 28ce80fe-fe76-466f-a7eb-88a00d656f05, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4554,10 +4554,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 3cef9635-8aee-46fd-88cf-7b2bb45df9ec window, !- Name + f5f1247a-88be-4f06-b629-4c3613f82d51 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 3cef9635-8aee-46fd-88cf-7b2bb45df9ec, !- Building Surface Name + f5f1247a-88be-4f06-b629-4c3613f82d51, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4577,10 +4577,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - aaa045e5-0474-486f-b6b1-444debd6286d window, !- Name + b8cb1843-0410-4673-bfd4-5dc3c73f2bdd window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - aaa045e5-0474-486f-b6b1-444debd6286d, !- Building Surface Name + b8cb1843-0410-4673-bfd4-5dc3c73f2bdd, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4600,10 +4600,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 57a8693c-ccdf-4c91-aaad-0725191e1aba window, !- Name + 23571505-ec9b-43ad-bfca-e0997e7a40a6 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 57a8693c-ccdf-4c91-aaad-0725191e1aba, !- Building Surface Name + 23571505-ec9b-43ad-bfca-e0997e7a40a6, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4623,10 +4623,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 8a3589e7-e5c2-4c83-a13e-2392fccb5161 window, !- Name + ed2b8ced-c770-4499-b4d2-1f89ba80e037 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 8a3589e7-e5c2-4c83-a13e-2392fccb5161, !- Building Surface Name + ed2b8ced-c770-4499-b4d2-1f89ba80e037, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4646,10 +4646,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - aced190c-5b13-4767-8fd3-210d24b1c73a window, !- Name + 39cd3473-fbc3-431f-b595-088111688ff0 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - aced190c-5b13-4767-8fd3-210d24b1c73a, !- Building Surface Name + 39cd3473-fbc3-431f-b595-088111688ff0, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4669,10 +4669,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - a15a5516-0e86-494b-9106-aceb50a9ae6f window, !- Name + e3c38143-fdeb-4cad-bfde-4855a94c5ffe window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - a15a5516-0e86-494b-9106-aceb50a9ae6f, !- Building Surface Name + e3c38143-fdeb-4cad-bfde-4855a94c5ffe, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name diff --git a/out_files/Montreal_out.bnd b/out_files/Montreal_out.bnd index 5c759abf..d8ef8ddd 100644 --- a/out_files/Montreal_out.bnd +++ b/out_files/Montreal_out.bnd @@ -1,4 +1,4 @@ -Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.21 10:16 +Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.28 13:46 ! This file shows details about the branches, nodes, and other ! elements of the flow connections. ! This file is intended for use in "debugging" potential problems diff --git a/out_files/Montreal_out.eio b/out_files/Montreal_out.eio index 6939b840..74d1842f 100644 --- a/out_files/Montreal_out.eio +++ b/out_files/Montreal_out.eio @@ -1,4 +1,4 @@ -Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.21 10:16 +Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.28 13:46 ! , Version ID Version, 9.5 ! , #TimeSteps, Minutes per TimeStep {minutes} diff --git a/out_files/Montreal_out.end b/out_files/Montreal_out.end index 223bf389..fc07739c 100644 --- a/out_files/Montreal_out.end +++ b/out_files/Montreal_out.end @@ -1 +1 @@ -EnergyPlus Completed Successfully-- 35 Warning; 1 Severe Errors; Elapsed Time=00hr 00min 39.68sec +EnergyPlus Completed Successfully-- 35 Warning; 1 Severe Errors; Elapsed Time=00hr 00min 15.74sec diff --git a/out_files/Montreal_out.err b/out_files/Montreal_out.err index d8d33333..303d7083 100644 --- a/out_files/Montreal_out.err +++ b/out_files/Montreal_out.err @@ -1,6 +1,6 @@ -Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.21 10:16, +Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.28 13:46, ** Warning ** GetHTSurfaceData: Surfaces with interface to Ground found but no "Ground Temperatures" were input. - ** ~~~ ** Found first in surface=8999743B-69A2-42FE-8A7C-67B453734AB1 + ** ~~~ ** Found first in surface=5B48231E-B210-48CA-BFF3-62C8D8E642CD ** ~~~ ** Defaults, constant throughout the year of (18.0) will be used. ** Warning ** GetInternalHeatGains: People="173347_OCCUPANCY", Activity Level Schedule Name values ** ~~~ ** fall outside typical range [70,1000] W/person for Thermal Comfort Reporting. @@ -85,4 +85,4 @@ Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.21 10:16, ************* Use Output:Diagnostics,DisplayUnusedObjects; to see them. ************* EnergyPlus Warmup Error Summary. During Warmup: 0 Warning; 0 Severe Errors. ************* EnergyPlus Sizing Error Summary. During Sizing: 0 Warning; 0 Severe Errors. - ************* EnergyPlus Completed Successfully-- 35 Warning; 1 Severe Errors; Elapsed Time=00hr 00min 39.68sec + ************* EnergyPlus Completed Successfully-- 35 Warning; 1 Severe Errors; Elapsed Time=00hr 00min 15.74sec diff --git a/out_files/Montreal_out.eso b/out_files/Montreal_out.eso index 951003cc..984332ea 100644 --- a/out_files/Montreal_out.eso +++ b/out_files/Montreal_out.eso @@ -1,4 +1,4 @@ -Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.21 10:16 +Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.28 13:46 1,5,Environment Title[],Latitude[deg],Longitude[deg],Time Zone[],Elevation[m] 2,8,Day of Simulation[],Month[],Day of Month[],DST Indicator[1=yes 0=no],Hour[],StartMinute[],EndMinute[],DayType 3,5,Cumulative Day of Simulation[],Month[],Day of Month[],DST Indicator[1=yes 0=no],DayType ! When Daily Report Variables Requested diff --git a/out_files/Montreal_out.expidf b/out_files/Montreal_out.expidf index 10411901..19c9f6ea 100644 --- a/out_files/Montreal_out.expidf +++ b/out_files/Montreal_out.expidf @@ -1199,7 +1199,7 @@ ZONE, Yes; !- Part of Total Floor Area BUILDINGSURFACE:DETAILED, - 8999743b-69a2-42fe-8a7c-67b453734ab1, !- Name + 5b48231e-b210-48ca-bff3-62c8d8e642cd, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name @@ -1223,7 +1223,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d6595750-3255-41b5-8254-b96acf292bbe, !- Name + 5090ee93-fefb-418c-b8e3-c35cc3106b55, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name @@ -1247,7 +1247,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - da2dbb08-ca41-4871-a0a8-4673e8576b05, !- Name + 597e8893-bf63-4356-83eb-581a544045ac, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name @@ -1271,12 +1271,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d61edfc5-3a2b-4754-9701-af5837bde4c0, !- Name + 500f7547-ea7a-498b-8000-cc091afce755, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name Surface, !- Outside Boundary Condition - d61edfc5-3a2b-4754-9701-af5837bde4c0, !- Outside Boundary Condition Object + 500f7547-ea7a-498b-8000-cc091afce755, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -1295,7 +1295,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c78ebbd1-8b31-4836-ab90-a46f01bf1586, !- Name + e9f9f468-be3c-406c-a131-151a54d54c3b, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name @@ -1319,12 +1319,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 31afb167-a379-4f4c-9bc4-a232ecf39cd6, !- Name + 398d7259-acd4-4a78-b8dd-f50a483bba9d, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name Surface, !- Outside Boundary Condition - 31afb167-a379-4f4c-9bc4-a232ecf39cd6, !- Outside Boundary Condition Object + 398d7259-acd4-4a78-b8dd-f50a483bba9d, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -1343,7 +1343,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d53794c6-5099-4a8a-a478-fd3659b4cc41, !- Name + 3f6836b3-3739-4eb7-a50f-6b1ec2695c69, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1373,7 +1373,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 38c85e00-1a52-4ce6-9b07-b24b047cad25, !- Name + cadc5b75-bb4b-46d4-9b46-cb298fc508e4, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1403,7 +1403,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 10ff4fc7-a92b-4b40-957c-3a008648856f, !- Name + 81d97b28-7fe0-47f3-a8ef-dbc87b6fa485, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1427,7 +1427,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 8d624a84-35f4-4519-b253-c3b68564c560, !- Name + 465f65fe-61ca-4913-aa63-bd2bad166056, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1451,7 +1451,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c22bef2d-ada4-4921-8dc1-b4d10711d5af, !- Name + d4ddf175-8ce1-4de4-920d-9e87760a2357, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1475,7 +1475,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 7dd990c9-3907-46c8-986c-ffab3e416899, !- Name + cd9c1ccb-94c4-4d52-918e-02b6d9f23cd6, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1499,7 +1499,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 586964d8-cb6b-4909-8141-cb24582e02d2, !- Name + b8e5722f-137a-4265-a0c8-4477dace4464, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1523,12 +1523,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 0c7c5f8b-1e8d-4a84-83e1-a4ba4da017dc, !- Name + 6ac6aa25-5e89-4029-9946-74804658caf4, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name Surface, !- Outside Boundary Condition - 0c7c5f8b-1e8d-4a84-83e1-a4ba4da017dc, !- Outside Boundary Condition Object + 6ac6aa25-5e89-4029-9946-74804658caf4, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -1547,7 +1547,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - fe2e55ca-cde1-4fe8-a0d0-209f6f2e0379, !- Name + c53fc572-bf34-408f-8f51-c400de236cbc, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1619,7 +1619,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 20 Zcoordinate BUILDINGSURFACE:DETAILED, - 749ac796-0656-4bd9-ad3b-6a4775551eb0, !- Name + 57b878dc-1779-436b-9756-55c0af76d50e, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1691,7 +1691,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 20 Zcoordinate BUILDINGSURFACE:DETAILED, - defcd208-a569-4f67-8057-9bbaa044d0d1, !- Name + 7d0c86b4-2c88-4226-8256-72c260ece0bd, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1715,7 +1715,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c4ee45bd-ffe9-4ae5-a943-19e38f02b369, !- Name + aa54ac6d-9de4-4186-b260-051460d41d27, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1739,7 +1739,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c6e93fe0-9bd0-4988-a9fa-85e3087b4caa, !- Name + 9e618400-85c5-496b-a5fa-54781ba43cef, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1763,7 +1763,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 2ed136d2-c970-4aa9-ac6d-f1cf8e09be42, !- Name + 8cc9a5f8-7042-4266-b52c-96552e8171fd, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1787,7 +1787,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 6c2f3edc-54df-4101-ab11-e65c22463480, !- Name + bd015ac2-ed48-45a8-aff2-aaa3f0e7e0f8, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1811,7 +1811,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 5343466e-9f28-4b4b-8836-c64f48d3561b, !- Name + 51cace5a-d4f2-4d1b-acb5-ffdbaf04a5e3, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1835,7 +1835,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - cf45b16f-d9a0-4749-b814-deb5f7437091, !- Name + ccb7f46b-11e3-47ef-9d74-515e3a60294a, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1859,7 +1859,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - cf45b86d-41f1-457b-a148-9732d24a4acc, !- Name + 3f743fc3-a3af-44b1-8c5b-8a239c7a0df1, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1883,7 +1883,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 64e08cb6-02c4-4cc0-b907-0b234905dbe8, !- Name + 2a3d3c01-7ac9-49c3-9d0f-ccc7112f80e7, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1907,7 +1907,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - e596f062-d142-4026-b3a1-1f7a73b6820a, !- Name + 404b2f49-3137-4d51-9b65-ba17039744a7, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1931,7 +1931,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 14c6c244-6a9a-46aa-8257-3ccd07ab4170, !- Name + 5e512775-1bb9-4bff-b0c1-56b547f0a8df, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1955,7 +1955,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 2d141783-9717-46f2-b1a8-3efcd7d0b119, !- Name + e8d59443-a80d-4458-8f69-7ef4938d44c7, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1979,7 +1979,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - f8d36176-0913-4b2e-9b2c-a234769a337e, !- Name + f90b3e61-9004-40b2-a979-81dab0b99469, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2003,7 +2003,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 0cdaf8eb-1ceb-48e3-b07a-0a94317cfbad, !- Name + 334baeb1-d3d8-43bc-9d18-8c8d5497b950, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2027,7 +2027,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d9652d85-82f3-44fb-9ba5-1334e49830a8, !- Name + f2773f25-bf65-4ce3-89ec-ca874375aa3f, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2051,7 +2051,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 9202e9ec-da44-46bf-83a3-6f93c6796155, !- Name + 1ca10200-62c5-402b-909c-83a2a86ac628, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2075,7 +2075,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c375692c-bdc4-4bdc-b04f-3aa74ce227cc, !- Name + cacc7ead-4051-4299-a3fe-a21bd1ea6c93, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2099,7 +2099,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 94663c80-2bb1-498c-a0cb-a03722105057, !- Name + 8278b81d-4747-472f-a7f3-0f5f4834369e, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2123,7 +2123,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 313396a9-6f9a-4e24-9e72-0b6500a752ce, !- Name + ea7a188e-c0dd-41fb-affb-5546dd3ed8a0, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2147,7 +2147,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 7521f29d-5c3f-4da9-9001-a8eac312ae83, !- Name + 5e175f67-94fe-490d-ad22-13ad9ea2f624, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2171,7 +2171,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - bf6fd901-ce16-4b3e-9771-5eba8a9c0a64, !- Name + daafbe38-0bb6-4e78-99d8-a24d93683c5f, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2201,7 +2201,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 0a36ef86-9120-4b50-a50b-5b69e27ac5eb, !- Name + 88ac3937-911d-427d-9291-68da65f3ad67, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2231,7 +2231,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 34bc3599-ac57-4bbe-9d7f-2888c6deccba, !- Name + 8f1314aa-7ca7-4107-bfd4-e601556f45f2, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2255,7 +2255,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d3a4085a-5bb6-4bc0-9eee-4a62f3546745, !- Name + 996a84c5-812f-403b-879d-7233b65aa66f, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2279,12 +2279,12 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 4668efe0-5255-4a3f-92e8-465bfec7a023, !- Name + 84e6204f-f657-41ca-bd9c-ff8dd55fdcd9, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name Surface, !- Outside Boundary Condition - 4668efe0-5255-4a3f-92e8-465bfec7a023, !- Outside Boundary Condition Object + 84e6204f-f657-41ca-bd9c-ff8dd55fdcd9, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -2303,7 +2303,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c49a2819-ed87-426f-b948-8e020e557a82, !- Name + 48618736-dee0-4588-afdf-d82a1ec13fb0, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2327,7 +2327,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - cb9b966a-b94d-4d90-9a4c-95b4643ac214, !- Name + c4ea0eba-e459-4e6e-bc40-59e57b9a1ab5, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2351,7 +2351,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 9a933a7f-cf1d-4664-9ec0-7ec0f9c89cda, !- Name + 96e4c93a-7d73-4f02-a1b0-1ba8b18682d1, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2375,7 +2375,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 9c304f09-7fb8-4332-8d9b-864d212e781c, !- Name + 7581e7c1-7442-4e57-b277-4f8ca5fdf4c0, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2399,7 +2399,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 9b7536e1-d256-403d-aef0-e626fcead9aa, !- Name + 49e69c19-aa91-4925-98ac-d68299566337, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2423,7 +2423,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - cfdea50d-2c69-4366-b555-567eaf33dc9f, !- Name + e2ecfd8b-f3b6-4753-a361-6f442c491e6c, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2447,7 +2447,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - eb711559-2fd4-4ed3-825f-fd9ea05f253d, !- Name + da9f4734-38c4-42b7-8862-1e510b356bd9, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2471,7 +2471,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 9d3ea49e-464e-4b27-abe9-c16fdfd4c166, !- Name + c860b96f-077e-4b02-a9f9-b55670fd477b, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2495,7 +2495,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 2c88dabc-013d-4c68-b599-ffa7f23e1ba7, !- Name + 480a21af-85ae-4059-b848-33fd5f3a5720, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2519,7 +2519,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 08a9cb96-35e7-484e-8338-df8d9ea00bb1, !- Name + 1f2698c6-9ab2-4092-8689-f48f27f007f3, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2549,7 +2549,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 0d266ba8-9bba-43af-9784-696abff75986, !- Name + c421315b-3fa6-4f26-8fe4-2bd36e46c018, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2579,7 +2579,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 2c73c760-4411-444b-ad52-69e4d4c3ec74, !- Name + db1d1e20-be98-49d4-9e40-1940144bf615, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2603,7 +2603,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 6bd9cc5d-ebf7-4f80-8081-a2b4ad7289c1, !- Name + 8fc429bc-81d9-449a-80a9-38f77b3e66dd, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2627,7 +2627,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 48e3dad2-0de1-45bf-aa96-bff4ab2b62c3, !- Name + 759d0d84-9f31-46a9-ab0c-a80af93cd9f9, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2651,7 +2651,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - ec1b4acd-bdd6-42d0-8c8d-63f19f12588a, !- Name + 2fb34a99-c1ea-45cb-a3be-d36736d9f6d4, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2675,12 +2675,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - ac676f79-22ff-443d-b3f8-de9be3882230, !- Name + 8dfbd53d-371b-4a6f-9422-d041d8aadf88, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name Surface, !- Outside Boundary Condition - ac676f79-22ff-443d-b3f8-de9be3882230, !- Outside Boundary Condition Object + 8dfbd53d-371b-4a6f-9422-d041d8aadf88, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -2699,7 +2699,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c88beaa9-d013-41cd-b847-f7edb8c7a3dc, !- Name + 5ec4a61b-3773-449f-b181-753456e72c34, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2723,7 +2723,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - fe41d3bc-a81f-43e2-9952-1ef717d22dc3, !- Name + 0f842809-d03c-47da-a397-cc369ec4d39b, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name @@ -2747,7 +2747,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 4cdafcb8-7425-462b-a6a9-7893da44744f, !- Name + 9a1d52b6-ca21-44cb-8234-487282b053ce, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name @@ -2771,7 +2771,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - a92aa13a-8c21-4be2-84eb-c27df99b34f2, !- Name + d9f477eb-a2bb-45dc-80c6-f24d09a96a5c, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name @@ -2795,12 +2795,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 1e227eb9-1e76-45a4-97c1-c2150dc6981d, !- Name + 4a29ac31-f3ca-4ae3-af0c-5d2899ddd309, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name Surface, !- Outside Boundary Condition - 1e227eb9-1e76-45a4-97c1-c2150dc6981d, !- Outside Boundary Condition Object + 4a29ac31-f3ca-4ae3-af0c-5d2899ddd309, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -2819,7 +2819,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - ccf64059-4168-4245-974f-8687c312c1f4, !- Name + 12b9db48-e074-4e87-8478-9a8221bfece1, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name @@ -2843,12 +2843,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c4b33ee1-913a-44e6-895a-00187083e503, !- Name + 1542594c-4a08-4e29-bbb6-bf6798dd1e56, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name Surface, !- Outside Boundary Condition - c4b33ee1-913a-44e6-895a-00187083e503, !- Outside Boundary Condition Object + 1542594c-4a08-4e29-bbb6-bf6798dd1e56, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -2867,7 +2867,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 3d6b338b-ac1b-4c09-a99a-6879bb4a3c56, !- Name + f1d05492-fc37-4ce7-b4be-ab84e65bba2d, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name @@ -2891,7 +2891,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d51ca087-04c0-4dd5-a619-3ee6f767f1df, !- Name + 549077e1-bf77-47a7-affb-e487658423cc, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name @@ -2915,7 +2915,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 9ec27607-bd73-4952-bd08-d2dcc38cf510, !- Name + d15932be-b61f-4d05-8f3d-a538ada1c1b9, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name @@ -2939,12 +2939,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c624ae68-0972-41ab-b983-63341316a356, !- Name + f72f957d-1e74-40bc-b6cb-d42c2b474277, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name Surface, !- Outside Boundary Condition - c624ae68-0972-41ab-b983-63341316a356, !- Outside Boundary Condition Object + f72f957d-1e74-40bc-b6cb-d42c2b474277, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -2963,7 +2963,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 70bb2665-ff18-47cf-ac1f-65127f2ebb6f, !- Name + d7bfac7e-ffe4-43e5-a664-66123d42d5e0, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name @@ -2987,12 +2987,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 611ede91-a2cb-47e6-bea7-985f6568d57b, !- Name + 53505fe8-5adb-4b73-bd6c-955d322b0a64, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name Surface, !- Outside Boundary Condition - 611ede91-a2cb-47e6-bea7-985f6568d57b, !- Outside Boundary Condition Object + 53505fe8-5adb-4b73-bd6c-955d322b0a64, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -3011,7 +3011,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 36d429d7-f89d-452d-88c6-f1e3beebafeb, !- Name + ec0278f6-da80-4f16-8de4-bb9973ebb3b2, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3038,7 +3038,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 5 Zcoordinate BUILDINGSURFACE:DETAILED, - 1f980dfd-6138-4342-b24a-3b80050163a9, !- Name + dc07a81c-dab5-45f7-bee5-80767931dbc0, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3065,7 +3065,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 5 Zcoordinate BUILDINGSURFACE:DETAILED, - 854ac3be-db47-4ce7-a933-7ca461218a4d, !- Name + 88e8f7ff-619e-4595-81eb-d5bad7867696, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3089,12 +3089,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 4784e25c-523c-4098-b91b-01593ea56d07, !- Name + 744eae42-6f20-4700-9bfc-85dd929a297d, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name Surface, !- Outside Boundary Condition - 4784e25c-523c-4098-b91b-01593ea56d07, !- Outside Boundary Condition Object + 744eae42-6f20-4700-9bfc-85dd929a297d, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -3113,7 +3113,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 3483c3bc-272a-4b86-a04c-af36d5e4cc52, !- Name + 28ce80fe-fe76-466f-a7eb-88a00d656f05, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3137,7 +3137,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 3cef9635-8aee-46fd-88cf-7b2bb45df9ec, !- Name + f5f1247a-88be-4f06-b629-4c3613f82d51, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3161,7 +3161,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - aaa045e5-0474-486f-b6b1-444debd6286d, !- Name + b8cb1843-0410-4673-bfd4-5dc3c73f2bdd, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3185,7 +3185,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 87c8f1cb-443b-4c6f-afef-bbf5c177512a, !- Name + 5b52e826-42b4-4a00-9549-10196a13f76d, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name @@ -3209,7 +3209,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 2d4357fe-8b7f-4996-ae6e-413a1d733446, !- Name + 36849036-c5b5-40b7-8f21-f853a75f082b, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name @@ -3233,7 +3233,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 57a8693c-ccdf-4c91-aaad-0725191e1aba, !- Name + 23571505-ec9b-43ad-bfca-e0997e7a40a6, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name @@ -3257,12 +3257,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - aa41d277-a045-4628-8941-9d6fcca71d8e, !- Name + cb1b4365-3338-4050-8de9-cbd4ebf6ace2, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name Surface, !- Outside Boundary Condition - aa41d277-a045-4628-8941-9d6fcca71d8e, !- Outside Boundary Condition Object + cb1b4365-3338-4050-8de9-cbd4ebf6ace2, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -3281,7 +3281,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 8a3589e7-e5c2-4c83-a13e-2392fccb5161, !- Name + ed2b8ced-c770-4499-b4d2-1f89ba80e037, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name @@ -3305,12 +3305,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 40e1720d-794e-49db-863f-18f95b978cef, !- Name + 7fa395e8-2b05-448a-b1b1-9ca854cd4cdb, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name Surface, !- Outside Boundary Condition - 40e1720d-794e-49db-863f-18f95b978cef, !- Outside Boundary Condition Object + 7fa395e8-2b05-448a-b1b1-9ca854cd4cdb, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -3329,7 +3329,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 2d07a52e-2d21-4e96-aff7-d489d8d83560, !- Name + cc5d3cde-cc73-4b55-9be2-da25001a6ea6, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name @@ -3353,7 +3353,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - fdcf25e5-06c1-4b1a-9661-677fe95b28da, !- Name + bc98b527-a9a7-4167-8d48-ad07e222751b, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name @@ -3377,7 +3377,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - aced190c-5b13-4767-8fd3-210d24b1c73a, !- Name + 39cd3473-fbc3-431f-b595-088111688ff0, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name @@ -3401,12 +3401,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 5868f322-7b22-4fb5-be43-c41c4491f897, !- Name + e8eaf434-d518-420c-a1ae-4f9ac185c3c7, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name Surface, !- Outside Boundary Condition - 5868f322-7b22-4fb5-be43-c41c4491f897, !- Outside Boundary Condition Object + e8eaf434-d518-420c-a1ae-4f9ac185c3c7, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -3425,7 +3425,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - a15a5516-0e86-494b-9106-aceb50a9ae6f, !- Name + e3c38143-fdeb-4cad-bfde-4855a94c5ffe, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name @@ -3449,12 +3449,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 3621cc15-71dc-496f-9f02-9a87e583fca9, !- Name + e2af1629-bf60-4ba4-b83f-da0427cc5520, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name Surface, !- Outside Boundary Condition - 3621cc15-71dc-496f-9f02-9a87e583fca9, !- Outside Boundary Condition Object + e2af1629-bf60-4ba4-b83f-da0427cc5520, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -3473,10 +3473,10 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - da2dbb08-ca41-4871-a0a8-4673e8576b05 window, !- Name + 597e8893-bf63-4356-83eb-581a544045ac window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - da2dbb08-ca41-4871-a0a8-4673e8576b05, !- Building Surface Name + 597e8893-bf63-4356-83eb-581a544045ac, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3496,10 +3496,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - c78ebbd1-8b31-4836-ab90-a46f01bf1586 window, !- Name + e9f9f468-be3c-406c-a131-151a54d54c3b window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - c78ebbd1-8b31-4836-ab90-a46f01bf1586, !- Building Surface Name + e9f9f468-be3c-406c-a131-151a54d54c3b, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3519,10 +3519,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 10ff4fc7-a92b-4b40-957c-3a008648856f window, !- Name + 81d97b28-7fe0-47f3-a8ef-dbc87b6fa485 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 10ff4fc7-a92b-4b40-957c-3a008648856f, !- Building Surface Name + 81d97b28-7fe0-47f3-a8ef-dbc87b6fa485, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3542,10 +3542,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 8d624a84-35f4-4519-b253-c3b68564c560 window, !- Name + 465f65fe-61ca-4913-aa63-bd2bad166056 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 8d624a84-35f4-4519-b253-c3b68564c560, !- Building Surface Name + 465f65fe-61ca-4913-aa63-bd2bad166056, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3565,10 +3565,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - c22bef2d-ada4-4921-8dc1-b4d10711d5af window, !- Name + d4ddf175-8ce1-4de4-920d-9e87760a2357 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - c22bef2d-ada4-4921-8dc1-b4d10711d5af, !- Building Surface Name + d4ddf175-8ce1-4de4-920d-9e87760a2357, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3588,10 +3588,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 7dd990c9-3907-46c8-986c-ffab3e416899 window, !- Name + cd9c1ccb-94c4-4d52-918e-02b6d9f23cd6 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 7dd990c9-3907-46c8-986c-ffab3e416899, !- Building Surface Name + cd9c1ccb-94c4-4d52-918e-02b6d9f23cd6, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3611,10 +3611,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 586964d8-cb6b-4909-8141-cb24582e02d2 window, !- Name + b8e5722f-137a-4265-a0c8-4477dace4464 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 586964d8-cb6b-4909-8141-cb24582e02d2, !- Building Surface Name + b8e5722f-137a-4265-a0c8-4477dace4464, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3634,10 +3634,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - defcd208-a569-4f67-8057-9bbaa044d0d1 window, !- Name + 7d0c86b4-2c88-4226-8256-72c260ece0bd window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - defcd208-a569-4f67-8057-9bbaa044d0d1, !- Building Surface Name + 7d0c86b4-2c88-4226-8256-72c260ece0bd, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3657,10 +3657,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - c4ee45bd-ffe9-4ae5-a943-19e38f02b369 window, !- Name + aa54ac6d-9de4-4186-b260-051460d41d27 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - c4ee45bd-ffe9-4ae5-a943-19e38f02b369, !- Building Surface Name + aa54ac6d-9de4-4186-b260-051460d41d27, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3680,10 +3680,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - c6e93fe0-9bd0-4988-a9fa-85e3087b4caa window, !- Name + 9e618400-85c5-496b-a5fa-54781ba43cef window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - c6e93fe0-9bd0-4988-a9fa-85e3087b4caa, !- Building Surface Name + 9e618400-85c5-496b-a5fa-54781ba43cef, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3703,10 +3703,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 2ed136d2-c970-4aa9-ac6d-f1cf8e09be42 window, !- Name + 8cc9a5f8-7042-4266-b52c-96552e8171fd window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 2ed136d2-c970-4aa9-ac6d-f1cf8e09be42, !- Building Surface Name + 8cc9a5f8-7042-4266-b52c-96552e8171fd, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3726,10 +3726,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 6c2f3edc-54df-4101-ab11-e65c22463480 window, !- Name + bd015ac2-ed48-45a8-aff2-aaa3f0e7e0f8 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 6c2f3edc-54df-4101-ab11-e65c22463480, !- Building Surface Name + bd015ac2-ed48-45a8-aff2-aaa3f0e7e0f8, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3749,10 +3749,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 5343466e-9f28-4b4b-8836-c64f48d3561b window, !- Name + 51cace5a-d4f2-4d1b-acb5-ffdbaf04a5e3 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 5343466e-9f28-4b4b-8836-c64f48d3561b, !- Building Surface Name + 51cace5a-d4f2-4d1b-acb5-ffdbaf04a5e3, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3772,10 +3772,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - cf45b16f-d9a0-4749-b814-deb5f7437091 window, !- Name + ccb7f46b-11e3-47ef-9d74-515e3a60294a window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - cf45b16f-d9a0-4749-b814-deb5f7437091, !- Building Surface Name + ccb7f46b-11e3-47ef-9d74-515e3a60294a, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3795,10 +3795,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - cf45b86d-41f1-457b-a148-9732d24a4acc window, !- Name + 3f743fc3-a3af-44b1-8c5b-8a239c7a0df1 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - cf45b86d-41f1-457b-a148-9732d24a4acc, !- Building Surface Name + 3f743fc3-a3af-44b1-8c5b-8a239c7a0df1, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3818,10 +3818,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 64e08cb6-02c4-4cc0-b907-0b234905dbe8 window, !- Name + 2a3d3c01-7ac9-49c3-9d0f-ccc7112f80e7 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 64e08cb6-02c4-4cc0-b907-0b234905dbe8, !- Building Surface Name + 2a3d3c01-7ac9-49c3-9d0f-ccc7112f80e7, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3841,10 +3841,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - e596f062-d142-4026-b3a1-1f7a73b6820a window, !- Name + 404b2f49-3137-4d51-9b65-ba17039744a7 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - e596f062-d142-4026-b3a1-1f7a73b6820a, !- Building Surface Name + 404b2f49-3137-4d51-9b65-ba17039744a7, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3864,10 +3864,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 14c6c244-6a9a-46aa-8257-3ccd07ab4170 window, !- Name + 5e512775-1bb9-4bff-b0c1-56b547f0a8df window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 14c6c244-6a9a-46aa-8257-3ccd07ab4170, !- Building Surface Name + 5e512775-1bb9-4bff-b0c1-56b547f0a8df, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3887,10 +3887,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 2d141783-9717-46f2-b1a8-3efcd7d0b119 window, !- Name + e8d59443-a80d-4458-8f69-7ef4938d44c7 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 2d141783-9717-46f2-b1a8-3efcd7d0b119, !- Building Surface Name + e8d59443-a80d-4458-8f69-7ef4938d44c7, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3910,10 +3910,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - f8d36176-0913-4b2e-9b2c-a234769a337e window, !- Name + f90b3e61-9004-40b2-a979-81dab0b99469 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - f8d36176-0913-4b2e-9b2c-a234769a337e, !- Building Surface Name + f90b3e61-9004-40b2-a979-81dab0b99469, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3933,10 +3933,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 0cdaf8eb-1ceb-48e3-b07a-0a94317cfbad window, !- Name + 334baeb1-d3d8-43bc-9d18-8c8d5497b950 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 0cdaf8eb-1ceb-48e3-b07a-0a94317cfbad, !- Building Surface Name + 334baeb1-d3d8-43bc-9d18-8c8d5497b950, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3956,10 +3956,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - d9652d85-82f3-44fb-9ba5-1334e49830a8 window, !- Name + f2773f25-bf65-4ce3-89ec-ca874375aa3f window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - d9652d85-82f3-44fb-9ba5-1334e49830a8, !- Building Surface Name + f2773f25-bf65-4ce3-89ec-ca874375aa3f, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -3979,10 +3979,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 9202e9ec-da44-46bf-83a3-6f93c6796155 window, !- Name + 1ca10200-62c5-402b-909c-83a2a86ac628 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 9202e9ec-da44-46bf-83a3-6f93c6796155, !- Building Surface Name + 1ca10200-62c5-402b-909c-83a2a86ac628, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4002,10 +4002,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - c375692c-bdc4-4bdc-b04f-3aa74ce227cc window, !- Name + cacc7ead-4051-4299-a3fe-a21bd1ea6c93 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - c375692c-bdc4-4bdc-b04f-3aa74ce227cc, !- Building Surface Name + cacc7ead-4051-4299-a3fe-a21bd1ea6c93, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4025,10 +4025,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 94663c80-2bb1-498c-a0cb-a03722105057 window, !- Name + 8278b81d-4747-472f-a7f3-0f5f4834369e window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 94663c80-2bb1-498c-a0cb-a03722105057, !- Building Surface Name + 8278b81d-4747-472f-a7f3-0f5f4834369e, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4048,10 +4048,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 313396a9-6f9a-4e24-9e72-0b6500a752ce window, !- Name + ea7a188e-c0dd-41fb-affb-5546dd3ed8a0 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 313396a9-6f9a-4e24-9e72-0b6500a752ce, !- Building Surface Name + ea7a188e-c0dd-41fb-affb-5546dd3ed8a0, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4071,10 +4071,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 7521f29d-5c3f-4da9-9001-a8eac312ae83 window, !- Name + 5e175f67-94fe-490d-ad22-13ad9ea2f624 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 7521f29d-5c3f-4da9-9001-a8eac312ae83, !- Building Surface Name + 5e175f67-94fe-490d-ad22-13ad9ea2f624, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4094,10 +4094,10 @@ FENESTRATIONSURFACE:DETAILED, 8.8515; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 34bc3599-ac57-4bbe-9d7f-2888c6deccba window, !- Name + 8f1314aa-7ca7-4107-bfd4-e601556f45f2 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 34bc3599-ac57-4bbe-9d7f-2888c6deccba, !- Building Surface Name + 8f1314aa-7ca7-4107-bfd4-e601556f45f2, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4117,10 +4117,10 @@ FENESTRATIONSURFACE:DETAILED, 5.901; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - d3a4085a-5bb6-4bc0-9eee-4a62f3546745 window, !- Name + 996a84c5-812f-403b-879d-7233b65aa66f window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - d3a4085a-5bb6-4bc0-9eee-4a62f3546745, !- Building Surface Name + 996a84c5-812f-403b-879d-7233b65aa66f, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4140,10 +4140,10 @@ FENESTRATIONSURFACE:DETAILED, 5.901; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - c49a2819-ed87-426f-b948-8e020e557a82 window, !- Name + 48618736-dee0-4588-afdf-d82a1ec13fb0 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - c49a2819-ed87-426f-b948-8e020e557a82, !- Building Surface Name + 48618736-dee0-4588-afdf-d82a1ec13fb0, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4163,10 +4163,10 @@ FENESTRATIONSURFACE:DETAILED, 5.901; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - cb9b966a-b94d-4d90-9a4c-95b4643ac214 window, !- Name + c4ea0eba-e459-4e6e-bc40-59e57b9a1ab5 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - cb9b966a-b94d-4d90-9a4c-95b4643ac214, !- Building Surface Name + c4ea0eba-e459-4e6e-bc40-59e57b9a1ab5, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4186,10 +4186,10 @@ FENESTRATIONSURFACE:DETAILED, 5.901; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 9a933a7f-cf1d-4664-9ec0-7ec0f9c89cda window, !- Name + 96e4c93a-7d73-4f02-a1b0-1ba8b18682d1 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 9a933a7f-cf1d-4664-9ec0-7ec0f9c89cda, !- Building Surface Name + 96e4c93a-7d73-4f02-a1b0-1ba8b18682d1, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4209,10 +4209,10 @@ FENESTRATIONSURFACE:DETAILED, 5.901; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - cfdea50d-2c69-4366-b555-567eaf33dc9f window, !- Name + e2ecfd8b-f3b6-4753-a361-6f442c491e6c window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - cfdea50d-2c69-4366-b555-567eaf33dc9f, !- Building Surface Name + e2ecfd8b-f3b6-4753-a361-6f442c491e6c, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4232,10 +4232,10 @@ FENESTRATIONSURFACE:DETAILED, 5.901; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - eb711559-2fd4-4ed3-825f-fd9ea05f253d window, !- Name + da9f4734-38c4-42b7-8862-1e510b356bd9 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - eb711559-2fd4-4ed3-825f-fd9ea05f253d, !- Building Surface Name + da9f4734-38c4-42b7-8862-1e510b356bd9, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4255,10 +4255,10 @@ FENESTRATIONSURFACE:DETAILED, 5.901; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 9d3ea49e-464e-4b27-abe9-c16fdfd4c166 window, !- Name + c860b96f-077e-4b02-a9f9-b55670fd477b window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 9d3ea49e-464e-4b27-abe9-c16fdfd4c166, !- Building Surface Name + c860b96f-077e-4b02-a9f9-b55670fd477b, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4278,10 +4278,10 @@ FENESTRATIONSURFACE:DETAILED, 5.901; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 2c88dabc-013d-4c68-b599-ffa7f23e1ba7 window, !- Name + 480a21af-85ae-4059-b848-33fd5f3a5720 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 2c88dabc-013d-4c68-b599-ffa7f23e1ba7, !- Building Surface Name + 480a21af-85ae-4059-b848-33fd5f3a5720, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4301,10 +4301,10 @@ FENESTRATIONSURFACE:DETAILED, 5.901; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 2c73c760-4411-444b-ad52-69e4d4c3ec74 window, !- Name + db1d1e20-be98-49d4-9e40-1940144bf615 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 2c73c760-4411-444b-ad52-69e4d4c3ec74, !- Building Surface Name + db1d1e20-be98-49d4-9e40-1940144bf615, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4324,10 +4324,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 6bd9cc5d-ebf7-4f80-8081-a2b4ad7289c1 window, !- Name + 8fc429bc-81d9-449a-80a9-38f77b3e66dd window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 6bd9cc5d-ebf7-4f80-8081-a2b4ad7289c1, !- Building Surface Name + 8fc429bc-81d9-449a-80a9-38f77b3e66dd, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4347,10 +4347,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 48e3dad2-0de1-45bf-aa96-bff4ab2b62c3 window, !- Name + 759d0d84-9f31-46a9-ab0c-a80af93cd9f9 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 48e3dad2-0de1-45bf-aa96-bff4ab2b62c3, !- Building Surface Name + 759d0d84-9f31-46a9-ab0c-a80af93cd9f9, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4370,10 +4370,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - ec1b4acd-bdd6-42d0-8c8d-63f19f12588a window, !- Name + 2fb34a99-c1ea-45cb-a3be-d36736d9f6d4 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - ec1b4acd-bdd6-42d0-8c8d-63f19f12588a, !- Building Surface Name + 2fb34a99-c1ea-45cb-a3be-d36736d9f6d4, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4393,10 +4393,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - c88beaa9-d013-41cd-b847-f7edb8c7a3dc window, !- Name + 5ec4a61b-3773-449f-b181-753456e72c34 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - c88beaa9-d013-41cd-b847-f7edb8c7a3dc, !- Building Surface Name + 5ec4a61b-3773-449f-b181-753456e72c34, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4416,10 +4416,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - a92aa13a-8c21-4be2-84eb-c27df99b34f2 window, !- Name + d9f477eb-a2bb-45dc-80c6-f24d09a96a5c window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - a92aa13a-8c21-4be2-84eb-c27df99b34f2, !- Building Surface Name + d9f477eb-a2bb-45dc-80c6-f24d09a96a5c, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4439,10 +4439,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - ccf64059-4168-4245-974f-8687c312c1f4 window, !- Name + 12b9db48-e074-4e87-8478-9a8221bfece1 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - ccf64059-4168-4245-974f-8687c312c1f4, !- Building Surface Name + 12b9db48-e074-4e87-8478-9a8221bfece1, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4462,10 +4462,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 9ec27607-bd73-4952-bd08-d2dcc38cf510 window, !- Name + d15932be-b61f-4d05-8f3d-a538ada1c1b9 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 9ec27607-bd73-4952-bd08-d2dcc38cf510, !- Building Surface Name + d15932be-b61f-4d05-8f3d-a538ada1c1b9, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4485,10 +4485,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 70bb2665-ff18-47cf-ac1f-65127f2ebb6f window, !- Name + d7bfac7e-ffe4-43e5-a664-66123d42d5e0 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 70bb2665-ff18-47cf-ac1f-65127f2ebb6f, !- Building Surface Name + d7bfac7e-ffe4-43e5-a664-66123d42d5e0, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4508,10 +4508,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 854ac3be-db47-4ce7-a933-7ca461218a4d window, !- Name + 88e8f7ff-619e-4595-81eb-d5bad7867696 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 854ac3be-db47-4ce7-a933-7ca461218a4d, !- Building Surface Name + 88e8f7ff-619e-4595-81eb-d5bad7867696, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4531,10 +4531,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 3483c3bc-272a-4b86-a04c-af36d5e4cc52 window, !- Name + 28ce80fe-fe76-466f-a7eb-88a00d656f05 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 3483c3bc-272a-4b86-a04c-af36d5e4cc52, !- Building Surface Name + 28ce80fe-fe76-466f-a7eb-88a00d656f05, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4554,10 +4554,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 3cef9635-8aee-46fd-88cf-7b2bb45df9ec window, !- Name + f5f1247a-88be-4f06-b629-4c3613f82d51 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 3cef9635-8aee-46fd-88cf-7b2bb45df9ec, !- Building Surface Name + f5f1247a-88be-4f06-b629-4c3613f82d51, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4577,10 +4577,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - aaa045e5-0474-486f-b6b1-444debd6286d window, !- Name + b8cb1843-0410-4673-bfd4-5dc3c73f2bdd window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - aaa045e5-0474-486f-b6b1-444debd6286d, !- Building Surface Name + b8cb1843-0410-4673-bfd4-5dc3c73f2bdd, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4600,10 +4600,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 57a8693c-ccdf-4c91-aaad-0725191e1aba window, !- Name + 23571505-ec9b-43ad-bfca-e0997e7a40a6 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 57a8693c-ccdf-4c91-aaad-0725191e1aba, !- Building Surface Name + 23571505-ec9b-43ad-bfca-e0997e7a40a6, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4623,10 +4623,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 8a3589e7-e5c2-4c83-a13e-2392fccb5161 window, !- Name + ed2b8ced-c770-4499-b4d2-1f89ba80e037 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 8a3589e7-e5c2-4c83-a13e-2392fccb5161, !- Building Surface Name + ed2b8ced-c770-4499-b4d2-1f89ba80e037, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4646,10 +4646,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - aced190c-5b13-4767-8fd3-210d24b1c73a window, !- Name + 39cd3473-fbc3-431f-b595-088111688ff0 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - aced190c-5b13-4767-8fd3-210d24b1c73a, !- Building Surface Name + 39cd3473-fbc3-431f-b595-088111688ff0, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -4669,10 +4669,10 @@ FENESTRATIONSURFACE:DETAILED, 5.3109; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - a15a5516-0e86-494b-9106-aceb50a9ae6f window, !- Name + e3c38143-fdeb-4cad-bfde-4855a94c5ffe window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - a15a5516-0e86-494b-9106-aceb50a9ae6f, !- Building Surface Name + e3c38143-fdeb-4cad-bfde-4855a94c5ffe, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name diff --git a/out_files/Montreal_out.mtr b/out_files/Montreal_out.mtr index 3a0d4fe5..c29a564d 100644 --- a/out_files/Montreal_out.mtr +++ b/out_files/Montreal_out.mtr @@ -1,4 +1,4 @@ -Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.21 10:16 +Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.28 13:46 1,5,Environment Title[],Latitude[deg],Longitude[deg],Time Zone[],Elevation[m] 2,8,Day of Simulation[],Month[],Day of Month[],DST Indicator[1=yes 0=no],Hour[],StartMinute[],EndMinute[],DayType 3,5,Cumulative Day of Simulation[],Month[],Day of Month[],DST Indicator[1=yes 0=no],DayType ! When Daily Meters Requested diff --git a/out_files/Montreal_out.rvaudit b/out_files/Montreal_out.rvaudit index 17543cf7..836a7f3a 100644 --- a/out_files/Montreal_out.rvaudit +++ b/out_files/Montreal_out.rvaudit @@ -1,16 +1,16 @@ ReadVarsESO - processing:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_849ab9.rvi + processing:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_1b172e.rvi input file:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_out.eso output file:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_out.csv getting all vars from:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_out.eso number variables requested for output= 59 - ReadVars Run Time=00hr 00min 2.98sec + ReadVars Run Time=00hr 00min 1.70sec ReadVarsESO program completed successfully. ReadVarsESO - processing:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_849ab9.mvi + processing:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_1b172e.mvi input file:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_out.mtr output file:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_mtr.csv getting all vars from:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_out.mtr number variables requested for output= 4 - ReadVars Run Time=00hr 00min 0.39sec + ReadVars Run Time=00hr 00min 0.19sec ReadVarsESO program completed successfully. diff --git a/out_files/Montreal_out.shd b/out_files/Montreal_out.shd index 8643a570..7fef2705 100644 --- a/out_files/Montreal_out.shd +++ b/out_files/Montreal_out.shd @@ -3,1165 +3,1165 @@ Shadowing Combinations ..In the following, only the first 10 reference surfaces will be shown. ..But all surfaces are used in the calculations. ================================== -Surface=DA2DBB08-CA41-4871-A0A8-4673E8576B05 is used as Receiving Surface in calculations and is convex. +Surface=597E8893-BF63-4356-83EB-581A544045AC is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=4 -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=D3A4085A-5BB6-4BC0-9EEE-4A62F3546745 -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D -..Surface=AAA045E5-0474-486F-B6B1-444DEBD6286D +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=996A84C5-812F-403B-879D-7233B65AA66F +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 +..Surface=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=DA2DBB08-CA41-4871-A0A8-4673E8576B05 WINDOW +....Surface=597E8893-BF63-4356-83EB-581A544045AC WINDOW ================================== -Surface=DA2DBB08-CA41-4871-A0A8-4673E8576B05 WINDOW is not used as Receiving Surface in calculations. +Surface=597E8893-BF63-4356-83EB-581A544045AC WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=D61EDFC5-3A2B-4754-9701-AF5837BDE4C0 is not used as Receiving Surface in calculations. +Surface=500F7547-EA7A-498B-8000-CC091AFCE755 is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=C78EBBD1-8B31-4836-AB90-A46F01BF1586 is used as Receiving Surface in calculations and is convex. +Surface=E9F9F468-BE3C-406C-A131-151A54D54C3B is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..Surface=CF45B16F-D9A0-4749-B814-DEB5F7437091 -..Surface=64E08CB6-02C4-4CC0-B907-0B234905DBE8 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=C49A2819-ED87-426F-B948-8E020E557A82 -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D -..Surface=CCF64059-4168-4245-974F-8687C312C1F4 +..Surface=CCB7F46B-11E3-47EF-9D74-515E3A60294A +..Surface=2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=48618736-DEE0-4588-AFDF-D82A1EC13FB0 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 +..Surface=12B9DB48-E074-4E87-8478-9A8221BFECE1 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=C78EBBD1-8B31-4836-AB90-A46F01BF1586 WINDOW +....Surface=E9F9F468-BE3C-406C-A131-151A54D54C3B WINDOW ================================== -Surface=C78EBBD1-8B31-4836-AB90-A46F01BF1586 WINDOW is not used as Receiving Surface in calculations. +Surface=E9F9F468-BE3C-406C-A131-151A54D54C3B WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=31AFB167-A379-4F4C-9BC4-A232ECF39CD6 is not used as Receiving Surface in calculations. +Surface=398D7259-ACD4-4A78-B8DD-F50A483BBA9D is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=8999743B-69A2-42FE-8A7C-67B453734AB1 is not used as Receiving Surface in calculations. +Surface=5B48231E-B210-48CA-BFF3-62C8D8E642CD is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=D6595750-3255-41B5-8254-B96ACF292BBE is used as Receiving Surface in calculations and is convex. +Surface=5090EE93-FEFB-418C-B8E3-C35CC3106B55 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=11 -..Surface=CF45B16F-D9A0-4749-B814-DEB5F7437091 -..Surface=64E08CB6-02C4-4CC0-B907-0B234905DBE8 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=D3A4085A-5BB6-4BC0-9EEE-4A62F3546745 -..Surface=C49A2819-ED87-426F-B948-8E020E557A82 +..Surface=CCB7F46B-11E3-47EF-9D74-515E3A60294A +..Surface=2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=996A84C5-812F-403B-879D-7233B65AA66F +..Surface=48618736-DEE0-4588-AFDF-D82A1EC13FB0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=10FF4FC7-A92B-4B40-957C-3A008648856F is used as Receiving Surface in calculations and is convex. +Surface=81D97B28-7FE0-47F3-A8EF-DBC87B6FA485 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=3 -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D -..Surface=AAA045E5-0474-486F-B6B1-444DEBD6286D +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 +..Surface=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=10FF4FC7-A92B-4B40-957C-3A008648856F WINDOW +....Surface=81D97B28-7FE0-47F3-A8EF-DBC87B6FA485 WINDOW ================================== -Surface=10FF4FC7-A92B-4B40-957C-3A008648856F WINDOW is not used as Receiving Surface in calculations. +Surface=81D97B28-7FE0-47F3-A8EF-DBC87B6FA485 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=8D624A84-35F4-4519-B253-C3B68564C560 is used as Receiving Surface in calculations and is convex. +Surface=465F65FE-61CA-4913-AA63-BD2BAD166056 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=AAA045E5-0474-486F-B6B1-444DEBD6286D +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=8D624A84-35F4-4519-B253-C3B68564C560 WINDOW +....Surface=465F65FE-61CA-4913-AA63-BD2BAD166056 WINDOW ================================== -Surface=8D624A84-35F4-4519-B253-C3B68564C560 WINDOW is not used as Receiving Surface in calculations. +Surface=465F65FE-61CA-4913-AA63-BD2BAD166056 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=C22BEF2D-ADA4-4921-8DC1-B4D10711D5AF is used as Receiving Surface in calculations and is convex. +Surface=D4DDF175-8CE1-4DE4-920D-9E87760A2357 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=6 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=2C73C760-4411-444B-AD52-69E4D4C3EC74 -..Surface=3CEF9635-8AEE-46FD-88CF-7B2BB45DF9EC -..Surface=AAA045E5-0474-486F-B6B1-444DEBD6286D +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=DB1D1E20-BE98-49D4-9E40-1940144BF615 +..Surface=F5F1247A-88BE-4F06-B629-4C3613F82D51 +..Surface=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=C22BEF2D-ADA4-4921-8DC1-B4D10711D5AF WINDOW +....Surface=D4DDF175-8CE1-4DE4-920D-9E87760A2357 WINDOW ================================== -Surface=C22BEF2D-ADA4-4921-8DC1-B4D10711D5AF WINDOW is not used as Receiving Surface in calculations. +Surface=D4DDF175-8CE1-4DE4-920D-9E87760A2357 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=7DD990C9-3907-46C8-986C-FFAB3E416899 is used as Receiving Surface in calculations and is convex. +Surface=CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=EC1B4ACD-BDD6-42D0-8C8D-63F19F12588A -..Surface=70BB2665-FF18-47CF-AC1F-65127F2EBB6F -..Surface=3483C3BC-272A-4B86-A04C-AF36D5E4CC52 -..Surface=3CEF9635-8AEE-46FD-88CF-7B2BB45DF9EC -..Surface=AAA045E5-0474-486F-B6B1-444DEBD6286D -..Surface=8A3589E7-E5C2-4C83-A13E-2392FCCB5161 -..Surface=A15A5516-0E86-494B-9106-ACEB50A9AE6F +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4 +..Surface=D7BFAC7E-FFE4-43E5-A664-66123D42D5E0 +..Surface=28CE80FE-FE76-466F-A7EB-88A00D656F05 +..Surface=F5F1247A-88BE-4F06-B629-4C3613F82D51 +..Surface=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD +..Surface=ED2B8CED-C770-4499-B4D2-1F89BA80E037 +..Surface=E3C38143-FDEB-4CAD-BFDE-4855A94C5FFE Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=7DD990C9-3907-46C8-986C-FFAB3E416899 WINDOW +....Surface=CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 WINDOW ================================== -Surface=7DD990C9-3907-46C8-986C-FFAB3E416899 WINDOW is not used as Receiving Surface in calculations. +Surface=CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=586964D8-CB6B-4909-8141-CB24582E02D2 is used as Receiving Surface in calculations and is convex. +Surface=B8E5722F-137A-4265-A0C8-4477DACE4464 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=7 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=1CA10200-62C5-402B-909C-83A2A86AC628 +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=586964D8-CB6B-4909-8141-CB24582E02D2 WINDOW +....Surface=B8E5722F-137A-4265-A0C8-4477DACE4464 WINDOW ================================== -Surface=586964D8-CB6B-4909-8141-CB24582E02D2 WINDOW is not used as Receiving Surface in calculations. +Surface=B8E5722F-137A-4265-A0C8-4477DACE4464 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=0C7C5F8B-1E8D-4A84-83E1-A4BA4DA017DC is not used as Receiving Surface in calculations. +Surface=6AC6AA25-5E89-4029-9946-74804658CAF4 is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=D53794C6-5099-4A8A-A478-FD3659B4CC41 is not used as Receiving Surface in calculations. +Surface=3F6836B3-3739-4EB7-A50F-6B1EC2695C69 is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=38C85E00-1A52-4CE6-9B07-B24B047CAD25 is used as Receiving Surface in calculations and is convex. +Surface=CADC5B75-BB4B-46D4-9B46-CB298FC508E4 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=D3A4085A-5BB6-4BC0-9EEE-4A62F3546745 -..Surface=C49A2819-ED87-426F-B948-8E020E557A82 -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=1CA10200-62C5-402B-909C-83A2A86AC628 +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=996A84C5-812F-403B-879D-7233B65AA66F +..Surface=48618736-DEE0-4588-AFDF-D82A1EC13FB0 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=DEFCD208-A569-4F67-8057-9BBAA044D0D1 is used as Receiving Surface in calculations and is convex. +Surface=7D0C86B4-2C88-4226-8256-72C260ECE0BD is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=C4EE45BD-FFE9-4AE5-A943-19E38F02B369 -..Surface=2ED136D2-C970-4AA9-AC6D-F1CF8E09BE42 +..Surface=AA54AC6D-9DE4-4186-B260-051460D41D27 +..Surface=8CC9A5F8-7042-4266-B52C-96552E8171FD Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=DEFCD208-A569-4F67-8057-9BBAA044D0D1 WINDOW +....Surface=7D0C86B4-2C88-4226-8256-72C260ECE0BD WINDOW ================================== -Surface=DEFCD208-A569-4F67-8057-9BBAA044D0D1 WINDOW is not used as Receiving Surface in calculations. +Surface=7D0C86B4-2C88-4226-8256-72C260ECE0BD WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=C4EE45BD-FFE9-4AE5-A943-19E38F02B369 is used as Receiving Surface in calculations and is convex. +Surface=AA54AC6D-9DE4-4186-B260-051460D41D27 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=4 -..Surface=DEFCD208-A569-4F67-8057-9BBAA044D0D1 -..Surface=EC1B4ACD-BDD6-42D0-8C8D-63F19F12588A -..Surface=70BB2665-FF18-47CF-AC1F-65127F2EBB6F -..Surface=A15A5516-0E86-494B-9106-ACEB50A9AE6F +..Surface=7D0C86B4-2C88-4226-8256-72C260ECE0BD +..Surface=2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4 +..Surface=D7BFAC7E-FFE4-43E5-A664-66123D42D5E0 +..Surface=E3C38143-FDEB-4CAD-BFDE-4855A94C5FFE Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=C4EE45BD-FFE9-4AE5-A943-19E38F02B369 WINDOW +....Surface=AA54AC6D-9DE4-4186-B260-051460D41D27 WINDOW ================================== -Surface=C4EE45BD-FFE9-4AE5-A943-19E38F02B369 WINDOW is not used as Receiving Surface in calculations. +Surface=AA54AC6D-9DE4-4186-B260-051460D41D27 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=C6E93FE0-9BD0-4988-A9FA-85E3087B4CAA is used as Receiving Surface in calculations and is convex. +Surface=9E618400-85C5-496B-A5FA-54781BA43CEF is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=2ED136D2-C970-4AA9-AC6D-F1CF8E09BE42 -..Surface=CF45B86D-41F1-457B-A148-9732D24A4ACC +..Surface=8CC9A5F8-7042-4266-B52C-96552E8171FD +..Surface=3F743FC3-A3AF-44B1-8C5B-8A239C7A0DF1 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=C6E93FE0-9BD0-4988-A9FA-85E3087B4CAA WINDOW +....Surface=9E618400-85C5-496B-A5FA-54781BA43CEF WINDOW ================================== -Surface=C6E93FE0-9BD0-4988-A9FA-85E3087B4CAA WINDOW is not used as Receiving Surface in calculations. +Surface=9E618400-85C5-496B-A5FA-54781BA43CEF WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=2ED136D2-C970-4AA9-AC6D-F1CF8E09BE42 is used as Receiving Surface in calculations and is convex. +Surface=8CC9A5F8-7042-4266-B52C-96552E8171FD is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=6 -..Surface=DEFCD208-A569-4F67-8057-9BBAA044D0D1 -..Surface=C6E93FE0-9BD0-4988-A9FA-85E3087B4CAA -..Surface=EC1B4ACD-BDD6-42D0-8C8D-63F19F12588A -..Surface=70BB2665-FF18-47CF-AC1F-65127F2EBB6F -..Surface=8A3589E7-E5C2-4C83-A13E-2392FCCB5161 -..Surface=A15A5516-0E86-494B-9106-ACEB50A9AE6F +..Surface=7D0C86B4-2C88-4226-8256-72C260ECE0BD +..Surface=9E618400-85C5-496B-A5FA-54781BA43CEF +..Surface=2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4 +..Surface=D7BFAC7E-FFE4-43E5-A664-66123D42D5E0 +..Surface=ED2B8CED-C770-4499-B4D2-1F89BA80E037 +..Surface=E3C38143-FDEB-4CAD-BFDE-4855A94C5FFE Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=2ED136D2-C970-4AA9-AC6D-F1CF8E09BE42 WINDOW +....Surface=8CC9A5F8-7042-4266-B52C-96552E8171FD WINDOW ================================== -Surface=2ED136D2-C970-4AA9-AC6D-F1CF8E09BE42 WINDOW is not used as Receiving Surface in calculations. +Surface=8CC9A5F8-7042-4266-B52C-96552E8171FD WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=6C2F3EDC-54DF-4101-AB11-E65C22463480 is used as Receiving Surface in calculations and is convex. +Surface=BD015AC2-ED48-45A8-AFF2-AAA3F0E7E0F8 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=1 -..Surface=5343466E-9F28-4B4B-8836-C64F48D3561B +..Surface=51CACE5A-D4F2-4D1B-ACB5-FFDBAF04A5E3 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=6C2F3EDC-54DF-4101-AB11-E65C22463480 WINDOW +....Surface=BD015AC2-ED48-45A8-AFF2-AAA3F0E7E0F8 WINDOW ================================== -Surface=6C2F3EDC-54DF-4101-AB11-E65C22463480 WINDOW is not used as Receiving Surface in calculations. +Surface=BD015AC2-ED48-45A8-AFF2-AAA3F0E7E0F8 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=5343466E-9F28-4B4B-8836-C64F48D3561B is used as Receiving Surface in calculations and is convex. +Surface=51CACE5A-D4F2-4D1B-ACB5-FFDBAF04A5E3 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=1 -..Surface=6C2F3EDC-54DF-4101-AB11-E65C22463480 +..Surface=BD015AC2-ED48-45A8-AFF2-AAA3F0E7E0F8 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=5343466E-9F28-4B4B-8836-C64F48D3561B WINDOW +....Surface=51CACE5A-D4F2-4D1B-ACB5-FFDBAF04A5E3 WINDOW ================================== -Surface=5343466E-9F28-4B4B-8836-C64F48D3561B WINDOW is not used as Receiving Surface in calculations. +Surface=51CACE5A-D4F2-4D1B-ACB5-FFDBAF04A5E3 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=CF45B16F-D9A0-4749-B814-DEB5F7437091 is used as Receiving Surface in calculations and is convex. +Surface=CCB7F46B-11E3-47EF-9D74-515E3A60294A is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=8 -..Surface=C78EBBD1-8B31-4836-AB90-A46F01BF1586 -..Surface=CF45B86D-41F1-457B-A148-9732D24A4ACC -..Surface=E596F062-D142-4026-B3A1-1F7A73B6820A -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=C49A2819-ED87-426F-B948-8E020E557A82 -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D -..Surface=9D3EA49E-464E-4B27-ABE9-C16FDFD4C166 -..Surface=CCF64059-4168-4245-974F-8687C312C1F4 +..Surface=E9F9F468-BE3C-406C-A131-151A54D54C3B +..Surface=3F743FC3-A3AF-44B1-8C5B-8A239C7A0DF1 +..Surface=404B2F49-3137-4D51-9B65-BA17039744A7 +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=48618736-DEE0-4588-AFDF-D82A1EC13FB0 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 +..Surface=C860B96F-077E-4B02-A9F9-B55670FD477B +..Surface=12B9DB48-E074-4E87-8478-9A8221BFECE1 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=CF45B16F-D9A0-4749-B814-DEB5F7437091 WINDOW +....Surface=CCB7F46B-11E3-47EF-9D74-515E3A60294A WINDOW ================================== -Surface=CF45B16F-D9A0-4749-B814-DEB5F7437091 WINDOW is not used as Receiving Surface in calculations. +Surface=CCB7F46B-11E3-47EF-9D74-515E3A60294A WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=CF45B86D-41F1-457B-A148-9732D24A4ACC is used as Receiving Surface in calculations and is convex. +Surface=3F743FC3-A3AF-44B1-8C5B-8A239C7A0DF1 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=C6E93FE0-9BD0-4988-A9FA-85E3087B4CAA -..Surface=CF45B16F-D9A0-4749-B814-DEB5F7437091 +..Surface=9E618400-85C5-496B-A5FA-54781BA43CEF +..Surface=CCB7F46B-11E3-47EF-9D74-515E3A60294A Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=CF45B86D-41F1-457B-A148-9732D24A4ACC WINDOW +....Surface=3F743FC3-A3AF-44B1-8C5B-8A239C7A0DF1 WINDOW ================================== -Surface=CF45B86D-41F1-457B-A148-9732D24A4ACC WINDOW is not used as Receiving Surface in calculations. +Surface=3F743FC3-A3AF-44B1-8C5B-8A239C7A0DF1 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=64E08CB6-02C4-4CC0-B907-0B234905DBE8 is used as Receiving Surface in calculations and is convex. +Surface=2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=7 -..Surface=C78EBBD1-8B31-4836-AB90-A46F01BF1586 -..Surface=E596F062-D142-4026-B3A1-1F7A73B6820A -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=C49A2819-ED87-426F-B948-8E020E557A82 -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D -..Surface=9D3EA49E-464E-4B27-ABE9-C16FDFD4C166 -..Surface=CCF64059-4168-4245-974F-8687C312C1F4 +..Surface=E9F9F468-BE3C-406C-A131-151A54D54C3B +..Surface=404B2F49-3137-4D51-9B65-BA17039744A7 +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=48618736-DEE0-4588-AFDF-D82A1EC13FB0 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 +..Surface=C860B96F-077E-4B02-A9F9-B55670FD477B +..Surface=12B9DB48-E074-4E87-8478-9A8221BFECE1 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=64E08CB6-02C4-4CC0-B907-0B234905DBE8 WINDOW +....Surface=2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 WINDOW ================================== -Surface=64E08CB6-02C4-4CC0-B907-0B234905DBE8 WINDOW is not used as Receiving Surface in calculations. +Surface=2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=E596F062-D142-4026-B3A1-1F7A73B6820A is used as Receiving Surface in calculations and is convex. +Surface=404B2F49-3137-4D51-9B65-BA17039744A7 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=CF45B16F-D9A0-4749-B814-DEB5F7437091 -..Surface=64E08CB6-02C4-4CC0-B907-0B234905DBE8 +..Surface=CCB7F46B-11E3-47EF-9D74-515E3A60294A +..Surface=2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=E596F062-D142-4026-B3A1-1F7A73B6820A WINDOW +....Surface=404B2F49-3137-4D51-9B65-BA17039744A7 WINDOW ================================== -Surface=E596F062-D142-4026-B3A1-1F7A73B6820A WINDOW is not used as Receiving Surface in calculations. +Surface=404B2F49-3137-4D51-9B65-BA17039744A7 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=14C6C244-6A9A-46AA-8257-3CCD07AB4170 is used as Receiving Surface in calculations and is convex. +Surface=5E512775-1BB9-4BFF-B0C1-56B547F0A8DF is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=3 -..Surface=2D141783-9717-46F2-B1A8-3EFCD7D0B119 -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D -..Surface=9D3EA49E-464E-4B27-ABE9-C16FDFD4C166 +..Surface=E8D59443-A80D-4458-8F69-7EF4938D44C7 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 +..Surface=C860B96F-077E-4B02-A9F9-B55670FD477B Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=14C6C244-6A9A-46AA-8257-3CCD07AB4170 WINDOW +....Surface=5E512775-1BB9-4BFF-B0C1-56B547F0A8DF WINDOW ================================== -Surface=14C6C244-6A9A-46AA-8257-3CCD07AB4170 WINDOW is not used as Receiving Surface in calculations. +Surface=5E512775-1BB9-4BFF-B0C1-56B547F0A8DF WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=2D141783-9717-46F2-B1A8-3EFCD7D0B119 is used as Receiving Surface in calculations and is convex. +Surface=E8D59443-A80D-4458-8F69-7EF4938D44C7 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=3 -..Surface=14C6C244-6A9A-46AA-8257-3CCD07AB4170 -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D -..Surface=9D3EA49E-464E-4B27-ABE9-C16FDFD4C166 +..Surface=5E512775-1BB9-4BFF-B0C1-56B547F0A8DF +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 +..Surface=C860B96F-077E-4B02-A9F9-B55670FD477B Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=2D141783-9717-46F2-B1A8-3EFCD7D0B119 WINDOW +....Surface=E8D59443-A80D-4458-8F69-7EF4938D44C7 WINDOW ================================== -Surface=2D141783-9717-46F2-B1A8-3EFCD7D0B119 WINDOW is not used as Receiving Surface in calculations. +Surface=E8D59443-A80D-4458-8F69-7EF4938D44C7 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=F8D36176-0913-4B2E-9B2C-A234769A337E is used as Receiving Surface in calculations and is convex. +Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=16 -..Surface=C78EBBD1-8B31-4836-AB90-A46F01BF1586 -..Surface=586964D8-CB6B-4909-8141-CB24582E02D2 -..Surface=0CDAF8EB-1CEB-48E3-B07A-0A94317CFBAD -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=C49A2819-ED87-426F-B948-8E020E557A82 -..Surface=CB9B966A-B94D-4D90-9A4C-95B4643AC214 -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D -..Surface=9D3EA49E-464E-4B27-ABE9-C16FDFD4C166 -..Surface=EC1B4ACD-BDD6-42D0-8C8D-63F19F12588A -..Surface=CCF64059-4168-4245-974F-8687C312C1F4 +..Surface=E9F9F468-BE3C-406C-A131-151A54D54C3B +..Surface=B8E5722F-137A-4265-A0C8-4477DACE4464 +..Surface=334BAEB1-D3D8-43BC-9D18-8C8D5497B950 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=48618736-DEE0-4588-AFDF-D82A1EC13FB0 +..Surface=C4EA0EBA-E459-4E6E-BC40-59E57B9A1AB5 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 +..Surface=C860B96F-077E-4B02-A9F9-B55670FD477B +..Surface=2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4 +..Surface=12B9DB48-E074-4E87-8478-9A8221BFECE1 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=F8D36176-0913-4B2E-9B2C-A234769A337E WINDOW +....Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 WINDOW ================================== -Surface=F8D36176-0913-4B2E-9B2C-A234769A337E WINDOW is not used as Receiving Surface in calculations. +Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=0CDAF8EB-1CEB-48E3-B07A-0A94317CFBAD is used as Receiving Surface in calculations and is convex. +Surface=334BAEB1-D3D8-43BC-9D18-8C8D5497B950 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=3 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D -..Surface=9D3EA49E-464E-4B27-ABE9-C16FDFD4C166 +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 +..Surface=C860B96F-077E-4B02-A9F9-B55670FD477B Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=0CDAF8EB-1CEB-48E3-B07A-0A94317CFBAD WINDOW +....Surface=334BAEB1-D3D8-43BC-9D18-8C8D5497B950 WINDOW ================================== -Surface=0CDAF8EB-1CEB-48E3-B07A-0A94317CFBAD WINDOW is not used as Receiving Surface in calculations. +Surface=334BAEB1-D3D8-43BC-9D18-8C8D5497B950 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 is used as Receiving Surface in calculations and is convex. +Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=15 -..Surface=C78EBBD1-8B31-4836-AB90-A46F01BF1586 -..Surface=586964D8-CB6B-4909-8141-CB24582E02D2 -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=C49A2819-ED87-426F-B948-8E020E557A82 -..Surface=CB9B966A-B94D-4D90-9A4C-95B4643AC214 -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D -..Surface=9D3EA49E-464E-4B27-ABE9-C16FDFD4C166 -..Surface=EC1B4ACD-BDD6-42D0-8C8D-63F19F12588A -..Surface=CCF64059-4168-4245-974F-8687C312C1F4 -..Surface=70BB2665-FF18-47CF-AC1F-65127F2EBB6F +..Surface=E9F9F468-BE3C-406C-A131-151A54D54C3B +..Surface=B8E5722F-137A-4265-A0C8-4477DACE4464 +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=48618736-DEE0-4588-AFDF-D82A1EC13FB0 +..Surface=C4EA0EBA-E459-4E6E-BC40-59E57B9A1AB5 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 +..Surface=C860B96F-077E-4B02-A9F9-B55670FD477B +..Surface=2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4 +..Surface=12B9DB48-E074-4E87-8478-9A8221BFECE1 +..Surface=D7BFAC7E-FFE4-43E5-A664-66123D42D5E0 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 WINDOW +....Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F WINDOW ================================== -Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 WINDOW is not used as Receiving Surface in calculations. +Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 is used as Receiving Surface in calculations and is convex. +Surface=1CA10200-62C5-402B-909C-83A2A86AC628 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=11 -..Surface=586964D8-CB6B-4909-8141-CB24582E02D2 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=EC1B4ACD-BDD6-42D0-8C8D-63F19F12588A -..Surface=70BB2665-FF18-47CF-AC1F-65127F2EBB6F -..Surface=3483C3BC-272A-4B86-A04C-AF36D5E4CC52 -..Surface=3CEF9635-8AEE-46FD-88CF-7B2BB45DF9EC -..Surface=AAA045E5-0474-486F-B6B1-444DEBD6286D -..Surface=8A3589E7-E5C2-4C83-A13E-2392FCCB5161 +..Surface=B8E5722F-137A-4265-A0C8-4477DACE4464 +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4 +..Surface=D7BFAC7E-FFE4-43E5-A664-66123D42D5E0 +..Surface=28CE80FE-FE76-466F-A7EB-88A00D656F05 +..Surface=F5F1247A-88BE-4F06-B629-4C3613F82D51 +..Surface=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD +..Surface=ED2B8CED-C770-4499-B4D2-1F89BA80E037 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 WINDOW +....Surface=1CA10200-62C5-402B-909C-83A2A86AC628 WINDOW ================================== -Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 WINDOW is not used as Receiving Surface in calculations. +Surface=1CA10200-62C5-402B-909C-83A2A86AC628 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC is used as Receiving Surface in calculations and is convex. +Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=18 -..Surface=C78EBBD1-8B31-4836-AB90-A46F01BF1586 -..Surface=C22BEF2D-ADA4-4921-8DC1-B4D10711D5AF -..Surface=7DD990C9-3907-46C8-986C-FFAB3E416899 -..Surface=586964D8-CB6B-4909-8141-CB24582E02D2 -..Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=C49A2819-ED87-426F-B948-8E020E557A82 -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D -..Surface=9D3EA49E-464E-4B27-ABE9-C16FDFD4C166 +..Surface=E9F9F468-BE3C-406C-A131-151A54D54C3B +..Surface=D4DDF175-8CE1-4DE4-920D-9E87760A2357 +..Surface=CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 +..Surface=B8E5722F-137A-4265-A0C8-4477DACE4464 +..Surface=1CA10200-62C5-402B-909C-83A2A86AC628 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=48618736-DEE0-4588-AFDF-D82A1EC13FB0 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 +..Surface=C860B96F-077E-4B02-A9F9-B55670FD477B Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC WINDOW +....Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 WINDOW ================================== -Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC WINDOW is not used as Receiving Surface in calculations. +Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=94663C80-2BB1-498C-A0CB-A03722105057 is used as Receiving Surface in calculations and is convex. +Surface=8278B81D-4747-472F-A7F3-0F5F4834369E is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=14 -..Surface=C78EBBD1-8B31-4836-AB90-A46F01BF1586 -..Surface=C22BEF2D-ADA4-4921-8DC1-B4D10711D5AF -..Surface=7DD990C9-3907-46C8-986C-FFAB3E416899 -..Surface=586964D8-CB6B-4909-8141-CB24582E02D2 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=C49A2819-ED87-426F-B948-8E020E557A82 -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D +..Surface=E9F9F468-BE3C-406C-A131-151A54D54C3B +..Surface=D4DDF175-8CE1-4DE4-920D-9E87760A2357 +..Surface=CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 +..Surface=B8E5722F-137A-4265-A0C8-4477DACE4464 +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=1CA10200-62C5-402B-909C-83A2A86AC628 +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=48618736-DEE0-4588-AFDF-D82A1EC13FB0 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=94663C80-2BB1-498C-A0CB-A03722105057 WINDOW +....Surface=8278B81D-4747-472F-A7F3-0F5F4834369E WINDOW ================================== -Surface=94663C80-2BB1-498C-A0CB-A03722105057 WINDOW is not used as Receiving Surface in calculations. +Surface=8278B81D-4747-472F-A7F3-0F5F4834369E WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE is used as Receiving Surface in calculations and is convex. +Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=17 -..Surface=C78EBBD1-8B31-4836-AB90-A46F01BF1586 -..Surface=C22BEF2D-ADA4-4921-8DC1-B4D10711D5AF -..Surface=7DD990C9-3907-46C8-986C-FFAB3E416899 -..Surface=586964D8-CB6B-4909-8141-CB24582E02D2 -..Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=C49A2819-ED87-426F-B948-8E020E557A82 -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D -..Surface=9D3EA49E-464E-4B27-ABE9-C16FDFD4C166 -..Surface=6BD9CC5D-EBF7-4F80-8081-A2B4AD7289C1 +..Surface=E9F9F468-BE3C-406C-A131-151A54D54C3B +..Surface=D4DDF175-8CE1-4DE4-920D-9E87760A2357 +..Surface=CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 +..Surface=B8E5722F-137A-4265-A0C8-4477DACE4464 +..Surface=1CA10200-62C5-402B-909C-83A2A86AC628 +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=48618736-DEE0-4588-AFDF-D82A1EC13FB0 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 +..Surface=C860B96F-077E-4B02-A9F9-B55670FD477B +..Surface=8FC429BC-81D9-449A-80A9-38F77B3E66DD Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE WINDOW +....Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 WINDOW ================================== -Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE WINDOW is not used as Receiving Surface in calculations. +Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=7521F29D-5C3F-4DA9-9001-A8EAC312AE83 is used as Receiving Surface in calculations and is convex. +Surface=5E175F67-94FE-490D-AD22-13AD9EA2F624 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=1 -..Surface=6BD9CC5D-EBF7-4F80-8081-A2B4AD7289C1 +..Surface=8FC429BC-81D9-449A-80A9-38F77B3E66DD Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=7521F29D-5C3F-4DA9-9001-A8EAC312AE83 WINDOW +....Surface=5E175F67-94FE-490D-AD22-13AD9EA2F624 WINDOW ================================== -Surface=7521F29D-5C3F-4DA9-9001-A8EAC312AE83 WINDOW is not used as Receiving Surface in calculations. +Surface=5E175F67-94FE-490D-AD22-13AD9EA2F624 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=FE2E55CA-CDE1-4FE8-A0D0-209F6F2E0379 is not used as Receiving Surface in calculations. +Surface=C53FC572-BF34-408F-8F51-C400DE236CBC is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=749AC796-0656-4BD9-AD3B-6A4775551EB0 is used as Receiving Surface in calculations and is non-convex. +Surface=57B878DC-1779-436B-9756-55C0AF76D50E is used as Receiving Surface in calculations and is non-convex. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA is used as Receiving Surface in calculations and is convex. +Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=14 -..Surface=DA2DBB08-CA41-4871-A0A8-4673E8576B05 -..Surface=10FF4FC7-A92B-4B40-957C-3A008648856F -..Surface=8D624A84-35F4-4519-B253-C3B68564C560 -..Surface=CF45B16F-D9A0-4749-B814-DEB5F7437091 -..Surface=64E08CB6-02C4-4CC0-B907-0B234905DBE8 -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=D3A4085A-5BB6-4BC0-9EEE-4A62F3546745 +..Surface=597E8893-BF63-4356-83EB-581A544045AC +..Surface=81D97B28-7FE0-47F3-A8EF-DBC87B6FA485 +..Surface=465F65FE-61CA-4913-AA63-BD2BAD166056 +..Surface=CCB7F46B-11E3-47EF-9D74-515E3A60294A +..Surface=2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=996A84C5-812F-403B-879D-7233B65AA66F Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA WINDOW +....Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 WINDOW ================================== -Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA WINDOW is not used as Receiving Surface in calculations. +Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=D3A4085A-5BB6-4BC0-9EEE-4A62F3546745 is used as Receiving Surface in calculations and is convex. +Surface=996A84C5-812F-403B-879D-7233B65AA66F is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=5 -..Surface=DA2DBB08-CA41-4871-A0A8-4673E8576B05 -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D -..Surface=A92AA13A-8C21-4BE2-84EB-C27DF99B34F2 -..Surface=AAA045E5-0474-486F-B6B1-444DEBD6286D +..Surface=597E8893-BF63-4356-83EB-581A544045AC +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 +..Surface=D9F477EB-A2BB-45DC-80C6-F24D09A96A5C +..Surface=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=D3A4085A-5BB6-4BC0-9EEE-4A62F3546745 WINDOW +....Surface=996A84C5-812F-403B-879D-7233B65AA66F WINDOW ================================== -Surface=D3A4085A-5BB6-4BC0-9EEE-4A62F3546745 WINDOW is not used as Receiving Surface in calculations. +Surface=996A84C5-812F-403B-879D-7233B65AA66F WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=4668EFE0-5255-4A3F-92E8-465BFEC7A023 is not used as Receiving Surface in calculations. +Surface=84E6204F-F657-41CA-BD9C-FF8DD55FDCD9 is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=C49A2819-ED87-426F-B948-8E020E557A82 is used as Receiving Surface in calculations and is convex. +Surface=48618736-DEE0-4588-AFDF-D82A1EC13FB0 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=9 -..Surface=C78EBBD1-8B31-4836-AB90-A46F01BF1586 -..Surface=CF45B16F-D9A0-4749-B814-DEB5F7437091 -..Surface=64E08CB6-02C4-4CC0-B907-0B234905DBE8 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D +..Surface=E9F9F468-BE3C-406C-A131-151A54D54C3B +..Surface=CCB7F46B-11E3-47EF-9D74-515E3A60294A +..Surface=2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=C49A2819-ED87-426F-B948-8E020E557A82 WINDOW +....Surface=48618736-DEE0-4588-AFDF-D82A1EC13FB0 WINDOW ================================== -Surface=C49A2819-ED87-426F-B948-8E020E557A82 WINDOW is not used as Receiving Surface in calculations. +Surface=48618736-DEE0-4588-AFDF-D82A1EC13FB0 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=CB9B966A-B94D-4D90-9A4C-95B4643AC214 is used as Receiving Surface in calculations and is convex. +Surface=C4EA0EBA-E459-4E6E-BC40-59E57B9A1AB5 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=4 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=CFDEA50D-2C69-4366-B555-567EAF33DC9F -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=E2ECFD8B-F3B6-4753-A361-6F442C491E6C +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=CB9B966A-B94D-4D90-9A4C-95B4643AC214 WINDOW +....Surface=C4EA0EBA-E459-4E6E-BC40-59E57B9A1AB5 WINDOW ================================== -Surface=CB9B966A-B94D-4D90-9A4C-95B4643AC214 WINDOW is not used as Receiving Surface in calculations. +Surface=C4EA0EBA-E459-4E6E-BC40-59E57B9A1AB5 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=9A933A7F-CF1D-4664-9EC0-7EC0F9C89CDA is used as Receiving Surface in calculations and is convex. +Surface=96E4C93A-7D73-4F02-A1B0-1BA8B18682D1 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=9A933A7F-CF1D-4664-9EC0-7EC0F9C89CDA WINDOW +....Surface=96E4C93A-7D73-4F02-A1B0-1BA8B18682D1 WINDOW ================================== -Surface=9A933A7F-CF1D-4664-9EC0-7EC0F9C89CDA WINDOW is not used as Receiving Surface in calculations. +Surface=96E4C93A-7D73-4F02-A1B0-1BA8B18682D1 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=BF6FD901-CE16-4B3E-9771-5EBA8A9C0A64 is not used as Receiving Surface in calculations. +Surface=DAAFBE38-0BB6-4E78-99D8-A24D93683C5F is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=0A36EF86-9120-4B50-A50B-5B69E27AC5EB is used as Receiving Surface in calculations and is non-convex. +Surface=88AC3937-911D-427D-9291-68DA65F3AD67 is used as Receiving Surface in calculations and is non-convex. Number of general casting surfaces=7 -..Surface=CF45B16F-D9A0-4749-B814-DEB5F7437091 -..Surface=64E08CB6-02C4-4CC0-B907-0B234905DBE8 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE +..Surface=CCB7F46B-11E3-47EF-9D74-515E3A60294A +..Surface=2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=CFDEA50D-2C69-4366-B555-567EAF33DC9F is used as Receiving Surface in calculations and is convex. +Surface=E2ECFD8B-F3B6-4753-A361-6F442C491E6C is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=CB9B966A-B94D-4D90-9A4C-95B4643AC214 -..Surface=AAA045E5-0474-486F-B6B1-444DEBD6286D +..Surface=C4EA0EBA-E459-4E6E-BC40-59E57B9A1AB5 +..Surface=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=CFDEA50D-2C69-4366-B555-567EAF33DC9F WINDOW +....Surface=E2ECFD8B-F3B6-4753-A361-6F442C491E6C WINDOW ================================== -Surface=CFDEA50D-2C69-4366-B555-567EAF33DC9F WINDOW is not used as Receiving Surface in calculations. +Surface=E2ECFD8B-F3B6-4753-A361-6F442C491E6C WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D is used as Receiving Surface in calculations and is convex. +Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=27 -..Surface=DA2DBB08-CA41-4871-A0A8-4673E8576B05 -..Surface=C78EBBD1-8B31-4836-AB90-A46F01BF1586 -..Surface=10FF4FC7-A92B-4B40-957C-3A008648856F -..Surface=586964D8-CB6B-4909-8141-CB24582E02D2 -..Surface=CF45B16F-D9A0-4749-B814-DEB5F7437091 -..Surface=64E08CB6-02C4-4CC0-B907-0B234905DBE8 -..Surface=14C6C244-6A9A-46AA-8257-3CCD07AB4170 -..Surface=2D141783-9717-46F2-B1A8-3EFCD7D0B119 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=0CDAF8EB-1CEB-48E3-B07A-0A94317CFBAD +..Surface=597E8893-BF63-4356-83EB-581A544045AC +..Surface=E9F9F468-BE3C-406C-A131-151A54D54C3B +..Surface=81D97B28-7FE0-47F3-A8EF-DBC87B6FA485 +..Surface=B8E5722F-137A-4265-A0C8-4477DACE4464 +..Surface=CCB7F46B-11E3-47EF-9D74-515E3A60294A +..Surface=2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 +..Surface=5E512775-1BB9-4BFF-B0C1-56B547F0A8DF +..Surface=E8D59443-A80D-4458-8F69-7EF4938D44C7 +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=334BAEB1-D3D8-43BC-9D18-8C8D5497B950 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D WINDOW +....Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 WINDOW ================================== -Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D WINDOW is not used as Receiving Surface in calculations. +Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=9D3EA49E-464E-4B27-ABE9-C16FDFD4C166 is used as Receiving Surface in calculations and is convex. +Surface=C860B96F-077E-4B02-A9F9-B55670FD477B is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..Surface=CF45B16F-D9A0-4749-B814-DEB5F7437091 -..Surface=64E08CB6-02C4-4CC0-B907-0B234905DBE8 -..Surface=14C6C244-6A9A-46AA-8257-3CCD07AB4170 -..Surface=2D141783-9717-46F2-B1A8-3EFCD7D0B119 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=0CDAF8EB-1CEB-48E3-B07A-0A94317CFBAD -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE +..Surface=CCB7F46B-11E3-47EF-9D74-515E3A60294A +..Surface=2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 +..Surface=5E512775-1BB9-4BFF-B0C1-56B547F0A8DF +..Surface=E8D59443-A80D-4458-8F69-7EF4938D44C7 +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=334BAEB1-D3D8-43BC-9D18-8C8D5497B950 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=9D3EA49E-464E-4B27-ABE9-C16FDFD4C166 WINDOW +....Surface=C860B96F-077E-4B02-A9F9-B55670FD477B WINDOW ================================== -Surface=9D3EA49E-464E-4B27-ABE9-C16FDFD4C166 WINDOW is not used as Receiving Surface in calculations. +Surface=C860B96F-077E-4B02-A9F9-B55670FD477B WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=2C88DABC-013D-4C68-B599-FFA7F23E1BA7 is used as Receiving Surface in calculations and is convex. +Surface=480A21AF-85AE-4059-B848-33FD5F3A5720 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=2C88DABC-013D-4C68-B599-FFA7F23E1BA7 WINDOW +....Surface=480A21AF-85AE-4059-B848-33FD5F3A5720 WINDOW ================================== -Surface=2C88DABC-013D-4C68-B599-FFA7F23E1BA7 WINDOW is not used as Receiving Surface in calculations. +Surface=480A21AF-85AE-4059-B848-33FD5F3A5720 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=9C304F09-7FB8-4332-8D9B-864D212E781C is not used as Receiving Surface in calculations. +Surface=7581E7C1-7442-4E57-B277-4F8CA5FDF4C0 is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=9B7536E1-D256-403D-AEF0-E626FCEAD9AA is used as Receiving Surface in calculations and is convex. +Surface=49E69C19-AA91-4925-98AC-D68299566337 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..Surface=CF45B16F-D9A0-4749-B814-DEB5F7437091 -..Surface=64E08CB6-02C4-4CC0-B907-0B234905DBE8 -..Surface=14C6C244-6A9A-46AA-8257-3CCD07AB4170 -..Surface=2D141783-9717-46F2-B1A8-3EFCD7D0B119 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=0CDAF8EB-1CEB-48E3-B07A-0A94317CFBAD -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE +..Surface=CCB7F46B-11E3-47EF-9D74-515E3A60294A +..Surface=2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 +..Surface=5E512775-1BB9-4BFF-B0C1-56B547F0A8DF +..Surface=E8D59443-A80D-4458-8F69-7EF4938D44C7 +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=334BAEB1-D3D8-43BC-9D18-8C8D5497B950 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=2C73C760-4411-444B-AD52-69E4D4C3EC74 is used as Receiving Surface in calculations and is convex. +Surface=DB1D1E20-BE98-49D4-9E40-1940144BF615 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=8 -..Surface=C22BEF2D-ADA4-4921-8DC1-B4D10711D5AF -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D -..Surface=C88BEAA9-D013-41CD-B847-F7EDB8C7A3DC -..Surface=9EC27607-BD73-4952-BD08-D2DCC38CF510 -..Surface=854AC3BE-DB47-4CE7-A933-7CA461218A4D -..Surface=57A8693C-CCDF-4C91-AAAD-0725191E1ABA -..Surface=ACED190C-5B13-4767-8FD3-210D24B1C73A +..Surface=D4DDF175-8CE1-4DE4-920D-9E87760A2357 +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 +..Surface=5EC4A61B-3773-449F-B181-753456E72C34 +..Surface=D15932BE-B61F-4D05-8F3D-A538ADA1C1B9 +..Surface=88E8F7FF-619E-4595-81EB-D5BAD7867696 +..Surface=23571505-EC9B-43AD-BFCA-E0997E7A40A6 +..Surface=39CD3473-FBC3-431F-B595-088111688FF0 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=2C73C760-4411-444B-AD52-69E4D4C3EC74 WINDOW +....Surface=DB1D1E20-BE98-49D4-9E40-1940144BF615 WINDOW ================================== -Surface=2C73C760-4411-444B-AD52-69E4D4C3EC74 WINDOW is not used as Receiving Surface in calculations. +Surface=DB1D1E20-BE98-49D4-9E40-1940144BF615 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=6BD9CC5D-EBF7-4F80-8081-A2B4AD7289C1 is used as Receiving Surface in calculations and is convex. +Surface=8FC429BC-81D9-449A-80A9-38F77B3E66DD is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=3 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=7521F29D-5C3F-4DA9-9001-A8EAC312AE83 -..Surface=48E3DAD2-0DE1-45BF-AA96-BFF4AB2B62C3 +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=5E175F67-94FE-490D-AD22-13AD9EA2F624 +..Surface=759D0D84-9F31-46A9-AB0C-A80AF93CD9F9 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=6BD9CC5D-EBF7-4F80-8081-A2B4AD7289C1 WINDOW +....Surface=8FC429BC-81D9-449A-80A9-38F77B3E66DD WINDOW ================================== -Surface=6BD9CC5D-EBF7-4F80-8081-A2B4AD7289C1 WINDOW is not used as Receiving Surface in calculations. +Surface=8FC429BC-81D9-449A-80A9-38F77B3E66DD WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=48E3DAD2-0DE1-45BF-AA96-BFF4AB2B62C3 is used as Receiving Surface in calculations and is convex. +Surface=759D0D84-9F31-46A9-AB0C-A80AF93CD9F9 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=6BD9CC5D-EBF7-4F80-8081-A2B4AD7289C1 +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=8FC429BC-81D9-449A-80A9-38F77B3E66DD Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=48E3DAD2-0DE1-45BF-AA96-BFF4AB2B62C3 WINDOW +....Surface=759D0D84-9F31-46A9-AB0C-A80AF93CD9F9 WINDOW ================================== -Surface=48E3DAD2-0DE1-45BF-AA96-BFF4AB2B62C3 WINDOW is not used as Receiving Surface in calculations. +Surface=759D0D84-9F31-46A9-AB0C-A80AF93CD9F9 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=EC1B4ACD-BDD6-42D0-8C8D-63F19F12588A is used as Receiving Surface in calculations and is convex. +Surface=2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=9 -..Surface=7DD990C9-3907-46C8-986C-FFAB3E416899 -..Surface=C4EE45BD-FFE9-4AE5-A943-19E38F02B369 -..Surface=2ED136D2-C970-4AA9-AC6D-F1CF8E09BE42 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D +..Surface=CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 +..Surface=AA54AC6D-9DE4-4186-B260-051460D41D27 +..Surface=8CC9A5F8-7042-4266-B52C-96552E8171FD +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=1CA10200-62C5-402B-909C-83A2A86AC628 +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=EC1B4ACD-BDD6-42D0-8C8D-63F19F12588A WINDOW +....Surface=2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4 WINDOW ================================== -Surface=EC1B4ACD-BDD6-42D0-8C8D-63F19F12588A WINDOW is not used as Receiving Surface in calculations. +Surface=2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=AC676F79-22FF-443D-B3F8-DE9BE3882230 is not used as Receiving Surface in calculations. +Surface=8DFBD53D-371B-4A6F-9422-D041D8AADF88 is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=C88BEAA9-D013-41CD-B847-F7EDB8C7A3DC is used as Receiving Surface in calculations and is convex. +Surface=5EC4A61B-3773-449F-B181-753456E72C34 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=3 -..Surface=2C73C760-4411-444B-AD52-69E4D4C3EC74 -..Surface=9EC27607-BD73-4952-BD08-D2DCC38CF510 -..Surface=854AC3BE-DB47-4CE7-A933-7CA461218A4D +..Surface=DB1D1E20-BE98-49D4-9E40-1940144BF615 +..Surface=D15932BE-B61F-4D05-8F3D-A538ADA1C1B9 +..Surface=88E8F7FF-619E-4595-81EB-D5BAD7867696 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=C88BEAA9-D013-41CD-B847-F7EDB8C7A3DC WINDOW +....Surface=5EC4A61B-3773-449F-B181-753456E72C34 WINDOW ================================== -Surface=C88BEAA9-D013-41CD-B847-F7EDB8C7A3DC WINDOW is not used as Receiving Surface in calculations. +Surface=5EC4A61B-3773-449F-B181-753456E72C34 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=08A9CB96-35E7-484E-8338-DF8D9EA00BB1 is not used as Receiving Surface in calculations. +Surface=1F2698C6-9AB2-4092-8689-F48F27F007F3 is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=0D266BA8-9BBA-43AF-9784-696ABFF75986 is used as Receiving Surface in calculations and is non-convex. +Surface=C421315B-3FA6-4F26-8FE4-2BD36E46C018 is used as Receiving Surface in calculations and is non-convex. Number of general casting surfaces=10 -..Surface=C4EE45BD-FFE9-4AE5-A943-19E38F02B369 -..Surface=2ED136D2-C970-4AA9-AC6D-F1CF8E09BE42 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=7521F29D-5C3F-4DA9-9001-A8EAC312AE83 -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D +..Surface=AA54AC6D-9DE4-4186-B260-051460D41D27 +..Surface=8CC9A5F8-7042-4266-B52C-96552E8171FD +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=1CA10200-62C5-402B-909C-83A2A86AC628 +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=5E175F67-94FE-490D-AD22-13AD9EA2F624 +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=A92AA13A-8C21-4BE2-84EB-C27DF99B34F2 is used as Receiving Surface in calculations and is convex. +Surface=D9F477EB-A2BB-45DC-80C6-F24D09A96A5C is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=4 -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=D3A4085A-5BB6-4BC0-9EEE-4A62F3546745 -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D -..Surface=AAA045E5-0474-486F-B6B1-444DEBD6286D +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=996A84C5-812F-403B-879D-7233B65AA66F +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 +..Surface=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=A92AA13A-8C21-4BE2-84EB-C27DF99B34F2 WINDOW +....Surface=D9F477EB-A2BB-45DC-80C6-F24D09A96A5C WINDOW ================================== -Surface=A92AA13A-8C21-4BE2-84EB-C27DF99B34F2 WINDOW is not used as Receiving Surface in calculations. +Surface=D9F477EB-A2BB-45DC-80C6-F24D09A96A5C WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=1E227EB9-1E76-45A4-97C1-C2150DC6981D is not used as Receiving Surface in calculations. +Surface=4A29AC31-F3CA-4AE3-AF0C-5D2899DDD309 is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=CCF64059-4168-4245-974F-8687C312C1F4 is used as Receiving Surface in calculations and is convex. +Surface=12B9DB48-E074-4E87-8478-9A8221BFECE1 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=9 -..Surface=C78EBBD1-8B31-4836-AB90-A46F01BF1586 -..Surface=CF45B16F-D9A0-4749-B814-DEB5F7437091 -..Surface=64E08CB6-02C4-4CC0-B907-0B234905DBE8 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D +..Surface=E9F9F468-BE3C-406C-A131-151A54D54C3B +..Surface=CCB7F46B-11E3-47EF-9D74-515E3A60294A +..Surface=2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=CCF64059-4168-4245-974F-8687C312C1F4 WINDOW +....Surface=12B9DB48-E074-4E87-8478-9A8221BFECE1 WINDOW ================================== -Surface=CCF64059-4168-4245-974F-8687C312C1F4 WINDOW is not used as Receiving Surface in calculations. +Surface=12B9DB48-E074-4E87-8478-9A8221BFECE1 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=C4B33EE1-913A-44E6-895A-00187083E503 is not used as Receiving Surface in calculations. +Surface=1542594C-4A08-4E29-BBB6-BF6798DD1E56 is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=FE41D3BC-A81F-43E2-9952-1EF717D22DC3 is not used as Receiving Surface in calculations. +Surface=0F842809-D03C-47DA-A397-CC369EC4D39B is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=4CDAFCB8-7425-462B-A6A9-7893DA44744F is used as Receiving Surface in calculations and is convex. +Surface=9A1D52B6-CA21-44CB-8234-487282B053CE is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..Surface=CF45B16F-D9A0-4749-B814-DEB5F7437091 -..Surface=64E08CB6-02C4-4CC0-B907-0B234905DBE8 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=D3A4085A-5BB6-4BC0-9EEE-4A62F3546745 -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D +..Surface=CCB7F46B-11E3-47EF-9D74-515E3A60294A +..Surface=2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=996A84C5-812F-403B-879D-7233B65AA66F +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=9EC27607-BD73-4952-BD08-D2DCC38CF510 is used as Receiving Surface in calculations and is convex. +Surface=D15932BE-B61F-4D05-8F3D-A538ADA1C1B9 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=3 -..Surface=2C73C760-4411-444B-AD52-69E4D4C3EC74 -..Surface=C88BEAA9-D013-41CD-B847-F7EDB8C7A3DC -..Surface=ACED190C-5B13-4767-8FD3-210D24B1C73A +..Surface=DB1D1E20-BE98-49D4-9E40-1940144BF615 +..Surface=5EC4A61B-3773-449F-B181-753456E72C34 +..Surface=39CD3473-FBC3-431F-B595-088111688FF0 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=9EC27607-BD73-4952-BD08-D2DCC38CF510 WINDOW +....Surface=D15932BE-B61F-4D05-8F3D-A538ADA1C1B9 WINDOW ================================== -Surface=9EC27607-BD73-4952-BD08-D2DCC38CF510 WINDOW is not used as Receiving Surface in calculations. +Surface=D15932BE-B61F-4D05-8F3D-A538ADA1C1B9 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=C624AE68-0972-41AB-B983-63341316A356 is not used as Receiving Surface in calculations. +Surface=F72F957D-1E74-40BC-B6CB-D42C2B474277 is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=70BB2665-FF18-47CF-AC1F-65127F2EBB6F is used as Receiving Surface in calculations and is convex. +Surface=D7BFAC7E-FFE4-43E5-A664-66123D42D5E0 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..Surface=7DD990C9-3907-46C8-986C-FFAB3E416899 -..Surface=C4EE45BD-FFE9-4AE5-A943-19E38F02B369 -..Surface=2ED136D2-C970-4AA9-AC6D-F1CF8E09BE42 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D -..Surface=3483C3BC-272A-4B86-A04C-AF36D5E4CC52 +..Surface=CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 +..Surface=AA54AC6D-9DE4-4186-B260-051460D41D27 +..Surface=8CC9A5F8-7042-4266-B52C-96552E8171FD +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=1CA10200-62C5-402B-909C-83A2A86AC628 +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 +..Surface=28CE80FE-FE76-466F-A7EB-88A00D656F05 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=70BB2665-FF18-47CF-AC1F-65127F2EBB6F WINDOW +....Surface=D7BFAC7E-FFE4-43E5-A664-66123D42D5E0 WINDOW ================================== -Surface=70BB2665-FF18-47CF-AC1F-65127F2EBB6F WINDOW is not used as Receiving Surface in calculations. +Surface=D7BFAC7E-FFE4-43E5-A664-66123D42D5E0 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=611EDE91-A2CB-47E6-BEA7-985F6568D57B is not used as Receiving Surface in calculations. +Surface=53505FE8-5ADB-4B73-BD6C-955D322B0A64 is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=3D6B338B-AC1B-4C09-A99A-6879BB4A3C56 is not used as Receiving Surface in calculations. +Surface=F1D05492-FC37-4CE7-B4BE-AB84E65BBA2D is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=D51CA087-04C0-4DD5-A619-3EE6F767F1DF is used as Receiving Surface in calculations and is convex. +Surface=549077E1-BF77-47A7-AFFB-E487658423CC is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..Surface=C4EE45BD-FFE9-4AE5-A943-19E38F02B369 -..Surface=2ED136D2-C970-4AA9-AC6D-F1CF8E09BE42 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=CFDEA50D-2C69-4366-B555-567EAF33DC9F -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D +..Surface=AA54AC6D-9DE4-4186-B260-051460D41D27 +..Surface=8CC9A5F8-7042-4266-B52C-96552E8171FD +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=1CA10200-62C5-402B-909C-83A2A86AC628 +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=E2ECFD8B-F3B6-4753-A361-6F442C491E6C +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=854AC3BE-DB47-4CE7-A933-7CA461218A4D is used as Receiving Surface in calculations and is convex. +Surface=88E8F7FF-619E-4595-81EB-D5BAD7867696 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=4 -..Surface=2C73C760-4411-444B-AD52-69E4D4C3EC74 -..Surface=C88BEAA9-D013-41CD-B847-F7EDB8C7A3DC -..Surface=57A8693C-CCDF-4C91-AAAD-0725191E1ABA -..Surface=ACED190C-5B13-4767-8FD3-210D24B1C73A +..Surface=DB1D1E20-BE98-49D4-9E40-1940144BF615 +..Surface=5EC4A61B-3773-449F-B181-753456E72C34 +..Surface=23571505-EC9B-43AD-BFCA-E0997E7A40A6 +..Surface=39CD3473-FBC3-431F-B595-088111688FF0 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=854AC3BE-DB47-4CE7-A933-7CA461218A4D WINDOW +....Surface=88E8F7FF-619E-4595-81EB-D5BAD7867696 WINDOW ================================== -Surface=854AC3BE-DB47-4CE7-A933-7CA461218A4D WINDOW is not used as Receiving Surface in calculations. +Surface=88E8F7FF-619E-4595-81EB-D5BAD7867696 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=4784E25C-523C-4098-B91B-01593EA56D07 is not used as Receiving Surface in calculations. +Surface=744EAE42-6F20-4700-9BFC-85DD929A297D is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=3483C3BC-272A-4B86-A04C-AF36D5E4CC52 is used as Receiving Surface in calculations and is convex. +Surface=28CE80FE-FE76-466F-A7EB-88A00D656F05 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..Surface=7DD990C9-3907-46C8-986C-FFAB3E416899 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D -..Surface=70BB2665-FF18-47CF-AC1F-65127F2EBB6F -..Surface=8A3589E7-E5C2-4C83-A13E-2392FCCB5161 +..Surface=CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=1CA10200-62C5-402B-909C-83A2A86AC628 +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 +..Surface=D7BFAC7E-FFE4-43E5-A664-66123D42D5E0 +..Surface=ED2B8CED-C770-4499-B4D2-1F89BA80E037 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=3483C3BC-272A-4B86-A04C-AF36D5E4CC52 WINDOW +....Surface=28CE80FE-FE76-466F-A7EB-88A00D656F05 WINDOW ================================== -Surface=3483C3BC-272A-4B86-A04C-AF36D5E4CC52 WINDOW is not used as Receiving Surface in calculations. +Surface=28CE80FE-FE76-466F-A7EB-88A00D656F05 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=3CEF9635-8AEE-46FD-88CF-7B2BB45DF9EC is used as Receiving Surface in calculations and is convex. +Surface=F5F1247A-88BE-4F06-B629-4C3613F82D51 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=8 -..Surface=C22BEF2D-ADA4-4921-8DC1-B4D10711D5AF -..Surface=7DD990C9-3907-46C8-986C-FFAB3E416899 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D +..Surface=D4DDF175-8CE1-4DE4-920D-9E87760A2357 +..Surface=CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=1CA10200-62C5-402B-909C-83A2A86AC628 +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=3CEF9635-8AEE-46FD-88CF-7B2BB45DF9EC WINDOW +....Surface=F5F1247A-88BE-4F06-B629-4C3613F82D51 WINDOW ================================== -Surface=3CEF9635-8AEE-46FD-88CF-7B2BB45DF9EC WINDOW is not used as Receiving Surface in calculations. +Surface=F5F1247A-88BE-4F06-B629-4C3613F82D51 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=AAA045E5-0474-486F-B6B1-444DEBD6286D is used as Receiving Surface in calculations and is convex. +Surface=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=14 -..Surface=DA2DBB08-CA41-4871-A0A8-4673E8576B05 -..Surface=10FF4FC7-A92B-4B40-957C-3A008648856F -..Surface=8D624A84-35F4-4519-B253-C3B68564C560 -..Surface=C22BEF2D-ADA4-4921-8DC1-B4D10711D5AF -..Surface=7DD990C9-3907-46C8-986C-FFAB3E416899 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA +..Surface=597E8893-BF63-4356-83EB-581A544045AC +..Surface=81D97B28-7FE0-47F3-A8EF-DBC87B6FA485 +..Surface=465F65FE-61CA-4913-AA63-BD2BAD166056 +..Surface=D4DDF175-8CE1-4DE4-920D-9E87760A2357 +..Surface=CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=1CA10200-62C5-402B-909C-83A2A86AC628 +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=AAA045E5-0474-486F-B6B1-444DEBD6286D WINDOW +....Surface=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD WINDOW ================================== -Surface=AAA045E5-0474-486F-B6B1-444DEBD6286D WINDOW is not used as Receiving Surface in calculations. +Surface=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=36D429D7-F89D-452D-88C6-F1E3BEEBAFEB is not used as Receiving Surface in calculations. +Surface=EC0278F6-DA80-4F16-8DE4-BB9973EBB3B2 is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=1F980DFD-6138-4342-B24A-3B80050163A9 is used as Receiving Surface in calculations and is convex. +Surface=DC07A81C-DAB5-45F7-BEE5-80767931DBC0 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=D3A4085A-5BB6-4BC0-9EEE-4A62F3546745 -..Surface=CFDEA50D-2C69-4366-B555-567EAF33DC9F -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=1CA10200-62C5-402B-909C-83A2A86AC628 +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=996A84C5-812F-403B-879D-7233B65AA66F +..Surface=E2ECFD8B-F3B6-4753-A361-6F442C491E6C +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=57A8693C-CCDF-4C91-AAAD-0725191E1ABA is used as Receiving Surface in calculations and is convex. +Surface=23571505-EC9B-43AD-BFCA-E0997E7A40A6 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=2C73C760-4411-444B-AD52-69E4D4C3EC74 -..Surface=854AC3BE-DB47-4CE7-A933-7CA461218A4D +..Surface=DB1D1E20-BE98-49D4-9E40-1940144BF615 +..Surface=88E8F7FF-619E-4595-81EB-D5BAD7867696 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=57A8693C-CCDF-4C91-AAAD-0725191E1ABA WINDOW +....Surface=23571505-EC9B-43AD-BFCA-E0997E7A40A6 WINDOW ================================== -Surface=57A8693C-CCDF-4C91-AAAD-0725191E1ABA WINDOW is not used as Receiving Surface in calculations. +Surface=23571505-EC9B-43AD-BFCA-E0997E7A40A6 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=AA41D277-A045-4628-8941-9D6FCCA71D8E is not used as Receiving Surface in calculations. +Surface=CB1B4365-3338-4050-8DE9-CBD4EBF6ACE2 is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=8A3589E7-E5C2-4C83-A13E-2392FCCB5161 is used as Receiving Surface in calculations and is convex. +Surface=ED2B8CED-C770-4499-B4D2-1F89BA80E037 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..Surface=7DD990C9-3907-46C8-986C-FFAB3E416899 -..Surface=2ED136D2-C970-4AA9-AC6D-F1CF8E09BE42 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D -..Surface=3483C3BC-272A-4B86-A04C-AF36D5E4CC52 +..Surface=CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 +..Surface=8CC9A5F8-7042-4266-B52C-96552E8171FD +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=1CA10200-62C5-402B-909C-83A2A86AC628 +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 +..Surface=28CE80FE-FE76-466F-A7EB-88A00D656F05 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=8A3589E7-E5C2-4C83-A13E-2392FCCB5161 WINDOW +....Surface=ED2B8CED-C770-4499-B4D2-1F89BA80E037 WINDOW ================================== -Surface=8A3589E7-E5C2-4C83-A13E-2392FCCB5161 WINDOW is not used as Receiving Surface in calculations. +Surface=ED2B8CED-C770-4499-B4D2-1F89BA80E037 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=40E1720D-794E-49DB-863F-18F95B978CEF is not used as Receiving Surface in calculations. +Surface=7FA395E8-2B05-448A-B1B1-9CA854CD4CDB is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=87C8F1CB-443B-4C6F-AFEF-BBF5C177512A is not used as Receiving Surface in calculations. +Surface=5B52E826-42B4-4A00-9549-10196A13F76D is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=2D4357FE-8B7F-4996-AE6E-413A1D733446 is used as Receiving Surface in calculations and is convex. +Surface=36849036-C5B5-40B7-8F21-F853A75F082B is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=11 -..Surface=2ED136D2-C970-4AA9-AC6D-F1CF8E09BE42 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=94663C80-2BB1-498C-A0CB-A03722105057 -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=D3A4085A-5BB6-4BC0-9EEE-4A62F3546745 -..Surface=CFDEA50D-2C69-4366-B555-567EAF33DC9F +..Surface=8CC9A5F8-7042-4266-B52C-96552E8171FD +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=1CA10200-62C5-402B-909C-83A2A86AC628 +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=8278B81D-4747-472F-A7F3-0F5F4834369E +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=996A84C5-812F-403B-879D-7233B65AA66F +..Surface=E2ECFD8B-F3B6-4753-A361-6F442C491E6C Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=ACED190C-5B13-4767-8FD3-210D24B1C73A is used as Receiving Surface in calculations and is convex. +Surface=39CD3473-FBC3-431F-B595-088111688FF0 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=3 -..Surface=2C73C760-4411-444B-AD52-69E4D4C3EC74 -..Surface=9EC27607-BD73-4952-BD08-D2DCC38CF510 -..Surface=854AC3BE-DB47-4CE7-A933-7CA461218A4D +..Surface=DB1D1E20-BE98-49D4-9E40-1940144BF615 +..Surface=D15932BE-B61F-4D05-8F3D-A538ADA1C1B9 +..Surface=88E8F7FF-619E-4595-81EB-D5BAD7867696 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=ACED190C-5B13-4767-8FD3-210D24B1C73A WINDOW +....Surface=39CD3473-FBC3-431F-B595-088111688FF0 WINDOW ================================== -Surface=ACED190C-5B13-4767-8FD3-210D24B1C73A WINDOW is not used as Receiving Surface in calculations. +Surface=39CD3473-FBC3-431F-B595-088111688FF0 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=5868F322-7B22-4FB5-BE43-C41C4491F897 is not used as Receiving Surface in calculations. +Surface=E8EAF434-D518-420C-A1AE-4F9AC185C3C7 is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=A15A5516-0E86-494B-9106-ACEB50A9AE6F is used as Receiving Surface in calculations and is convex. +Surface=E3C38143-FDEB-4CAD-BFDE-4855A94C5FFE is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=9 -..Surface=7DD990C9-3907-46C8-986C-FFAB3E416899 -..Surface=C4EE45BD-FFE9-4AE5-A943-19E38F02B369 -..Surface=2ED136D2-C970-4AA9-AC6D-F1CF8E09BE42 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D +..Surface=CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 +..Surface=AA54AC6D-9DE4-4186-B260-051460D41D27 +..Surface=8CC9A5F8-7042-4266-B52C-96552E8171FD +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=1CA10200-62C5-402B-909C-83A2A86AC628 +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=A15A5516-0E86-494B-9106-ACEB50A9AE6F WINDOW +....Surface=E3C38143-FDEB-4CAD-BFDE-4855A94C5FFE WINDOW ================================== -Surface=A15A5516-0E86-494B-9106-ACEB50A9AE6F WINDOW is not used as Receiving Surface in calculations. +Surface=E3C38143-FDEB-4CAD-BFDE-4855A94C5FFE WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=3621CC15-71DC-496F-9F02-9A87E583FCA9 is not used as Receiving Surface in calculations. +Surface=E2AF1629-BF60-4BA4-B83F-DA0427CC5520 is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=2D07A52E-2D21-4E96-AFF7-D489D8D83560 is not used as Receiving Surface in calculations. +Surface=CC5D3CDE-CC73-4B55-9BE2-DA25001A6EA6 is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=FDCF25E5-06C1-4B1A-9661-677FE95B28DA is used as Receiving Surface in calculations and is convex. +Surface=BC98B527-A9A7-4167-8D48-AD07E222751B is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=9 -..Surface=C4EE45BD-FFE9-4AE5-A943-19E38F02B369 -..Surface=2ED136D2-C970-4AA9-AC6D-F1CF8E09BE42 -..Surface=F8D36176-0913-4B2E-9B2C-A234769A337E -..Surface=D9652D85-82F3-44FB-9BA5-1334E49830A8 -..Surface=9202E9EC-DA44-46BF-83A3-6F93C6796155 -..Surface=C375692C-BDC4-4BDC-B04F-3AA74CE227CC -..Surface=313396A9-6F9A-4E24-9E72-0B6500A752CE -..Surface=34BC3599-AC57-4BBE-9D7F-2888C6DECCBA -..Surface=EB711559-2FD4-4ED3-825F-FD9EA05F253D +..Surface=AA54AC6D-9DE4-4186-B260-051460D41D27 +..Surface=8CC9A5F8-7042-4266-B52C-96552E8171FD +..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 +..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F +..Surface=1CA10200-62C5-402B-909C-83A2A86AC628 +..Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 +..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 +..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 +..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 Number of back surfaces=0 Number of receiving sub surfaces=0 diff --git a/out_files/Montreal_tbl.csv b/out_files/Montreal_tbl.csv index 3e3a25c9..30a40c77 100644 --- a/out_files/Montreal_tbl.csv +++ b/out_files/Montreal_tbl.csv @@ -1,4 +1,4 @@ -Program Version:,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.21 10:16 +Program Version:,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.28 13:46 Tabular Output Report in Format: ,Comma Building:,Buildings in b'Montreal' @@ -205,7 +205,7 @@ FOR:,Entire Facility General ,,Value -,Program Version and Build,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.21 10:16 +,Program Version and Build,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.28 13:46 ,RunPeriod,RUN PERIOD 1 ,Weather File,Montreal Int'l PQ CAN WYEC2-B-94792 WMO#=716270 ,Latitude [deg],45.47 @@ -373,158 +373,158 @@ FOR:,Entire Facility Opaque Exterior ,,Construction,Reflectance,U-Factor with Film [W/m2-K],U-Factor no Film [W/m2-K],Gross Area [m2],Net Area [m2],Azimuth [deg],Tilt [deg],Cardinal Direction -,DA2DBB08-CA41-4871-A0A8-4673E8576B05,1981_1990_6,0.40,0.644,0.713,57.41,47.08,90.32,90.00,E -,C78EBBD1-8B31-4836-AB90-A46F01BF1586,1981_1990_6,0.40,0.644,0.713,57.41,47.08,269.70,90.00,W -,8999743B-69A2-42FE-8A7C-67B453734AB1,1981_1990_6,0.40,0.639,0.713,88.46,88.46,0.14,180.00, -,D6595750-3255-41B5-8254-B96ACF292BBE,1981_1990_6,0.40,0.649,0.713,88.46,88.46,0.14,0.00, -,10FF4FC7-A92B-4B40-957C-3A008648856F,1981_1990_6,0.40,0.644,0.713,51.38,42.13,90.32,90.00,E -,8D624A84-35F4-4519-B253-C3B68564C560,1981_1990_6,0.40,0.644,0.713,9.77,8.01,89.91,90.00,E -,C22BEF2D-ADA4-4921-8DC1-B4D10711D5AF,1981_1990_6,0.40,0.644,0.713,120.90,99.13,0.06,90.00,N -,7DD990C9-3907-46C8-986C-FFAB3E416899,1981_1990_6,0.40,0.644,0.713,4.80,3.93,359.13,90.00,N -,586964D8-CB6B-4909-8141-CB24582E02D2,1981_1990_6,0.40,0.644,0.713,60.89,49.93,269.70,90.00,W -,D53794C6-5099-4A8A-A478-FD3659B4CC41,1981_1990_6,0.40,0.639,0.713,94.56,94.56,270.32,180.00, -,38C85E00-1A52-4CE6-9B07-B24B047CAD25,1981_1990_6,0.40,0.649,0.713,94.56,94.56,89.91,0.00, -,DEFCD208-A569-4F67-8057-9BBAA044D0D1,1981_1990_6,0.40,0.644,0.713,269.34,220.85,270.37,90.00,W -,C4EE45BD-FFE9-4AE5-A943-19E38F02B369,1981_1990_6,0.40,0.644,0.713,42.68,35.00,0.73,90.00,N -,C6E93FE0-9BD0-4988-A9FA-85E3087B4CAA,1981_1990_6,0.40,0.644,0.713,50.71,41.58,269.95,90.00,W -,2ED136D2-C970-4AA9-AC6D-F1CF8E09BE42,1981_1990_6,0.40,0.644,0.713,33.05,27.10,0.68,90.00,N -,6C2F3EDC-54DF-4101-AB11-E65C22463480,1981_1990_6,0.40,0.644,0.713,330.80,271.25,270.63,90.00,W -,5343466E-9F28-4B4B-8836-C64F48D3561B,1981_1990_6,0.40,0.644,0.713,8.84,7.25,271.07,90.00,W -,CF45B16F-D9A0-4749-B814-DEB5F7437091,1981_1990_6,0.40,0.644,0.713,37.21,30.51,180.88,90.00,S -,CF45B86D-41F1-457B-A148-9732D24A4ACC,1981_1990_6,0.40,0.644,0.713,48.45,39.73,270.81,90.00,W -,64E08CB6-02C4-4CC0-B907-0B234905DBE8,1981_1990_6,0.40,0.644,0.713,50.23,41.19,180.83,90.00,S -,E596F062-D142-4026-B3A1-1F7A73B6820A,1981_1990_6,0.40,0.644,0.713,264.28,216.70,270.81,90.00,W -,14C6C244-6A9A-46AA-8257-3CCD07AB4170,1981_1990_6,0.40,0.644,0.713,547.94,449.30,180.80,90.00,S -,2D141783-9717-46F2-B1A8-3EFCD7D0B119,1981_1990_6,0.40,0.644,0.713,8.10,6.64,181.90,90.00,S -,F8D36176-0913-4B2E-9B2C-A234769A337E,1981_1990_6,0.40,0.644,0.713,16.36,13.41,90.30,90.00,E -,0CDAF8EB-1CEB-48E3-B07A-0A94317CFBAD,1981_1990_6,0.40,0.644,0.713,71.03,58.24,180.36,90.00,S -,D9652D85-82F3-44FB-9BA5-1334E49830A8,1981_1990_6,0.40,0.644,0.713,332.92,272.99,90.35,90.00,E -,9202E9EC-DA44-46BF-83A3-6F93C6796155,1981_1990_6,0.40,0.644,0.713,438.53,359.59,0.36,90.00,N -,C375692C-BDC4-4BDC-B04F-3AA74CE227CC,1981_1990_6,0.40,0.644,0.713,282.91,231.98,90.36,90.00,E -,94663C80-2BB1-498C-A0CB-A03722105057,1981_1990_6,0.40,0.644,0.713,432.84,354.92,180.36,90.00,S -,313396A9-6F9A-4E24-9E72-0B6500A752CE,1981_1990_6,0.40,0.644,0.713,344.94,282.84,90.36,90.00,E -,7521F29D-5C3F-4DA9-9001-A8EAC312AE83,1981_1990_6,0.40,0.644,0.713,629.18,515.91,0.35,90.00,N -,FE2E55CA-CDE1-4FE8-A0D0-209F6F2E0379,1981_1990_6,0.40,0.639,0.713,2308.92,2308.92,0.36,180.00, -,749AC796-0656-4BD9-AD3B-6A4775551EB0,1981_1990_6,0.40,0.649,0.713,2308.92,2308.92,0.36,0.00, -,34BC3599-AC57-4BBE-9D7F-2888C6DECCBA,1981_1990_6,0.40,0.644,0.713,5.62,4.61,358.71,90.00,N -,D3A4085A-5BB6-4BC0-9EEE-4A62F3546745,1981_1990_6,0.40,0.644,0.713,4.45,3.65,90.31,90.00,E -,C49A2819-ED87-426F-B948-8E020E557A82,1981_1990_6,0.40,0.644,0.713,65.43,53.65,269.70,90.00,W -,CB9B966A-B94D-4D90-9A4C-95B4643AC214,1981_1990_6,0.40,0.644,0.713,143.18,117.41,179.68,90.00,S -,9A933A7F-CF1D-4664-9EC0-7EC0F9C89CDA,1981_1990_6,0.40,0.644,0.713,59.97,49.18,89.74,90.00,E -,BF6FD901-CE16-4B3E-9771-5EBA8A9C0A64,1981_1990_6,0.40,0.639,0.713,92.64,92.64,359.68,180.00, -,0A36EF86-9120-4B50-A50B-5B69E27AC5EB,1981_1990_6,0.40,0.649,0.713,92.64,92.64,358.71,0.00, -,CFDEA50D-2C69-4366-B555-567EAF33DC9F,1981_1990_6,0.40,0.644,0.713,67.25,55.14,90.03,90.00,E -,EB711559-2FD4-4ED3-825F-FD9EA05F253D,1981_1990_6,0.40,0.644,0.713,144.70,118.65,359.95,90.00,N -,9D3EA49E-464E-4B27-ABE9-C16FDFD4C166,1981_1990_6,0.40,0.644,0.713,66.78,54.75,270.04,90.00,W -,2C88DABC-013D-4C68-B599-FFA7F23E1BA7,1981_1990_6,0.40,0.644,0.713,144.71,118.66,180.13,90.00,S -,9C304F09-7FB8-4332-8D9B-864D212E781C,1981_1990_6,0.40,0.639,0.713,96.97,96.97,0.13,180.00, -,9B7536E1-D256-403D-AEF0-E626FCEAD9AA,1981_1990_6,0.40,0.649,0.713,96.97,96.97,359.95,0.00, -,2C73C760-4411-444B-AD52-69E4D4C3EC74,1981_1990_6,0.40,0.644,0.713,4.42,3.62,90.22,90.00,E -,6BD9CC5D-EBF7-4F80-8081-A2B4AD7289C1,1981_1990_6,0.40,0.644,0.713,118.69,97.33,359.45,90.00,N -,48E3DAD2-0DE1-45BF-AA96-BFF4AB2B62C3,1981_1990_6,0.40,0.644,0.713,5.25,4.31,0.34,90.00,N -,EC1B4ACD-BDD6-42D0-8C8D-63F19F12588A,1981_1990_6,0.40,0.644,0.713,62.29,51.08,270.10,90.00,W -,C88BEAA9-D013-41CD-B847-F7EDB8C7A3DC,1981_1990_6,0.40,0.644,0.713,59.29,48.62,89.40,90.00,E -,08A9CB96-35E7-484E-8338-DF8D9EA00BB1,1981_1990_6,0.40,0.639,0.713,96.59,96.59,269.40,180.00, -,0D266BA8-9BBA-43AF-9784-696ABFF75986,1981_1990_6,0.40,0.649,0.713,96.59,96.59,90.22,0.00, -,A92AA13A-8C21-4BE2-84EB-C27DF99B34F2,1981_1990_6,0.40,0.644,0.713,57.41,47.08,90.32,90.00,E -,CCF64059-4168-4245-974F-8687C312C1F4,1981_1990_6,0.40,0.644,0.713,57.41,47.08,269.70,90.00,W -,FE41D3BC-A81F-43E2-9952-1EF717D22DC3,1981_1990_6,0.40,0.639,0.713,88.02,88.02,0.14,180.00, -,4CDAFCB8-7425-462B-A6A9-7893DA44744F,1981_1990_6,0.40,0.649,0.713,88.02,88.02,0.14,0.00, -,9EC27607-BD73-4952-BD08-D2DCC38CF510,1981_1990_6,0.40,0.644,0.713,57.42,47.08,89.40,90.00,E -,70BB2665-FF18-47CF-AC1F-65127F2EBB6F,1981_1990_6,0.40,0.644,0.713,57.41,47.08,270.10,90.00,W -,3D6B338B-AC1B-4C09-A99A-6879BB4A3C56,1981_1990_6,0.40,0.639,0.713,89.11,89.11,0.14,180.00, -,D51CA087-04C0-4DD5-A619-3EE6F767F1DF,1981_1990_6,0.40,0.649,0.713,89.11,89.11,0.14,0.00, -,854AC3BE-DB47-4CE7-A933-7CA461218A4D,1981_1990_6,0.40,0.644,0.713,62.03,50.86,89.40,90.00,E -,3483C3BC-272A-4B86-A04C-AF36D5E4CC52,1981_1990_6,0.40,0.644,0.713,62.29,51.08,270.10,90.00,W -,3CEF9635-8AEE-46FD-88CF-7B2BB45DF9EC,1981_1990_6,0.40,0.644,0.713,123.20,101.02,180.04,90.00,S -,AAA045E5-0474-486F-B6B1-444DEBD6286D,1981_1990_6,0.40,0.644,0.713,4.34,3.55,179.52,90.00,S -,36D429D7-F89D-452D-88C6-F1E3BEEBAFEB,1981_1990_6,0.40,0.639,0.713,97.60,97.60,359.52,180.00, -,1F980DFD-6138-4342-B24A-3B80050163A9,1981_1990_6,0.40,0.649,0.713,97.60,97.60,0.14,0.00, -,57A8693C-CCDF-4C91-AAAD-0725191E1ABA,1981_1990_6,0.40,0.644,0.713,57.42,47.08,89.40,90.00,E -,8A3589E7-E5C2-4C83-A13E-2392FCCB5161,1981_1990_6,0.40,0.644,0.713,57.41,47.08,270.10,90.00,W -,87C8F1CB-443B-4C6F-AFEF-BBF5C177512A,1981_1990_6,0.40,0.639,0.713,89.61,89.61,0.14,180.00, -,2D4357FE-8B7F-4996-AE6E-413A1D733446,1981_1990_6,0.40,0.649,0.713,89.61,89.61,0.14,0.00, -,ACED190C-5B13-4767-8FD3-210D24B1C73A,1981_1990_6,0.40,0.644,0.713,57.42,47.08,89.40,90.00,E -,A15A5516-0E86-494B-9106-ACEB50A9AE6F,1981_1990_6,0.40,0.644,0.713,57.41,47.08,270.10,90.00,W -,2D07A52E-2D21-4E96-AFF7-D489D8D83560,1981_1990_6,0.40,0.639,0.713,88.61,88.61,0.14,180.00, -,FDCF25E5-06C1-4B1A-9661-677FE95B28DA,1981_1990_6,0.40,0.649,0.713,88.61,88.61,0.14,0.00, +,597E8893-BF63-4356-83EB-581A544045AC,1981_1990_6,0.40,0.644,0.713,57.41,47.08,90.32,90.00,E +,E9F9F468-BE3C-406C-A131-151A54D54C3B,1981_1990_6,0.40,0.644,0.713,57.41,47.08,269.70,90.00,W +,5B48231E-B210-48CA-BFF3-62C8D8E642CD,1981_1990_6,0.40,0.639,0.713,88.46,88.46,0.14,180.00, +,5090EE93-FEFB-418C-B8E3-C35CC3106B55,1981_1990_6,0.40,0.649,0.713,88.46,88.46,0.14,0.00, +,81D97B28-7FE0-47F3-A8EF-DBC87B6FA485,1981_1990_6,0.40,0.644,0.713,51.38,42.13,90.32,90.00,E +,465F65FE-61CA-4913-AA63-BD2BAD166056,1981_1990_6,0.40,0.644,0.713,9.77,8.01,89.91,90.00,E +,D4DDF175-8CE1-4DE4-920D-9E87760A2357,1981_1990_6,0.40,0.644,0.713,120.90,99.13,0.06,90.00,N +,CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6,1981_1990_6,0.40,0.644,0.713,4.80,3.93,359.13,90.00,N +,B8E5722F-137A-4265-A0C8-4477DACE4464,1981_1990_6,0.40,0.644,0.713,60.89,49.93,269.70,90.00,W +,3F6836B3-3739-4EB7-A50F-6B1EC2695C69,1981_1990_6,0.40,0.639,0.713,94.56,94.56,270.32,180.00, +,CADC5B75-BB4B-46D4-9B46-CB298FC508E4,1981_1990_6,0.40,0.649,0.713,94.56,94.56,89.91,0.00, +,7D0C86B4-2C88-4226-8256-72C260ECE0BD,1981_1990_6,0.40,0.644,0.713,269.34,220.85,270.37,90.00,W +,AA54AC6D-9DE4-4186-B260-051460D41D27,1981_1990_6,0.40,0.644,0.713,42.68,35.00,0.73,90.00,N +,9E618400-85C5-496B-A5FA-54781BA43CEF,1981_1990_6,0.40,0.644,0.713,50.71,41.58,269.95,90.00,W +,8CC9A5F8-7042-4266-B52C-96552E8171FD,1981_1990_6,0.40,0.644,0.713,33.05,27.10,0.68,90.00,N +,BD015AC2-ED48-45A8-AFF2-AAA3F0E7E0F8,1981_1990_6,0.40,0.644,0.713,330.80,271.25,270.63,90.00,W +,51CACE5A-D4F2-4D1B-ACB5-FFDBAF04A5E3,1981_1990_6,0.40,0.644,0.713,8.84,7.25,271.07,90.00,W +,CCB7F46B-11E3-47EF-9D74-515E3A60294A,1981_1990_6,0.40,0.644,0.713,37.21,30.51,180.88,90.00,S +,3F743FC3-A3AF-44B1-8C5B-8A239C7A0DF1,1981_1990_6,0.40,0.644,0.713,48.45,39.73,270.81,90.00,W +,2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7,1981_1990_6,0.40,0.644,0.713,50.23,41.19,180.83,90.00,S +,404B2F49-3137-4D51-9B65-BA17039744A7,1981_1990_6,0.40,0.644,0.713,264.28,216.70,270.81,90.00,W +,5E512775-1BB9-4BFF-B0C1-56B547F0A8DF,1981_1990_6,0.40,0.644,0.713,547.94,449.30,180.80,90.00,S +,E8D59443-A80D-4458-8F69-7EF4938D44C7,1981_1990_6,0.40,0.644,0.713,8.10,6.64,181.90,90.00,S +,F90B3E61-9004-40B2-A979-81DAB0B99469,1981_1990_6,0.40,0.644,0.713,16.36,13.41,90.30,90.00,E +,334BAEB1-D3D8-43BC-9D18-8C8D5497B950,1981_1990_6,0.40,0.644,0.713,71.03,58.24,180.36,90.00,S +,F2773F25-BF65-4CE3-89EC-CA874375AA3F,1981_1990_6,0.40,0.644,0.713,332.92,272.99,90.35,90.00,E +,1CA10200-62C5-402B-909C-83A2A86AC628,1981_1990_6,0.40,0.644,0.713,438.53,359.59,0.36,90.00,N +,CACC7EAD-4051-4299-A3FE-A21BD1EA6C93,1981_1990_6,0.40,0.644,0.713,282.91,231.98,90.36,90.00,E +,8278B81D-4747-472F-A7F3-0F5F4834369E,1981_1990_6,0.40,0.644,0.713,432.84,354.92,180.36,90.00,S +,EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0,1981_1990_6,0.40,0.644,0.713,344.94,282.84,90.36,90.00,E +,5E175F67-94FE-490D-AD22-13AD9EA2F624,1981_1990_6,0.40,0.644,0.713,629.18,515.91,0.35,90.00,N +,C53FC572-BF34-408F-8F51-C400DE236CBC,1981_1990_6,0.40,0.639,0.713,2308.92,2308.92,0.36,180.00, +,57B878DC-1779-436B-9756-55C0AF76D50E,1981_1990_6,0.40,0.649,0.713,2308.92,2308.92,0.36,0.00, +,8F1314AA-7CA7-4107-BFD4-E601556F45F2,1981_1990_6,0.40,0.644,0.713,5.62,4.61,358.71,90.00,N +,996A84C5-812F-403B-879D-7233B65AA66F,1981_1990_6,0.40,0.644,0.713,4.45,3.65,90.31,90.00,E +,48618736-DEE0-4588-AFDF-D82A1EC13FB0,1981_1990_6,0.40,0.644,0.713,65.43,53.65,269.70,90.00,W +,C4EA0EBA-E459-4E6E-BC40-59E57B9A1AB5,1981_1990_6,0.40,0.644,0.713,143.18,117.41,179.68,90.00,S +,96E4C93A-7D73-4F02-A1B0-1BA8B18682D1,1981_1990_6,0.40,0.644,0.713,59.97,49.18,89.74,90.00,E +,DAAFBE38-0BB6-4E78-99D8-A24D93683C5F,1981_1990_6,0.40,0.639,0.713,92.64,92.64,359.68,180.00, +,88AC3937-911D-427D-9291-68DA65F3AD67,1981_1990_6,0.40,0.649,0.713,92.64,92.64,358.71,0.00, +,E2ECFD8B-F3B6-4753-A361-6F442C491E6C,1981_1990_6,0.40,0.644,0.713,67.25,55.14,90.03,90.00,E +,DA9F4734-38C4-42B7-8862-1E510B356BD9,1981_1990_6,0.40,0.644,0.713,144.70,118.65,359.95,90.00,N +,C860B96F-077E-4B02-A9F9-B55670FD477B,1981_1990_6,0.40,0.644,0.713,66.78,54.75,270.04,90.00,W +,480A21AF-85AE-4059-B848-33FD5F3A5720,1981_1990_6,0.40,0.644,0.713,144.71,118.66,180.13,90.00,S +,7581E7C1-7442-4E57-B277-4F8CA5FDF4C0,1981_1990_6,0.40,0.639,0.713,96.97,96.97,0.13,180.00, +,49E69C19-AA91-4925-98AC-D68299566337,1981_1990_6,0.40,0.649,0.713,96.97,96.97,359.95,0.00, +,DB1D1E20-BE98-49D4-9E40-1940144BF615,1981_1990_6,0.40,0.644,0.713,4.42,3.62,90.22,90.00,E +,8FC429BC-81D9-449A-80A9-38F77B3E66DD,1981_1990_6,0.40,0.644,0.713,118.69,97.33,359.45,90.00,N +,759D0D84-9F31-46A9-AB0C-A80AF93CD9F9,1981_1990_6,0.40,0.644,0.713,5.25,4.31,0.34,90.00,N +,2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4,1981_1990_6,0.40,0.644,0.713,62.29,51.08,270.10,90.00,W +,5EC4A61B-3773-449F-B181-753456E72C34,1981_1990_6,0.40,0.644,0.713,59.29,48.62,89.40,90.00,E +,1F2698C6-9AB2-4092-8689-F48F27F007F3,1981_1990_6,0.40,0.639,0.713,96.59,96.59,269.40,180.00, +,C421315B-3FA6-4F26-8FE4-2BD36E46C018,1981_1990_6,0.40,0.649,0.713,96.59,96.59,90.22,0.00, +,D9F477EB-A2BB-45DC-80C6-F24D09A96A5C,1981_1990_6,0.40,0.644,0.713,57.41,47.08,90.32,90.00,E +,12B9DB48-E074-4E87-8478-9A8221BFECE1,1981_1990_6,0.40,0.644,0.713,57.41,47.08,269.70,90.00,W +,0F842809-D03C-47DA-A397-CC369EC4D39B,1981_1990_6,0.40,0.639,0.713,88.02,88.02,0.14,180.00, +,9A1D52B6-CA21-44CB-8234-487282B053CE,1981_1990_6,0.40,0.649,0.713,88.02,88.02,0.14,0.00, +,D15932BE-B61F-4D05-8F3D-A538ADA1C1B9,1981_1990_6,0.40,0.644,0.713,57.42,47.08,89.40,90.00,E +,D7BFAC7E-FFE4-43E5-A664-66123D42D5E0,1981_1990_6,0.40,0.644,0.713,57.41,47.08,270.10,90.00,W +,F1D05492-FC37-4CE7-B4BE-AB84E65BBA2D,1981_1990_6,0.40,0.639,0.713,89.11,89.11,0.14,180.00, +,549077E1-BF77-47A7-AFFB-E487658423CC,1981_1990_6,0.40,0.649,0.713,89.11,89.11,0.14,0.00, +,88E8F7FF-619E-4595-81EB-D5BAD7867696,1981_1990_6,0.40,0.644,0.713,62.03,50.86,89.40,90.00,E +,28CE80FE-FE76-466F-A7EB-88A00D656F05,1981_1990_6,0.40,0.644,0.713,62.29,51.08,270.10,90.00,W +,F5F1247A-88BE-4F06-B629-4C3613F82D51,1981_1990_6,0.40,0.644,0.713,123.20,101.02,180.04,90.00,S +,B8CB1843-0410-4673-BFD4-5DC3C73F2BDD,1981_1990_6,0.40,0.644,0.713,4.34,3.55,179.52,90.00,S +,EC0278F6-DA80-4F16-8DE4-BB9973EBB3B2,1981_1990_6,0.40,0.639,0.713,97.60,97.60,359.52,180.00, +,DC07A81C-DAB5-45F7-BEE5-80767931DBC0,1981_1990_6,0.40,0.649,0.713,97.60,97.60,0.14,0.00, +,23571505-EC9B-43AD-BFCA-E0997E7A40A6,1981_1990_6,0.40,0.644,0.713,57.42,47.08,89.40,90.00,E +,ED2B8CED-C770-4499-B4D2-1F89BA80E037,1981_1990_6,0.40,0.644,0.713,57.41,47.08,270.10,90.00,W +,5B52E826-42B4-4A00-9549-10196A13F76D,1981_1990_6,0.40,0.639,0.713,89.61,89.61,0.14,180.00, +,36849036-C5B5-40B7-8F21-F853A75F082B,1981_1990_6,0.40,0.649,0.713,89.61,89.61,0.14,0.00, +,39CD3473-FBC3-431F-B595-088111688FF0,1981_1990_6,0.40,0.644,0.713,57.42,47.08,89.40,90.00,E +,E3C38143-FDEB-4CAD-BFDE-4855A94C5FFE,1981_1990_6,0.40,0.644,0.713,57.41,47.08,270.10,90.00,W +,CC5D3CDE-CC73-4B55-9BE2-DA25001A6EA6,1981_1990_6,0.40,0.639,0.713,88.61,88.61,0.14,180.00, +,BC98B527-A9A7-4167-8D48-AD07E222751B,1981_1990_6,0.40,0.649,0.713,88.61,88.61,0.14,0.00, Opaque Interior ,,Construction,Reflectance,U-Factor with Film [W/m2-K],U-Factor no Film [W/m2-K],Gross Area [m2],Net Area [m2],Azimuth [deg],Tilt [deg],Cardinal Direction -,D61EDFC5-3A2B-4754-9701-AF5837BDE4C0,1981_1990_6,0.40,0.609,0.713,125.11,125.11,0.14,90.00,N -,31AFB167-A379-4F4C-9BC4-A232ECF39CD6,1981_1990_6,0.40,0.609,0.713,124.50,124.50,180.14,90.00,S -,0C7C5F8B-1E8D-4A84-83E1-A4BA4DA017DC,1981_1990_6,0.40,0.609,0.713,125.11,125.11,180.14,90.00,S -,4668EFE0-5255-4A3F-92E8-465BFEC7A023,1981_1990_6,0.40,0.609,0.713,137.65,137.65,0.14,90.00,N -,AC676F79-22FF-443D-B3F8-DE9BE3882230,1981_1990_6,0.40,0.609,0.713,124.66,124.66,180.14,90.00,S -,1E227EB9-1E76-45A4-97C1-C2150DC6981D,1981_1990_6,0.40,0.609,0.713,124.50,124.50,0.14,90.00,N -,C4B33EE1-913A-44E6-895A-00187083E503,1981_1990_6,0.40,0.609,0.713,123.89,123.89,180.14,90.00,S -,C624AE68-0972-41AB-B983-63341316A356,1981_1990_6,0.40,0.609,0.713,125.36,125.36,0.14,90.00,N -,611EDE91-A2CB-47E6-BEA7-985F6568D57B,1981_1990_6,0.40,0.609,0.713,126.07,126.07,180.14,90.00,S -,4784E25C-523C-4098-B91B-01593EA56D07,1981_1990_6,0.40,0.609,0.713,126.77,126.77,0.14,90.00,N -,AA41D277-A045-4628-8941-9D6FCCA71D8E,1981_1990_6,0.40,0.609,0.713,126.07,126.07,0.14,90.00,N -,40E1720D-794E-49DB-863F-18F95B978CEF,1981_1990_6,0.40,0.609,0.713,126.77,126.77,180.14,90.00,S -,5868F322-7B22-4FB5-BE43-C41C4491F897,1981_1990_6,0.40,0.609,0.713,124.66,124.66,0.14,90.00,N -,3621CC15-71DC-496F-9F02-9A87E583FCA9,1981_1990_6,0.40,0.609,0.713,125.36,125.36,180.14,90.00,S +,500F7547-EA7A-498B-8000-CC091AFCE755,1981_1990_6,0.40,0.609,0.713,125.11,125.11,0.14,90.00,N +,398D7259-ACD4-4A78-B8DD-F50A483BBA9D,1981_1990_6,0.40,0.609,0.713,124.50,124.50,180.14,90.00,S +,6AC6AA25-5E89-4029-9946-74804658CAF4,1981_1990_6,0.40,0.609,0.713,125.11,125.11,180.14,90.00,S +,84E6204F-F657-41CA-BD9C-FF8DD55FDCD9,1981_1990_6,0.40,0.609,0.713,137.65,137.65,0.14,90.00,N +,8DFBD53D-371B-4A6F-9422-D041D8AADF88,1981_1990_6,0.40,0.609,0.713,124.66,124.66,180.14,90.00,S +,4A29AC31-F3CA-4AE3-AF0C-5D2899DDD309,1981_1990_6,0.40,0.609,0.713,124.50,124.50,0.14,90.00,N +,1542594C-4A08-4E29-BBB6-BF6798DD1E56,1981_1990_6,0.40,0.609,0.713,123.89,123.89,180.14,90.00,S +,F72F957D-1E74-40BC-B6CB-D42C2B474277,1981_1990_6,0.40,0.609,0.713,125.36,125.36,0.14,90.00,N +,53505FE8-5ADB-4B73-BD6C-955D322B0A64,1981_1990_6,0.40,0.609,0.713,126.07,126.07,180.14,90.00,S +,744EAE42-6F20-4700-9BFC-85DD929A297D,1981_1990_6,0.40,0.609,0.713,126.77,126.77,0.14,90.00,N +,CB1B4365-3338-4050-8DE9-CBD4EBF6ACE2,1981_1990_6,0.40,0.609,0.713,126.07,126.07,0.14,90.00,N +,7FA395E8-2B05-448A-B1B1-9CA854CD4CDB,1981_1990_6,0.40,0.609,0.713,126.77,126.77,180.14,90.00,S +,E8EAF434-D518-420C-A1AE-4F9AC185C3C7,1981_1990_6,0.40,0.609,0.713,124.66,124.66,0.14,90.00,N +,E2AF1629-BF60-4BA4-B83F-DA0427CC5520,1981_1990_6,0.40,0.609,0.713,125.36,125.36,180.14,90.00,S Exterior Fenestration ,,Construction,Glass Area [m2],Frame Area [m2],Divider Area [m2],Area of One Opening [m2],Area of Multiplied Openings [m2],Glass U-Factor [W/m2-K],Glass SHGC,Glass Visible Transmittance,Frame Conductance [W/m2-K],Divider Conductance [W/m2-K],Shade Control,Parent Surface,Azimuth [deg],Tilt [deg],Cardinal Direction -,DA2DBB08-CA41-4871-A0A8-4673E8576B05 WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,DA2DBB08-CA41-4871-A0A8-4673E8576B05,90.32,90.00,E -,C78EBBD1-8B31-4836-AB90-A46F01BF1586 WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,C78EBBD1-8B31-4836-AB90-A46F01BF1586,269.70,90.00,W -,10FF4FC7-A92B-4B40-957C-3A008648856F WINDOW,WINDOW_CONSTRUCTION_1,9.25,0.00,0.00,9.25,9.25,2.954,0.391,0.305,,,No,10FF4FC7-A92B-4B40-957C-3A008648856F,90.32,90.00,E -,8D624A84-35F4-4519-B253-C3B68564C560 WINDOW,WINDOW_CONSTRUCTION_1,1.76,0.00,0.00,1.76,1.76,2.954,0.391,0.305,,,No,8D624A84-35F4-4519-B253-C3B68564C560,89.91,90.00,E -,C22BEF2D-ADA4-4921-8DC1-B4D10711D5AF WINDOW,WINDOW_CONSTRUCTION_1,21.76,0.00,0.00,21.76,21.76,2.954,0.391,0.305,,,No,C22BEF2D-ADA4-4921-8DC1-B4D10711D5AF,0.06,90.00,N -,7DD990C9-3907-46C8-986C-FFAB3E416899 WINDOW,WINDOW_CONSTRUCTION_1,0.86,0.00,0.00,0.86,0.86,2.954,0.391,0.305,,,No,7DD990C9-3907-46C8-986C-FFAB3E416899,359.13,90.00,N -,586964D8-CB6B-4909-8141-CB24582E02D2 WINDOW,WINDOW_CONSTRUCTION_1,10.96,0.00,0.00,10.96,10.96,2.954,0.391,0.305,,,No,586964D8-CB6B-4909-8141-CB24582E02D2,269.70,90.00,W -,DEFCD208-A569-4F67-8057-9BBAA044D0D1 WINDOW,WINDOW_CONSTRUCTION_1,48.49,0.00,0.00,48.49,48.49,2.954,0.391,0.305,,,No,DEFCD208-A569-4F67-8057-9BBAA044D0D1,270.37,90.00,W -,C4EE45BD-FFE9-4AE5-A943-19E38F02B369 WINDOW,WINDOW_CONSTRUCTION_1,7.68,0.00,0.00,7.68,7.68,2.954,0.391,0.305,,,No,C4EE45BD-FFE9-4AE5-A943-19E38F02B369,0.73,90.00,N -,C6E93FE0-9BD0-4988-A9FA-85E3087B4CAA WINDOW,WINDOW_CONSTRUCTION_1,9.13,0.00,0.00,9.13,9.13,2.954,0.391,0.305,,,No,C6E93FE0-9BD0-4988-A9FA-85E3087B4CAA,269.95,90.00,W -,2ED136D2-C970-4AA9-AC6D-F1CF8E09BE42 WINDOW,WINDOW_CONSTRUCTION_1,5.95,0.00,0.00,5.95,5.95,2.954,0.391,0.305,,,No,2ED136D2-C970-4AA9-AC6D-F1CF8E09BE42,0.68,90.00,N -,6C2F3EDC-54DF-4101-AB11-E65C22463480 WINDOW,WINDOW_CONSTRUCTION_1,59.55,0.00,0.00,59.55,59.55,2.954,0.391,0.305,,,No,6C2F3EDC-54DF-4101-AB11-E65C22463480,270.63,90.00,W -,5343466E-9F28-4B4B-8836-C64F48D3561B WINDOW,WINDOW_CONSTRUCTION_1,1.59,0.00,0.00,1.59,1.59,2.954,0.391,0.305,,,No,5343466E-9F28-4B4B-8836-C64F48D3561B,271.07,90.00,W -,CF45B16F-D9A0-4749-B814-DEB5F7437091 WINDOW,WINDOW_CONSTRUCTION_1,6.70,0.00,0.00,6.70,6.70,2.954,0.391,0.305,,,No,CF45B16F-D9A0-4749-B814-DEB5F7437091,180.88,90.00,S -,CF45B86D-41F1-457B-A148-9732D24A4ACC WINDOW,WINDOW_CONSTRUCTION_1,8.72,0.00,0.00,8.72,8.72,2.954,0.391,0.305,,,No,CF45B86D-41F1-457B-A148-9732D24A4ACC,270.81,90.00,W -,64E08CB6-02C4-4CC0-B907-0B234905DBE8 WINDOW,WINDOW_CONSTRUCTION_1,9.04,0.00,0.00,9.04,9.04,2.954,0.391,0.305,,,No,64E08CB6-02C4-4CC0-B907-0B234905DBE8,180.83,90.00,S -,E596F062-D142-4026-B3A1-1F7A73B6820A WINDOW,WINDOW_CONSTRUCTION_1,47.57,0.00,0.00,47.57,47.57,2.954,0.391,0.305,,,No,E596F062-D142-4026-B3A1-1F7A73B6820A,270.81,90.00,W -,14C6C244-6A9A-46AA-8257-3CCD07AB4170 WINDOW,WINDOW_CONSTRUCTION_1,98.64,0.00,0.00,98.64,98.64,2.954,0.391,0.305,,,No,14C6C244-6A9A-46AA-8257-3CCD07AB4170,180.80,90.00,S -,2D141783-9717-46F2-B1A8-3EFCD7D0B119 WINDOW,WINDOW_CONSTRUCTION_1,1.46,0.00,0.00,1.46,1.46,2.954,0.391,0.305,,,No,2D141783-9717-46F2-B1A8-3EFCD7D0B119,181.90,90.00,S -,F8D36176-0913-4B2E-9B2C-A234769A337E WINDOW,WINDOW_CONSTRUCTION_1,2.94,0.00,0.00,2.94,2.94,2.954,0.391,0.305,,,No,F8D36176-0913-4B2E-9B2C-A234769A337E,90.30,90.00,E -,0CDAF8EB-1CEB-48E3-B07A-0A94317CFBAD WINDOW,WINDOW_CONSTRUCTION_1,12.79,0.00,0.00,12.79,12.79,2.954,0.391,0.305,,,No,0CDAF8EB-1CEB-48E3-B07A-0A94317CFBAD,180.36,90.00,S -,D9652D85-82F3-44FB-9BA5-1334E49830A8 WINDOW,WINDOW_CONSTRUCTION_1,59.93,0.00,0.00,59.93,59.93,2.954,0.391,0.305,,,No,D9652D85-82F3-44FB-9BA5-1334E49830A8,90.35,90.00,E -,9202E9EC-DA44-46BF-83A3-6F93C6796155 WINDOW,WINDOW_CONSTRUCTION_1,78.94,0.00,0.00,78.94,78.94,2.954,0.391,0.305,,,No,9202E9EC-DA44-46BF-83A3-6F93C6796155,0.36,90.00,N -,C375692C-BDC4-4BDC-B04F-3AA74CE227CC WINDOW,WINDOW_CONSTRUCTION_1,50.93,0.00,0.00,50.93,50.93,2.954,0.391,0.305,,,No,C375692C-BDC4-4BDC-B04F-3AA74CE227CC,90.36,90.00,E -,94663C80-2BB1-498C-A0CB-A03722105057 WINDOW,WINDOW_CONSTRUCTION_1,77.92,0.00,0.00,77.92,77.92,2.954,0.391,0.305,,,No,94663C80-2BB1-498C-A0CB-A03722105057,180.36,90.00,S -,313396A9-6F9A-4E24-9E72-0B6500A752CE WINDOW,WINDOW_CONSTRUCTION_1,62.10,0.00,0.00,62.10,62.10,2.954,0.391,0.305,,,No,313396A9-6F9A-4E24-9E72-0B6500A752CE,90.36,90.00,E -,7521F29D-5C3F-4DA9-9001-A8EAC312AE83 WINDOW,WINDOW_CONSTRUCTION_1,113.26,0.00,0.00,113.26,113.26,2.954,0.391,0.305,,,No,7521F29D-5C3F-4DA9-9001-A8EAC312AE83,0.35,90.00,N -,34BC3599-AC57-4BBE-9D7F-2888C6DECCBA WINDOW,WINDOW_CONSTRUCTION_1,1.01,0.00,0.00,1.01,1.01,2.954,0.391,0.305,,,No,34BC3599-AC57-4BBE-9D7F-2888C6DECCBA,358.71,90.00,N -,D3A4085A-5BB6-4BC0-9EEE-4A62F3546745 WINDOW,WINDOW_CONSTRUCTION_1,0.80,0.00,0.00,0.80,0.80,2.954,0.391,0.305,,,No,D3A4085A-5BB6-4BC0-9EEE-4A62F3546745,90.31,90.00,E -,C49A2819-ED87-426F-B948-8E020E557A82 WINDOW,WINDOW_CONSTRUCTION_1,11.78,0.00,0.00,11.78,11.78,2.954,0.391,0.305,,,No,C49A2819-ED87-426F-B948-8E020E557A82,269.70,90.00,W -,CB9B966A-B94D-4D90-9A4C-95B4643AC214 WINDOW,WINDOW_CONSTRUCTION_1,25.78,0.00,0.00,25.78,25.78,2.954,0.391,0.305,,,No,CB9B966A-B94D-4D90-9A4C-95B4643AC214,179.68,90.00,S -,9A933A7F-CF1D-4664-9EC0-7EC0F9C89CDA WINDOW,WINDOW_CONSTRUCTION_1,10.80,0.00,0.00,10.80,10.80,2.954,0.391,0.305,,,No,9A933A7F-CF1D-4664-9EC0-7EC0F9C89CDA,89.74,90.00,E -,CFDEA50D-2C69-4366-B555-567EAF33DC9F WINDOW,WINDOW_CONSTRUCTION_1,12.11,0.00,0.00,12.11,12.11,2.954,0.391,0.305,,,No,CFDEA50D-2C69-4366-B555-567EAF33DC9F,90.03,90.00,E -,EB711559-2FD4-4ED3-825F-FD9EA05F253D WINDOW,WINDOW_CONSTRUCTION_1,26.05,0.00,0.00,26.05,26.05,2.954,0.391,0.305,,,No,EB711559-2FD4-4ED3-825F-FD9EA05F253D,359.95,90.00,N -,9D3EA49E-464E-4B27-ABE9-C16FDFD4C166 WINDOW,WINDOW_CONSTRUCTION_1,12.02,0.00,0.00,12.02,12.02,2.954,0.391,0.305,,,No,9D3EA49E-464E-4B27-ABE9-C16FDFD4C166,270.04,90.00,W -,2C88DABC-013D-4C68-B599-FFA7F23E1BA7 WINDOW,WINDOW_CONSTRUCTION_1,26.05,0.00,0.00,26.05,26.05,2.954,0.391,0.305,,,No,2C88DABC-013D-4C68-B599-FFA7F23E1BA7,180.13,90.00,S -,2C73C760-4411-444B-AD52-69E4D4C3EC74 WINDOW,WINDOW_CONSTRUCTION_1,0.80,0.00,0.00,0.80,0.80,2.954,0.391,0.305,,,No,2C73C760-4411-444B-AD52-69E4D4C3EC74,90.22,90.00,E -,6BD9CC5D-EBF7-4F80-8081-A2B4AD7289C1 WINDOW,WINDOW_CONSTRUCTION_1,21.37,0.00,0.00,21.37,21.37,2.954,0.391,0.305,,,No,6BD9CC5D-EBF7-4F80-8081-A2B4AD7289C1,359.45,90.00,N -,48E3DAD2-0DE1-45BF-AA96-BFF4AB2B62C3 WINDOW,WINDOW_CONSTRUCTION_1,0.95,0.00,0.00,0.95,0.95,2.954,0.391,0.305,,,No,48E3DAD2-0DE1-45BF-AA96-BFF4AB2B62C3,0.34,90.00,N -,EC1B4ACD-BDD6-42D0-8C8D-63F19F12588A WINDOW,WINDOW_CONSTRUCTION_1,11.21,0.00,0.00,11.21,11.21,2.954,0.391,0.305,,,No,EC1B4ACD-BDD6-42D0-8C8D-63F19F12588A,270.10,90.00,W -,C88BEAA9-D013-41CD-B847-F7EDB8C7A3DC WINDOW,WINDOW_CONSTRUCTION_1,10.67,0.00,0.00,10.67,10.67,2.954,0.391,0.305,,,No,C88BEAA9-D013-41CD-B847-F7EDB8C7A3DC,89.40,90.00,E -,A92AA13A-8C21-4BE2-84EB-C27DF99B34F2 WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,A92AA13A-8C21-4BE2-84EB-C27DF99B34F2,90.32,90.00,E -,CCF64059-4168-4245-974F-8687C312C1F4 WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,CCF64059-4168-4245-974F-8687C312C1F4,269.70,90.00,W -,9EC27607-BD73-4952-BD08-D2DCC38CF510 WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,9EC27607-BD73-4952-BD08-D2DCC38CF510,89.40,90.00,E -,70BB2665-FF18-47CF-AC1F-65127F2EBB6F WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,70BB2665-FF18-47CF-AC1F-65127F2EBB6F,270.10,90.00,W -,854AC3BE-DB47-4CE7-A933-7CA461218A4D WINDOW,WINDOW_CONSTRUCTION_1,11.17,0.00,0.00,11.17,11.17,2.954,0.391,0.305,,,No,854AC3BE-DB47-4CE7-A933-7CA461218A4D,89.40,90.00,E -,3483C3BC-272A-4B86-A04C-AF36D5E4CC52 WINDOW,WINDOW_CONSTRUCTION_1,11.21,0.00,0.00,11.21,11.21,2.954,0.391,0.305,,,No,3483C3BC-272A-4B86-A04C-AF36D5E4CC52,270.10,90.00,W -,3CEF9635-8AEE-46FD-88CF-7B2BB45DF9EC WINDOW,WINDOW_CONSTRUCTION_1,22.18,0.00,0.00,22.18,22.18,2.954,0.391,0.305,,,No,3CEF9635-8AEE-46FD-88CF-7B2BB45DF9EC,180.04,90.00,S -,AAA045E5-0474-486F-B6B1-444DEBD6286D WINDOW,WINDOW_CONSTRUCTION_1,0.78,0.00,0.00,0.78,0.78,2.954,0.391,0.305,,,No,AAA045E5-0474-486F-B6B1-444DEBD6286D,179.52,90.00,S -,57A8693C-CCDF-4C91-AAAD-0725191E1ABA WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,57A8693C-CCDF-4C91-AAAD-0725191E1ABA,89.40,90.00,E -,8A3589E7-E5C2-4C83-A13E-2392FCCB5161 WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,8A3589E7-E5C2-4C83-A13E-2392FCCB5161,270.10,90.00,W -,ACED190C-5B13-4767-8FD3-210D24B1C73A WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,ACED190C-5B13-4767-8FD3-210D24B1C73A,89.40,90.00,E -,A15A5516-0E86-494B-9106-ACEB50A9AE6F WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,A15A5516-0E86-494B-9106-ACEB50A9AE6F,270.10,90.00,W +,597E8893-BF63-4356-83EB-581A544045AC WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,597E8893-BF63-4356-83EB-581A544045AC,90.32,90.00,E +,E9F9F468-BE3C-406C-A131-151A54D54C3B WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,E9F9F468-BE3C-406C-A131-151A54D54C3B,269.70,90.00,W +,81D97B28-7FE0-47F3-A8EF-DBC87B6FA485 WINDOW,WINDOW_CONSTRUCTION_1,9.25,0.00,0.00,9.25,9.25,2.954,0.391,0.305,,,No,81D97B28-7FE0-47F3-A8EF-DBC87B6FA485,90.32,90.00,E +,465F65FE-61CA-4913-AA63-BD2BAD166056 WINDOW,WINDOW_CONSTRUCTION_1,1.76,0.00,0.00,1.76,1.76,2.954,0.391,0.305,,,No,465F65FE-61CA-4913-AA63-BD2BAD166056,89.91,90.00,E +,D4DDF175-8CE1-4DE4-920D-9E87760A2357 WINDOW,WINDOW_CONSTRUCTION_1,21.76,0.00,0.00,21.76,21.76,2.954,0.391,0.305,,,No,D4DDF175-8CE1-4DE4-920D-9E87760A2357,0.06,90.00,N +,CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 WINDOW,WINDOW_CONSTRUCTION_1,0.86,0.00,0.00,0.86,0.86,2.954,0.391,0.305,,,No,CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6,359.13,90.00,N +,B8E5722F-137A-4265-A0C8-4477DACE4464 WINDOW,WINDOW_CONSTRUCTION_1,10.96,0.00,0.00,10.96,10.96,2.954,0.391,0.305,,,No,B8E5722F-137A-4265-A0C8-4477DACE4464,269.70,90.00,W +,7D0C86B4-2C88-4226-8256-72C260ECE0BD WINDOW,WINDOW_CONSTRUCTION_1,48.49,0.00,0.00,48.49,48.49,2.954,0.391,0.305,,,No,7D0C86B4-2C88-4226-8256-72C260ECE0BD,270.37,90.00,W +,AA54AC6D-9DE4-4186-B260-051460D41D27 WINDOW,WINDOW_CONSTRUCTION_1,7.68,0.00,0.00,7.68,7.68,2.954,0.391,0.305,,,No,AA54AC6D-9DE4-4186-B260-051460D41D27,0.73,90.00,N +,9E618400-85C5-496B-A5FA-54781BA43CEF WINDOW,WINDOW_CONSTRUCTION_1,9.13,0.00,0.00,9.13,9.13,2.954,0.391,0.305,,,No,9E618400-85C5-496B-A5FA-54781BA43CEF,269.95,90.00,W +,8CC9A5F8-7042-4266-B52C-96552E8171FD WINDOW,WINDOW_CONSTRUCTION_1,5.95,0.00,0.00,5.95,5.95,2.954,0.391,0.305,,,No,8CC9A5F8-7042-4266-B52C-96552E8171FD,0.68,90.00,N +,BD015AC2-ED48-45A8-AFF2-AAA3F0E7E0F8 WINDOW,WINDOW_CONSTRUCTION_1,59.55,0.00,0.00,59.55,59.55,2.954,0.391,0.305,,,No,BD015AC2-ED48-45A8-AFF2-AAA3F0E7E0F8,270.63,90.00,W +,51CACE5A-D4F2-4D1B-ACB5-FFDBAF04A5E3 WINDOW,WINDOW_CONSTRUCTION_1,1.59,0.00,0.00,1.59,1.59,2.954,0.391,0.305,,,No,51CACE5A-D4F2-4D1B-ACB5-FFDBAF04A5E3,271.07,90.00,W +,CCB7F46B-11E3-47EF-9D74-515E3A60294A WINDOW,WINDOW_CONSTRUCTION_1,6.70,0.00,0.00,6.70,6.70,2.954,0.391,0.305,,,No,CCB7F46B-11E3-47EF-9D74-515E3A60294A,180.88,90.00,S +,3F743FC3-A3AF-44B1-8C5B-8A239C7A0DF1 WINDOW,WINDOW_CONSTRUCTION_1,8.72,0.00,0.00,8.72,8.72,2.954,0.391,0.305,,,No,3F743FC3-A3AF-44B1-8C5B-8A239C7A0DF1,270.81,90.00,W +,2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 WINDOW,WINDOW_CONSTRUCTION_1,9.04,0.00,0.00,9.04,9.04,2.954,0.391,0.305,,,No,2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7,180.83,90.00,S +,404B2F49-3137-4D51-9B65-BA17039744A7 WINDOW,WINDOW_CONSTRUCTION_1,47.57,0.00,0.00,47.57,47.57,2.954,0.391,0.305,,,No,404B2F49-3137-4D51-9B65-BA17039744A7,270.81,90.00,W +,5E512775-1BB9-4BFF-B0C1-56B547F0A8DF WINDOW,WINDOW_CONSTRUCTION_1,98.64,0.00,0.00,98.64,98.64,2.954,0.391,0.305,,,No,5E512775-1BB9-4BFF-B0C1-56B547F0A8DF,180.80,90.00,S +,E8D59443-A80D-4458-8F69-7EF4938D44C7 WINDOW,WINDOW_CONSTRUCTION_1,1.46,0.00,0.00,1.46,1.46,2.954,0.391,0.305,,,No,E8D59443-A80D-4458-8F69-7EF4938D44C7,181.90,90.00,S +,F90B3E61-9004-40B2-A979-81DAB0B99469 WINDOW,WINDOW_CONSTRUCTION_1,2.94,0.00,0.00,2.94,2.94,2.954,0.391,0.305,,,No,F90B3E61-9004-40B2-A979-81DAB0B99469,90.30,90.00,E +,334BAEB1-D3D8-43BC-9D18-8C8D5497B950 WINDOW,WINDOW_CONSTRUCTION_1,12.79,0.00,0.00,12.79,12.79,2.954,0.391,0.305,,,No,334BAEB1-D3D8-43BC-9D18-8C8D5497B950,180.36,90.00,S +,F2773F25-BF65-4CE3-89EC-CA874375AA3F WINDOW,WINDOW_CONSTRUCTION_1,59.93,0.00,0.00,59.93,59.93,2.954,0.391,0.305,,,No,F2773F25-BF65-4CE3-89EC-CA874375AA3F,90.35,90.00,E +,1CA10200-62C5-402B-909C-83A2A86AC628 WINDOW,WINDOW_CONSTRUCTION_1,78.94,0.00,0.00,78.94,78.94,2.954,0.391,0.305,,,No,1CA10200-62C5-402B-909C-83A2A86AC628,0.36,90.00,N +,CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 WINDOW,WINDOW_CONSTRUCTION_1,50.93,0.00,0.00,50.93,50.93,2.954,0.391,0.305,,,No,CACC7EAD-4051-4299-A3FE-A21BD1EA6C93,90.36,90.00,E +,8278B81D-4747-472F-A7F3-0F5F4834369E WINDOW,WINDOW_CONSTRUCTION_1,77.92,0.00,0.00,77.92,77.92,2.954,0.391,0.305,,,No,8278B81D-4747-472F-A7F3-0F5F4834369E,180.36,90.00,S +,EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 WINDOW,WINDOW_CONSTRUCTION_1,62.10,0.00,0.00,62.10,62.10,2.954,0.391,0.305,,,No,EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0,90.36,90.00,E +,5E175F67-94FE-490D-AD22-13AD9EA2F624 WINDOW,WINDOW_CONSTRUCTION_1,113.26,0.00,0.00,113.26,113.26,2.954,0.391,0.305,,,No,5E175F67-94FE-490D-AD22-13AD9EA2F624,0.35,90.00,N +,8F1314AA-7CA7-4107-BFD4-E601556F45F2 WINDOW,WINDOW_CONSTRUCTION_1,1.01,0.00,0.00,1.01,1.01,2.954,0.391,0.305,,,No,8F1314AA-7CA7-4107-BFD4-E601556F45F2,358.71,90.00,N +,996A84C5-812F-403B-879D-7233B65AA66F WINDOW,WINDOW_CONSTRUCTION_1,0.80,0.00,0.00,0.80,0.80,2.954,0.391,0.305,,,No,996A84C5-812F-403B-879D-7233B65AA66F,90.31,90.00,E +,48618736-DEE0-4588-AFDF-D82A1EC13FB0 WINDOW,WINDOW_CONSTRUCTION_1,11.78,0.00,0.00,11.78,11.78,2.954,0.391,0.305,,,No,48618736-DEE0-4588-AFDF-D82A1EC13FB0,269.70,90.00,W +,C4EA0EBA-E459-4E6E-BC40-59E57B9A1AB5 WINDOW,WINDOW_CONSTRUCTION_1,25.78,0.00,0.00,25.78,25.78,2.954,0.391,0.305,,,No,C4EA0EBA-E459-4E6E-BC40-59E57B9A1AB5,179.68,90.00,S +,96E4C93A-7D73-4F02-A1B0-1BA8B18682D1 WINDOW,WINDOW_CONSTRUCTION_1,10.80,0.00,0.00,10.80,10.80,2.954,0.391,0.305,,,No,96E4C93A-7D73-4F02-A1B0-1BA8B18682D1,89.74,90.00,E +,E2ECFD8B-F3B6-4753-A361-6F442C491E6C WINDOW,WINDOW_CONSTRUCTION_1,12.11,0.00,0.00,12.11,12.11,2.954,0.391,0.305,,,No,E2ECFD8B-F3B6-4753-A361-6F442C491E6C,90.03,90.00,E +,DA9F4734-38C4-42B7-8862-1E510B356BD9 WINDOW,WINDOW_CONSTRUCTION_1,26.05,0.00,0.00,26.05,26.05,2.954,0.391,0.305,,,No,DA9F4734-38C4-42B7-8862-1E510B356BD9,359.95,90.00,N +,C860B96F-077E-4B02-A9F9-B55670FD477B WINDOW,WINDOW_CONSTRUCTION_1,12.02,0.00,0.00,12.02,12.02,2.954,0.391,0.305,,,No,C860B96F-077E-4B02-A9F9-B55670FD477B,270.04,90.00,W +,480A21AF-85AE-4059-B848-33FD5F3A5720 WINDOW,WINDOW_CONSTRUCTION_1,26.05,0.00,0.00,26.05,26.05,2.954,0.391,0.305,,,No,480A21AF-85AE-4059-B848-33FD5F3A5720,180.13,90.00,S +,DB1D1E20-BE98-49D4-9E40-1940144BF615 WINDOW,WINDOW_CONSTRUCTION_1,0.80,0.00,0.00,0.80,0.80,2.954,0.391,0.305,,,No,DB1D1E20-BE98-49D4-9E40-1940144BF615,90.22,90.00,E +,8FC429BC-81D9-449A-80A9-38F77B3E66DD WINDOW,WINDOW_CONSTRUCTION_1,21.37,0.00,0.00,21.37,21.37,2.954,0.391,0.305,,,No,8FC429BC-81D9-449A-80A9-38F77B3E66DD,359.45,90.00,N +,759D0D84-9F31-46A9-AB0C-A80AF93CD9F9 WINDOW,WINDOW_CONSTRUCTION_1,0.95,0.00,0.00,0.95,0.95,2.954,0.391,0.305,,,No,759D0D84-9F31-46A9-AB0C-A80AF93CD9F9,0.34,90.00,N +,2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4 WINDOW,WINDOW_CONSTRUCTION_1,11.21,0.00,0.00,11.21,11.21,2.954,0.391,0.305,,,No,2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4,270.10,90.00,W +,5EC4A61B-3773-449F-B181-753456E72C34 WINDOW,WINDOW_CONSTRUCTION_1,10.67,0.00,0.00,10.67,10.67,2.954,0.391,0.305,,,No,5EC4A61B-3773-449F-B181-753456E72C34,89.40,90.00,E +,D9F477EB-A2BB-45DC-80C6-F24D09A96A5C WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,D9F477EB-A2BB-45DC-80C6-F24D09A96A5C,90.32,90.00,E +,12B9DB48-E074-4E87-8478-9A8221BFECE1 WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,12B9DB48-E074-4E87-8478-9A8221BFECE1,269.70,90.00,W +,D15932BE-B61F-4D05-8F3D-A538ADA1C1B9 WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,D15932BE-B61F-4D05-8F3D-A538ADA1C1B9,89.40,90.00,E +,D7BFAC7E-FFE4-43E5-A664-66123D42D5E0 WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,D7BFAC7E-FFE4-43E5-A664-66123D42D5E0,270.10,90.00,W +,88E8F7FF-619E-4595-81EB-D5BAD7867696 WINDOW,WINDOW_CONSTRUCTION_1,11.17,0.00,0.00,11.17,11.17,2.954,0.391,0.305,,,No,88E8F7FF-619E-4595-81EB-D5BAD7867696,89.40,90.00,E +,28CE80FE-FE76-466F-A7EB-88A00D656F05 WINDOW,WINDOW_CONSTRUCTION_1,11.21,0.00,0.00,11.21,11.21,2.954,0.391,0.305,,,No,28CE80FE-FE76-466F-A7EB-88A00D656F05,270.10,90.00,W +,F5F1247A-88BE-4F06-B629-4C3613F82D51 WINDOW,WINDOW_CONSTRUCTION_1,22.18,0.00,0.00,22.18,22.18,2.954,0.391,0.305,,,No,F5F1247A-88BE-4F06-B629-4C3613F82D51,180.04,90.00,S +,B8CB1843-0410-4673-BFD4-5DC3C73F2BDD WINDOW,WINDOW_CONSTRUCTION_1,0.78,0.00,0.00,0.78,0.78,2.954,0.391,0.305,,,No,B8CB1843-0410-4673-BFD4-5DC3C73F2BDD,179.52,90.00,S +,23571505-EC9B-43AD-BFCA-E0997E7A40A6 WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,23571505-EC9B-43AD-BFCA-E0997E7A40A6,89.40,90.00,E +,ED2B8CED-C770-4499-B4D2-1F89BA80E037 WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,ED2B8CED-C770-4499-B4D2-1F89BA80E037,270.10,90.00,W +,39CD3473-FBC3-431F-B595-088111688FF0 WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,39CD3473-FBC3-431F-B595-088111688FF0,89.40,90.00,E +,E3C38143-FDEB-4CAD-BFDE-4855A94C5FFE WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,E3C38143-FDEB-4CAD-BFDE-4855A94C5FFE,270.10,90.00,W ,Total or Average,,,,,,1128.02,2.954,0.391,0.305,,,,,,, ,North Total or Average,,,,,,277.84,2.954,0.391,0.305,,,,,,, ,Non-North Total or Average,,,,,,850.18,2.954,0.391,0.305,,,,,,, diff --git a/out_files/Montreal_tbl.htm b/out_files/Montreal_tbl.htm index c4b7d7a9..be7d408f 100644 --- a/out_files/Montreal_tbl.htm +++ b/out_files/Montreal_tbl.htm @@ -2,27 +2,27 @@ Buildings in b'Montreal' RUN PERIOD 1 ** Montreal Int'l PQ CAN WYEC2-B-94792 WMO#=716270 - 2023-12-21 - 10:17:02 + 2023-12-28 + 13:46:25 - EnergyPlus

Table of Contents

-

Program Version:EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.21 10:16

+

Program Version:EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.28 13:46

Tabular Output Report in Format: HTML

Building: Buildings in b'Montreal'

Environment: RUN PERIOD 1 ** Montreal Int'l PQ CAN WYEC2-B-94792 WMO#=716270

-

Simulation Timestamp: 2023-12-21 - 10:17:02

+

Simulation Timestamp: 2023-12-28 + 13:46:25


Table of Contents

Report: Annual Building Utility Performance Summary

For: Entire Facility

-

Timestamp: 2023-12-21 - 10:17:02

+

Timestamp: 2023-12-28 + 13:46:25

Values gathered over 8760.00 hours



Site and Source Energy

@@ -1611,8 +1611,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Input Verification and Results Summary

For: Entire Facility

-

Timestamp: 2023-12-21 - 10:17:02

+

Timestamp: 2023-12-28 + 13:46:25

General

@@ -1621,7 +1621,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2036,8 +2036,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Demand End Use Components Summary

For: Entire Facility

-

Timestamp: 2023-12-21 - 10:17:02

+

Timestamp: 2023-12-28 + 13:46:25

End Uses

Program Version and BuildEnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.21 10:16EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.28 13:46
RunPeriod
@@ -3104,15 +3104,15 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Component Sizing Summary

For: Entire Facility

-

Timestamp: 2023-12-21 - 10:17:02

+

Timestamp: 2023-12-28 + 13:46:25


Table of Contents

Report: Adaptive Comfort Summary

For: Entire Facility

-

Timestamp: 2023-12-21 - 10:17:02

+

Timestamp: 2023-12-28 + 13:46:25

Time Not Meeting the Adaptive Comfort Models during Occupied Hours

@@ -3130,8 +3130,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Climatic Data Summary

For: Entire Facility

-

Timestamp: 2023-12-21 - 10:17:02

+

Timestamp: 2023-12-28 + 13:46:25

SizingPeriod:DesignDay

@@ -3171,8 +3171,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Envelope Summary

For: Entire Facility

-

Timestamp: 2023-12-21 - 10:17:02

+

Timestamp: 2023-12-28 + 13:46:25

Opaque Exterior

@@ -3188,7 +3188,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3200,7 +3200,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3212,7 +3212,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3224,7 +3224,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3236,7 +3236,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3248,7 +3248,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3260,7 +3260,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3272,7 +3272,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3284,7 +3284,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3296,7 +3296,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3308,7 +3308,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3320,7 +3320,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3332,7 +3332,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3344,7 +3344,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3356,7 +3356,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3368,7 +3368,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3380,7 +3380,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3392,7 +3392,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3404,7 +3404,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3416,7 +3416,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3428,7 +3428,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3440,7 +3440,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3452,7 +3452,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3464,7 +3464,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3476,7 +3476,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3488,7 +3488,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3500,7 +3500,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3512,7 +3512,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3524,7 +3524,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3536,7 +3536,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3548,7 +3548,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3560,7 +3560,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3572,7 +3572,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3584,7 +3584,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3596,7 +3596,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3608,7 +3608,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3620,7 +3620,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3632,7 +3632,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3644,7 +3644,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3656,7 +3656,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3668,7 +3668,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3680,7 +3680,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3692,7 +3692,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3704,7 +3704,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3716,7 +3716,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3728,7 +3728,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3740,7 +3740,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3752,7 +3752,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3764,7 +3764,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3776,7 +3776,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3788,7 +3788,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3800,7 +3800,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3812,7 +3812,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3824,7 +3824,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3836,7 +3836,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3848,7 +3848,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3860,7 +3860,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3872,7 +3872,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3884,7 +3884,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3896,7 +3896,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3908,7 +3908,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3920,7 +3920,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3932,7 +3932,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3944,7 +3944,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3956,7 +3956,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3968,7 +3968,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3980,7 +3980,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -3992,7 +3992,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4004,7 +4004,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4016,7 +4016,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4028,7 +4028,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4040,7 +4040,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4052,7 +4052,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4064,7 +4064,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4076,7 +4076,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4104,7 +4104,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4116,7 +4116,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4128,7 +4128,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4140,7 +4140,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4152,7 +4152,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4164,7 +4164,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4176,7 +4176,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4188,7 +4188,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4200,7 +4200,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4212,7 +4212,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4224,7 +4224,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4236,7 +4236,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4248,7 +4248,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4260,7 +4260,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4295,7 +4295,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -4308,13 +4308,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4327,13 +4327,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4346,13 +4346,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4365,13 +4365,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4384,13 +4384,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4403,13 +4403,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4422,13 +4422,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4441,13 +4441,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4460,13 +4460,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4479,13 +4479,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4498,13 +4498,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4517,13 +4517,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4536,13 +4536,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4555,13 +4555,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4574,13 +4574,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4593,13 +4593,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4612,13 +4612,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4631,13 +4631,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4650,13 +4650,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4669,13 +4669,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4688,13 +4688,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4707,13 +4707,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4726,13 +4726,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4745,13 +4745,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4764,13 +4764,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4783,13 +4783,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4802,13 +4802,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4821,13 +4821,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4840,13 +4840,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4859,13 +4859,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4878,13 +4878,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4897,13 +4897,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4916,13 +4916,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4935,13 +4935,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4954,13 +4954,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4973,13 +4973,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -4992,13 +4992,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -5011,13 +5011,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -5030,13 +5030,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -5049,13 +5049,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -5068,13 +5068,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -5087,13 +5087,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -5106,13 +5106,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -5125,13 +5125,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -5144,13 +5144,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -5163,13 +5163,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -5182,13 +5182,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -5201,13 +5201,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -5220,13 +5220,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -5239,13 +5239,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -5258,13 +5258,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -5277,13 +5277,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -5296,7 +5296,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -5429,8 +5429,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Lighting Summary

For: Entire Facility

-

Timestamp: 2023-12-21 - 10:17:02

+

Timestamp: 2023-12-28 + 13:46:25

Interior Lighting

Cardinal Direction
DA2DBB08-CA41-4871-A0A8-4673E8576B05597E8893-BF63-4356-83EB-581A544045AC 1981_1990_6 0.40 0.644 E
C78EBBD1-8B31-4836-AB90-A46F01BF1586E9F9F468-BE3C-406C-A131-151A54D54C3B 1981_1990_6 0.40 0.644 W
8999743B-69A2-42FE-8A7C-67B453734AB15B48231E-B210-48CA-BFF3-62C8D8E642CD 1981_1990_6 0.40 0.639  
D6595750-3255-41B5-8254-B96ACF292BBE5090EE93-FEFB-418C-B8E3-C35CC3106B55 1981_1990_6 0.40 0.649  
10FF4FC7-A92B-4B40-957C-3A008648856F81D97B28-7FE0-47F3-A8EF-DBC87B6FA485 1981_1990_6 0.40 0.644 E
8D624A84-35F4-4519-B253-C3B68564C560465F65FE-61CA-4913-AA63-BD2BAD166056 1981_1990_6 0.40 0.644 E
C22BEF2D-ADA4-4921-8DC1-B4D10711D5AFD4DDF175-8CE1-4DE4-920D-9E87760A2357 1981_1990_6 0.40 0.644 N
7DD990C9-3907-46C8-986C-FFAB3E416899CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 1981_1990_6 0.40 0.644 N
586964D8-CB6B-4909-8141-CB24582E02D2B8E5722F-137A-4265-A0C8-4477DACE4464 1981_1990_6 0.40 0.644 W
D53794C6-5099-4A8A-A478-FD3659B4CC413F6836B3-3739-4EB7-A50F-6B1EC2695C69 1981_1990_6 0.40 0.639  
38C85E00-1A52-4CE6-9B07-B24B047CAD25CADC5B75-BB4B-46D4-9B46-CB298FC508E4 1981_1990_6 0.40 0.649  
DEFCD208-A569-4F67-8057-9BBAA044D0D17D0C86B4-2C88-4226-8256-72C260ECE0BD 1981_1990_6 0.40 0.644 W
C4EE45BD-FFE9-4AE5-A943-19E38F02B369AA54AC6D-9DE4-4186-B260-051460D41D27 1981_1990_6 0.40 0.644 N
C6E93FE0-9BD0-4988-A9FA-85E3087B4CAA9E618400-85C5-496B-A5FA-54781BA43CEF 1981_1990_6 0.40 0.644 W
2ED136D2-C970-4AA9-AC6D-F1CF8E09BE428CC9A5F8-7042-4266-B52C-96552E8171FD 1981_1990_6 0.40 0.644 N
6C2F3EDC-54DF-4101-AB11-E65C22463480BD015AC2-ED48-45A8-AFF2-AAA3F0E7E0F8 1981_1990_6 0.40 0.644 W
5343466E-9F28-4B4B-8836-C64F48D3561B51CACE5A-D4F2-4D1B-ACB5-FFDBAF04A5E3 1981_1990_6 0.40 0.644 W
CF45B16F-D9A0-4749-B814-DEB5F7437091CCB7F46B-11E3-47EF-9D74-515E3A60294A 1981_1990_6 0.40 0.644 S
CF45B86D-41F1-457B-A148-9732D24A4ACC3F743FC3-A3AF-44B1-8C5B-8A239C7A0DF1 1981_1990_6 0.40 0.644 W
64E08CB6-02C4-4CC0-B907-0B234905DBE82A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 1981_1990_6 0.40 0.644 S
E596F062-D142-4026-B3A1-1F7A73B6820A404B2F49-3137-4D51-9B65-BA17039744A7 1981_1990_6 0.40 0.644 W
14C6C244-6A9A-46AA-8257-3CCD07AB41705E512775-1BB9-4BFF-B0C1-56B547F0A8DF 1981_1990_6 0.40 0.644 S
2D141783-9717-46F2-B1A8-3EFCD7D0B119E8D59443-A80D-4458-8F69-7EF4938D44C7 1981_1990_6 0.40 0.644 S
F8D36176-0913-4B2E-9B2C-A234769A337EF90B3E61-9004-40B2-A979-81DAB0B99469 1981_1990_6 0.40 0.644 E
0CDAF8EB-1CEB-48E3-B07A-0A94317CFBAD334BAEB1-D3D8-43BC-9D18-8C8D5497B950 1981_1990_6 0.40 0.644 S
D9652D85-82F3-44FB-9BA5-1334E49830A8F2773F25-BF65-4CE3-89EC-CA874375AA3F 1981_1990_6 0.40 0.644 E
9202E9EC-DA44-46BF-83A3-6F93C67961551CA10200-62C5-402B-909C-83A2A86AC628 1981_1990_6 0.40 0.644 N
C375692C-BDC4-4BDC-B04F-3AA74CE227CCCACC7EAD-4051-4299-A3FE-A21BD1EA6C93 1981_1990_6 0.40 0.644 E
94663C80-2BB1-498C-A0CB-A037221050578278B81D-4747-472F-A7F3-0F5F4834369E 1981_1990_6 0.40 0.644 S
313396A9-6F9A-4E24-9E72-0B6500A752CEEA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 1981_1990_6 0.40 0.644 E
7521F29D-5C3F-4DA9-9001-A8EAC312AE835E175F67-94FE-490D-AD22-13AD9EA2F624 1981_1990_6 0.40 0.644 N
FE2E55CA-CDE1-4FE8-A0D0-209F6F2E0379C53FC572-BF34-408F-8F51-C400DE236CBC 1981_1990_6 0.40 0.639  
749AC796-0656-4BD9-AD3B-6A4775551EB057B878DC-1779-436B-9756-55C0AF76D50E 1981_1990_6 0.40 0.649  
34BC3599-AC57-4BBE-9D7F-2888C6DECCBA8F1314AA-7CA7-4107-BFD4-E601556F45F2 1981_1990_6 0.40 0.644 N
D3A4085A-5BB6-4BC0-9EEE-4A62F3546745996A84C5-812F-403B-879D-7233B65AA66F 1981_1990_6 0.40 0.644 E
C49A2819-ED87-426F-B948-8E020E557A8248618736-DEE0-4588-AFDF-D82A1EC13FB0 1981_1990_6 0.40 0.644 W
CB9B966A-B94D-4D90-9A4C-95B4643AC214C4EA0EBA-E459-4E6E-BC40-59E57B9A1AB5 1981_1990_6 0.40 0.644 S
9A933A7F-CF1D-4664-9EC0-7EC0F9C89CDA96E4C93A-7D73-4F02-A1B0-1BA8B18682D1 1981_1990_6 0.40 0.644 E
BF6FD901-CE16-4B3E-9771-5EBA8A9C0A64DAAFBE38-0BB6-4E78-99D8-A24D93683C5F 1981_1990_6 0.40 0.639  
0A36EF86-9120-4B50-A50B-5B69E27AC5EB88AC3937-911D-427D-9291-68DA65F3AD67 1981_1990_6 0.40 0.649  
CFDEA50D-2C69-4366-B555-567EAF33DC9FE2ECFD8B-F3B6-4753-A361-6F442C491E6C 1981_1990_6 0.40 0.644 E
EB711559-2FD4-4ED3-825F-FD9EA05F253DDA9F4734-38C4-42B7-8862-1E510B356BD9 1981_1990_6 0.40 0.644 N
9D3EA49E-464E-4B27-ABE9-C16FDFD4C166C860B96F-077E-4B02-A9F9-B55670FD477B 1981_1990_6 0.40 0.644 W
2C88DABC-013D-4C68-B599-FFA7F23E1BA7480A21AF-85AE-4059-B848-33FD5F3A5720 1981_1990_6 0.40 0.644 S
9C304F09-7FB8-4332-8D9B-864D212E781C7581E7C1-7442-4E57-B277-4F8CA5FDF4C0 1981_1990_6 0.40 0.639  
9B7536E1-D256-403D-AEF0-E626FCEAD9AA49E69C19-AA91-4925-98AC-D68299566337 1981_1990_6 0.40 0.649  
2C73C760-4411-444B-AD52-69E4D4C3EC74DB1D1E20-BE98-49D4-9E40-1940144BF615 1981_1990_6 0.40 0.644 E
6BD9CC5D-EBF7-4F80-8081-A2B4AD7289C18FC429BC-81D9-449A-80A9-38F77B3E66DD 1981_1990_6 0.40 0.644 N
48E3DAD2-0DE1-45BF-AA96-BFF4AB2B62C3759D0D84-9F31-46A9-AB0C-A80AF93CD9F9 1981_1990_6 0.40 0.644 N
EC1B4ACD-BDD6-42D0-8C8D-63F19F12588A2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4 1981_1990_6 0.40 0.644 W
C88BEAA9-D013-41CD-B847-F7EDB8C7A3DC5EC4A61B-3773-449F-B181-753456E72C34 1981_1990_6 0.40 0.644 E
08A9CB96-35E7-484E-8338-DF8D9EA00BB11F2698C6-9AB2-4092-8689-F48F27F007F3 1981_1990_6 0.40 0.639  
0D266BA8-9BBA-43AF-9784-696ABFF75986C421315B-3FA6-4F26-8FE4-2BD36E46C018 1981_1990_6 0.40 0.649  
A92AA13A-8C21-4BE2-84EB-C27DF99B34F2D9F477EB-A2BB-45DC-80C6-F24D09A96A5C 1981_1990_6 0.40 0.644 E
CCF64059-4168-4245-974F-8687C312C1F412B9DB48-E074-4E87-8478-9A8221BFECE1 1981_1990_6 0.40 0.644 W
FE41D3BC-A81F-43E2-9952-1EF717D22DC30F842809-D03C-47DA-A397-CC369EC4D39B 1981_1990_6 0.40 0.639  
4CDAFCB8-7425-462B-A6A9-7893DA44744F9A1D52B6-CA21-44CB-8234-487282B053CE 1981_1990_6 0.40 0.649  
9EC27607-BD73-4952-BD08-D2DCC38CF510D15932BE-B61F-4D05-8F3D-A538ADA1C1B9 1981_1990_6 0.40 0.644 E
70BB2665-FF18-47CF-AC1F-65127F2EBB6FD7BFAC7E-FFE4-43E5-A664-66123D42D5E0 1981_1990_6 0.40 0.644 W
3D6B338B-AC1B-4C09-A99A-6879BB4A3C56F1D05492-FC37-4CE7-B4BE-AB84E65BBA2D 1981_1990_6 0.40 0.639  
D51CA087-04C0-4DD5-A619-3EE6F767F1DF549077E1-BF77-47A7-AFFB-E487658423CC 1981_1990_6 0.40 0.649  
854AC3BE-DB47-4CE7-A933-7CA461218A4D88E8F7FF-619E-4595-81EB-D5BAD7867696 1981_1990_6 0.40 0.644 E
3483C3BC-272A-4B86-A04C-AF36D5E4CC5228CE80FE-FE76-466F-A7EB-88A00D656F05 1981_1990_6 0.40 0.644 W
3CEF9635-8AEE-46FD-88CF-7B2BB45DF9ECF5F1247A-88BE-4F06-B629-4C3613F82D51 1981_1990_6 0.40 0.644 S
AAA045E5-0474-486F-B6B1-444DEBD6286DB8CB1843-0410-4673-BFD4-5DC3C73F2BDD 1981_1990_6 0.40 0.644 S
36D429D7-F89D-452D-88C6-F1E3BEEBAFEBEC0278F6-DA80-4F16-8DE4-BB9973EBB3B2 1981_1990_6 0.40 0.639  
1F980DFD-6138-4342-B24A-3B80050163A9DC07A81C-DAB5-45F7-BEE5-80767931DBC0 1981_1990_6 0.40 0.649  
57A8693C-CCDF-4C91-AAAD-0725191E1ABA23571505-EC9B-43AD-BFCA-E0997E7A40A6 1981_1990_6 0.40 0.644 E
8A3589E7-E5C2-4C83-A13E-2392FCCB5161ED2B8CED-C770-4499-B4D2-1F89BA80E037 1981_1990_6 0.40 0.644 W
87C8F1CB-443B-4C6F-AFEF-BBF5C177512A5B52E826-42B4-4A00-9549-10196A13F76D 1981_1990_6 0.40 0.639  
2D4357FE-8B7F-4996-AE6E-413A1D73344636849036-C5B5-40B7-8F21-F853A75F082B 1981_1990_6 0.40 0.649  
ACED190C-5B13-4767-8FD3-210D24B1C73A39CD3473-FBC3-431F-B595-088111688FF0 1981_1990_6 0.40 0.644 E
A15A5516-0E86-494B-9106-ACEB50A9AE6FE3C38143-FDEB-4CAD-BFDE-4855A94C5FFE 1981_1990_6 0.40 0.644 W
2D07A52E-2D21-4E96-AFF7-D489D8D83560CC5D3CDE-CC73-4B55-9BE2-DA25001A6EA6 1981_1990_6 0.40 0.639  
FDCF25E5-06C1-4B1A-9661-677FE95B28DABC98B527-A9A7-4167-8D48-AD07E222751B 1981_1990_6 0.40 0.649 Cardinal Direction
D61EDFC5-3A2B-4754-9701-AF5837BDE4C0500F7547-EA7A-498B-8000-CC091AFCE755 1981_1990_6 0.40 0.609 N
31AFB167-A379-4F4C-9BC4-A232ECF39CD6398D7259-ACD4-4A78-B8DD-F50A483BBA9D 1981_1990_6 0.40 0.609 S
0C7C5F8B-1E8D-4A84-83E1-A4BA4DA017DC6AC6AA25-5E89-4029-9946-74804658CAF4 1981_1990_6 0.40 0.609 S
4668EFE0-5255-4A3F-92E8-465BFEC7A02384E6204F-F657-41CA-BD9C-FF8DD55FDCD9 1981_1990_6 0.40 0.609 N
AC676F79-22FF-443D-B3F8-DE9BE38822308DFBD53D-371B-4A6F-9422-D041D8AADF88 1981_1990_6 0.40 0.609 S
1E227EB9-1E76-45A4-97C1-C2150DC6981D4A29AC31-F3CA-4AE3-AF0C-5D2899DDD309 1981_1990_6 0.40 0.609 N
C4B33EE1-913A-44E6-895A-00187083E5031542594C-4A08-4E29-BBB6-BF6798DD1E56 1981_1990_6 0.40 0.609 S
C624AE68-0972-41AB-B983-63341316A356F72F957D-1E74-40BC-B6CB-D42C2B474277 1981_1990_6 0.40 0.609 N
611EDE91-A2CB-47E6-BEA7-985F6568D57B53505FE8-5ADB-4B73-BD6C-955D322B0A64 1981_1990_6 0.40 0.609 S
4784E25C-523C-4098-B91B-01593EA56D07744EAE42-6F20-4700-9BFC-85DD929A297D 1981_1990_6 0.40 0.609 N
AA41D277-A045-4628-8941-9D6FCCA71D8ECB1B4365-3338-4050-8DE9-CBD4EBF6ACE2 1981_1990_6 0.40 0.609 N
40E1720D-794E-49DB-863F-18F95B978CEF7FA395E8-2B05-448A-B1B1-9CA854CD4CDB 1981_1990_6 0.40 0.609 S
5868F322-7B22-4FB5-BE43-C41C4491F897E8EAF434-D518-420C-A1AE-4F9AC185C3C7 1981_1990_6 0.40 0.609 N
3621CC15-71DC-496F-9F02-9A87E583FCA9E2AF1629-BF60-4BA4-B83F-DA0427CC5520 1981_1990_6 0.40 0.609 Cardinal Direction
DA2DBB08-CA41-4871-A0A8-4673E8576B05 WINDOW597E8893-BF63-4356-83EB-581A544045AC WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     NoDA2DBB08-CA41-4871-A0A8-4673E8576B05597E8893-BF63-4356-83EB-581A544045AC 90.32 90.00 E
C78EBBD1-8B31-4836-AB90-A46F01BF1586 WINDOWE9F9F468-BE3C-406C-A131-151A54D54C3B WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     NoC78EBBD1-8B31-4836-AB90-A46F01BF1586E9F9F468-BE3C-406C-A131-151A54D54C3B 269.70 90.00 W
10FF4FC7-A92B-4B40-957C-3A008648856F WINDOW81D97B28-7FE0-47F3-A8EF-DBC87B6FA485 WINDOW WINDOW_CONSTRUCTION_1 9.25 0.00     No10FF4FC7-A92B-4B40-957C-3A008648856F81D97B28-7FE0-47F3-A8EF-DBC87B6FA485 90.32 90.00 E
8D624A84-35F4-4519-B253-C3B68564C560 WINDOW465F65FE-61CA-4913-AA63-BD2BAD166056 WINDOW WINDOW_CONSTRUCTION_1 1.76 0.00     No8D624A84-35F4-4519-B253-C3B68564C560465F65FE-61CA-4913-AA63-BD2BAD166056 89.91 90.00 E
C22BEF2D-ADA4-4921-8DC1-B4D10711D5AF WINDOWD4DDF175-8CE1-4DE4-920D-9E87760A2357 WINDOW WINDOW_CONSTRUCTION_1 21.76 0.00     NoC22BEF2D-ADA4-4921-8DC1-B4D10711D5AFD4DDF175-8CE1-4DE4-920D-9E87760A2357 0.06 90.00 N
7DD990C9-3907-46C8-986C-FFAB3E416899 WINDOWCD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 WINDOW WINDOW_CONSTRUCTION_1 0.86 0.00     No7DD990C9-3907-46C8-986C-FFAB3E416899CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 359.13 90.00 N
586964D8-CB6B-4909-8141-CB24582E02D2 WINDOWB8E5722F-137A-4265-A0C8-4477DACE4464 WINDOW WINDOW_CONSTRUCTION_1 10.96 0.00     No586964D8-CB6B-4909-8141-CB24582E02D2B8E5722F-137A-4265-A0C8-4477DACE4464 269.70 90.00 W
DEFCD208-A569-4F67-8057-9BBAA044D0D1 WINDOW7D0C86B4-2C88-4226-8256-72C260ECE0BD WINDOW WINDOW_CONSTRUCTION_1 48.49 0.00     NoDEFCD208-A569-4F67-8057-9BBAA044D0D17D0C86B4-2C88-4226-8256-72C260ECE0BD 270.37 90.00 W
C4EE45BD-FFE9-4AE5-A943-19E38F02B369 WINDOWAA54AC6D-9DE4-4186-B260-051460D41D27 WINDOW WINDOW_CONSTRUCTION_1 7.68 0.00     NoC4EE45BD-FFE9-4AE5-A943-19E38F02B369AA54AC6D-9DE4-4186-B260-051460D41D27 0.73 90.00 N
C6E93FE0-9BD0-4988-A9FA-85E3087B4CAA WINDOW9E618400-85C5-496B-A5FA-54781BA43CEF WINDOW WINDOW_CONSTRUCTION_1 9.13 0.00     NoC6E93FE0-9BD0-4988-A9FA-85E3087B4CAA9E618400-85C5-496B-A5FA-54781BA43CEF 269.95 90.00 W
2ED136D2-C970-4AA9-AC6D-F1CF8E09BE42 WINDOW8CC9A5F8-7042-4266-B52C-96552E8171FD WINDOW WINDOW_CONSTRUCTION_1 5.95 0.00     No2ED136D2-C970-4AA9-AC6D-F1CF8E09BE428CC9A5F8-7042-4266-B52C-96552E8171FD 0.68 90.00 N
6C2F3EDC-54DF-4101-AB11-E65C22463480 WINDOWBD015AC2-ED48-45A8-AFF2-AAA3F0E7E0F8 WINDOW WINDOW_CONSTRUCTION_1 59.55 0.00     No6C2F3EDC-54DF-4101-AB11-E65C22463480BD015AC2-ED48-45A8-AFF2-AAA3F0E7E0F8 270.63 90.00 W
5343466E-9F28-4B4B-8836-C64F48D3561B WINDOW51CACE5A-D4F2-4D1B-ACB5-FFDBAF04A5E3 WINDOW WINDOW_CONSTRUCTION_1 1.59 0.00     No5343466E-9F28-4B4B-8836-C64F48D3561B51CACE5A-D4F2-4D1B-ACB5-FFDBAF04A5E3 271.07 90.00 W
CF45B16F-D9A0-4749-B814-DEB5F7437091 WINDOWCCB7F46B-11E3-47EF-9D74-515E3A60294A WINDOW WINDOW_CONSTRUCTION_1 6.70 0.00     NoCF45B16F-D9A0-4749-B814-DEB5F7437091CCB7F46B-11E3-47EF-9D74-515E3A60294A 180.88 90.00 S
CF45B86D-41F1-457B-A148-9732D24A4ACC WINDOW3F743FC3-A3AF-44B1-8C5B-8A239C7A0DF1 WINDOW WINDOW_CONSTRUCTION_1 8.72 0.00     NoCF45B86D-41F1-457B-A148-9732D24A4ACC3F743FC3-A3AF-44B1-8C5B-8A239C7A0DF1 270.81 90.00 W
64E08CB6-02C4-4CC0-B907-0B234905DBE8 WINDOW2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 WINDOW WINDOW_CONSTRUCTION_1 9.04 0.00     No64E08CB6-02C4-4CC0-B907-0B234905DBE82A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 180.83 90.00 S
E596F062-D142-4026-B3A1-1F7A73B6820A WINDOW404B2F49-3137-4D51-9B65-BA17039744A7 WINDOW WINDOW_CONSTRUCTION_1 47.57 0.00     NoE596F062-D142-4026-B3A1-1F7A73B6820A404B2F49-3137-4D51-9B65-BA17039744A7 270.81 90.00 W
14C6C244-6A9A-46AA-8257-3CCD07AB4170 WINDOW5E512775-1BB9-4BFF-B0C1-56B547F0A8DF WINDOW WINDOW_CONSTRUCTION_1 98.64 0.00     No14C6C244-6A9A-46AA-8257-3CCD07AB41705E512775-1BB9-4BFF-B0C1-56B547F0A8DF 180.80 90.00 S
2D141783-9717-46F2-B1A8-3EFCD7D0B119 WINDOWE8D59443-A80D-4458-8F69-7EF4938D44C7 WINDOW WINDOW_CONSTRUCTION_1 1.46 0.00     No2D141783-9717-46F2-B1A8-3EFCD7D0B119E8D59443-A80D-4458-8F69-7EF4938D44C7 181.90 90.00 S
F8D36176-0913-4B2E-9B2C-A234769A337E WINDOWF90B3E61-9004-40B2-A979-81DAB0B99469 WINDOW WINDOW_CONSTRUCTION_1 2.94 0.00     NoF8D36176-0913-4B2E-9B2C-A234769A337EF90B3E61-9004-40B2-A979-81DAB0B99469 90.30 90.00 E
0CDAF8EB-1CEB-48E3-B07A-0A94317CFBAD WINDOW334BAEB1-D3D8-43BC-9D18-8C8D5497B950 WINDOW WINDOW_CONSTRUCTION_1 12.79 0.00     No0CDAF8EB-1CEB-48E3-B07A-0A94317CFBAD334BAEB1-D3D8-43BC-9D18-8C8D5497B950 180.36 90.00 S
D9652D85-82F3-44FB-9BA5-1334E49830A8 WINDOWF2773F25-BF65-4CE3-89EC-CA874375AA3F WINDOW WINDOW_CONSTRUCTION_1 59.93 0.00     NoD9652D85-82F3-44FB-9BA5-1334E49830A8F2773F25-BF65-4CE3-89EC-CA874375AA3F 90.35 90.00 E
9202E9EC-DA44-46BF-83A3-6F93C6796155 WINDOW1CA10200-62C5-402B-909C-83A2A86AC628 WINDOW WINDOW_CONSTRUCTION_1 78.94 0.00     No9202E9EC-DA44-46BF-83A3-6F93C67961551CA10200-62C5-402B-909C-83A2A86AC628 0.36 90.00 N
C375692C-BDC4-4BDC-B04F-3AA74CE227CC WINDOWCACC7EAD-4051-4299-A3FE-A21BD1EA6C93 WINDOW WINDOW_CONSTRUCTION_1 50.93 0.00     NoC375692C-BDC4-4BDC-B04F-3AA74CE227CCCACC7EAD-4051-4299-A3FE-A21BD1EA6C93 90.36 90.00 E
94663C80-2BB1-498C-A0CB-A03722105057 WINDOW8278B81D-4747-472F-A7F3-0F5F4834369E WINDOW WINDOW_CONSTRUCTION_1 77.92 0.00     No94663C80-2BB1-498C-A0CB-A037221050578278B81D-4747-472F-A7F3-0F5F4834369E 180.36 90.00 S
313396A9-6F9A-4E24-9E72-0B6500A752CE WINDOWEA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 WINDOW WINDOW_CONSTRUCTION_1 62.10 0.00     No313396A9-6F9A-4E24-9E72-0B6500A752CEEA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 90.36 90.00 E
7521F29D-5C3F-4DA9-9001-A8EAC312AE83 WINDOW5E175F67-94FE-490D-AD22-13AD9EA2F624 WINDOW WINDOW_CONSTRUCTION_1 113.26 0.00     No7521F29D-5C3F-4DA9-9001-A8EAC312AE835E175F67-94FE-490D-AD22-13AD9EA2F624 0.35 90.00 N
34BC3599-AC57-4BBE-9D7F-2888C6DECCBA WINDOW8F1314AA-7CA7-4107-BFD4-E601556F45F2 WINDOW WINDOW_CONSTRUCTION_1 1.01 0.00     No34BC3599-AC57-4BBE-9D7F-2888C6DECCBA8F1314AA-7CA7-4107-BFD4-E601556F45F2 358.71 90.00 N
D3A4085A-5BB6-4BC0-9EEE-4A62F3546745 WINDOW996A84C5-812F-403B-879D-7233B65AA66F WINDOW WINDOW_CONSTRUCTION_1 0.80 0.00     NoD3A4085A-5BB6-4BC0-9EEE-4A62F3546745996A84C5-812F-403B-879D-7233B65AA66F 90.31 90.00 E
C49A2819-ED87-426F-B948-8E020E557A82 WINDOW48618736-DEE0-4588-AFDF-D82A1EC13FB0 WINDOW WINDOW_CONSTRUCTION_1 11.78 0.00     NoC49A2819-ED87-426F-B948-8E020E557A8248618736-DEE0-4588-AFDF-D82A1EC13FB0 269.70 90.00 W
CB9B966A-B94D-4D90-9A4C-95B4643AC214 WINDOWC4EA0EBA-E459-4E6E-BC40-59E57B9A1AB5 WINDOW WINDOW_CONSTRUCTION_1 25.78 0.00     NoCB9B966A-B94D-4D90-9A4C-95B4643AC214C4EA0EBA-E459-4E6E-BC40-59E57B9A1AB5 179.68 90.00 S
9A933A7F-CF1D-4664-9EC0-7EC0F9C89CDA WINDOW96E4C93A-7D73-4F02-A1B0-1BA8B18682D1 WINDOW WINDOW_CONSTRUCTION_1 10.80 0.00     No9A933A7F-CF1D-4664-9EC0-7EC0F9C89CDA96E4C93A-7D73-4F02-A1B0-1BA8B18682D1 89.74 90.00 E
CFDEA50D-2C69-4366-B555-567EAF33DC9F WINDOWE2ECFD8B-F3B6-4753-A361-6F442C491E6C WINDOW WINDOW_CONSTRUCTION_1 12.11 0.00     NoCFDEA50D-2C69-4366-B555-567EAF33DC9FE2ECFD8B-F3B6-4753-A361-6F442C491E6C 90.03 90.00 E
EB711559-2FD4-4ED3-825F-FD9EA05F253D WINDOWDA9F4734-38C4-42B7-8862-1E510B356BD9 WINDOW WINDOW_CONSTRUCTION_1 26.05 0.00     NoEB711559-2FD4-4ED3-825F-FD9EA05F253DDA9F4734-38C4-42B7-8862-1E510B356BD9 359.95 90.00 N
9D3EA49E-464E-4B27-ABE9-C16FDFD4C166 WINDOWC860B96F-077E-4B02-A9F9-B55670FD477B WINDOW WINDOW_CONSTRUCTION_1 12.02 0.00     No9D3EA49E-464E-4B27-ABE9-C16FDFD4C166C860B96F-077E-4B02-A9F9-B55670FD477B 270.04 90.00 W
2C88DABC-013D-4C68-B599-FFA7F23E1BA7 WINDOW480A21AF-85AE-4059-B848-33FD5F3A5720 WINDOW WINDOW_CONSTRUCTION_1 26.05 0.00     No2C88DABC-013D-4C68-B599-FFA7F23E1BA7480A21AF-85AE-4059-B848-33FD5F3A5720 180.13 90.00 S
2C73C760-4411-444B-AD52-69E4D4C3EC74 WINDOWDB1D1E20-BE98-49D4-9E40-1940144BF615 WINDOW WINDOW_CONSTRUCTION_1 0.80 0.00     No2C73C760-4411-444B-AD52-69E4D4C3EC74DB1D1E20-BE98-49D4-9E40-1940144BF615 90.22 90.00 E
6BD9CC5D-EBF7-4F80-8081-A2B4AD7289C1 WINDOW8FC429BC-81D9-449A-80A9-38F77B3E66DD WINDOW WINDOW_CONSTRUCTION_1 21.37 0.00     No6BD9CC5D-EBF7-4F80-8081-A2B4AD7289C18FC429BC-81D9-449A-80A9-38F77B3E66DD 359.45 90.00 N
48E3DAD2-0DE1-45BF-AA96-BFF4AB2B62C3 WINDOW759D0D84-9F31-46A9-AB0C-A80AF93CD9F9 WINDOW WINDOW_CONSTRUCTION_1 0.95 0.00     No48E3DAD2-0DE1-45BF-AA96-BFF4AB2B62C3759D0D84-9F31-46A9-AB0C-A80AF93CD9F9 0.34 90.00 N
EC1B4ACD-BDD6-42D0-8C8D-63F19F12588A WINDOW2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4 WINDOW WINDOW_CONSTRUCTION_1 11.21 0.00     NoEC1B4ACD-BDD6-42D0-8C8D-63F19F12588A2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4 270.10 90.00 W
C88BEAA9-D013-41CD-B847-F7EDB8C7A3DC WINDOW5EC4A61B-3773-449F-B181-753456E72C34 WINDOW WINDOW_CONSTRUCTION_1 10.67 0.00     NoC88BEAA9-D013-41CD-B847-F7EDB8C7A3DC5EC4A61B-3773-449F-B181-753456E72C34 89.40 90.00 E
A92AA13A-8C21-4BE2-84EB-C27DF99B34F2 WINDOWD9F477EB-A2BB-45DC-80C6-F24D09A96A5C WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     NoA92AA13A-8C21-4BE2-84EB-C27DF99B34F2D9F477EB-A2BB-45DC-80C6-F24D09A96A5C 90.32 90.00 E
CCF64059-4168-4245-974F-8687C312C1F4 WINDOW12B9DB48-E074-4E87-8478-9A8221BFECE1 WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     NoCCF64059-4168-4245-974F-8687C312C1F412B9DB48-E074-4E87-8478-9A8221BFECE1 269.70 90.00 W
9EC27607-BD73-4952-BD08-D2DCC38CF510 WINDOWD15932BE-B61F-4D05-8F3D-A538ADA1C1B9 WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     No9EC27607-BD73-4952-BD08-D2DCC38CF510D15932BE-B61F-4D05-8F3D-A538ADA1C1B9 89.40 90.00 E
70BB2665-FF18-47CF-AC1F-65127F2EBB6F WINDOWD7BFAC7E-FFE4-43E5-A664-66123D42D5E0 WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     No70BB2665-FF18-47CF-AC1F-65127F2EBB6FD7BFAC7E-FFE4-43E5-A664-66123D42D5E0 270.10 90.00 W
854AC3BE-DB47-4CE7-A933-7CA461218A4D WINDOW88E8F7FF-619E-4595-81EB-D5BAD7867696 WINDOW WINDOW_CONSTRUCTION_1 11.17 0.00     No854AC3BE-DB47-4CE7-A933-7CA461218A4D88E8F7FF-619E-4595-81EB-D5BAD7867696 89.40 90.00 E
3483C3BC-272A-4B86-A04C-AF36D5E4CC52 WINDOW28CE80FE-FE76-466F-A7EB-88A00D656F05 WINDOW WINDOW_CONSTRUCTION_1 11.21 0.00     No3483C3BC-272A-4B86-A04C-AF36D5E4CC5228CE80FE-FE76-466F-A7EB-88A00D656F05 270.10 90.00 W
3CEF9635-8AEE-46FD-88CF-7B2BB45DF9EC WINDOWF5F1247A-88BE-4F06-B629-4C3613F82D51 WINDOW WINDOW_CONSTRUCTION_1 22.18 0.00     No3CEF9635-8AEE-46FD-88CF-7B2BB45DF9ECF5F1247A-88BE-4F06-B629-4C3613F82D51 180.04 90.00 S
AAA045E5-0474-486F-B6B1-444DEBD6286D WINDOWB8CB1843-0410-4673-BFD4-5DC3C73F2BDD WINDOW WINDOW_CONSTRUCTION_1 0.78 0.00     NoAAA045E5-0474-486F-B6B1-444DEBD6286DB8CB1843-0410-4673-BFD4-5DC3C73F2BDD 179.52 90.00 S
57A8693C-CCDF-4C91-AAAD-0725191E1ABA WINDOW23571505-EC9B-43AD-BFCA-E0997E7A40A6 WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     No57A8693C-CCDF-4C91-AAAD-0725191E1ABA23571505-EC9B-43AD-BFCA-E0997E7A40A6 89.40 90.00 E
8A3589E7-E5C2-4C83-A13E-2392FCCB5161 WINDOWED2B8CED-C770-4499-B4D2-1F89BA80E037 WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     No8A3589E7-E5C2-4C83-A13E-2392FCCB5161ED2B8CED-C770-4499-B4D2-1F89BA80E037 270.10 90.00 W
ACED190C-5B13-4767-8FD3-210D24B1C73A WINDOW39CD3473-FBC3-431F-B595-088111688FF0 WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     NoACED190C-5B13-4767-8FD3-210D24B1C73A39CD3473-FBC3-431F-B595-088111688FF0 89.40 90.00 E
A15A5516-0E86-494B-9106-ACEB50A9AE6F WINDOWE3C38143-FDEB-4CAD-BFDE-4855A94C5FFE WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     NoA15A5516-0E86-494B-9106-ACEB50A9AE6FE3C38143-FDEB-4CAD-BFDE-4855A94C5FFE 270.10 90.00 W
@@ -5683,8 +5683,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Equipment Summary

For: Entire Facility

-

Timestamp: 2023-12-21 - 10:17:02

+

Timestamp: 2023-12-28 + 13:46:25

Central Plant

@@ -5908,8 +5908,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: HVAC Sizing Summary

For: Entire Facility

-

Timestamp: 2023-12-21 - 10:17:02

+

Timestamp: 2023-12-28 + 13:46:25

Zone Sensible Cooling

@@ -6121,8 +6121,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: System Summary

For: Entire Facility

-

Timestamp: 2023-12-21 - 10:17:02

+

Timestamp: 2023-12-28 + 13:46:25

Economizer

@@ -6361,8 +6361,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Outdoor Air Summary

For: Entire Facility

-

Timestamp: 2023-12-21 - 10:17:02

+

Timestamp: 2023-12-28 + 13:46:25

Average Outdoor Air During Occupied Hours

@@ -6618,8 +6618,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Object Count Summary

For: Entire Facility

-

Timestamp: 2023-12-21 - 10:17:02

+

Timestamp: 2023-12-28 + 13:46:25

Surfaces by Class

@@ -6768,8 +6768,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Sensible Heat Gain Summary

For: Entire Facility

-

Timestamp: 2023-12-21 - 10:17:02

+

Timestamp: 2023-12-28 + 13:46:25

Annual Building Sensible Heat Gain Components

diff --git a/scripts/random_assignation.py b/scripts/random_assignation.py new file mode 100644 index 00000000..0bc8cacb --- /dev/null +++ b/scripts/random_assignation.py @@ -0,0 +1,159 @@ +""" +This project aims to assign energy systems archetype names to Montreal buildings. +The random assignation is based on statistical information extracted from different sources, being: +- For residential buildings: + - SHEU 2015: https://oee.nrcan.gc.ca/corporate/statistics/neud/dpa/menus/sheu/2015/tables.cfm +- For non-residential buildings: + - Montreal dataportal: https://dataportalforcities.org/north-america/canada/quebec/montreal + - https://www.eia.gov/consumption/commercial/data/2018/ +""" +import glob +import json +import random +from pathlib import Path + +from hub.city_model_structure.building import Building +from hub.city_model_structure.city import City +import hub.helpers.constants as cte + +energy_systems_format = 'montreal_custom' + +# parameters: +residential_systems_percentage = {'system 1 gas': 44, + 'system 1 electricity': 6, + 'system 2 gas': 0, + 'system 2 electricity': 0, + 'system 3 and 4 gas': 0, + 'system 3 and 4 electricity': 0, + 'system 5 gas': 0, + 'system 5 electricity': 0, + 'system 6 gas': 0, + 'system 6 electricity': 0, + 'system 8 gas': 44, + 'system 8 electricity': 6} +non_residential_systems_percentage = {'system 1 gas': 0, + 'system 1 electricity': 0, + 'system 2 gas': 0, + 'system 2 electricity': 0, + 'system 3 and 4 gas': 39, + 'system 3 and 4 electricity': 36, + 'system 5 gas': 0, + 'system 5 electricity': 0, + 'system 6 gas': 13, + 'system 6 electricity': 12, + 'system 8 gas': 0, + 'system 8 electricity': 0} + + +def _retrieve_buildings(path, year_of_construction_field=None, + function_field=None, function_to_hub=None, aliases_field=None): + _buildings = [] + with open(path, 'r', encoding='utf8') as json_file: + _geojson = json.loads(json_file.read()) + for feature in _geojson['features']: + _building = {} + year_of_construction = None + if year_of_construction_field is not None: + year_of_construction = int(feature['properties'][year_of_construction_field]) + function = None + if function_field is not None: + function = feature['properties'][function_field] + if function_to_hub is not None: + # use the transformation dictionary to retrieve the proper function + if function in function_to_hub: + function = function_to_hub[function] + building_name = '' + building_aliases = [] + if 'id' in feature: + building_name = feature['id'] + if aliases_field is not None: + for alias_field in aliases_field: + building_aliases.append(feature['properties'][alias_field]) + _building['year_of_construction'] = year_of_construction + _building['function'] = function + _building['building_name'] = building_name + _building['building_aliases'] = building_aliases + _buildings.append(_building) + return _buildings + + +def _call_random(_buildings: [Building], _systems_percentage): + _buildings_with_systems = [] + _systems_distribution = [] + _selected_buildings = list(range(0, len(_buildings))) + random.shuffle(_selected_buildings) + total = 0 + maximum = 0 + add_to = 0 + for _system in _systems_percentage: + if _systems_percentage[_system] > 0: + number_of_buildings = round(_systems_percentage[_system] / 100 * len(_selected_buildings)) + _systems_distribution.append({'system': _system, 'number': _systems_percentage[_system], + 'number_of_buildings': number_of_buildings}) + if number_of_buildings > maximum: + maximum = number_of_buildings + add_to = len(_systems_distribution) - 1 + total += number_of_buildings + missing = 0 + if total != len(_selected_buildings): + missing = len(_selected_buildings)-total + if missing != 0: + _systems_distribution[add_to]['number_of_buildings'] += missing + _position = 0 + for case in _systems_distribution: + for i in range(0, case['number_of_buildings']): + _buildings[_selected_buildings[_position]].energy_systems_archetype_name = case['system'] + _position += 1 + return _buildings + + +# try: +# print('[simulation start]') +# input_path = Path('').resolve() +# output_path = Path('').resolve() +# files = glob.glob(str(input_path / '*')) +# processed_files = glob.glob(str(output_path / '*')) +# +# files_to_skip = [] +# +# # keep track of processed pickles, so we don't process them again +# for processed_file in processed_files: +# files_to_skip.append(Path(processed_file).resolve().stem) +# +# for file in files: +# if Path(file).stem not in files_to_skip: +# city = City.load(file) +# available_systems = residential_systems_percentage.keys() +# residential_buildings = [] +# non_residential_buildings = [] +# for building in city.buildings: +# if building.function == cte.RESIDENTIAL: +# residential_buildings.append(building) +# else: +# non_residential_buildings.append(building) +# buildings_with_systems = _call_random(residential_buildings, available_systems, residential_systems_percentage) +# buildings_with_systems.extend(_call_random(non_residential_buildings, available_systems, +# non_residential_systems_percentage)) +# file_path = (output_path / f'{Path(file).stem}.pickle').resolve() +# city.save(file_path) +# print(f'[{file_path} completed]') +# +# else: +# print(f"{Path(file)} already processed - skipping") +# +# except Exception as ex: +# print(ex) +# print('error: ', ex) +# print('[simulation abort]') + +####My Randomization +# num_buildings = len(city.buildings) +# energy_systems = [] +# for _ in range(num_buildings): +# system_archetype = random.choices( +# list(random_assignation.residential_systems_percentage.keys()), +# weights=list(random_assignation.residential_systems_percentage.values()) +# )[0] +# energy_systems.append(system_archetype) +# for building, energy_system in zip(city.buildings, energy_systems): +# building.energy_systems_archetype_name = energy_system \ No newline at end of file diff --git a/tests/test_systems_catalog.py b/tests/test_systems_catalog.py index 0178b007..d9a73eac 100644 --- a/tests/test_systems_catalog.py +++ b/tests/test_systems_catalog.py @@ -33,6 +33,7 @@ class TestSystemsCatalog(TestCase): with self.assertRaises(IndexError): catalog.get_entry('unknown') + print(catalog.entries()) def test_north_america_systems_catalog(self): catalog = EnergySystemsCatalogFactory('north_america').catalog diff --git a/tests/test_systems_factory.py b/tests/test_systems_factory.py index ce508b46..2f471945 100644 --- a/tests/test_systems_factory.py +++ b/tests/test_systems_factory.py @@ -77,7 +77,7 @@ class TestSystemsFactory(TestCase): ResultFactory('insel_monthly_energy_balance', self._city, self._output_path).enrich() for building in self._city.buildings: - building.energy_systems_archetype_name = 'system 1 gas pv' + building.energy_systems_archetype_name = 'system 1 electricity' EnergySystemsFactory('montreal_custom', self._city).enrich() # Need to assign energy systems to buildings: for building in self._city.buildings: