From c1a77a82efd8c52673efb05c395fec4b80650288 Mon Sep 17 00:00:00 2001 From: Saeed Ranjbar Date: Thu, 28 Dec 2023 18:59:34 -0500 Subject: [PATCH] There was an error related to the generation systems of energy systems in city_model_structure that was causing bugs in building.py --- .../energy_systems/energy_system.py | 4 +- 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 | 426 +++--- 13 files changed, 1385 insertions(+), 1383 deletions(-) diff --git a/hub/city_model_structure/energy_systems/energy_system.py b/hub/city_model_structure/energy_systems/energy_system.py index f76a93ae..5121b95c 100644 --- a/hub/city_model_structure/energy_systems/energy_system.py +++ b/hub/city_model_structure/energy_systems/energy_system.py @@ -10,6 +10,8 @@ from pathlib import Path from hub.city_model_structure.energy_systems.distribution_system import DistributionSystem from hub.city_model_structure.energy_systems.generation_system import GenerationSystem +from hub.city_model_structure.energy_systems.non_pv_generation_system import NonPvGenerationSystem +from hub.city_model_structure.energy_systems.pv_generation_system import PvGenerationSystem from hub.city_model_structure.energy_systems.control_system import ControlSystem from hub.city_model_structure.city_object import CityObject @@ -60,7 +62,7 @@ class EnergySystem: self._name = value @property - def generation_systems(self) -> List[GenerationSystem]: + def generation_systems(self) -> Union[List[NonPvGenerationSystem], List[PvGenerationSystem]]: """ Get generation systems :return: [GenerationSystem] diff --git a/out_files/Montreal.idf b/out_files/Montreal.idf index 5f8e86f3..d5055005 100644 --- a/out_files/Montreal.idf +++ b/out_files/Montreal.idf @@ -1199,7 +1199,7 @@ ZONE, Yes; !- Part of Total Floor Area BUILDINGSURFACE:DETAILED, - 5b48231e-b210-48ca-bff3-62c8d8e642cd, !- Name + 672466a2-fd8b-48e2-a12b-2b6d13dc46ef, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name @@ -1223,7 +1223,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 5090ee93-fefb-418c-b8e3-c35cc3106b55, !- Name + 29aecaa4-5b2c-4250-9dcf-f072a6f957e9, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name @@ -1247,7 +1247,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 597e8893-bf63-4356-83eb-581a544045ac, !- Name + d2694cc9-3dbe-4717-9750-66d7408f584c, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name @@ -1271,12 +1271,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 500f7547-ea7a-498b-8000-cc091afce755, !- Name + a6a2aa11-ebbd-43a9-b252-6fc4397e8081, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name Surface, !- Outside Boundary Condition - 500f7547-ea7a-498b-8000-cc091afce755, !- Outside Boundary Condition Object + a6a2aa11-ebbd-43a9-b252-6fc4397e8081, !- 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, - e9f9f468-be3c-406c-a131-151a54d54c3b, !- Name + 12650e00-dba9-4ec4-9c20-53d86d021a6d, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name @@ -1319,12 +1319,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 398d7259-acd4-4a78-b8dd-f50a483bba9d, !- Name + 06385373-1cad-49cf-b6c5-4941976df31e, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name Surface, !- Outside Boundary Condition - 398d7259-acd4-4a78-b8dd-f50a483bba9d, !- Outside Boundary Condition Object + 06385373-1cad-49cf-b6c5-4941976df31e, !- 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, - 3f6836b3-3739-4eb7-a50f-6b1ec2695c69, !- Name + 0207ba60-c2fb-4bc0-ae4d-423bba669056, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1373,7 +1373,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - cadc5b75-bb4b-46d4-9b46-cb298fc508e4, !- Name + 01d13815-2ef5-4939-87d0-6eb66a6eef74, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1403,7 +1403,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 81d97b28-7fe0-47f3-a8ef-dbc87b6fa485, !- Name + c9344243-bb60-434b-bbae-00a55242de52, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1427,7 +1427,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 465f65fe-61ca-4913-aa63-bd2bad166056, !- Name + 59b89d19-7a3a-44a2-b16c-0f06ddd49440, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1451,7 +1451,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d4ddf175-8ce1-4de4-920d-9e87760a2357, !- Name + 3c075050-1588-4e73-a4a8-6a042dbc0278, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1475,7 +1475,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - cd9c1ccb-94c4-4d52-918e-02b6d9f23cd6, !- Name + 150a344c-f603-48b4-951f-96eb17d23d60, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1499,7 +1499,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - b8e5722f-137a-4265-a0c8-4477dace4464, !- Name + 8634dc17-b8d8-4b49-989e-8079c194833b, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1523,12 +1523,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 6ac6aa25-5e89-4029-9946-74804658caf4, !- Name + 06ff86f4-0a29-4f47-871c-773f4fc12a85, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name Surface, !- Outside Boundary Condition - 6ac6aa25-5e89-4029-9946-74804658caf4, !- Outside Boundary Condition Object + 06ff86f4-0a29-4f47-871c-773f4fc12a85, !- 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, - c53fc572-bf34-408f-8f51-c400de236cbc, !- Name + 8b189c8c-9c0f-4d6f-b370-db1b3364dc14, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1619,7 +1619,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 20 Zcoordinate BUILDINGSURFACE:DETAILED, - 57b878dc-1779-436b-9756-55c0af76d50e, !- Name + 0e6a4045-a150-4949-a4ec-c4ef53e324da, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1691,7 +1691,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 20 Zcoordinate BUILDINGSURFACE:DETAILED, - 7d0c86b4-2c88-4226-8256-72c260ece0bd, !- Name + 3e41bf94-7cf6-4888-8967-25b24f9dc668, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1715,7 +1715,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - aa54ac6d-9de4-4186-b260-051460d41d27, !- Name + e4461c89-d956-48d0-9146-f19e8660f0a5, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1739,7 +1739,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 9e618400-85c5-496b-a5fa-54781ba43cef, !- Name + 4d0a880d-084d-4a1d-a39f-9f5fa319a6ea, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1763,7 +1763,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 8cc9a5f8-7042-4266-b52c-96552e8171fd, !- Name + 9f31f68d-49db-487b-acd5-6c5a0ed86612, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1787,7 +1787,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - bd015ac2-ed48-45a8-aff2-aaa3f0e7e0f8, !- Name + 67679ef7-4689-4d8e-a167-1d714f76e1a3, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1811,7 +1811,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 51cace5a-d4f2-4d1b-acb5-ffdbaf04a5e3, !- Name + 44b08664-f1c8-4296-99db-7be2e02c8254, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1835,7 +1835,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - ccb7f46b-11e3-47ef-9d74-515e3a60294a, !- Name + 5ce34bfc-24d0-4cb6-91e7-8652d7354f39, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1859,7 +1859,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 3f743fc3-a3af-44b1-8c5b-8a239c7a0df1, !- Name + ff8e2017-074c-4f16-af3a-311410837eed, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1883,7 +1883,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 2a3d3c01-7ac9-49c3-9d0f-ccc7112f80e7, !- Name + bf1f1f37-241c-42e3-b054-b0ff550f8635, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1907,7 +1907,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 404b2f49-3137-4d51-9b65-ba17039744a7, !- Name + 31cdd59b-48e0-406d-bee1-6046d43751b7, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1931,7 +1931,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 5e512775-1bb9-4bff-b0c1-56b547f0a8df, !- Name + 2ac4ca0b-4dbe-4166-9c39-fcdab475f3c0, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1955,7 +1955,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - e8d59443-a80d-4458-8f69-7ef4938d44c7, !- Name + f67c279f-5341-4f00-a38a-cd4f391aadc1, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1979,7 +1979,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - f90b3e61-9004-40b2-a979-81dab0b99469, !- Name + d997fcd7-8889-44d4-9cd4-9b562516ced9, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2003,7 +2003,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 334baeb1-d3d8-43bc-9d18-8c8d5497b950, !- Name + 2b08c63b-0380-4d2a-8604-7fba958f3869, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2027,7 +2027,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - f2773f25-bf65-4ce3-89ec-ca874375aa3f, !- Name + 3f1daf72-41a2-4969-a152-ea48aef4dae2, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2051,7 +2051,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 1ca10200-62c5-402b-909c-83a2a86ac628, !- Name + a5f9c8e4-e0bd-4126-9f54-ba9a44fba8ea, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2075,7 +2075,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - cacc7ead-4051-4299-a3fe-a21bd1ea6c93, !- Name + 19c12e03-dbab-463e-8e67-561987f1bee2, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2099,7 +2099,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 8278b81d-4747-472f-a7f3-0f5f4834369e, !- Name + cffcc56f-2539-471f-86ac-5b1fb59d5864, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2123,7 +2123,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - ea7a188e-c0dd-41fb-affb-5546dd3ed8a0, !- Name + 3bef2bfe-91b4-4660-b7d3-4cac5d9d97ae, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2147,7 +2147,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 5e175f67-94fe-490d-ad22-13ad9ea2f624, !- Name + 46864059-27d4-44ac-a655-c4cb8a693393, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2171,7 +2171,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - daafbe38-0bb6-4e78-99d8-a24d93683c5f, !- Name + d30f611a-272a-4cd3-b953-311557f2c325, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2201,7 +2201,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 88ac3937-911d-427d-9291-68da65f3ad67, !- Name + 816c595d-f720-47ac-a04c-114371d74f98, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2231,7 +2231,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 8f1314aa-7ca7-4107-bfd4-e601556f45f2, !- Name + 59390046-7599-4186-a026-5c3a7dde88f5, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2255,7 +2255,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 996a84c5-812f-403b-879d-7233b65aa66f, !- Name + 4cddf35c-0cb9-43bd-b14f-a274ac5e2e97, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2279,12 +2279,12 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 84e6204f-f657-41ca-bd9c-ff8dd55fdcd9, !- Name + 0176c6e0-db9e-45ce-bb96-f4c7305d3006, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name Surface, !- Outside Boundary Condition - 84e6204f-f657-41ca-bd9c-ff8dd55fdcd9, !- Outside Boundary Condition Object + 0176c6e0-db9e-45ce-bb96-f4c7305d3006, !- 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, - 48618736-dee0-4588-afdf-d82a1ec13fb0, !- Name + f8bf4fc4-f1ac-4bed-a1dc-de3a22d5d029, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2327,7 +2327,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c4ea0eba-e459-4e6e-bc40-59e57b9a1ab5, !- Name + 9b94c26b-39f3-4336-9e7a-ac254d30d6ac, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2351,7 +2351,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 96e4c93a-7d73-4f02-a1b0-1ba8b18682d1, !- Name + 69d98ce1-163a-4688-bdd8-620d9e324aa0, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2375,7 +2375,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 7581e7c1-7442-4e57-b277-4f8ca5fdf4c0, !- Name + e6615a35-5d23-4a84-954c-4f36affa9a82, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2399,7 +2399,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 49e69c19-aa91-4925-98ac-d68299566337, !- Name + a8b26e1f-5ca1-4d6b-8813-7fd1ac23040a, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2423,7 +2423,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - e2ecfd8b-f3b6-4753-a361-6f442c491e6c, !- Name + 8333827c-64d9-4384-908c-a52b523e0f4e, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2447,7 +2447,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - da9f4734-38c4-42b7-8862-1e510b356bd9, !- Name + 9dcc0e5d-d352-4f9d-aac7-ed1f95857686, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2471,7 +2471,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c860b96f-077e-4b02-a9f9-b55670fd477b, !- Name + 5a47fb83-cc5e-4e41-a966-473a78aa3d5a, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2495,7 +2495,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 480a21af-85ae-4059-b848-33fd5f3a5720, !- Name + a7f9a836-6648-4972-9a3d-cadf02c08396, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2519,7 +2519,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 1f2698c6-9ab2-4092-8689-f48f27f007f3, !- Name + b773b0ff-c402-4155-9d39-50317b682a7d, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2549,7 +2549,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - c421315b-3fa6-4f26-8fe4-2bd36e46c018, !- Name + 31854275-1131-465e-9f08-8b4ba45c944c, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2579,7 +2579,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - db1d1e20-be98-49d4-9e40-1940144bf615, !- Name + 642d4a50-d5e3-48c1-8cf3-c2cf24830304, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2603,7 +2603,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 8fc429bc-81d9-449a-80a9-38f77b3e66dd, !- Name + f84e0874-b44e-4ff2-bc04-cb9797175003, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2627,7 +2627,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 759d0d84-9f31-46a9-ab0c-a80af93cd9f9, !- Name + d7715fc0-fff0-49e8-bbf2-b214fb7657bd, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2651,7 +2651,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 2fb34a99-c1ea-45cb-a3be-d36736d9f6d4, !- Name + 15be4f13-5041-40da-828a-aa96f6a79f83, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2675,12 +2675,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 8dfbd53d-371b-4a6f-9422-d041d8aadf88, !- Name + cf1fffe1-0d40-458a-9fab-42bc6efef9e9, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name Surface, !- Outside Boundary Condition - 8dfbd53d-371b-4a6f-9422-d041d8aadf88, !- Outside Boundary Condition Object + cf1fffe1-0d40-458a-9fab-42bc6efef9e9, !- 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, - 5ec4a61b-3773-449f-b181-753456e72c34, !- Name + 51f929d1-6f74-4810-94b9-0b8f70d66803, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2723,7 +2723,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 0f842809-d03c-47da-a397-cc369ec4d39b, !- Name + 783fedbd-3a04-4545-b9b4-8ae7c4eac526, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name @@ -2747,7 +2747,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 9a1d52b6-ca21-44cb-8234-487282b053ce, !- Name + 8706c343-9590-4bd1-8b85-1cab22e3b38a, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name @@ -2771,7 +2771,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d9f477eb-a2bb-45dc-80c6-f24d09a96a5c, !- Name + 2bcd823f-1c3e-4f9c-b84e-d718d5082f2c, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name @@ -2795,12 +2795,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 4a29ac31-f3ca-4ae3-af0c-5d2899ddd309, !- Name + e107acd3-80a3-46c8-ab22-6303ce6b830f, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name Surface, !- Outside Boundary Condition - 4a29ac31-f3ca-4ae3-af0c-5d2899ddd309, !- Outside Boundary Condition Object + e107acd3-80a3-46c8-ab22-6303ce6b830f, !- 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, - 12b9db48-e074-4e87-8478-9a8221bfece1, !- Name + fa9c545c-e963-48be-b73f-0908f95dc1a8, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name @@ -2843,12 +2843,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 1542594c-4a08-4e29-bbb6-bf6798dd1e56, !- Name + 6e2347f3-cb34-4bd4-b7e0-90fa881924e0, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name Surface, !- Outside Boundary Condition - 1542594c-4a08-4e29-bbb6-bf6798dd1e56, !- Outside Boundary Condition Object + 6e2347f3-cb34-4bd4-b7e0-90fa881924e0, !- 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, - f1d05492-fc37-4ce7-b4be-ab84e65bba2d, !- Name + 4a42ec2a-0326-4c00-b654-e47b54c6b560, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name @@ -2891,7 +2891,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 549077e1-bf77-47a7-affb-e487658423cc, !- Name + c6167ce0-8bdb-4e2c-bcfb-02a8e11213fa, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name @@ -2915,7 +2915,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d15932be-b61f-4d05-8f3d-a538ada1c1b9, !- Name + 1e8da8fa-960f-48ea-bae6-c96886703feb, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name @@ -2939,12 +2939,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - f72f957d-1e74-40bc-b6cb-d42c2b474277, !- Name + f1dd5477-48d5-4cb9-98b6-3905972d8ed6, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name Surface, !- Outside Boundary Condition - f72f957d-1e74-40bc-b6cb-d42c2b474277, !- Outside Boundary Condition Object + f1dd5477-48d5-4cb9-98b6-3905972d8ed6, !- 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, - d7bfac7e-ffe4-43e5-a664-66123d42d5e0, !- Name + 9a857e9e-0a4f-4341-86db-93c15d7327bf, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name @@ -2987,12 +2987,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 53505fe8-5adb-4b73-bd6c-955d322b0a64, !- Name + 6ca1b622-f6ac-46ae-afa6-f77f52ccdb9b, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name Surface, !- Outside Boundary Condition - 53505fe8-5adb-4b73-bd6c-955d322b0a64, !- Outside Boundary Condition Object + 6ca1b622-f6ac-46ae-afa6-f77f52ccdb9b, !- 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, - ec0278f6-da80-4f16-8de4-bb9973ebb3b2, !- Name + 48ac80c6-b175-45e1-97e2-5bcf75c7d5da, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3038,7 +3038,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 5 Zcoordinate BUILDINGSURFACE:DETAILED, - dc07a81c-dab5-45f7-bee5-80767931dbc0, !- Name + 6a43d3bf-4e99-4f40-b4e1-8237e6990e4f, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3065,7 +3065,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 5 Zcoordinate BUILDINGSURFACE:DETAILED, - 88e8f7ff-619e-4595-81eb-d5bad7867696, !- Name + 058d5268-0e0e-47de-90ba-fd670eafbe04, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3089,12 +3089,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 744eae42-6f20-4700-9bfc-85dd929a297d, !- Name + 964c9d07-ab26-44d1-a193-dcdfe9e34bed, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name Surface, !- Outside Boundary Condition - 744eae42-6f20-4700-9bfc-85dd929a297d, !- Outside Boundary Condition Object + 964c9d07-ab26-44d1-a193-dcdfe9e34bed, !- 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, - 28ce80fe-fe76-466f-a7eb-88a00d656f05, !- Name + 04abb7bf-01b2-47c2-853a-397c11f9aeb3, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3137,7 +3137,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - f5f1247a-88be-4f06-b629-4c3613f82d51, !- Name + 5a472962-fd05-4257-adcc-5b11c96ec905, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3161,7 +3161,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - b8cb1843-0410-4673-bfd4-5dc3c73f2bdd, !- Name + 9ea75e4a-dbd8-4cb4-bf7f-e2b86a814504, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3185,7 +3185,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 5b52e826-42b4-4a00-9549-10196a13f76d, !- Name + 19b32df5-bd49-4f37-8737-c8b35c4d2e6f, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name @@ -3209,7 +3209,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 36849036-c5b5-40b7-8f21-f853a75f082b, !- Name + 93c039b0-f217-4bee-86df-8f876ae8b18e, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name @@ -3233,7 +3233,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 23571505-ec9b-43ad-bfca-e0997e7a40a6, !- Name + 78eaefa8-107d-43db-8dbe-8e4f65ea1ab4, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name @@ -3257,12 +3257,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - cb1b4365-3338-4050-8de9-cbd4ebf6ace2, !- Name + a4727b73-bfcc-4ed1-8b57-d61be82393e6, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name Surface, !- Outside Boundary Condition - cb1b4365-3338-4050-8de9-cbd4ebf6ace2, !- Outside Boundary Condition Object + a4727b73-bfcc-4ed1-8b57-d61be82393e6, !- 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, - ed2b8ced-c770-4499-b4d2-1f89ba80e037, !- Name + ff2a5adf-5da5-4533-a9d5-099ff8c65ded, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name @@ -3305,12 +3305,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 7fa395e8-2b05-448a-b1b1-9ca854cd4cdb, !- Name + 626a04e5-2ae7-49e1-8ce8-6ed71f2b9a25, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name Surface, !- Outside Boundary Condition - 7fa395e8-2b05-448a-b1b1-9ca854cd4cdb, !- Outside Boundary Condition Object + 626a04e5-2ae7-49e1-8ce8-6ed71f2b9a25, !- 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, - cc5d3cde-cc73-4b55-9be2-da25001a6ea6, !- Name + fd51b87c-f1ba-41d8-a992-25f6c9517a81, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name @@ -3353,7 +3353,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - bc98b527-a9a7-4167-8d48-ad07e222751b, !- Name + 7693e158-2471-4832-add0-a7d14c5cd21b, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name @@ -3377,7 +3377,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 39cd3473-fbc3-431f-b595-088111688ff0, !- Name + 62dce0a4-304f-4e6c-9a57-d00e4334928b, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name @@ -3401,12 +3401,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - e8eaf434-d518-420c-a1ae-4f9ac185c3c7, !- Name + 2d86181d-b6d0-4963-b805-b062af09ed4d, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name Surface, !- Outside Boundary Condition - e8eaf434-d518-420c-a1ae-4f9ac185c3c7, !- Outside Boundary Condition Object + 2d86181d-b6d0-4963-b805-b062af09ed4d, !- 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, - e3c38143-fdeb-4cad-bfde-4855a94c5ffe, !- Name + b9a54d53-0695-468c-8e3c-e0d957c0fef6, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name @@ -3449,12 +3449,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - e2af1629-bf60-4ba4-b83f-da0427cc5520, !- Name + 9a2f2953-76f5-4861-a4c8-da901d39c5aa, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name Surface, !- Outside Boundary Condition - e2af1629-bf60-4ba4-b83f-da0427cc5520, !- Outside Boundary Condition Object + 9a2f2953-76f5-4861-a4c8-da901d39c5aa, !- 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, - 597e8893-bf63-4356-83eb-581a544045ac window, !- Name + d2694cc9-3dbe-4717-9750-66d7408f584c window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 597e8893-bf63-4356-83eb-581a544045ac, !- Building Surface Name + d2694cc9-3dbe-4717-9750-66d7408f584c, !- 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, - e9f9f468-be3c-406c-a131-151a54d54c3b window, !- Name + 12650e00-dba9-4ec4-9c20-53d86d021a6d window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - e9f9f468-be3c-406c-a131-151a54d54c3b, !- Building Surface Name + 12650e00-dba9-4ec4-9c20-53d86d021a6d, !- 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, - 81d97b28-7fe0-47f3-a8ef-dbc87b6fa485 window, !- Name + c9344243-bb60-434b-bbae-00a55242de52 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 81d97b28-7fe0-47f3-a8ef-dbc87b6fa485, !- Building Surface Name + c9344243-bb60-434b-bbae-00a55242de52, !- 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, - 465f65fe-61ca-4913-aa63-bd2bad166056 window, !- Name + 59b89d19-7a3a-44a2-b16c-0f06ddd49440 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 465f65fe-61ca-4913-aa63-bd2bad166056, !- Building Surface Name + 59b89d19-7a3a-44a2-b16c-0f06ddd49440, !- 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, - d4ddf175-8ce1-4de4-920d-9e87760a2357 window, !- Name + 3c075050-1588-4e73-a4a8-6a042dbc0278 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - d4ddf175-8ce1-4de4-920d-9e87760a2357, !- Building Surface Name + 3c075050-1588-4e73-a4a8-6a042dbc0278, !- 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, - cd9c1ccb-94c4-4d52-918e-02b6d9f23cd6 window, !- Name + 150a344c-f603-48b4-951f-96eb17d23d60 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - cd9c1ccb-94c4-4d52-918e-02b6d9f23cd6, !- Building Surface Name + 150a344c-f603-48b4-951f-96eb17d23d60, !- 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, - b8e5722f-137a-4265-a0c8-4477dace4464 window, !- Name + 8634dc17-b8d8-4b49-989e-8079c194833b window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - b8e5722f-137a-4265-a0c8-4477dace4464, !- Building Surface Name + 8634dc17-b8d8-4b49-989e-8079c194833b, !- 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, - 7d0c86b4-2c88-4226-8256-72c260ece0bd window, !- Name + 3e41bf94-7cf6-4888-8967-25b24f9dc668 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 7d0c86b4-2c88-4226-8256-72c260ece0bd, !- Building Surface Name + 3e41bf94-7cf6-4888-8967-25b24f9dc668, !- 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, - aa54ac6d-9de4-4186-b260-051460d41d27 window, !- Name + e4461c89-d956-48d0-9146-f19e8660f0a5 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - aa54ac6d-9de4-4186-b260-051460d41d27, !- Building Surface Name + e4461c89-d956-48d0-9146-f19e8660f0a5, !- 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, - 9e618400-85c5-496b-a5fa-54781ba43cef window, !- Name + 4d0a880d-084d-4a1d-a39f-9f5fa319a6ea window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 9e618400-85c5-496b-a5fa-54781ba43cef, !- Building Surface Name + 4d0a880d-084d-4a1d-a39f-9f5fa319a6ea, !- 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, - 8cc9a5f8-7042-4266-b52c-96552e8171fd window, !- Name + 9f31f68d-49db-487b-acd5-6c5a0ed86612 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 8cc9a5f8-7042-4266-b52c-96552e8171fd, !- Building Surface Name + 9f31f68d-49db-487b-acd5-6c5a0ed86612, !- 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, - bd015ac2-ed48-45a8-aff2-aaa3f0e7e0f8 window, !- Name + 67679ef7-4689-4d8e-a167-1d714f76e1a3 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - bd015ac2-ed48-45a8-aff2-aaa3f0e7e0f8, !- Building Surface Name + 67679ef7-4689-4d8e-a167-1d714f76e1a3, !- 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, - 51cace5a-d4f2-4d1b-acb5-ffdbaf04a5e3 window, !- Name + 44b08664-f1c8-4296-99db-7be2e02c8254 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 51cace5a-d4f2-4d1b-acb5-ffdbaf04a5e3, !- Building Surface Name + 44b08664-f1c8-4296-99db-7be2e02c8254, !- 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, - ccb7f46b-11e3-47ef-9d74-515e3a60294a window, !- Name + 5ce34bfc-24d0-4cb6-91e7-8652d7354f39 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - ccb7f46b-11e3-47ef-9d74-515e3a60294a, !- Building Surface Name + 5ce34bfc-24d0-4cb6-91e7-8652d7354f39, !- 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, - 3f743fc3-a3af-44b1-8c5b-8a239c7a0df1 window, !- Name + ff8e2017-074c-4f16-af3a-311410837eed window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 3f743fc3-a3af-44b1-8c5b-8a239c7a0df1, !- Building Surface Name + ff8e2017-074c-4f16-af3a-311410837eed, !- 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, - 2a3d3c01-7ac9-49c3-9d0f-ccc7112f80e7 window, !- Name + bf1f1f37-241c-42e3-b054-b0ff550f8635 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 2a3d3c01-7ac9-49c3-9d0f-ccc7112f80e7, !- Building Surface Name + bf1f1f37-241c-42e3-b054-b0ff550f8635, !- 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, - 404b2f49-3137-4d51-9b65-ba17039744a7 window, !- Name + 31cdd59b-48e0-406d-bee1-6046d43751b7 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 404b2f49-3137-4d51-9b65-ba17039744a7, !- Building Surface Name + 31cdd59b-48e0-406d-bee1-6046d43751b7, !- 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, - 5e512775-1bb9-4bff-b0c1-56b547f0a8df window, !- Name + 2ac4ca0b-4dbe-4166-9c39-fcdab475f3c0 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 5e512775-1bb9-4bff-b0c1-56b547f0a8df, !- Building Surface Name + 2ac4ca0b-4dbe-4166-9c39-fcdab475f3c0, !- 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, - e8d59443-a80d-4458-8f69-7ef4938d44c7 window, !- Name + f67c279f-5341-4f00-a38a-cd4f391aadc1 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - e8d59443-a80d-4458-8f69-7ef4938d44c7, !- Building Surface Name + f67c279f-5341-4f00-a38a-cd4f391aadc1, !- 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, - f90b3e61-9004-40b2-a979-81dab0b99469 window, !- Name + d997fcd7-8889-44d4-9cd4-9b562516ced9 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - f90b3e61-9004-40b2-a979-81dab0b99469, !- Building Surface Name + d997fcd7-8889-44d4-9cd4-9b562516ced9, !- 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, - 334baeb1-d3d8-43bc-9d18-8c8d5497b950 window, !- Name + 2b08c63b-0380-4d2a-8604-7fba958f3869 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 334baeb1-d3d8-43bc-9d18-8c8d5497b950, !- Building Surface Name + 2b08c63b-0380-4d2a-8604-7fba958f3869, !- 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, - f2773f25-bf65-4ce3-89ec-ca874375aa3f window, !- Name + 3f1daf72-41a2-4969-a152-ea48aef4dae2 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - f2773f25-bf65-4ce3-89ec-ca874375aa3f, !- Building Surface Name + 3f1daf72-41a2-4969-a152-ea48aef4dae2, !- 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, - 1ca10200-62c5-402b-909c-83a2a86ac628 window, !- Name + a5f9c8e4-e0bd-4126-9f54-ba9a44fba8ea window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 1ca10200-62c5-402b-909c-83a2a86ac628, !- Building Surface Name + a5f9c8e4-e0bd-4126-9f54-ba9a44fba8ea, !- 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, - cacc7ead-4051-4299-a3fe-a21bd1ea6c93 window, !- Name + 19c12e03-dbab-463e-8e67-561987f1bee2 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - cacc7ead-4051-4299-a3fe-a21bd1ea6c93, !- Building Surface Name + 19c12e03-dbab-463e-8e67-561987f1bee2, !- 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, - 8278b81d-4747-472f-a7f3-0f5f4834369e window, !- Name + cffcc56f-2539-471f-86ac-5b1fb59d5864 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 8278b81d-4747-472f-a7f3-0f5f4834369e, !- Building Surface Name + cffcc56f-2539-471f-86ac-5b1fb59d5864, !- 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, - ea7a188e-c0dd-41fb-affb-5546dd3ed8a0 window, !- Name + 3bef2bfe-91b4-4660-b7d3-4cac5d9d97ae window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - ea7a188e-c0dd-41fb-affb-5546dd3ed8a0, !- Building Surface Name + 3bef2bfe-91b4-4660-b7d3-4cac5d9d97ae, !- 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, - 5e175f67-94fe-490d-ad22-13ad9ea2f624 window, !- Name + 46864059-27d4-44ac-a655-c4cb8a693393 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 5e175f67-94fe-490d-ad22-13ad9ea2f624, !- Building Surface Name + 46864059-27d4-44ac-a655-c4cb8a693393, !- 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, - 8f1314aa-7ca7-4107-bfd4-e601556f45f2 window, !- Name + 59390046-7599-4186-a026-5c3a7dde88f5 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 8f1314aa-7ca7-4107-bfd4-e601556f45f2, !- Building Surface Name + 59390046-7599-4186-a026-5c3a7dde88f5, !- 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, - 996a84c5-812f-403b-879d-7233b65aa66f window, !- Name + 4cddf35c-0cb9-43bd-b14f-a274ac5e2e97 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 996a84c5-812f-403b-879d-7233b65aa66f, !- Building Surface Name + 4cddf35c-0cb9-43bd-b14f-a274ac5e2e97, !- 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, - 48618736-dee0-4588-afdf-d82a1ec13fb0 window, !- Name + f8bf4fc4-f1ac-4bed-a1dc-de3a22d5d029 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 48618736-dee0-4588-afdf-d82a1ec13fb0, !- Building Surface Name + f8bf4fc4-f1ac-4bed-a1dc-de3a22d5d029, !- 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, - c4ea0eba-e459-4e6e-bc40-59e57b9a1ab5 window, !- Name + 9b94c26b-39f3-4336-9e7a-ac254d30d6ac window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - c4ea0eba-e459-4e6e-bc40-59e57b9a1ab5, !- Building Surface Name + 9b94c26b-39f3-4336-9e7a-ac254d30d6ac, !- 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, - 96e4c93a-7d73-4f02-a1b0-1ba8b18682d1 window, !- Name + 69d98ce1-163a-4688-bdd8-620d9e324aa0 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 96e4c93a-7d73-4f02-a1b0-1ba8b18682d1, !- Building Surface Name + 69d98ce1-163a-4688-bdd8-620d9e324aa0, !- 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, - e2ecfd8b-f3b6-4753-a361-6f442c491e6c window, !- Name + 8333827c-64d9-4384-908c-a52b523e0f4e window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - e2ecfd8b-f3b6-4753-a361-6f442c491e6c, !- Building Surface Name + 8333827c-64d9-4384-908c-a52b523e0f4e, !- 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, - da9f4734-38c4-42b7-8862-1e510b356bd9 window, !- Name + 9dcc0e5d-d352-4f9d-aac7-ed1f95857686 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - da9f4734-38c4-42b7-8862-1e510b356bd9, !- Building Surface Name + 9dcc0e5d-d352-4f9d-aac7-ed1f95857686, !- 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, - c860b96f-077e-4b02-a9f9-b55670fd477b window, !- Name + 5a47fb83-cc5e-4e41-a966-473a78aa3d5a window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - c860b96f-077e-4b02-a9f9-b55670fd477b, !- Building Surface Name + 5a47fb83-cc5e-4e41-a966-473a78aa3d5a, !- 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, - 480a21af-85ae-4059-b848-33fd5f3a5720 window, !- Name + a7f9a836-6648-4972-9a3d-cadf02c08396 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 480a21af-85ae-4059-b848-33fd5f3a5720, !- Building Surface Name + a7f9a836-6648-4972-9a3d-cadf02c08396, !- 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, - db1d1e20-be98-49d4-9e40-1940144bf615 window, !- Name + 642d4a50-d5e3-48c1-8cf3-c2cf24830304 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - db1d1e20-be98-49d4-9e40-1940144bf615, !- Building Surface Name + 642d4a50-d5e3-48c1-8cf3-c2cf24830304, !- 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, - 8fc429bc-81d9-449a-80a9-38f77b3e66dd window, !- Name + f84e0874-b44e-4ff2-bc04-cb9797175003 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 8fc429bc-81d9-449a-80a9-38f77b3e66dd, !- Building Surface Name + f84e0874-b44e-4ff2-bc04-cb9797175003, !- 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, - 759d0d84-9f31-46a9-ab0c-a80af93cd9f9 window, !- Name + d7715fc0-fff0-49e8-bbf2-b214fb7657bd window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 759d0d84-9f31-46a9-ab0c-a80af93cd9f9, !- Building Surface Name + d7715fc0-fff0-49e8-bbf2-b214fb7657bd, !- 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, - 2fb34a99-c1ea-45cb-a3be-d36736d9f6d4 window, !- Name + 15be4f13-5041-40da-828a-aa96f6a79f83 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 2fb34a99-c1ea-45cb-a3be-d36736d9f6d4, !- Building Surface Name + 15be4f13-5041-40da-828a-aa96f6a79f83, !- 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, - 5ec4a61b-3773-449f-b181-753456e72c34 window, !- Name + 51f929d1-6f74-4810-94b9-0b8f70d66803 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 5ec4a61b-3773-449f-b181-753456e72c34, !- Building Surface Name + 51f929d1-6f74-4810-94b9-0b8f70d66803, !- 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, - d9f477eb-a2bb-45dc-80c6-f24d09a96a5c window, !- Name + 2bcd823f-1c3e-4f9c-b84e-d718d5082f2c window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - d9f477eb-a2bb-45dc-80c6-f24d09a96a5c, !- Building Surface Name + 2bcd823f-1c3e-4f9c-b84e-d718d5082f2c, !- 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, - 12b9db48-e074-4e87-8478-9a8221bfece1 window, !- Name + fa9c545c-e963-48be-b73f-0908f95dc1a8 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 12b9db48-e074-4e87-8478-9a8221bfece1, !- Building Surface Name + fa9c545c-e963-48be-b73f-0908f95dc1a8, !- 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, - d15932be-b61f-4d05-8f3d-a538ada1c1b9 window, !- Name + 1e8da8fa-960f-48ea-bae6-c96886703feb window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - d15932be-b61f-4d05-8f3d-a538ada1c1b9, !- Building Surface Name + 1e8da8fa-960f-48ea-bae6-c96886703feb, !- 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, - d7bfac7e-ffe4-43e5-a664-66123d42d5e0 window, !- Name + 9a857e9e-0a4f-4341-86db-93c15d7327bf window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - d7bfac7e-ffe4-43e5-a664-66123d42d5e0, !- Building Surface Name + 9a857e9e-0a4f-4341-86db-93c15d7327bf, !- 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, - 88e8f7ff-619e-4595-81eb-d5bad7867696 window, !- Name + 058d5268-0e0e-47de-90ba-fd670eafbe04 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 88e8f7ff-619e-4595-81eb-d5bad7867696, !- Building Surface Name + 058d5268-0e0e-47de-90ba-fd670eafbe04, !- 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, - 28ce80fe-fe76-466f-a7eb-88a00d656f05 window, !- Name + 04abb7bf-01b2-47c2-853a-397c11f9aeb3 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 28ce80fe-fe76-466f-a7eb-88a00d656f05, !- Building Surface Name + 04abb7bf-01b2-47c2-853a-397c11f9aeb3, !- 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, - f5f1247a-88be-4f06-b629-4c3613f82d51 window, !- Name + 5a472962-fd05-4257-adcc-5b11c96ec905 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - f5f1247a-88be-4f06-b629-4c3613f82d51, !- Building Surface Name + 5a472962-fd05-4257-adcc-5b11c96ec905, !- 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, - b8cb1843-0410-4673-bfd4-5dc3c73f2bdd window, !- Name + 9ea75e4a-dbd8-4cb4-bf7f-e2b86a814504 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - b8cb1843-0410-4673-bfd4-5dc3c73f2bdd, !- Building Surface Name + 9ea75e4a-dbd8-4cb4-bf7f-e2b86a814504, !- 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, - 23571505-ec9b-43ad-bfca-e0997e7a40a6 window, !- Name + 78eaefa8-107d-43db-8dbe-8e4f65ea1ab4 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 23571505-ec9b-43ad-bfca-e0997e7a40a6, !- Building Surface Name + 78eaefa8-107d-43db-8dbe-8e4f65ea1ab4, !- 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, - ed2b8ced-c770-4499-b4d2-1f89ba80e037 window, !- Name + ff2a5adf-5da5-4533-a9d5-099ff8c65ded window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - ed2b8ced-c770-4499-b4d2-1f89ba80e037, !- Building Surface Name + ff2a5adf-5da5-4533-a9d5-099ff8c65ded, !- 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, - 39cd3473-fbc3-431f-b595-088111688ff0 window, !- Name + 62dce0a4-304f-4e6c-9a57-d00e4334928b window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 39cd3473-fbc3-431f-b595-088111688ff0, !- Building Surface Name + 62dce0a4-304f-4e6c-9a57-d00e4334928b, !- 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, - e3c38143-fdeb-4cad-bfde-4855a94c5ffe window, !- Name + b9a54d53-0695-468c-8e3c-e0d957c0fef6 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - e3c38143-fdeb-4cad-bfde-4855a94c5ffe, !- Building Surface Name + b9a54d53-0695-468c-8e3c-e0d957c0fef6, !- 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 d8ef8ddd..261e9a26 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.28 13:46 +Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.28 18:51 ! 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 74d1842f..25b6050e 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.28 13:46 +Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.28 18:51 ! , 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 fc07739c..c1ef984c 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 15.74sec +EnergyPlus Completed Successfully-- 35 Warning; 1 Severe Errors; Elapsed Time=00hr 00min 29.22sec diff --git a/out_files/Montreal_out.err b/out_files/Montreal_out.err index 303d7083..052044f0 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.28 13:46, +Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.28 18:51, ** Warning ** GetHTSurfaceData: Surfaces with interface to Ground found but no "Ground Temperatures" were input. - ** ~~~ ** Found first in surface=5B48231E-B210-48CA-BFF3-62C8D8E642CD + ** ~~~ ** Found first in surface=672466A2-FD8B-48E2-A12B-2B6D13DC46EF ** ~~~ ** 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.28 13:46, ************* 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 15.74sec + ************* EnergyPlus Completed Successfully-- 35 Warning; 1 Severe Errors; Elapsed Time=00hr 00min 29.22sec diff --git a/out_files/Montreal_out.eso b/out_files/Montreal_out.eso index 984332ea..9093199f 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.28 13:46 +Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.28 18:51 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 19c9f6ea..0b6615a5 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, - 5b48231e-b210-48ca-bff3-62c8d8e642cd, !- Name + 672466a2-fd8b-48e2-a12b-2b6d13dc46ef, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name @@ -1223,7 +1223,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 5090ee93-fefb-418c-b8e3-c35cc3106b55, !- Name + 29aecaa4-5b2c-4250-9dcf-f072a6f957e9, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name @@ -1247,7 +1247,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 597e8893-bf63-4356-83eb-581a544045ac, !- Name + d2694cc9-3dbe-4717-9750-66d7408f584c, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name @@ -1271,12 +1271,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 500f7547-ea7a-498b-8000-cc091afce755, !- Name + a6a2aa11-ebbd-43a9-b252-6fc4397e8081, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name Surface, !- Outside Boundary Condition - 500f7547-ea7a-498b-8000-cc091afce755, !- Outside Boundary Condition Object + a6a2aa11-ebbd-43a9-b252-6fc4397e8081, !- 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, - e9f9f468-be3c-406c-a131-151a54d54c3b, !- Name + 12650e00-dba9-4ec4-9c20-53d86d021a6d, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name @@ -1319,12 +1319,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 398d7259-acd4-4a78-b8dd-f50a483bba9d, !- Name + 06385373-1cad-49cf-b6c5-4941976df31e, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173347, !- Zone Name Surface, !- Outside Boundary Condition - 398d7259-acd4-4a78-b8dd-f50a483bba9d, !- Outside Boundary Condition Object + 06385373-1cad-49cf-b6c5-4941976df31e, !- 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, - 3f6836b3-3739-4eb7-a50f-6b1ec2695c69, !- Name + 0207ba60-c2fb-4bc0-ae4d-423bba669056, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1373,7 +1373,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - cadc5b75-bb4b-46d4-9b46-cb298fc508e4, !- Name + 01d13815-2ef5-4939-87d0-6eb66a6eef74, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1403,7 +1403,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 81d97b28-7fe0-47f3-a8ef-dbc87b6fa485, !- Name + c9344243-bb60-434b-bbae-00a55242de52, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1427,7 +1427,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 465f65fe-61ca-4913-aa63-bd2bad166056, !- Name + 59b89d19-7a3a-44a2-b16c-0f06ddd49440, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1451,7 +1451,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d4ddf175-8ce1-4de4-920d-9e87760a2357, !- Name + 3c075050-1588-4e73-a4a8-6a042dbc0278, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1475,7 +1475,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - cd9c1ccb-94c4-4d52-918e-02b6d9f23cd6, !- Name + 150a344c-f603-48b4-951f-96eb17d23d60, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1499,7 +1499,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - b8e5722f-137a-4265-a0c8-4477dace4464, !- Name + 8634dc17-b8d8-4b49-989e-8079c194833b, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name @@ -1523,12 +1523,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 6ac6aa25-5e89-4029-9946-74804658caf4, !- Name + 06ff86f4-0a29-4f47-871c-773f4fc12a85, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 173348, !- Zone Name Surface, !- Outside Boundary Condition - 6ac6aa25-5e89-4029-9946-74804658caf4, !- Outside Boundary Condition Object + 06ff86f4-0a29-4f47-871c-773f4fc12a85, !- 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, - c53fc572-bf34-408f-8f51-c400de236cbc, !- Name + 8b189c8c-9c0f-4d6f-b370-db1b3364dc14, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1619,7 +1619,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 20 Zcoordinate BUILDINGSURFACE:DETAILED, - 57b878dc-1779-436b-9756-55c0af76d50e, !- Name + 0e6a4045-a150-4949-a4ec-c4ef53e324da, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1691,7 +1691,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 20 Zcoordinate BUILDINGSURFACE:DETAILED, - 7d0c86b4-2c88-4226-8256-72c260ece0bd, !- Name + 3e41bf94-7cf6-4888-8967-25b24f9dc668, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1715,7 +1715,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - aa54ac6d-9de4-4186-b260-051460d41d27, !- Name + e4461c89-d956-48d0-9146-f19e8660f0a5, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1739,7 +1739,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 9e618400-85c5-496b-a5fa-54781ba43cef, !- Name + 4d0a880d-084d-4a1d-a39f-9f5fa319a6ea, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1763,7 +1763,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 8cc9a5f8-7042-4266-b52c-96552e8171fd, !- Name + 9f31f68d-49db-487b-acd5-6c5a0ed86612, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1787,7 +1787,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - bd015ac2-ed48-45a8-aff2-aaa3f0e7e0f8, !- Name + 67679ef7-4689-4d8e-a167-1d714f76e1a3, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1811,7 +1811,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 51cace5a-d4f2-4d1b-acb5-ffdbaf04a5e3, !- Name + 44b08664-f1c8-4296-99db-7be2e02c8254, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1835,7 +1835,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - ccb7f46b-11e3-47ef-9d74-515e3a60294a, !- Name + 5ce34bfc-24d0-4cb6-91e7-8652d7354f39, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1859,7 +1859,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 3f743fc3-a3af-44b1-8c5b-8a239c7a0df1, !- Name + ff8e2017-074c-4f16-af3a-311410837eed, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1883,7 +1883,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 2a3d3c01-7ac9-49c3-9d0f-ccc7112f80e7, !- Name + bf1f1f37-241c-42e3-b054-b0ff550f8635, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1907,7 +1907,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 404b2f49-3137-4d51-9b65-ba17039744a7, !- Name + 31cdd59b-48e0-406d-bee1-6046d43751b7, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1931,7 +1931,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 5e512775-1bb9-4bff-b0c1-56b547f0a8df, !- Name + 2ac4ca0b-4dbe-4166-9c39-fcdab475f3c0, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1955,7 +1955,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - e8d59443-a80d-4458-8f69-7ef4938d44c7, !- Name + f67c279f-5341-4f00-a38a-cd4f391aadc1, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -1979,7 +1979,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - f90b3e61-9004-40b2-a979-81dab0b99469, !- Name + d997fcd7-8889-44d4-9cd4-9b562516ced9, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2003,7 +2003,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 334baeb1-d3d8-43bc-9d18-8c8d5497b950, !- Name + 2b08c63b-0380-4d2a-8604-7fba958f3869, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2027,7 +2027,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - f2773f25-bf65-4ce3-89ec-ca874375aa3f, !- Name + 3f1daf72-41a2-4969-a152-ea48aef4dae2, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2051,7 +2051,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 1ca10200-62c5-402b-909c-83a2a86ac628, !- Name + a5f9c8e4-e0bd-4126-9f54-ba9a44fba8ea, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2075,7 +2075,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - cacc7ead-4051-4299-a3fe-a21bd1ea6c93, !- Name + 19c12e03-dbab-463e-8e67-561987f1bee2, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2099,7 +2099,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 8278b81d-4747-472f-a7f3-0f5f4834369e, !- Name + cffcc56f-2539-471f-86ac-5b1fb59d5864, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2123,7 +2123,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - ea7a188e-c0dd-41fb-affb-5546dd3ed8a0, !- Name + 3bef2bfe-91b4-4660-b7d3-4cac5d9d97ae, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2147,7 +2147,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 5e175f67-94fe-490d-ad22-13ad9ea2f624, !- Name + 46864059-27d4-44ac-a655-c4cb8a693393, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175012, !- Zone Name @@ -2171,7 +2171,7 @@ BUILDINGSURFACE:DETAILED, 15; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - daafbe38-0bb6-4e78-99d8-a24d93683c5f, !- Name + d30f611a-272a-4cd3-b953-311557f2c325, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2201,7 +2201,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 88ac3937-911d-427d-9291-68da65f3ad67, !- Name + 816c595d-f720-47ac-a04c-114371d74f98, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2231,7 +2231,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 8f1314aa-7ca7-4107-bfd4-e601556f45f2, !- Name + 59390046-7599-4186-a026-5c3a7dde88f5, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2255,7 +2255,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 996a84c5-812f-403b-879d-7233b65aa66f, !- Name + 4cddf35c-0cb9-43bd-b14f-a274ac5e2e97, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2279,12 +2279,12 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 84e6204f-f657-41ca-bd9c-ff8dd55fdcd9, !- Name + 0176c6e0-db9e-45ce-bb96-f4c7305d3006, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name Surface, !- Outside Boundary Condition - 84e6204f-f657-41ca-bd9c-ff8dd55fdcd9, !- Outside Boundary Condition Object + 0176c6e0-db9e-45ce-bb96-f4c7305d3006, !- 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, - 48618736-dee0-4588-afdf-d82a1ec13fb0, !- Name + f8bf4fc4-f1ac-4bed-a1dc-de3a22d5d029, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2327,7 +2327,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c4ea0eba-e459-4e6e-bc40-59e57b9a1ab5, !- Name + 9b94c26b-39f3-4336-9e7a-ac254d30d6ac, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2351,7 +2351,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 96e4c93a-7d73-4f02-a1b0-1ba8b18682d1, !- Name + 69d98ce1-163a-4688-bdd8-620d9e324aa0, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176261, !- Zone Name @@ -2375,7 +2375,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 7581e7c1-7442-4e57-b277-4f8ca5fdf4c0, !- Name + e6615a35-5d23-4a84-954c-4f36affa9a82, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2399,7 +2399,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 49e69c19-aa91-4925-98ac-d68299566337, !- Name + a8b26e1f-5ca1-4d6b-8813-7fd1ac23040a, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2423,7 +2423,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - e2ecfd8b-f3b6-4753-a361-6f442c491e6c, !- Name + 8333827c-64d9-4384-908c-a52b523e0f4e, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2447,7 +2447,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - da9f4734-38c4-42b7-8862-1e510b356bd9, !- Name + 9dcc0e5d-d352-4f9d-aac7-ed1f95857686, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2471,7 +2471,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - c860b96f-077e-4b02-a9f9-b55670fd477b, !- Name + 5a47fb83-cc5e-4e41-a966-473a78aa3d5a, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2495,7 +2495,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 480a21af-85ae-4059-b848-33fd5f3a5720, !- Name + a7f9a836-6648-4972-9a3d-cadf02c08396, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176296, !- Zone Name @@ -2519,7 +2519,7 @@ BUILDINGSURFACE:DETAILED, 10; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 1f2698c6-9ab2-4092-8689-f48f27f007f3, !- Name + b773b0ff-c402-4155-9d39-50317b682a7d, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2549,7 +2549,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - c421315b-3fa6-4f26-8fe4-2bd36e46c018, !- Name + 31854275-1131-465e-9f08-8b4ba45c944c, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2579,7 +2579,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - db1d1e20-be98-49d4-9e40-1940144bf615, !- Name + 642d4a50-d5e3-48c1-8cf3-c2cf24830304, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2603,7 +2603,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 8fc429bc-81d9-449a-80a9-38f77b3e66dd, !- Name + f84e0874-b44e-4ff2-bc04-cb9797175003, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2627,7 +2627,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 759d0d84-9f31-46a9-ab0c-a80af93cd9f9, !- Name + d7715fc0-fff0-49e8-bbf2-b214fb7657bd, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2651,7 +2651,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 2fb34a99-c1ea-45cb-a3be-d36736d9f6d4, !- Name + 15be4f13-5041-40da-828a-aa96f6a79f83, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2675,12 +2675,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 8dfbd53d-371b-4a6f-9422-d041d8aadf88, !- Name + cf1fffe1-0d40-458a-9fab-42bc6efef9e9, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name Surface, !- Outside Boundary Condition - 8dfbd53d-371b-4a6f-9422-d041d8aadf88, !- Outside Boundary Condition Object + cf1fffe1-0d40-458a-9fab-42bc6efef9e9, !- 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, - 5ec4a61b-3773-449f-b181-753456e72c34, !- Name + 51f929d1-6f74-4810-94b9-0b8f70d66803, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 177698, !- Zone Name @@ -2723,7 +2723,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 0f842809-d03c-47da-a397-cc369ec4d39b, !- Name + 783fedbd-3a04-4545-b9b4-8ae7c4eac526, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name @@ -2747,7 +2747,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 9a1d52b6-ca21-44cb-8234-487282b053ce, !- Name + 8706c343-9590-4bd1-8b85-1cab22e3b38a, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name @@ -2771,7 +2771,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d9f477eb-a2bb-45dc-80c6-f24d09a96a5c, !- Name + 2bcd823f-1c3e-4f9c-b84e-d718d5082f2c, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name @@ -2795,12 +2795,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 4a29ac31-f3ca-4ae3-af0c-5d2899ddd309, !- Name + e107acd3-80a3-46c8-ab22-6303ce6b830f, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name Surface, !- Outside Boundary Condition - 4a29ac31-f3ca-4ae3-af0c-5d2899ddd309, !- Outside Boundary Condition Object + e107acd3-80a3-46c8-ab22-6303ce6b830f, !- 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, - 12b9db48-e074-4e87-8478-9a8221bfece1, !- Name + fa9c545c-e963-48be-b73f-0908f95dc1a8, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name @@ -2843,12 +2843,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 1542594c-4a08-4e29-bbb6-bf6798dd1e56, !- Name + 6e2347f3-cb34-4bd4-b7e0-90fa881924e0, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 178164, !- Zone Name Surface, !- Outside Boundary Condition - 1542594c-4a08-4e29-bbb6-bf6798dd1e56, !- Outside Boundary Condition Object + 6e2347f3-cb34-4bd4-b7e0-90fa881924e0, !- 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, - f1d05492-fc37-4ce7-b4be-ab84e65bba2d, !- Name + 4a42ec2a-0326-4c00-b654-e47b54c6b560, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name @@ -2891,7 +2891,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 549077e1-bf77-47a7-affb-e487658423cc, !- Name + c6167ce0-8bdb-4e2c-bcfb-02a8e11213fa, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name @@ -2915,7 +2915,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d15932be-b61f-4d05-8f3d-a538ada1c1b9, !- Name + 1e8da8fa-960f-48ea-bae6-c96886703feb, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name @@ -2939,12 +2939,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - f72f957d-1e74-40bc-b6cb-d42c2b474277, !- Name + f1dd5477-48d5-4cb9-98b6-3905972d8ed6, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name Surface, !- Outside Boundary Condition - f72f957d-1e74-40bc-b6cb-d42c2b474277, !- Outside Boundary Condition Object + f1dd5477-48d5-4cb9-98b6-3905972d8ed6, !- 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, - d7bfac7e-ffe4-43e5-a664-66123d42d5e0, !- Name + 9a857e9e-0a4f-4341-86db-93c15d7327bf, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name @@ -2987,12 +2987,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 53505fe8-5adb-4b73-bd6c-955d322b0a64, !- Name + 6ca1b622-f6ac-46ae-afa6-f77f52ccdb9b, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181359, !- Zone Name Surface, !- Outside Boundary Condition - 53505fe8-5adb-4b73-bd6c-955d322b0a64, !- Outside Boundary Condition Object + 6ca1b622-f6ac-46ae-afa6-f77f52ccdb9b, !- 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, - ec0278f6-da80-4f16-8de4-bb9973ebb3b2, !- Name + 48ac80c6-b175-45e1-97e2-5bcf75c7d5da, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3038,7 +3038,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 5 Zcoordinate BUILDINGSURFACE:DETAILED, - dc07a81c-dab5-45f7-bee5-80767931dbc0, !- Name + 6a43d3bf-4e99-4f40-b4e1-8237e6990e4f, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3065,7 +3065,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 5 Zcoordinate BUILDINGSURFACE:DETAILED, - 88e8f7ff-619e-4595-81eb-d5bad7867696, !- Name + 058d5268-0e0e-47de-90ba-fd670eafbe04, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3089,12 +3089,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 744eae42-6f20-4700-9bfc-85dd929a297d, !- Name + 964c9d07-ab26-44d1-a193-dcdfe9e34bed, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name Surface, !- Outside Boundary Condition - 744eae42-6f20-4700-9bfc-85dd929a297d, !- Outside Boundary Condition Object + 964c9d07-ab26-44d1-a193-dcdfe9e34bed, !- 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, - 28ce80fe-fe76-466f-a7eb-88a00d656f05, !- Name + 04abb7bf-01b2-47c2-853a-397c11f9aeb3, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3137,7 +3137,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - f5f1247a-88be-4f06-b629-4c3613f82d51, !- Name + 5a472962-fd05-4257-adcc-5b11c96ec905, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3161,7 +3161,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - b8cb1843-0410-4673-bfd4-5dc3c73f2bdd, !- Name + 9ea75e4a-dbd8-4cb4-bf7f-e2b86a814504, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 181706, !- Zone Name @@ -3185,7 +3185,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 5b52e826-42b4-4a00-9549-10196a13f76d, !- Name + 19b32df5-bd49-4f37-8737-c8b35c4d2e6f, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name @@ -3209,7 +3209,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 36849036-c5b5-40b7-8f21-f853a75f082b, !- Name + 93c039b0-f217-4bee-86df-8f876ae8b18e, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name @@ -3233,7 +3233,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 23571505-ec9b-43ad-bfca-e0997e7a40a6, !- Name + 78eaefa8-107d-43db-8dbe-8e4f65ea1ab4, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name @@ -3257,12 +3257,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - cb1b4365-3338-4050-8de9-cbd4ebf6ace2, !- Name + a4727b73-bfcc-4ed1-8b57-d61be82393e6, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name Surface, !- Outside Boundary Condition - cb1b4365-3338-4050-8de9-cbd4ebf6ace2, !- Outside Boundary Condition Object + a4727b73-bfcc-4ed1-8b57-d61be82393e6, !- 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, - ed2b8ced-c770-4499-b4d2-1f89ba80e037, !- Name + ff2a5adf-5da5-4533-a9d5-099ff8c65ded, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name @@ -3305,12 +3305,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 7fa395e8-2b05-448a-b1b1-9ca854cd4cdb, !- Name + 626a04e5-2ae7-49e1-8ce8-6ed71f2b9a25, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183144, !- Zone Name Surface, !- Outside Boundary Condition - 7fa395e8-2b05-448a-b1b1-9ca854cd4cdb, !- Outside Boundary Condition Object + 626a04e5-2ae7-49e1-8ce8-6ed71f2b9a25, !- 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, - cc5d3cde-cc73-4b55-9be2-da25001a6ea6, !- Name + fd51b87c-f1ba-41d8-a992-25f6c9517a81, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name @@ -3353,7 +3353,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - bc98b527-a9a7-4167-8d48-ad07e222751b, !- Name + 7693e158-2471-4832-add0-a7d14c5cd21b, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name @@ -3377,7 +3377,7 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 39cd3473-fbc3-431f-b595-088111688ff0, !- Name + 62dce0a4-304f-4e6c-9a57-d00e4334928b, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name @@ -3401,12 +3401,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - e8eaf434-d518-420c-a1ae-4f9ac185c3c7, !- Name + 2d86181d-b6d0-4963-b805-b062af09ed4d, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name Surface, !- Outside Boundary Condition - e8eaf434-d518-420c-a1ae-4f9ac185c3c7, !- Outside Boundary Condition Object + 2d86181d-b6d0-4963-b805-b062af09ed4d, !- 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, - e3c38143-fdeb-4cad-bfde-4855a94c5ffe, !- Name + b9a54d53-0695-468c-8e3c-e0d957c0fef6, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name @@ -3449,12 +3449,12 @@ BUILDINGSURFACE:DETAILED, 9; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - e2af1629-bf60-4ba4-b83f-da0427cc5520, !- Name + 9a2f2953-76f5-4861-a4c8-da901d39c5aa, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 183243, !- Zone Name Surface, !- Outside Boundary Condition - e2af1629-bf60-4ba4-b83f-da0427cc5520, !- Outside Boundary Condition Object + 9a2f2953-76f5-4861-a4c8-da901d39c5aa, !- 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, - 597e8893-bf63-4356-83eb-581a544045ac window, !- Name + d2694cc9-3dbe-4717-9750-66d7408f584c window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 597e8893-bf63-4356-83eb-581a544045ac, !- Building Surface Name + d2694cc9-3dbe-4717-9750-66d7408f584c, !- 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, - e9f9f468-be3c-406c-a131-151a54d54c3b window, !- Name + 12650e00-dba9-4ec4-9c20-53d86d021a6d window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - e9f9f468-be3c-406c-a131-151a54d54c3b, !- Building Surface Name + 12650e00-dba9-4ec4-9c20-53d86d021a6d, !- 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, - 81d97b28-7fe0-47f3-a8ef-dbc87b6fa485 window, !- Name + c9344243-bb60-434b-bbae-00a55242de52 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 81d97b28-7fe0-47f3-a8ef-dbc87b6fa485, !- Building Surface Name + c9344243-bb60-434b-bbae-00a55242de52, !- 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, - 465f65fe-61ca-4913-aa63-bd2bad166056 window, !- Name + 59b89d19-7a3a-44a2-b16c-0f06ddd49440 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 465f65fe-61ca-4913-aa63-bd2bad166056, !- Building Surface Name + 59b89d19-7a3a-44a2-b16c-0f06ddd49440, !- 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, - d4ddf175-8ce1-4de4-920d-9e87760a2357 window, !- Name + 3c075050-1588-4e73-a4a8-6a042dbc0278 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - d4ddf175-8ce1-4de4-920d-9e87760a2357, !- Building Surface Name + 3c075050-1588-4e73-a4a8-6a042dbc0278, !- 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, - cd9c1ccb-94c4-4d52-918e-02b6d9f23cd6 window, !- Name + 150a344c-f603-48b4-951f-96eb17d23d60 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - cd9c1ccb-94c4-4d52-918e-02b6d9f23cd6, !- Building Surface Name + 150a344c-f603-48b4-951f-96eb17d23d60, !- 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, - b8e5722f-137a-4265-a0c8-4477dace4464 window, !- Name + 8634dc17-b8d8-4b49-989e-8079c194833b window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - b8e5722f-137a-4265-a0c8-4477dace4464, !- Building Surface Name + 8634dc17-b8d8-4b49-989e-8079c194833b, !- 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, - 7d0c86b4-2c88-4226-8256-72c260ece0bd window, !- Name + 3e41bf94-7cf6-4888-8967-25b24f9dc668 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 7d0c86b4-2c88-4226-8256-72c260ece0bd, !- Building Surface Name + 3e41bf94-7cf6-4888-8967-25b24f9dc668, !- 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, - aa54ac6d-9de4-4186-b260-051460d41d27 window, !- Name + e4461c89-d956-48d0-9146-f19e8660f0a5 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - aa54ac6d-9de4-4186-b260-051460d41d27, !- Building Surface Name + e4461c89-d956-48d0-9146-f19e8660f0a5, !- 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, - 9e618400-85c5-496b-a5fa-54781ba43cef window, !- Name + 4d0a880d-084d-4a1d-a39f-9f5fa319a6ea window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 9e618400-85c5-496b-a5fa-54781ba43cef, !- Building Surface Name + 4d0a880d-084d-4a1d-a39f-9f5fa319a6ea, !- 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, - 8cc9a5f8-7042-4266-b52c-96552e8171fd window, !- Name + 9f31f68d-49db-487b-acd5-6c5a0ed86612 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 8cc9a5f8-7042-4266-b52c-96552e8171fd, !- Building Surface Name + 9f31f68d-49db-487b-acd5-6c5a0ed86612, !- 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, - bd015ac2-ed48-45a8-aff2-aaa3f0e7e0f8 window, !- Name + 67679ef7-4689-4d8e-a167-1d714f76e1a3 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - bd015ac2-ed48-45a8-aff2-aaa3f0e7e0f8, !- Building Surface Name + 67679ef7-4689-4d8e-a167-1d714f76e1a3, !- 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, - 51cace5a-d4f2-4d1b-acb5-ffdbaf04a5e3 window, !- Name + 44b08664-f1c8-4296-99db-7be2e02c8254 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 51cace5a-d4f2-4d1b-acb5-ffdbaf04a5e3, !- Building Surface Name + 44b08664-f1c8-4296-99db-7be2e02c8254, !- 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, - ccb7f46b-11e3-47ef-9d74-515e3a60294a window, !- Name + 5ce34bfc-24d0-4cb6-91e7-8652d7354f39 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - ccb7f46b-11e3-47ef-9d74-515e3a60294a, !- Building Surface Name + 5ce34bfc-24d0-4cb6-91e7-8652d7354f39, !- 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, - 3f743fc3-a3af-44b1-8c5b-8a239c7a0df1 window, !- Name + ff8e2017-074c-4f16-af3a-311410837eed window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 3f743fc3-a3af-44b1-8c5b-8a239c7a0df1, !- Building Surface Name + ff8e2017-074c-4f16-af3a-311410837eed, !- 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, - 2a3d3c01-7ac9-49c3-9d0f-ccc7112f80e7 window, !- Name + bf1f1f37-241c-42e3-b054-b0ff550f8635 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 2a3d3c01-7ac9-49c3-9d0f-ccc7112f80e7, !- Building Surface Name + bf1f1f37-241c-42e3-b054-b0ff550f8635, !- 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, - 404b2f49-3137-4d51-9b65-ba17039744a7 window, !- Name + 31cdd59b-48e0-406d-bee1-6046d43751b7 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 404b2f49-3137-4d51-9b65-ba17039744a7, !- Building Surface Name + 31cdd59b-48e0-406d-bee1-6046d43751b7, !- 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, - 5e512775-1bb9-4bff-b0c1-56b547f0a8df window, !- Name + 2ac4ca0b-4dbe-4166-9c39-fcdab475f3c0 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 5e512775-1bb9-4bff-b0c1-56b547f0a8df, !- Building Surface Name + 2ac4ca0b-4dbe-4166-9c39-fcdab475f3c0, !- 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, - e8d59443-a80d-4458-8f69-7ef4938d44c7 window, !- Name + f67c279f-5341-4f00-a38a-cd4f391aadc1 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - e8d59443-a80d-4458-8f69-7ef4938d44c7, !- Building Surface Name + f67c279f-5341-4f00-a38a-cd4f391aadc1, !- 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, - f90b3e61-9004-40b2-a979-81dab0b99469 window, !- Name + d997fcd7-8889-44d4-9cd4-9b562516ced9 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - f90b3e61-9004-40b2-a979-81dab0b99469, !- Building Surface Name + d997fcd7-8889-44d4-9cd4-9b562516ced9, !- 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, - 334baeb1-d3d8-43bc-9d18-8c8d5497b950 window, !- Name + 2b08c63b-0380-4d2a-8604-7fba958f3869 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 334baeb1-d3d8-43bc-9d18-8c8d5497b950, !- Building Surface Name + 2b08c63b-0380-4d2a-8604-7fba958f3869, !- 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, - f2773f25-bf65-4ce3-89ec-ca874375aa3f window, !- Name + 3f1daf72-41a2-4969-a152-ea48aef4dae2 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - f2773f25-bf65-4ce3-89ec-ca874375aa3f, !- Building Surface Name + 3f1daf72-41a2-4969-a152-ea48aef4dae2, !- 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, - 1ca10200-62c5-402b-909c-83a2a86ac628 window, !- Name + a5f9c8e4-e0bd-4126-9f54-ba9a44fba8ea window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 1ca10200-62c5-402b-909c-83a2a86ac628, !- Building Surface Name + a5f9c8e4-e0bd-4126-9f54-ba9a44fba8ea, !- 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, - cacc7ead-4051-4299-a3fe-a21bd1ea6c93 window, !- Name + 19c12e03-dbab-463e-8e67-561987f1bee2 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - cacc7ead-4051-4299-a3fe-a21bd1ea6c93, !- Building Surface Name + 19c12e03-dbab-463e-8e67-561987f1bee2, !- 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, - 8278b81d-4747-472f-a7f3-0f5f4834369e window, !- Name + cffcc56f-2539-471f-86ac-5b1fb59d5864 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 8278b81d-4747-472f-a7f3-0f5f4834369e, !- Building Surface Name + cffcc56f-2539-471f-86ac-5b1fb59d5864, !- 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, - ea7a188e-c0dd-41fb-affb-5546dd3ed8a0 window, !- Name + 3bef2bfe-91b4-4660-b7d3-4cac5d9d97ae window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - ea7a188e-c0dd-41fb-affb-5546dd3ed8a0, !- Building Surface Name + 3bef2bfe-91b4-4660-b7d3-4cac5d9d97ae, !- 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, - 5e175f67-94fe-490d-ad22-13ad9ea2f624 window, !- Name + 46864059-27d4-44ac-a655-c4cb8a693393 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 5e175f67-94fe-490d-ad22-13ad9ea2f624, !- Building Surface Name + 46864059-27d4-44ac-a655-c4cb8a693393, !- 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, - 8f1314aa-7ca7-4107-bfd4-e601556f45f2 window, !- Name + 59390046-7599-4186-a026-5c3a7dde88f5 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 8f1314aa-7ca7-4107-bfd4-e601556f45f2, !- Building Surface Name + 59390046-7599-4186-a026-5c3a7dde88f5, !- 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, - 996a84c5-812f-403b-879d-7233b65aa66f window, !- Name + 4cddf35c-0cb9-43bd-b14f-a274ac5e2e97 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 996a84c5-812f-403b-879d-7233b65aa66f, !- Building Surface Name + 4cddf35c-0cb9-43bd-b14f-a274ac5e2e97, !- 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, - 48618736-dee0-4588-afdf-d82a1ec13fb0 window, !- Name + f8bf4fc4-f1ac-4bed-a1dc-de3a22d5d029 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 48618736-dee0-4588-afdf-d82a1ec13fb0, !- Building Surface Name + f8bf4fc4-f1ac-4bed-a1dc-de3a22d5d029, !- 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, - c4ea0eba-e459-4e6e-bc40-59e57b9a1ab5 window, !- Name + 9b94c26b-39f3-4336-9e7a-ac254d30d6ac window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - c4ea0eba-e459-4e6e-bc40-59e57b9a1ab5, !- Building Surface Name + 9b94c26b-39f3-4336-9e7a-ac254d30d6ac, !- 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, - 96e4c93a-7d73-4f02-a1b0-1ba8b18682d1 window, !- Name + 69d98ce1-163a-4688-bdd8-620d9e324aa0 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 96e4c93a-7d73-4f02-a1b0-1ba8b18682d1, !- Building Surface Name + 69d98ce1-163a-4688-bdd8-620d9e324aa0, !- 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, - e2ecfd8b-f3b6-4753-a361-6f442c491e6c window, !- Name + 8333827c-64d9-4384-908c-a52b523e0f4e window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - e2ecfd8b-f3b6-4753-a361-6f442c491e6c, !- Building Surface Name + 8333827c-64d9-4384-908c-a52b523e0f4e, !- 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, - da9f4734-38c4-42b7-8862-1e510b356bd9 window, !- Name + 9dcc0e5d-d352-4f9d-aac7-ed1f95857686 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - da9f4734-38c4-42b7-8862-1e510b356bd9, !- Building Surface Name + 9dcc0e5d-d352-4f9d-aac7-ed1f95857686, !- 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, - c860b96f-077e-4b02-a9f9-b55670fd477b window, !- Name + 5a47fb83-cc5e-4e41-a966-473a78aa3d5a window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - c860b96f-077e-4b02-a9f9-b55670fd477b, !- Building Surface Name + 5a47fb83-cc5e-4e41-a966-473a78aa3d5a, !- 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, - 480a21af-85ae-4059-b848-33fd5f3a5720 window, !- Name + a7f9a836-6648-4972-9a3d-cadf02c08396 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 480a21af-85ae-4059-b848-33fd5f3a5720, !- Building Surface Name + a7f9a836-6648-4972-9a3d-cadf02c08396, !- 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, - db1d1e20-be98-49d4-9e40-1940144bf615 window, !- Name + 642d4a50-d5e3-48c1-8cf3-c2cf24830304 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - db1d1e20-be98-49d4-9e40-1940144bf615, !- Building Surface Name + 642d4a50-d5e3-48c1-8cf3-c2cf24830304, !- 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, - 8fc429bc-81d9-449a-80a9-38f77b3e66dd window, !- Name + f84e0874-b44e-4ff2-bc04-cb9797175003 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 8fc429bc-81d9-449a-80a9-38f77b3e66dd, !- Building Surface Name + f84e0874-b44e-4ff2-bc04-cb9797175003, !- 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, - 759d0d84-9f31-46a9-ab0c-a80af93cd9f9 window, !- Name + d7715fc0-fff0-49e8-bbf2-b214fb7657bd window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 759d0d84-9f31-46a9-ab0c-a80af93cd9f9, !- Building Surface Name + d7715fc0-fff0-49e8-bbf2-b214fb7657bd, !- 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, - 2fb34a99-c1ea-45cb-a3be-d36736d9f6d4 window, !- Name + 15be4f13-5041-40da-828a-aa96f6a79f83 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 2fb34a99-c1ea-45cb-a3be-d36736d9f6d4, !- Building Surface Name + 15be4f13-5041-40da-828a-aa96f6a79f83, !- 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, - 5ec4a61b-3773-449f-b181-753456e72c34 window, !- Name + 51f929d1-6f74-4810-94b9-0b8f70d66803 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 5ec4a61b-3773-449f-b181-753456e72c34, !- Building Surface Name + 51f929d1-6f74-4810-94b9-0b8f70d66803, !- 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, - d9f477eb-a2bb-45dc-80c6-f24d09a96a5c window, !- Name + 2bcd823f-1c3e-4f9c-b84e-d718d5082f2c window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - d9f477eb-a2bb-45dc-80c6-f24d09a96a5c, !- Building Surface Name + 2bcd823f-1c3e-4f9c-b84e-d718d5082f2c, !- 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, - 12b9db48-e074-4e87-8478-9a8221bfece1 window, !- Name + fa9c545c-e963-48be-b73f-0908f95dc1a8 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 12b9db48-e074-4e87-8478-9a8221bfece1, !- Building Surface Name + fa9c545c-e963-48be-b73f-0908f95dc1a8, !- 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, - d15932be-b61f-4d05-8f3d-a538ada1c1b9 window, !- Name + 1e8da8fa-960f-48ea-bae6-c96886703feb window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - d15932be-b61f-4d05-8f3d-a538ada1c1b9, !- Building Surface Name + 1e8da8fa-960f-48ea-bae6-c96886703feb, !- 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, - d7bfac7e-ffe4-43e5-a664-66123d42d5e0 window, !- Name + 9a857e9e-0a4f-4341-86db-93c15d7327bf window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - d7bfac7e-ffe4-43e5-a664-66123d42d5e0, !- Building Surface Name + 9a857e9e-0a4f-4341-86db-93c15d7327bf, !- 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, - 88e8f7ff-619e-4595-81eb-d5bad7867696 window, !- Name + 058d5268-0e0e-47de-90ba-fd670eafbe04 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 88e8f7ff-619e-4595-81eb-d5bad7867696, !- Building Surface Name + 058d5268-0e0e-47de-90ba-fd670eafbe04, !- 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, - 28ce80fe-fe76-466f-a7eb-88a00d656f05 window, !- Name + 04abb7bf-01b2-47c2-853a-397c11f9aeb3 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 28ce80fe-fe76-466f-a7eb-88a00d656f05, !- Building Surface Name + 04abb7bf-01b2-47c2-853a-397c11f9aeb3, !- 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, - f5f1247a-88be-4f06-b629-4c3613f82d51 window, !- Name + 5a472962-fd05-4257-adcc-5b11c96ec905 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - f5f1247a-88be-4f06-b629-4c3613f82d51, !- Building Surface Name + 5a472962-fd05-4257-adcc-5b11c96ec905, !- 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, - b8cb1843-0410-4673-bfd4-5dc3c73f2bdd window, !- Name + 9ea75e4a-dbd8-4cb4-bf7f-e2b86a814504 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - b8cb1843-0410-4673-bfd4-5dc3c73f2bdd, !- Building Surface Name + 9ea75e4a-dbd8-4cb4-bf7f-e2b86a814504, !- 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, - 23571505-ec9b-43ad-bfca-e0997e7a40a6 window, !- Name + 78eaefa8-107d-43db-8dbe-8e4f65ea1ab4 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 23571505-ec9b-43ad-bfca-e0997e7a40a6, !- Building Surface Name + 78eaefa8-107d-43db-8dbe-8e4f65ea1ab4, !- 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, - ed2b8ced-c770-4499-b4d2-1f89ba80e037 window, !- Name + ff2a5adf-5da5-4533-a9d5-099ff8c65ded window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - ed2b8ced-c770-4499-b4d2-1f89ba80e037, !- Building Surface Name + ff2a5adf-5da5-4533-a9d5-099ff8c65ded, !- 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, - 39cd3473-fbc3-431f-b595-088111688ff0 window, !- Name + 62dce0a4-304f-4e6c-9a57-d00e4334928b window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 39cd3473-fbc3-431f-b595-088111688ff0, !- Building Surface Name + 62dce0a4-304f-4e6c-9a57-d00e4334928b, !- 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, - e3c38143-fdeb-4cad-bfde-4855a94c5ffe window, !- Name + b9a54d53-0695-468c-8e3c-e0d957c0fef6 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - e3c38143-fdeb-4cad-bfde-4855a94c5ffe, !- Building Surface Name + b9a54d53-0695-468c-8e3c-e0d957c0fef6, !- 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 c29a564d..bf4d946a 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.28 13:46 +Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.28 18:51 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 836a7f3a..3ceb3391 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_1b172e.rvi + processing:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_012988.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 1.70sec + ReadVars Run Time=00hr 00min 3.41sec ReadVarsESO program completed successfully. ReadVarsESO - processing:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_1b172e.mvi + processing:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_012988.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.19sec + ReadVars Run Time=00hr 00min 0.41sec ReadVarsESO program completed successfully. diff --git a/out_files/Montreal_out.shd b/out_files/Montreal_out.shd index 7fef2705..dcc95302 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=597E8893-BF63-4356-83EB-581A544045AC is used as Receiving Surface in calculations and is convex. +Surface=D2694CC9-3DBE-4717-9750-66D7408F584C is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=4 -..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 -..Surface=996A84C5-812F-403B-879D-7233B65AA66F -..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 -..Surface=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=4CDDF35C-0CB9-43BD-B14F-A274AC5E2E97 +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 +..Surface=9EA75E4A-DBD8-4CB4-BF7F-E2B86A814504 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=597E8893-BF63-4356-83EB-581A544045AC WINDOW +....Surface=D2694CC9-3DBE-4717-9750-66D7408F584C WINDOW ================================== -Surface=597E8893-BF63-4356-83EB-581A544045AC WINDOW is not used as Receiving Surface in calculations. +Surface=D2694CC9-3DBE-4717-9750-66D7408F584C 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=500F7547-EA7A-498B-8000-CC091AFCE755 is not used as Receiving Surface in calculations. +Surface=A6A2AA11-EBBD-43A9-B252-6FC4397E8081 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=E9F9F468-BE3C-406C-A131-151A54D54C3B is used as Receiving Surface in calculations and is convex. +Surface=12650E00-DBA9-4EC4-9C20-53D86D021A6D is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..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 +..Surface=5CE34BFC-24D0-4CB6-91E7-8652D7354F39 +..Surface=BF1F1F37-241C-42E3-B054-B0FF550F8635 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=F8BF4FC4-F1AC-4BED-A1DC-DE3A22D5D029 +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 +..Surface=FA9C545C-E963-48BE-B73F-0908F95DC1A8 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=E9F9F468-BE3C-406C-A131-151A54D54C3B WINDOW +....Surface=12650E00-DBA9-4EC4-9C20-53D86D021A6D WINDOW ================================== -Surface=E9F9F468-BE3C-406C-A131-151A54D54C3B WINDOW is not used as Receiving Surface in calculations. +Surface=12650E00-DBA9-4EC4-9C20-53D86D021A6D 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=398D7259-ACD4-4A78-B8DD-F50A483BBA9D is not used as Receiving Surface in calculations. +Surface=06385373-1CAD-49CF-B6C5-4941976DF31E 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=5B48231E-B210-48CA-BFF3-62C8D8E642CD is not used as Receiving Surface in calculations. +Surface=672466A2-FD8B-48E2-A12B-2B6D13DC46EF 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=5090EE93-FEFB-418C-B8E3-C35CC3106B55 is used as Receiving Surface in calculations and is convex. +Surface=29AECAA4-5B2C-4250-9DCF-F072A6F957E9 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=11 -..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 +..Surface=5CE34BFC-24D0-4CB6-91E7-8652D7354F39 +..Surface=BF1F1F37-241C-42E3-B054-B0FF550F8635 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=4CDDF35C-0CB9-43BD-B14F-A274AC5E2E97 +..Surface=F8BF4FC4-F1AC-4BED-A1DC-DE3A22D5D029 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=81D97B28-7FE0-47F3-A8EF-DBC87B6FA485 is used as Receiving Surface in calculations and is convex. +Surface=C9344243-BB60-434B-BBAE-00A55242DE52 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=3 -..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 -..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 -..Surface=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 +..Surface=9EA75E4A-DBD8-4CB4-BF7F-E2B86A814504 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=81D97B28-7FE0-47F3-A8EF-DBC87B6FA485 WINDOW +....Surface=C9344243-BB60-434B-BBAE-00A55242DE52 WINDOW ================================== -Surface=81D97B28-7FE0-47F3-A8EF-DBC87B6FA485 WINDOW is not used as Receiving Surface in calculations. +Surface=C9344243-BB60-434B-BBAE-00A55242DE52 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=465F65FE-61CA-4913-AA63-BD2BAD166056 is used as Receiving Surface in calculations and is convex. +Surface=59B89D19-7A3A-44A2-B16C-0F06DDD49440 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 -..Surface=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=9EA75E4A-DBD8-4CB4-BF7F-E2B86A814504 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=465F65FE-61CA-4913-AA63-BD2BAD166056 WINDOW +....Surface=59B89D19-7A3A-44A2-B16C-0F06DDD49440 WINDOW ================================== -Surface=465F65FE-61CA-4913-AA63-BD2BAD166056 WINDOW is not used as Receiving Surface in calculations. +Surface=59B89D19-7A3A-44A2-B16C-0F06DDD49440 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=D4DDF175-8CE1-4DE4-920D-9E87760A2357 is used as Receiving Surface in calculations and is convex. +Surface=3C075050-1588-4E73-A4A8-6A042DBC0278 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=6 -..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 +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=642D4A50-D5E3-48C1-8CF3-C2CF24830304 +..Surface=5A472962-FD05-4257-ADCC-5B11C96EC905 +..Surface=9EA75E4A-DBD8-4CB4-BF7F-E2B86A814504 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=D4DDF175-8CE1-4DE4-920D-9E87760A2357 WINDOW +....Surface=3C075050-1588-4E73-A4A8-6A042DBC0278 WINDOW ================================== -Surface=D4DDF175-8CE1-4DE4-920D-9E87760A2357 WINDOW is not used as Receiving Surface in calculations. +Surface=3C075050-1588-4E73-A4A8-6A042DBC0278 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=CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 is used as Receiving Surface in calculations and is convex. +Surface=150A344C-F603-48B4-951F-96EB17D23D60 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..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 +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=15BE4F13-5041-40DA-828A-AA96F6A79F83 +..Surface=9A857E9E-0A4F-4341-86DB-93C15D7327BF +..Surface=04ABB7BF-01B2-47C2-853A-397C11F9AEB3 +..Surface=5A472962-FD05-4257-ADCC-5B11C96EC905 +..Surface=9EA75E4A-DBD8-4CB4-BF7F-E2B86A814504 +..Surface=FF2A5ADF-5DA5-4533-A9D5-099FF8C65DED +..Surface=B9A54D53-0695-468C-8E3C-E0D957C0FEF6 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 WINDOW +....Surface=150A344C-F603-48B4-951F-96EB17D23D60 WINDOW ================================== -Surface=CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 WINDOW is not used as Receiving Surface in calculations. +Surface=150A344C-F603-48B4-951F-96EB17D23D60 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=B8E5722F-137A-4265-A0C8-4477DACE4464 is used as Receiving Surface in calculations and is convex. +Surface=8634DC17-B8D8-4B49-989E-8079C194833B is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=7 -..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=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=B8E5722F-137A-4265-A0C8-4477DACE4464 WINDOW +....Surface=8634DC17-B8D8-4B49-989E-8079C194833B WINDOW ================================== -Surface=B8E5722F-137A-4265-A0C8-4477DACE4464 WINDOW is not used as Receiving Surface in calculations. +Surface=8634DC17-B8D8-4B49-989E-8079C194833B 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=6AC6AA25-5E89-4029-9946-74804658CAF4 is not used as Receiving Surface in calculations. +Surface=06FF86F4-0A29-4F47-871C-773F4FC12A85 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=3F6836B3-3739-4EB7-A50F-6B1EC2695C69 is not used as Receiving Surface in calculations. +Surface=0207BA60-C2FB-4BC0-AE4D-423BBA669056 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=CADC5B75-BB4B-46D4-9B46-CB298FC508E4 is used as Receiving Surface in calculations and is convex. +Surface=01D13815-2EF5-4939-87D0-6EB66A6EEF74 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..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 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=4CDDF35C-0CB9-43BD-B14F-A274AC5E2E97 +..Surface=F8BF4FC4-F1AC-4BED-A1DC-DE3A22D5D029 +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=7D0C86B4-2C88-4226-8256-72C260ECE0BD is used as Receiving Surface in calculations and is convex. +Surface=3E41BF94-7CF6-4888-8967-25B24F9DC668 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=AA54AC6D-9DE4-4186-B260-051460D41D27 -..Surface=8CC9A5F8-7042-4266-B52C-96552E8171FD +..Surface=E4461C89-D956-48D0-9146-F19E8660F0A5 +..Surface=9F31F68D-49DB-487B-ACD5-6C5A0ED86612 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=7D0C86B4-2C88-4226-8256-72C260ECE0BD WINDOW +....Surface=3E41BF94-7CF6-4888-8967-25B24F9DC668 WINDOW ================================== -Surface=7D0C86B4-2C88-4226-8256-72C260ECE0BD WINDOW is not used as Receiving Surface in calculations. +Surface=3E41BF94-7CF6-4888-8967-25B24F9DC668 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=AA54AC6D-9DE4-4186-B260-051460D41D27 is used as Receiving Surface in calculations and is convex. +Surface=E4461C89-D956-48D0-9146-F19E8660F0A5 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=4 -..Surface=7D0C86B4-2C88-4226-8256-72C260ECE0BD -..Surface=2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4 -..Surface=D7BFAC7E-FFE4-43E5-A664-66123D42D5E0 -..Surface=E3C38143-FDEB-4CAD-BFDE-4855A94C5FFE +..Surface=3E41BF94-7CF6-4888-8967-25B24F9DC668 +..Surface=15BE4F13-5041-40DA-828A-AA96F6A79F83 +..Surface=9A857E9E-0A4F-4341-86DB-93C15D7327BF +..Surface=B9A54D53-0695-468C-8E3C-E0D957C0FEF6 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=AA54AC6D-9DE4-4186-B260-051460D41D27 WINDOW +....Surface=E4461C89-D956-48D0-9146-F19E8660F0A5 WINDOW ================================== -Surface=AA54AC6D-9DE4-4186-B260-051460D41D27 WINDOW is not used as Receiving Surface in calculations. +Surface=E4461C89-D956-48D0-9146-F19E8660F0A5 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=9E618400-85C5-496B-A5FA-54781BA43CEF is used as Receiving Surface in calculations and is convex. +Surface=4D0A880D-084D-4A1D-A39F-9F5FA319A6EA is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=8CC9A5F8-7042-4266-B52C-96552E8171FD -..Surface=3F743FC3-A3AF-44B1-8C5B-8A239C7A0DF1 +..Surface=9F31F68D-49DB-487B-ACD5-6C5A0ED86612 +..Surface=FF8E2017-074C-4F16-AF3A-311410837EED Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=9E618400-85C5-496B-A5FA-54781BA43CEF WINDOW +....Surface=4D0A880D-084D-4A1D-A39F-9F5FA319A6EA WINDOW ================================== -Surface=9E618400-85C5-496B-A5FA-54781BA43CEF WINDOW is not used as Receiving Surface in calculations. +Surface=4D0A880D-084D-4A1D-A39F-9F5FA319A6EA 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=8CC9A5F8-7042-4266-B52C-96552E8171FD is used as Receiving Surface in calculations and is convex. +Surface=9F31F68D-49DB-487B-ACD5-6C5A0ED86612 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=6 -..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 +..Surface=3E41BF94-7CF6-4888-8967-25B24F9DC668 +..Surface=4D0A880D-084D-4A1D-A39F-9F5FA319A6EA +..Surface=15BE4F13-5041-40DA-828A-AA96F6A79F83 +..Surface=9A857E9E-0A4F-4341-86DB-93C15D7327BF +..Surface=FF2A5ADF-5DA5-4533-A9D5-099FF8C65DED +..Surface=B9A54D53-0695-468C-8E3C-E0D957C0FEF6 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=8CC9A5F8-7042-4266-B52C-96552E8171FD WINDOW +....Surface=9F31F68D-49DB-487B-ACD5-6C5A0ED86612 WINDOW ================================== -Surface=8CC9A5F8-7042-4266-B52C-96552E8171FD WINDOW is not used as Receiving Surface in calculations. +Surface=9F31F68D-49DB-487B-ACD5-6C5A0ED86612 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=BD015AC2-ED48-45A8-AFF2-AAA3F0E7E0F8 is used as Receiving Surface in calculations and is convex. +Surface=67679EF7-4689-4D8E-A167-1D714F76E1A3 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=1 -..Surface=51CACE5A-D4F2-4D1B-ACB5-FFDBAF04A5E3 +..Surface=44B08664-F1C8-4296-99DB-7BE2E02C8254 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=BD015AC2-ED48-45A8-AFF2-AAA3F0E7E0F8 WINDOW +....Surface=67679EF7-4689-4D8E-A167-1D714F76E1A3 WINDOW ================================== -Surface=BD015AC2-ED48-45A8-AFF2-AAA3F0E7E0F8 WINDOW is not used as Receiving Surface in calculations. +Surface=67679EF7-4689-4D8E-A167-1D714F76E1A3 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=51CACE5A-D4F2-4D1B-ACB5-FFDBAF04A5E3 is used as Receiving Surface in calculations and is convex. +Surface=44B08664-F1C8-4296-99DB-7BE2E02C8254 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=1 -..Surface=BD015AC2-ED48-45A8-AFF2-AAA3F0E7E0F8 +..Surface=67679EF7-4689-4D8E-A167-1D714F76E1A3 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=51CACE5A-D4F2-4D1B-ACB5-FFDBAF04A5E3 WINDOW +....Surface=44B08664-F1C8-4296-99DB-7BE2E02C8254 WINDOW ================================== -Surface=51CACE5A-D4F2-4D1B-ACB5-FFDBAF04A5E3 WINDOW is not used as Receiving Surface in calculations. +Surface=44B08664-F1C8-4296-99DB-7BE2E02C8254 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=CCB7F46B-11E3-47EF-9D74-515E3A60294A is used as Receiving Surface in calculations and is convex. +Surface=5CE34BFC-24D0-4CB6-91E7-8652D7354F39 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=8 -..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 +..Surface=12650E00-DBA9-4EC4-9C20-53D86D021A6D +..Surface=FF8E2017-074C-4F16-AF3A-311410837EED +..Surface=31CDD59B-48E0-406D-BEE1-6046D43751B7 +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=F8BF4FC4-F1AC-4BED-A1DC-DE3A22D5D029 +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 +..Surface=5A47FB83-CC5E-4E41-A966-473A78AA3D5A +..Surface=FA9C545C-E963-48BE-B73F-0908F95DC1A8 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=CCB7F46B-11E3-47EF-9D74-515E3A60294A WINDOW +....Surface=5CE34BFC-24D0-4CB6-91E7-8652D7354F39 WINDOW ================================== -Surface=CCB7F46B-11E3-47EF-9D74-515E3A60294A WINDOW is not used as Receiving Surface in calculations. +Surface=5CE34BFC-24D0-4CB6-91E7-8652D7354F39 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=3F743FC3-A3AF-44B1-8C5B-8A239C7A0DF1 is used as Receiving Surface in calculations and is convex. +Surface=FF8E2017-074C-4F16-AF3A-311410837EED is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=9E618400-85C5-496B-A5FA-54781BA43CEF -..Surface=CCB7F46B-11E3-47EF-9D74-515E3A60294A +..Surface=4D0A880D-084D-4A1D-A39F-9F5FA319A6EA +..Surface=5CE34BFC-24D0-4CB6-91E7-8652D7354F39 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=3F743FC3-A3AF-44B1-8C5B-8A239C7A0DF1 WINDOW +....Surface=FF8E2017-074C-4F16-AF3A-311410837EED WINDOW ================================== -Surface=3F743FC3-A3AF-44B1-8C5B-8A239C7A0DF1 WINDOW is not used as Receiving Surface in calculations. +Surface=FF8E2017-074C-4F16-AF3A-311410837EED 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=2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 is used as Receiving Surface in calculations and is convex. +Surface=BF1F1F37-241C-42E3-B054-B0FF550F8635 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=7 -..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 +..Surface=12650E00-DBA9-4EC4-9C20-53D86D021A6D +..Surface=31CDD59B-48E0-406D-BEE1-6046D43751B7 +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=F8BF4FC4-F1AC-4BED-A1DC-DE3A22D5D029 +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 +..Surface=5A47FB83-CC5E-4E41-A966-473A78AA3D5A +..Surface=FA9C545C-E963-48BE-B73F-0908F95DC1A8 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 WINDOW +....Surface=BF1F1F37-241C-42E3-B054-B0FF550F8635 WINDOW ================================== -Surface=2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 WINDOW is not used as Receiving Surface in calculations. +Surface=BF1F1F37-241C-42E3-B054-B0FF550F8635 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=404B2F49-3137-4D51-9B65-BA17039744A7 is used as Receiving Surface in calculations and is convex. +Surface=31CDD59B-48E0-406D-BEE1-6046D43751B7 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=CCB7F46B-11E3-47EF-9D74-515E3A60294A -..Surface=2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 +..Surface=5CE34BFC-24D0-4CB6-91E7-8652D7354F39 +..Surface=BF1F1F37-241C-42E3-B054-B0FF550F8635 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=404B2F49-3137-4D51-9B65-BA17039744A7 WINDOW +....Surface=31CDD59B-48E0-406D-BEE1-6046D43751B7 WINDOW ================================== -Surface=404B2F49-3137-4D51-9B65-BA17039744A7 WINDOW is not used as Receiving Surface in calculations. +Surface=31CDD59B-48E0-406D-BEE1-6046D43751B7 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=5E512775-1BB9-4BFF-B0C1-56B547F0A8DF is used as Receiving Surface in calculations and is convex. +Surface=2AC4CA0B-4DBE-4166-9C39-FCDAB475F3C0 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=3 -..Surface=E8D59443-A80D-4458-8F69-7EF4938D44C7 -..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 -..Surface=C860B96F-077E-4B02-A9F9-B55670FD477B +..Surface=F67C279F-5341-4F00-A38A-CD4F391AADC1 +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 +..Surface=5A47FB83-CC5E-4E41-A966-473A78AA3D5A Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=5E512775-1BB9-4BFF-B0C1-56B547F0A8DF WINDOW +....Surface=2AC4CA0B-4DBE-4166-9C39-FCDAB475F3C0 WINDOW ================================== -Surface=5E512775-1BB9-4BFF-B0C1-56B547F0A8DF WINDOW is not used as Receiving Surface in calculations. +Surface=2AC4CA0B-4DBE-4166-9C39-FCDAB475F3C0 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=E8D59443-A80D-4458-8F69-7EF4938D44C7 is used as Receiving Surface in calculations and is convex. +Surface=F67C279F-5341-4F00-A38A-CD4F391AADC1 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=3 -..Surface=5E512775-1BB9-4BFF-B0C1-56B547F0A8DF -..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 -..Surface=C860B96F-077E-4B02-A9F9-B55670FD477B +..Surface=2AC4CA0B-4DBE-4166-9C39-FCDAB475F3C0 +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 +..Surface=5A47FB83-CC5E-4E41-A966-473A78AA3D5A Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=E8D59443-A80D-4458-8F69-7EF4938D44C7 WINDOW +....Surface=F67C279F-5341-4F00-A38A-CD4F391AADC1 WINDOW ================================== -Surface=E8D59443-A80D-4458-8F69-7EF4938D44C7 WINDOW is not used as Receiving Surface in calculations. +Surface=F67C279F-5341-4F00-A38A-CD4F391AADC1 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=F90B3E61-9004-40B2-A979-81DAB0B99469 is used as Receiving Surface in calculations and is convex. +Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=16 -..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 +..Surface=12650E00-DBA9-4EC4-9C20-53D86D021A6D +..Surface=8634DC17-B8D8-4B49-989E-8079C194833B +..Surface=2B08C63B-0380-4D2A-8604-7FBA958F3869 +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=F8BF4FC4-F1AC-4BED-A1DC-DE3A22D5D029 +..Surface=9B94C26B-39F3-4336-9E7A-AC254D30D6AC +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 +..Surface=5A47FB83-CC5E-4E41-A966-473A78AA3D5A +..Surface=15BE4F13-5041-40DA-828A-AA96F6A79F83 +..Surface=FA9C545C-E963-48BE-B73F-0908F95DC1A8 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 WINDOW +....Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 WINDOW ================================== -Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 WINDOW is not used as Receiving Surface in calculations. +Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 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=334BAEB1-D3D8-43BC-9D18-8C8D5497B950 is used as Receiving Surface in calculations and is convex. +Surface=2B08C63B-0380-4D2A-8604-7FBA958F3869 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=3 -..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 -..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 -..Surface=C860B96F-077E-4B02-A9F9-B55670FD477B +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 +..Surface=5A47FB83-CC5E-4E41-A966-473A78AA3D5A Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=334BAEB1-D3D8-43BC-9D18-8C8D5497B950 WINDOW +....Surface=2B08C63B-0380-4D2A-8604-7FBA958F3869 WINDOW ================================== -Surface=334BAEB1-D3D8-43BC-9D18-8C8D5497B950 WINDOW is not used as Receiving Surface in calculations. +Surface=2B08C63B-0380-4D2A-8604-7FBA958F3869 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=F2773F25-BF65-4CE3-89EC-CA874375AA3F is used as Receiving Surface in calculations and is convex. +Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=15 -..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 +..Surface=12650E00-DBA9-4EC4-9C20-53D86D021A6D +..Surface=8634DC17-B8D8-4B49-989E-8079C194833B +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=F8BF4FC4-F1AC-4BED-A1DC-DE3A22D5D029 +..Surface=9B94C26B-39F3-4336-9E7A-AC254D30D6AC +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 +..Surface=5A47FB83-CC5E-4E41-A966-473A78AA3D5A +..Surface=15BE4F13-5041-40DA-828A-AA96F6A79F83 +..Surface=FA9C545C-E963-48BE-B73F-0908F95DC1A8 +..Surface=9A857E9E-0A4F-4341-86DB-93C15D7327BF Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F WINDOW +....Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 WINDOW ================================== -Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F WINDOW is not used as Receiving Surface in calculations. +Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 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=1CA10200-62C5-402B-909C-83A2A86AC628 is used as Receiving Surface in calculations and is convex. +Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=11 -..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 +..Surface=8634DC17-B8D8-4B49-989E-8079C194833B +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=15BE4F13-5041-40DA-828A-AA96F6A79F83 +..Surface=9A857E9E-0A4F-4341-86DB-93C15D7327BF +..Surface=04ABB7BF-01B2-47C2-853A-397C11F9AEB3 +..Surface=5A472962-FD05-4257-ADCC-5B11C96EC905 +..Surface=9EA75E4A-DBD8-4CB4-BF7F-E2B86A814504 +..Surface=FF2A5ADF-5DA5-4533-A9D5-099FF8C65DED Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=1CA10200-62C5-402B-909C-83A2A86AC628 WINDOW +....Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA WINDOW ================================== -Surface=1CA10200-62C5-402B-909C-83A2A86AC628 WINDOW is not used as Receiving Surface in calculations. +Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA 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=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 is used as Receiving Surface in calculations and is convex. +Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=18 -..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 +..Surface=12650E00-DBA9-4EC4-9C20-53D86D021A6D +..Surface=3C075050-1588-4E73-A4A8-6A042DBC0278 +..Surface=150A344C-F603-48B4-951F-96EB17D23D60 +..Surface=8634DC17-B8D8-4B49-989E-8079C194833B +..Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=F8BF4FC4-F1AC-4BED-A1DC-DE3A22D5D029 +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 +..Surface=5A47FB83-CC5E-4E41-A966-473A78AA3D5A Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 WINDOW +....Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 WINDOW ================================== -Surface=CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 WINDOW is not used as Receiving Surface in calculations. +Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 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=8278B81D-4747-472F-A7F3-0F5F4834369E is used as Receiving Surface in calculations and is convex. +Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=14 -..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 +..Surface=12650E00-DBA9-4EC4-9C20-53D86D021A6D +..Surface=3C075050-1588-4E73-A4A8-6A042DBC0278 +..Surface=150A344C-F603-48B4-951F-96EB17D23D60 +..Surface=8634DC17-B8D8-4B49-989E-8079C194833B +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=F8BF4FC4-F1AC-4BED-A1DC-DE3A22D5D029 +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=8278B81D-4747-472F-A7F3-0F5F4834369E WINDOW +....Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 WINDOW ================================== -Surface=8278B81D-4747-472F-A7F3-0F5F4834369E WINDOW is not used as Receiving Surface in calculations. +Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 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=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 is used as Receiving Surface in calculations and is convex. +Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=17 -..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 +..Surface=12650E00-DBA9-4EC4-9C20-53D86D021A6D +..Surface=3C075050-1588-4E73-A4A8-6A042DBC0278 +..Surface=150A344C-F603-48B4-951F-96EB17D23D60 +..Surface=8634DC17-B8D8-4B49-989E-8079C194833B +..Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=F8BF4FC4-F1AC-4BED-A1DC-DE3A22D5D029 +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 +..Surface=5A47FB83-CC5E-4E41-A966-473A78AA3D5A +..Surface=F84E0874-B44E-4FF2-BC04-CB9797175003 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 WINDOW +....Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE WINDOW ================================== -Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 WINDOW is not used as Receiving Surface in calculations. +Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE 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=5E175F67-94FE-490D-AD22-13AD9EA2F624 is used as Receiving Surface in calculations and is convex. +Surface=46864059-27D4-44AC-A655-C4CB8A693393 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=1 -..Surface=8FC429BC-81D9-449A-80A9-38F77B3E66DD +..Surface=F84E0874-B44E-4FF2-BC04-CB9797175003 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=5E175F67-94FE-490D-AD22-13AD9EA2F624 WINDOW +....Surface=46864059-27D4-44AC-A655-C4CB8A693393 WINDOW ================================== -Surface=5E175F67-94FE-490D-AD22-13AD9EA2F624 WINDOW is not used as Receiving Surface in calculations. +Surface=46864059-27D4-44AC-A655-C4CB8A693393 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=C53FC572-BF34-408F-8F51-C400DE236CBC is not used as Receiving Surface in calculations. +Surface=8B189C8C-9C0F-4D6F-B370-DB1B3364DC14 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=57B878DC-1779-436B-9756-55C0AF76D50E is used as Receiving Surface in calculations and is non-convex. +Surface=0E6A4045-A150-4949-A4EC-C4EF53E324DA 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=8F1314AA-7CA7-4107-BFD4-E601556F45F2 is used as Receiving Surface in calculations and is convex. +Surface=59390046-7599-4186-A026-5C3A7DDE88F5 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=14 -..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 +..Surface=D2694CC9-3DBE-4717-9750-66D7408F584C +..Surface=C9344243-BB60-434B-BBAE-00A55242DE52 +..Surface=59B89D19-7A3A-44A2-B16C-0F06DDD49440 +..Surface=5CE34BFC-24D0-4CB6-91E7-8652D7354F39 +..Surface=BF1F1F37-241C-42E3-B054-B0FF550F8635 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=4CDDF35C-0CB9-43BD-B14F-A274AC5E2E97 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 WINDOW +....Surface=59390046-7599-4186-A026-5C3A7DDE88F5 WINDOW ================================== -Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 WINDOW is not used as Receiving Surface in calculations. +Surface=59390046-7599-4186-A026-5C3A7DDE88F5 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=996A84C5-812F-403B-879D-7233B65AA66F is used as Receiving Surface in calculations and is convex. +Surface=4CDDF35C-0CB9-43BD-B14F-A274AC5E2E97 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=5 -..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 +..Surface=D2694CC9-3DBE-4717-9750-66D7408F584C +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 +..Surface=2BCD823F-1C3E-4F9C-B84E-D718D5082F2C +..Surface=9EA75E4A-DBD8-4CB4-BF7F-E2B86A814504 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=996A84C5-812F-403B-879D-7233B65AA66F WINDOW +....Surface=4CDDF35C-0CB9-43BD-B14F-A274AC5E2E97 WINDOW ================================== -Surface=996A84C5-812F-403B-879D-7233B65AA66F WINDOW is not used as Receiving Surface in calculations. +Surface=4CDDF35C-0CB9-43BD-B14F-A274AC5E2E97 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=84E6204F-F657-41CA-BD9C-FF8DD55FDCD9 is not used as Receiving Surface in calculations. +Surface=0176C6E0-DB9E-45CE-BB96-F4C7305D3006 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=48618736-DEE0-4588-AFDF-D82A1EC13FB0 is used as Receiving Surface in calculations and is convex. +Surface=F8BF4FC4-F1AC-4BED-A1DC-DE3A22D5D029 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=9 -..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 +..Surface=12650E00-DBA9-4EC4-9C20-53D86D021A6D +..Surface=5CE34BFC-24D0-4CB6-91E7-8652D7354F39 +..Surface=BF1F1F37-241C-42E3-B054-B0FF550F8635 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=48618736-DEE0-4588-AFDF-D82A1EC13FB0 WINDOW +....Surface=F8BF4FC4-F1AC-4BED-A1DC-DE3A22D5D029 WINDOW ================================== -Surface=48618736-DEE0-4588-AFDF-D82A1EC13FB0 WINDOW is not used as Receiving Surface in calculations. +Surface=F8BF4FC4-F1AC-4BED-A1DC-DE3A22D5D029 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=C4EA0EBA-E459-4E6E-BC40-59E57B9A1AB5 is used as Receiving Surface in calculations and is convex. +Surface=9B94C26B-39F3-4336-9E7A-AC254D30D6AC is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=4 -..Surface=F90B3E61-9004-40B2-A979-81DAB0B99469 -..Surface=F2773F25-BF65-4CE3-89EC-CA874375AA3F -..Surface=E2ECFD8B-F3B6-4753-A361-6F442C491E6C -..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=8333827C-64D9-4384-908C-A52B523E0F4E +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=C4EA0EBA-E459-4E6E-BC40-59E57B9A1AB5 WINDOW +....Surface=9B94C26B-39F3-4336-9E7A-AC254D30D6AC WINDOW ================================== -Surface=C4EA0EBA-E459-4E6E-BC40-59E57B9A1AB5 WINDOW is not used as Receiving Surface in calculations. +Surface=9B94C26B-39F3-4336-9E7A-AC254D30D6AC 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=96E4C93A-7D73-4F02-A1B0-1BA8B18682D1 is used as Receiving Surface in calculations and is convex. +Surface=69D98CE1-163A-4688-BDD8-620D9E324AA0 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=96E4C93A-7D73-4F02-A1B0-1BA8B18682D1 WINDOW +....Surface=69D98CE1-163A-4688-BDD8-620D9E324AA0 WINDOW ================================== -Surface=96E4C93A-7D73-4F02-A1B0-1BA8B18682D1 WINDOW is not used as Receiving Surface in calculations. +Surface=69D98CE1-163A-4688-BDD8-620D9E324AA0 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=DAAFBE38-0BB6-4E78-99D8-A24D93683C5F is not used as Receiving Surface in calculations. +Surface=D30F611A-272A-4CD3-B953-311557F2C325 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=88AC3937-911D-427D-9291-68DA65F3AD67 is used as Receiving Surface in calculations and is non-convex. +Surface=816C595D-F720-47AC-A04C-114371D74F98 is used as Receiving Surface in calculations and is non-convex. Number of general casting surfaces=7 -..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=5CE34BFC-24D0-4CB6-91E7-8652D7354F39 +..Surface=BF1F1F37-241C-42E3-B054-B0FF550F8635 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=E2ECFD8B-F3B6-4753-A361-6F442C491E6C is used as Receiving Surface in calculations and is convex. +Surface=8333827C-64D9-4384-908C-A52B523E0F4E is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=C4EA0EBA-E459-4E6E-BC40-59E57B9A1AB5 -..Surface=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD +..Surface=9B94C26B-39F3-4336-9E7A-AC254D30D6AC +..Surface=9EA75E4A-DBD8-4CB4-BF7F-E2B86A814504 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=E2ECFD8B-F3B6-4753-A361-6F442C491E6C WINDOW +....Surface=8333827C-64D9-4384-908C-A52B523E0F4E WINDOW ================================== -Surface=E2ECFD8B-F3B6-4753-A361-6F442C491E6C WINDOW is not used as Receiving Surface in calculations. +Surface=8333827C-64D9-4384-908C-A52B523E0F4E 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=DA9F4734-38C4-42B7-8862-1E510B356BD9 is used as Receiving Surface in calculations and is convex. +Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=27 -..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 +..Surface=D2694CC9-3DBE-4717-9750-66D7408F584C +..Surface=12650E00-DBA9-4EC4-9C20-53D86D021A6D +..Surface=C9344243-BB60-434B-BBAE-00A55242DE52 +..Surface=8634DC17-B8D8-4B49-989E-8079C194833B +..Surface=5CE34BFC-24D0-4CB6-91E7-8652D7354F39 +..Surface=BF1F1F37-241C-42E3-B054-B0FF550F8635 +..Surface=2AC4CA0B-4DBE-4166-9C39-FCDAB475F3C0 +..Surface=F67C279F-5341-4F00-A38A-CD4F391AADC1 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=2B08C63B-0380-4D2A-8604-7FBA958F3869 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 WINDOW +....Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 WINDOW ================================== -Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 WINDOW is not used as Receiving Surface in calculations. +Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 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=C860B96F-077E-4B02-A9F9-B55670FD477B is used as Receiving Surface in calculations and is convex. +Surface=5A47FB83-CC5E-4E41-A966-473A78AA3D5A is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..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 +..Surface=5CE34BFC-24D0-4CB6-91E7-8652D7354F39 +..Surface=BF1F1F37-241C-42E3-B054-B0FF550F8635 +..Surface=2AC4CA0B-4DBE-4166-9C39-FCDAB475F3C0 +..Surface=F67C279F-5341-4F00-A38A-CD4F391AADC1 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=2B08C63B-0380-4D2A-8604-7FBA958F3869 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=C860B96F-077E-4B02-A9F9-B55670FD477B WINDOW +....Surface=5A47FB83-CC5E-4E41-A966-473A78AA3D5A WINDOW ================================== -Surface=C860B96F-077E-4B02-A9F9-B55670FD477B WINDOW is not used as Receiving Surface in calculations. +Surface=5A47FB83-CC5E-4E41-A966-473A78AA3D5A 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=480A21AF-85AE-4059-B848-33FD5F3A5720 is used as Receiving Surface in calculations and is convex. +Surface=A7F9A836-6648-4972-9A3D-CADF02C08396 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=480A21AF-85AE-4059-B848-33FD5F3A5720 WINDOW +....Surface=A7F9A836-6648-4972-9A3D-CADF02C08396 WINDOW ================================== -Surface=480A21AF-85AE-4059-B848-33FD5F3A5720 WINDOW is not used as Receiving Surface in calculations. +Surface=A7F9A836-6648-4972-9A3D-CADF02C08396 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=7581E7C1-7442-4E57-B277-4F8CA5FDF4C0 is not used as Receiving Surface in calculations. +Surface=E6615A35-5D23-4A84-954C-4F36AFFA9A82 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=49E69C19-AA91-4925-98AC-D68299566337 is used as Receiving Surface in calculations and is convex. +Surface=A8B26E1F-5CA1-4D6B-8813-7FD1AC23040A is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..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 +..Surface=5CE34BFC-24D0-4CB6-91E7-8652D7354F39 +..Surface=BF1F1F37-241C-42E3-B054-B0FF550F8635 +..Surface=2AC4CA0B-4DBE-4166-9C39-FCDAB475F3C0 +..Surface=F67C279F-5341-4F00-A38A-CD4F391AADC1 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=2B08C63B-0380-4D2A-8604-7FBA958F3869 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=DB1D1E20-BE98-49D4-9E40-1940144BF615 is used as Receiving Surface in calculations and is convex. +Surface=642D4A50-D5E3-48C1-8CF3-C2CF24830304 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=8 -..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 +..Surface=3C075050-1588-4E73-A4A8-6A042DBC0278 +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 +..Surface=51F929D1-6F74-4810-94B9-0B8F70D66803 +..Surface=1E8DA8FA-960F-48EA-BAE6-C96886703FEB +..Surface=058D5268-0E0E-47DE-90BA-FD670EAFBE04 +..Surface=78EAEFA8-107D-43DB-8DBE-8E4F65EA1AB4 +..Surface=62DCE0A4-304F-4E6C-9A57-D00E4334928B Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=DB1D1E20-BE98-49D4-9E40-1940144BF615 WINDOW +....Surface=642D4A50-D5E3-48C1-8CF3-C2CF24830304 WINDOW ================================== -Surface=DB1D1E20-BE98-49D4-9E40-1940144BF615 WINDOW is not used as Receiving Surface in calculations. +Surface=642D4A50-D5E3-48C1-8CF3-C2CF24830304 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=8FC429BC-81D9-449A-80A9-38F77B3E66DD is used as Receiving Surface in calculations and is convex. +Surface=F84E0874-B44E-4FF2-BC04-CB9797175003 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=3 -..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 -..Surface=5E175F67-94FE-490D-AD22-13AD9EA2F624 -..Surface=759D0D84-9F31-46A9-AB0C-A80AF93CD9F9 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=46864059-27D4-44AC-A655-C4CB8A693393 +..Surface=D7715FC0-FFF0-49E8-BBF2-B214FB7657BD Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=8FC429BC-81D9-449A-80A9-38F77B3E66DD WINDOW +....Surface=F84E0874-B44E-4FF2-BC04-CB9797175003 WINDOW ================================== -Surface=8FC429BC-81D9-449A-80A9-38F77B3E66DD WINDOW is not used as Receiving Surface in calculations. +Surface=F84E0874-B44E-4FF2-BC04-CB9797175003 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=759D0D84-9F31-46A9-AB0C-A80AF93CD9F9 is used as Receiving Surface in calculations and is convex. +Surface=D7715FC0-FFF0-49E8-BBF2-B214FB7657BD is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 -..Surface=8FC429BC-81D9-449A-80A9-38F77B3E66DD +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=F84E0874-B44E-4FF2-BC04-CB9797175003 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=759D0D84-9F31-46A9-AB0C-A80AF93CD9F9 WINDOW +....Surface=D7715FC0-FFF0-49E8-BBF2-B214FB7657BD WINDOW ================================== -Surface=759D0D84-9F31-46A9-AB0C-A80AF93CD9F9 WINDOW is not used as Receiving Surface in calculations. +Surface=D7715FC0-FFF0-49E8-BBF2-B214FB7657BD 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=2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4 is used as Receiving Surface in calculations and is convex. +Surface=15BE4F13-5041-40DA-828A-AA96F6A79F83 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=9 -..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=150A344C-F603-48B4-951F-96EB17D23D60 +..Surface=E4461C89-D956-48D0-9146-F19E8660F0A5 +..Surface=9F31F68D-49DB-487B-ACD5-6C5A0ED86612 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4 WINDOW +....Surface=15BE4F13-5041-40DA-828A-AA96F6A79F83 WINDOW ================================== -Surface=2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4 WINDOW is not used as Receiving Surface in calculations. +Surface=15BE4F13-5041-40DA-828A-AA96F6A79F83 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=8DFBD53D-371B-4A6F-9422-D041D8AADF88 is not used as Receiving Surface in calculations. +Surface=CF1FFFE1-0D40-458A-9FAB-42BC6EFEF9E9 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=5EC4A61B-3773-449F-B181-753456E72C34 is used as Receiving Surface in calculations and is convex. +Surface=51F929D1-6F74-4810-94B9-0B8F70D66803 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=3 -..Surface=DB1D1E20-BE98-49D4-9E40-1940144BF615 -..Surface=D15932BE-B61F-4D05-8F3D-A538ADA1C1B9 -..Surface=88E8F7FF-619E-4595-81EB-D5BAD7867696 +..Surface=642D4A50-D5E3-48C1-8CF3-C2CF24830304 +..Surface=1E8DA8FA-960F-48EA-BAE6-C96886703FEB +..Surface=058D5268-0E0E-47DE-90BA-FD670EAFBE04 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=5EC4A61B-3773-449F-B181-753456E72C34 WINDOW +....Surface=51F929D1-6F74-4810-94B9-0B8F70D66803 WINDOW ================================== -Surface=5EC4A61B-3773-449F-B181-753456E72C34 WINDOW is not used as Receiving Surface in calculations. +Surface=51F929D1-6F74-4810-94B9-0B8F70D66803 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=1F2698C6-9AB2-4092-8689-F48F27F007F3 is not used as Receiving Surface in calculations. +Surface=B773B0FF-C402-4155-9D39-50317B682A7D 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=C421315B-3FA6-4F26-8FE4-2BD36E46C018 is used as Receiving Surface in calculations and is non-convex. +Surface=31854275-1131-465E-9F08-8B4BA45C944C is used as Receiving Surface in calculations and is non-convex. Number of general casting surfaces=10 -..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 +..Surface=E4461C89-D956-48D0-9146-F19E8660F0A5 +..Surface=9F31F68D-49DB-487B-ACD5-6C5A0ED86612 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=46864059-27D4-44AC-A655-C4CB8A693393 +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=D9F477EB-A2BB-45DC-80C6-F24D09A96A5C is used as Receiving Surface in calculations and is convex. +Surface=2BCD823F-1C3E-4F9C-B84E-D718D5082F2C is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=4 -..Surface=8F1314AA-7CA7-4107-BFD4-E601556F45F2 -..Surface=996A84C5-812F-403B-879D-7233B65AA66F -..Surface=DA9F4734-38C4-42B7-8862-1E510B356BD9 -..Surface=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=4CDDF35C-0CB9-43BD-B14F-A274AC5E2E97 +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 +..Surface=9EA75E4A-DBD8-4CB4-BF7F-E2B86A814504 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=D9F477EB-A2BB-45DC-80C6-F24D09A96A5C WINDOW +....Surface=2BCD823F-1C3E-4F9C-B84E-D718D5082F2C WINDOW ================================== -Surface=D9F477EB-A2BB-45DC-80C6-F24D09A96A5C WINDOW is not used as Receiving Surface in calculations. +Surface=2BCD823F-1C3E-4F9C-B84E-D718D5082F2C 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=4A29AC31-F3CA-4AE3-AF0C-5D2899DDD309 is not used as Receiving Surface in calculations. +Surface=E107ACD3-80A3-46C8-AB22-6303CE6B830F 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=12B9DB48-E074-4E87-8478-9A8221BFECE1 is used as Receiving Surface in calculations and is convex. +Surface=FA9C545C-E963-48BE-B73F-0908F95DC1A8 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=9 -..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 +..Surface=12650E00-DBA9-4EC4-9C20-53D86D021A6D +..Surface=5CE34BFC-24D0-4CB6-91E7-8652D7354F39 +..Surface=BF1F1F37-241C-42E3-B054-B0FF550F8635 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=12B9DB48-E074-4E87-8478-9A8221BFECE1 WINDOW +....Surface=FA9C545C-E963-48BE-B73F-0908F95DC1A8 WINDOW ================================== -Surface=12B9DB48-E074-4E87-8478-9A8221BFECE1 WINDOW is not used as Receiving Surface in calculations. +Surface=FA9C545C-E963-48BE-B73F-0908F95DC1A8 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=1542594C-4A08-4E29-BBB6-BF6798DD1E56 is not used as Receiving Surface in calculations. +Surface=6E2347F3-CB34-4BD4-B7E0-90FA881924E0 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=0F842809-D03C-47DA-A397-CC369EC4D39B is not used as Receiving Surface in calculations. +Surface=783FEDBD-3A04-4545-B9B4-8AE7C4EAC526 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=9A1D52B6-CA21-44CB-8234-487282B053CE is used as Receiving Surface in calculations and is convex. +Surface=8706C343-9590-4BD1-8B85-1CAB22E3B38A is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..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 +..Surface=5CE34BFC-24D0-4CB6-91E7-8652D7354F39 +..Surface=BF1F1F37-241C-42E3-B054-B0FF550F8635 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=4CDDF35C-0CB9-43BD-B14F-A274AC5E2E97 +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=D15932BE-B61F-4D05-8F3D-A538ADA1C1B9 is used as Receiving Surface in calculations and is convex. +Surface=1E8DA8FA-960F-48EA-BAE6-C96886703FEB is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=3 -..Surface=DB1D1E20-BE98-49D4-9E40-1940144BF615 -..Surface=5EC4A61B-3773-449F-B181-753456E72C34 -..Surface=39CD3473-FBC3-431F-B595-088111688FF0 +..Surface=642D4A50-D5E3-48C1-8CF3-C2CF24830304 +..Surface=51F929D1-6F74-4810-94B9-0B8F70D66803 +..Surface=62DCE0A4-304F-4E6C-9A57-D00E4334928B Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=D15932BE-B61F-4D05-8F3D-A538ADA1C1B9 WINDOW +....Surface=1E8DA8FA-960F-48EA-BAE6-C96886703FEB WINDOW ================================== -Surface=D15932BE-B61F-4D05-8F3D-A538ADA1C1B9 WINDOW is not used as Receiving Surface in calculations. +Surface=1E8DA8FA-960F-48EA-BAE6-C96886703FEB 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=F72F957D-1E74-40BC-B6CB-D42C2B474277 is not used as Receiving Surface in calculations. +Surface=F1DD5477-48D5-4CB9-98B6-3905972D8ED6 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=D7BFAC7E-FFE4-43E5-A664-66123D42D5E0 is used as Receiving Surface in calculations and is convex. +Surface=9A857E9E-0A4F-4341-86DB-93C15D7327BF is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..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 +..Surface=150A344C-F603-48B4-951F-96EB17D23D60 +..Surface=E4461C89-D956-48D0-9146-F19E8660F0A5 +..Surface=9F31F68D-49DB-487B-ACD5-6C5A0ED86612 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 +..Surface=04ABB7BF-01B2-47C2-853A-397C11F9AEB3 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=D7BFAC7E-FFE4-43E5-A664-66123D42D5E0 WINDOW +....Surface=9A857E9E-0A4F-4341-86DB-93C15D7327BF WINDOW ================================== -Surface=D7BFAC7E-FFE4-43E5-A664-66123D42D5E0 WINDOW is not used as Receiving Surface in calculations. +Surface=9A857E9E-0A4F-4341-86DB-93C15D7327BF 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=53505FE8-5ADB-4B73-BD6C-955D322B0A64 is not used as Receiving Surface in calculations. +Surface=6CA1B622-F6AC-46AE-AFA6-F77F52CCDB9B 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=F1D05492-FC37-4CE7-B4BE-AB84E65BBA2D is not used as Receiving Surface in calculations. +Surface=4A42EC2A-0326-4C00-B654-E47B54C6B560 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=549077E1-BF77-47A7-AFFB-E487658423CC is used as Receiving Surface in calculations and is convex. +Surface=C6167CE0-8BDB-4E2C-BCFB-02A8E11213FA is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..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 +..Surface=E4461C89-D956-48D0-9146-F19E8660F0A5 +..Surface=9F31F68D-49DB-487B-ACD5-6C5A0ED86612 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=8333827C-64D9-4384-908C-A52B523E0F4E +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=88E8F7FF-619E-4595-81EB-D5BAD7867696 is used as Receiving Surface in calculations and is convex. +Surface=058D5268-0E0E-47DE-90BA-FD670EAFBE04 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=4 -..Surface=DB1D1E20-BE98-49D4-9E40-1940144BF615 -..Surface=5EC4A61B-3773-449F-B181-753456E72C34 -..Surface=23571505-EC9B-43AD-BFCA-E0997E7A40A6 -..Surface=39CD3473-FBC3-431F-B595-088111688FF0 +..Surface=642D4A50-D5E3-48C1-8CF3-C2CF24830304 +..Surface=51F929D1-6F74-4810-94B9-0B8F70D66803 +..Surface=78EAEFA8-107D-43DB-8DBE-8E4F65EA1AB4 +..Surface=62DCE0A4-304F-4E6C-9A57-D00E4334928B Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=88E8F7FF-619E-4595-81EB-D5BAD7867696 WINDOW +....Surface=058D5268-0E0E-47DE-90BA-FD670EAFBE04 WINDOW ================================== -Surface=88E8F7FF-619E-4595-81EB-D5BAD7867696 WINDOW is not used as Receiving Surface in calculations. +Surface=058D5268-0E0E-47DE-90BA-FD670EAFBE04 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=744EAE42-6F20-4700-9BFC-85DD929A297D is not used as Receiving Surface in calculations. +Surface=964C9D07-AB26-44D1-A193-DCDFE9E34BED 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=28CE80FE-FE76-466F-A7EB-88A00D656F05 is used as Receiving Surface in calculations and is convex. +Surface=04ABB7BF-01B2-47C2-853A-397C11F9AEB3 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..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 +..Surface=150A344C-F603-48B4-951F-96EB17D23D60 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 +..Surface=9A857E9E-0A4F-4341-86DB-93C15D7327BF +..Surface=FF2A5ADF-5DA5-4533-A9D5-099FF8C65DED Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=28CE80FE-FE76-466F-A7EB-88A00D656F05 WINDOW +....Surface=04ABB7BF-01B2-47C2-853A-397C11F9AEB3 WINDOW ================================== -Surface=28CE80FE-FE76-466F-A7EB-88A00D656F05 WINDOW is not used as Receiving Surface in calculations. +Surface=04ABB7BF-01B2-47C2-853A-397C11F9AEB3 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=F5F1247A-88BE-4F06-B629-4C3613F82D51 is used as Receiving Surface in calculations and is convex. +Surface=5A472962-FD05-4257-ADCC-5B11C96EC905 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=8 -..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 +..Surface=3C075050-1588-4E73-A4A8-6A042DBC0278 +..Surface=150A344C-F603-48B4-951F-96EB17D23D60 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=F5F1247A-88BE-4F06-B629-4C3613F82D51 WINDOW +....Surface=5A472962-FD05-4257-ADCC-5B11C96EC905 WINDOW ================================== -Surface=F5F1247A-88BE-4F06-B629-4C3613F82D51 WINDOW is not used as Receiving Surface in calculations. +Surface=5A472962-FD05-4257-ADCC-5B11C96EC905 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=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD is used as Receiving Surface in calculations and is convex. +Surface=9EA75E4A-DBD8-4CB4-BF7F-E2B86A814504 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=14 -..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 +..Surface=D2694CC9-3DBE-4717-9750-66D7408F584C +..Surface=C9344243-BB60-434B-BBAE-00A55242DE52 +..Surface=59B89D19-7A3A-44A2-B16C-0F06DDD49440 +..Surface=3C075050-1588-4E73-A4A8-6A042DBC0278 +..Surface=150A344C-F603-48B4-951F-96EB17D23D60 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD WINDOW +....Surface=9EA75E4A-DBD8-4CB4-BF7F-E2B86A814504 WINDOW ================================== -Surface=B8CB1843-0410-4673-BFD4-5DC3C73F2BDD WINDOW is not used as Receiving Surface in calculations. +Surface=9EA75E4A-DBD8-4CB4-BF7F-E2B86A814504 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=EC0278F6-DA80-4F16-8DE4-BB9973EBB3B2 is not used as Receiving Surface in calculations. +Surface=48AC80C6-B175-45E1-97E2-5BCF75C7D5DA 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=DC07A81C-DAB5-45F7-BEE5-80767931DBC0 is used as Receiving Surface in calculations and is convex. +Surface=6A43D3BF-4E99-4F40-B4E1-8237E6990E4F is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..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 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=4CDDF35C-0CB9-43BD-B14F-A274AC5E2E97 +..Surface=8333827C-64D9-4384-908C-A52B523E0F4E +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=23571505-EC9B-43AD-BFCA-E0997E7A40A6 is used as Receiving Surface in calculations and is convex. +Surface=78EAEFA8-107D-43DB-8DBE-8E4F65EA1AB4 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=DB1D1E20-BE98-49D4-9E40-1940144BF615 -..Surface=88E8F7FF-619E-4595-81EB-D5BAD7867696 +..Surface=642D4A50-D5E3-48C1-8CF3-C2CF24830304 +..Surface=058D5268-0E0E-47DE-90BA-FD670EAFBE04 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=23571505-EC9B-43AD-BFCA-E0997E7A40A6 WINDOW +....Surface=78EAEFA8-107D-43DB-8DBE-8E4F65EA1AB4 WINDOW ================================== -Surface=23571505-EC9B-43AD-BFCA-E0997E7A40A6 WINDOW is not used as Receiving Surface in calculations. +Surface=78EAEFA8-107D-43DB-8DBE-8E4F65EA1AB4 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=CB1B4365-3338-4050-8DE9-CBD4EBF6ACE2 is not used as Receiving Surface in calculations. +Surface=A4727B73-BFCC-4ED1-8B57-D61BE82393E6 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=ED2B8CED-C770-4499-B4D2-1F89BA80E037 is used as Receiving Surface in calculations and is convex. +Surface=FF2A5ADF-5DA5-4533-A9D5-099FF8C65DED is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=10 -..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 +..Surface=150A344C-F603-48B4-951F-96EB17D23D60 +..Surface=9F31F68D-49DB-487B-ACD5-6C5A0ED86612 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 +..Surface=04ABB7BF-01B2-47C2-853A-397C11F9AEB3 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=ED2B8CED-C770-4499-B4D2-1F89BA80E037 WINDOW +....Surface=FF2A5ADF-5DA5-4533-A9D5-099FF8C65DED WINDOW ================================== -Surface=ED2B8CED-C770-4499-B4D2-1F89BA80E037 WINDOW is not used as Receiving Surface in calculations. +Surface=FF2A5ADF-5DA5-4533-A9D5-099FF8C65DED 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=7FA395E8-2B05-448A-B1B1-9CA854CD4CDB is not used as Receiving Surface in calculations. +Surface=626A04E5-2AE7-49E1-8CE8-6ED71F2B9A25 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=5B52E826-42B4-4A00-9549-10196A13F76D is not used as Receiving Surface in calculations. +Surface=19B32DF5-BD49-4F37-8737-C8B35C4D2E6F 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=36849036-C5B5-40B7-8F21-F853A75F082B is used as Receiving Surface in calculations and is convex. +Surface=93C039B0-F217-4BEE-86DF-8F876AE8B18E is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=11 -..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 +..Surface=9F31F68D-49DB-487B-ACD5-6C5A0ED86612 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=CFFCC56F-2539-471F-86AC-5B1FB59D5864 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=4CDDF35C-0CB9-43BD-B14F-A274AC5E2E97 +..Surface=8333827C-64D9-4384-908C-A52B523E0F4E Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=39CD3473-FBC3-431F-B595-088111688FF0 is used as Receiving Surface in calculations and is convex. +Surface=62DCE0A4-304F-4E6C-9A57-D00E4334928B is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=3 -..Surface=DB1D1E20-BE98-49D4-9E40-1940144BF615 -..Surface=D15932BE-B61F-4D05-8F3D-A538ADA1C1B9 -..Surface=88E8F7FF-619E-4595-81EB-D5BAD7867696 +..Surface=642D4A50-D5E3-48C1-8CF3-C2CF24830304 +..Surface=1E8DA8FA-960F-48EA-BAE6-C96886703FEB +..Surface=058D5268-0E0E-47DE-90BA-FD670EAFBE04 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=39CD3473-FBC3-431F-B595-088111688FF0 WINDOW +....Surface=62DCE0A4-304F-4E6C-9A57-D00E4334928B WINDOW ================================== -Surface=39CD3473-FBC3-431F-B595-088111688FF0 WINDOW is not used as Receiving Surface in calculations. +Surface=62DCE0A4-304F-4E6C-9A57-D00E4334928B 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=E8EAF434-D518-420C-A1AE-4F9AC185C3C7 is not used as Receiving Surface in calculations. +Surface=2D86181D-B6D0-4963-B805-B062AF09ED4D 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=E3C38143-FDEB-4CAD-BFDE-4855A94C5FFE is used as Receiving Surface in calculations and is convex. +Surface=B9A54D53-0695-468C-8E3C-E0D957C0FEF6 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=9 -..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=150A344C-F603-48B4-951F-96EB17D23D60 +..Surface=E4461C89-D956-48D0-9146-F19E8660F0A5 +..Surface=9F31F68D-49DB-487B-ACD5-6C5A0ED86612 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=E3C38143-FDEB-4CAD-BFDE-4855A94C5FFE WINDOW +....Surface=B9A54D53-0695-468C-8E3C-E0D957C0FEF6 WINDOW ================================== -Surface=E3C38143-FDEB-4CAD-BFDE-4855A94C5FFE WINDOW is not used as Receiving Surface in calculations. +Surface=B9A54D53-0695-468C-8E3C-E0D957C0FEF6 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=E2AF1629-BF60-4BA4-B83F-DA0427CC5520 is not used as Receiving Surface in calculations. +Surface=9A2F2953-76F5-4861-A4C8-DA901D39C5AA 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=CC5D3CDE-CC73-4B55-9BE2-DA25001A6EA6 is not used as Receiving Surface in calculations. +Surface=FD51B87C-F1BA-41D8-A992-25F6C9517A81 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=BC98B527-A9A7-4167-8D48-AD07E222751B is used as Receiving Surface in calculations and is convex. +Surface=7693E158-2471-4832-ADD0-A7D14C5CD21B is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=9 -..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 +..Surface=E4461C89-D956-48D0-9146-F19E8660F0A5 +..Surface=9F31F68D-49DB-487B-ACD5-6C5A0ED86612 +..Surface=D997FCD7-8889-44D4-9CD4-9B562516CED9 +..Surface=3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 +..Surface=A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA +..Surface=19C12E03-DBAB-463E-8E67-561987F1BEE2 +..Surface=3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE +..Surface=59390046-7599-4186-A026-5C3A7DDE88F5 +..Surface=9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 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 30a40c77..69823129 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.28 13:46 +Program Version:,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.28 18:51 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.28 13:46 +,Program Version and Build,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.28 18:51 ,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 -,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, +,D2694CC9-3DBE-4717-9750-66D7408F584C,1981_1990_6,0.40,0.644,0.713,57.41,47.08,90.32,90.00,E +,12650E00-DBA9-4EC4-9C20-53D86D021A6D,1981_1990_6,0.40,0.644,0.713,57.41,47.08,269.70,90.00,W +,672466A2-FD8B-48E2-A12B-2B6D13DC46EF,1981_1990_6,0.40,0.639,0.713,88.46,88.46,0.14,180.00, +,29AECAA4-5B2C-4250-9DCF-F072A6F957E9,1981_1990_6,0.40,0.649,0.713,88.46,88.46,0.14,0.00, +,C9344243-BB60-434B-BBAE-00A55242DE52,1981_1990_6,0.40,0.644,0.713,51.38,42.13,90.32,90.00,E +,59B89D19-7A3A-44A2-B16C-0F06DDD49440,1981_1990_6,0.40,0.644,0.713,9.77,8.01,89.91,90.00,E +,3C075050-1588-4E73-A4A8-6A042DBC0278,1981_1990_6,0.40,0.644,0.713,120.90,99.13,0.06,90.00,N +,150A344C-F603-48B4-951F-96EB17D23D60,1981_1990_6,0.40,0.644,0.713,4.80,3.93,359.13,90.00,N +,8634DC17-B8D8-4B49-989E-8079C194833B,1981_1990_6,0.40,0.644,0.713,60.89,49.93,269.70,90.00,W +,0207BA60-C2FB-4BC0-AE4D-423BBA669056,1981_1990_6,0.40,0.639,0.713,94.56,94.56,270.32,180.00, +,01D13815-2EF5-4939-87D0-6EB66A6EEF74,1981_1990_6,0.40,0.649,0.713,94.56,94.56,89.91,0.00, +,3E41BF94-7CF6-4888-8967-25B24F9DC668,1981_1990_6,0.40,0.644,0.713,269.34,220.85,270.37,90.00,W +,E4461C89-D956-48D0-9146-F19E8660F0A5,1981_1990_6,0.40,0.644,0.713,42.68,35.00,0.73,90.00,N +,4D0A880D-084D-4A1D-A39F-9F5FA319A6EA,1981_1990_6,0.40,0.644,0.713,50.71,41.58,269.95,90.00,W +,9F31F68D-49DB-487B-ACD5-6C5A0ED86612,1981_1990_6,0.40,0.644,0.713,33.05,27.10,0.68,90.00,N +,67679EF7-4689-4D8E-A167-1D714F76E1A3,1981_1990_6,0.40,0.644,0.713,330.80,271.25,270.63,90.00,W +,44B08664-F1C8-4296-99DB-7BE2E02C8254,1981_1990_6,0.40,0.644,0.713,8.84,7.25,271.07,90.00,W +,5CE34BFC-24D0-4CB6-91E7-8652D7354F39,1981_1990_6,0.40,0.644,0.713,37.21,30.51,180.88,90.00,S +,FF8E2017-074C-4F16-AF3A-311410837EED,1981_1990_6,0.40,0.644,0.713,48.45,39.73,270.81,90.00,W +,BF1F1F37-241C-42E3-B054-B0FF550F8635,1981_1990_6,0.40,0.644,0.713,50.23,41.19,180.83,90.00,S +,31CDD59B-48E0-406D-BEE1-6046D43751B7,1981_1990_6,0.40,0.644,0.713,264.28,216.70,270.81,90.00,W +,2AC4CA0B-4DBE-4166-9C39-FCDAB475F3C0,1981_1990_6,0.40,0.644,0.713,547.94,449.30,180.80,90.00,S +,F67C279F-5341-4F00-A38A-CD4F391AADC1,1981_1990_6,0.40,0.644,0.713,8.10,6.64,181.90,90.00,S +,D997FCD7-8889-44D4-9CD4-9B562516CED9,1981_1990_6,0.40,0.644,0.713,16.36,13.41,90.30,90.00,E +,2B08C63B-0380-4D2A-8604-7FBA958F3869,1981_1990_6,0.40,0.644,0.713,71.03,58.24,180.36,90.00,S +,3F1DAF72-41A2-4969-A152-EA48AEF4DAE2,1981_1990_6,0.40,0.644,0.713,332.92,272.99,90.35,90.00,E +,A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA,1981_1990_6,0.40,0.644,0.713,438.53,359.59,0.36,90.00,N +,19C12E03-DBAB-463E-8E67-561987F1BEE2,1981_1990_6,0.40,0.644,0.713,282.91,231.98,90.36,90.00,E +,CFFCC56F-2539-471F-86AC-5B1FB59D5864,1981_1990_6,0.40,0.644,0.713,432.84,354.92,180.36,90.00,S +,3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE,1981_1990_6,0.40,0.644,0.713,344.94,282.84,90.36,90.00,E +,46864059-27D4-44AC-A655-C4CB8A693393,1981_1990_6,0.40,0.644,0.713,629.18,515.91,0.35,90.00,N +,8B189C8C-9C0F-4D6F-B370-DB1B3364DC14,1981_1990_6,0.40,0.639,0.713,2308.92,2308.92,0.36,180.00, +,0E6A4045-A150-4949-A4EC-C4EF53E324DA,1981_1990_6,0.40,0.649,0.713,2308.92,2308.92,0.36,0.00, +,59390046-7599-4186-A026-5C3A7DDE88F5,1981_1990_6,0.40,0.644,0.713,5.62,4.61,358.71,90.00,N +,4CDDF35C-0CB9-43BD-B14F-A274AC5E2E97,1981_1990_6,0.40,0.644,0.713,4.45,3.65,90.31,90.00,E +,F8BF4FC4-F1AC-4BED-A1DC-DE3A22D5D029,1981_1990_6,0.40,0.644,0.713,65.43,53.65,269.70,90.00,W +,9B94C26B-39F3-4336-9E7A-AC254D30D6AC,1981_1990_6,0.40,0.644,0.713,143.18,117.41,179.68,90.00,S +,69D98CE1-163A-4688-BDD8-620D9E324AA0,1981_1990_6,0.40,0.644,0.713,59.97,49.18,89.74,90.00,E +,D30F611A-272A-4CD3-B953-311557F2C325,1981_1990_6,0.40,0.639,0.713,92.64,92.64,359.68,180.00, +,816C595D-F720-47AC-A04C-114371D74F98,1981_1990_6,0.40,0.649,0.713,92.64,92.64,358.71,0.00, +,8333827C-64D9-4384-908C-A52B523E0F4E,1981_1990_6,0.40,0.644,0.713,67.25,55.14,90.03,90.00,E +,9DCC0E5D-D352-4F9D-AAC7-ED1F95857686,1981_1990_6,0.40,0.644,0.713,144.70,118.65,359.95,90.00,N +,5A47FB83-CC5E-4E41-A966-473A78AA3D5A,1981_1990_6,0.40,0.644,0.713,66.78,54.75,270.04,90.00,W +,A7F9A836-6648-4972-9A3D-CADF02C08396,1981_1990_6,0.40,0.644,0.713,144.71,118.66,180.13,90.00,S +,E6615A35-5D23-4A84-954C-4F36AFFA9A82,1981_1990_6,0.40,0.639,0.713,96.97,96.97,0.13,180.00, +,A8B26E1F-5CA1-4D6B-8813-7FD1AC23040A,1981_1990_6,0.40,0.649,0.713,96.97,96.97,359.95,0.00, +,642D4A50-D5E3-48C1-8CF3-C2CF24830304,1981_1990_6,0.40,0.644,0.713,4.42,3.62,90.22,90.00,E +,F84E0874-B44E-4FF2-BC04-CB9797175003,1981_1990_6,0.40,0.644,0.713,118.69,97.33,359.45,90.00,N +,D7715FC0-FFF0-49E8-BBF2-B214FB7657BD,1981_1990_6,0.40,0.644,0.713,5.25,4.31,0.34,90.00,N +,15BE4F13-5041-40DA-828A-AA96F6A79F83,1981_1990_6,0.40,0.644,0.713,62.29,51.08,270.10,90.00,W +,51F929D1-6F74-4810-94B9-0B8F70D66803,1981_1990_6,0.40,0.644,0.713,59.29,48.62,89.40,90.00,E +,B773B0FF-C402-4155-9D39-50317B682A7D,1981_1990_6,0.40,0.639,0.713,96.59,96.59,269.40,180.00, +,31854275-1131-465E-9F08-8B4BA45C944C,1981_1990_6,0.40,0.649,0.713,96.59,96.59,90.22,0.00, +,2BCD823F-1C3E-4F9C-B84E-D718D5082F2C,1981_1990_6,0.40,0.644,0.713,57.41,47.08,90.32,90.00,E +,FA9C545C-E963-48BE-B73F-0908F95DC1A8,1981_1990_6,0.40,0.644,0.713,57.41,47.08,269.70,90.00,W +,783FEDBD-3A04-4545-B9B4-8AE7C4EAC526,1981_1990_6,0.40,0.639,0.713,88.02,88.02,0.14,180.00, +,8706C343-9590-4BD1-8B85-1CAB22E3B38A,1981_1990_6,0.40,0.649,0.713,88.02,88.02,0.14,0.00, +,1E8DA8FA-960F-48EA-BAE6-C96886703FEB,1981_1990_6,0.40,0.644,0.713,57.42,47.08,89.40,90.00,E +,9A857E9E-0A4F-4341-86DB-93C15D7327BF,1981_1990_6,0.40,0.644,0.713,57.41,47.08,270.10,90.00,W +,4A42EC2A-0326-4C00-B654-E47B54C6B560,1981_1990_6,0.40,0.639,0.713,89.11,89.11,0.14,180.00, +,C6167CE0-8BDB-4E2C-BCFB-02A8E11213FA,1981_1990_6,0.40,0.649,0.713,89.11,89.11,0.14,0.00, +,058D5268-0E0E-47DE-90BA-FD670EAFBE04,1981_1990_6,0.40,0.644,0.713,62.03,50.86,89.40,90.00,E +,04ABB7BF-01B2-47C2-853A-397C11F9AEB3,1981_1990_6,0.40,0.644,0.713,62.29,51.08,270.10,90.00,W +,5A472962-FD05-4257-ADCC-5B11C96EC905,1981_1990_6,0.40,0.644,0.713,123.20,101.02,180.04,90.00,S +,9EA75E4A-DBD8-4CB4-BF7F-E2B86A814504,1981_1990_6,0.40,0.644,0.713,4.34,3.55,179.52,90.00,S +,48AC80C6-B175-45E1-97E2-5BCF75C7D5DA,1981_1990_6,0.40,0.639,0.713,97.60,97.60,359.52,180.00, +,6A43D3BF-4E99-4F40-B4E1-8237E6990E4F,1981_1990_6,0.40,0.649,0.713,97.60,97.60,0.14,0.00, +,78EAEFA8-107D-43DB-8DBE-8E4F65EA1AB4,1981_1990_6,0.40,0.644,0.713,57.42,47.08,89.40,90.00,E +,FF2A5ADF-5DA5-4533-A9D5-099FF8C65DED,1981_1990_6,0.40,0.644,0.713,57.41,47.08,270.10,90.00,W +,19B32DF5-BD49-4F37-8737-C8B35C4D2E6F,1981_1990_6,0.40,0.639,0.713,89.61,89.61,0.14,180.00, +,93C039B0-F217-4BEE-86DF-8F876AE8B18E,1981_1990_6,0.40,0.649,0.713,89.61,89.61,0.14,0.00, +,62DCE0A4-304F-4E6C-9A57-D00E4334928B,1981_1990_6,0.40,0.644,0.713,57.42,47.08,89.40,90.00,E +,B9A54D53-0695-468C-8E3C-E0D957C0FEF6,1981_1990_6,0.40,0.644,0.713,57.41,47.08,270.10,90.00,W +,FD51B87C-F1BA-41D8-A992-25F6C9517A81,1981_1990_6,0.40,0.639,0.713,88.61,88.61,0.14,180.00, +,7693E158-2471-4832-ADD0-A7D14C5CD21B,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 -,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 +,A6A2AA11-EBBD-43A9-B252-6FC4397E8081,1981_1990_6,0.40,0.609,0.713,125.11,125.11,0.14,90.00,N +,06385373-1CAD-49CF-B6C5-4941976DF31E,1981_1990_6,0.40,0.609,0.713,124.50,124.50,180.14,90.00,S +,06FF86F4-0A29-4F47-871C-773F4FC12A85,1981_1990_6,0.40,0.609,0.713,125.11,125.11,180.14,90.00,S +,0176C6E0-DB9E-45CE-BB96-F4C7305D3006,1981_1990_6,0.40,0.609,0.713,137.65,137.65,0.14,90.00,N +,CF1FFFE1-0D40-458A-9FAB-42BC6EFEF9E9,1981_1990_6,0.40,0.609,0.713,124.66,124.66,180.14,90.00,S +,E107ACD3-80A3-46C8-AB22-6303CE6B830F,1981_1990_6,0.40,0.609,0.713,124.50,124.50,0.14,90.00,N +,6E2347F3-CB34-4BD4-B7E0-90FA881924E0,1981_1990_6,0.40,0.609,0.713,123.89,123.89,180.14,90.00,S +,F1DD5477-48D5-4CB9-98B6-3905972D8ED6,1981_1990_6,0.40,0.609,0.713,125.36,125.36,0.14,90.00,N +,6CA1B622-F6AC-46AE-AFA6-F77F52CCDB9B,1981_1990_6,0.40,0.609,0.713,126.07,126.07,180.14,90.00,S +,964C9D07-AB26-44D1-A193-DCDFE9E34BED,1981_1990_6,0.40,0.609,0.713,126.77,126.77,0.14,90.00,N +,A4727B73-BFCC-4ED1-8B57-D61BE82393E6,1981_1990_6,0.40,0.609,0.713,126.07,126.07,0.14,90.00,N +,626A04E5-2AE7-49E1-8CE8-6ED71F2B9A25,1981_1990_6,0.40,0.609,0.713,126.77,126.77,180.14,90.00,S +,2D86181D-B6D0-4963-B805-B062AF09ED4D,1981_1990_6,0.40,0.609,0.713,124.66,124.66,0.14,90.00,N +,9A2F2953-76F5-4861-A4C8-DA901D39C5AA,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 -,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 +,D2694CC9-3DBE-4717-9750-66D7408F584C WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,D2694CC9-3DBE-4717-9750-66D7408F584C,90.32,90.00,E +,12650E00-DBA9-4EC4-9C20-53D86D021A6D WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,12650E00-DBA9-4EC4-9C20-53D86D021A6D,269.70,90.00,W +,C9344243-BB60-434B-BBAE-00A55242DE52 WINDOW,WINDOW_CONSTRUCTION_1,9.25,0.00,0.00,9.25,9.25,2.954,0.391,0.305,,,No,C9344243-BB60-434B-BBAE-00A55242DE52,90.32,90.00,E +,59B89D19-7A3A-44A2-B16C-0F06DDD49440 WINDOW,WINDOW_CONSTRUCTION_1,1.76,0.00,0.00,1.76,1.76,2.954,0.391,0.305,,,No,59B89D19-7A3A-44A2-B16C-0F06DDD49440,89.91,90.00,E +,3C075050-1588-4E73-A4A8-6A042DBC0278 WINDOW,WINDOW_CONSTRUCTION_1,21.76,0.00,0.00,21.76,21.76,2.954,0.391,0.305,,,No,3C075050-1588-4E73-A4A8-6A042DBC0278,0.06,90.00,N +,150A344C-F603-48B4-951F-96EB17D23D60 WINDOW,WINDOW_CONSTRUCTION_1,0.86,0.00,0.00,0.86,0.86,2.954,0.391,0.305,,,No,150A344C-F603-48B4-951F-96EB17D23D60,359.13,90.00,N +,8634DC17-B8D8-4B49-989E-8079C194833B WINDOW,WINDOW_CONSTRUCTION_1,10.96,0.00,0.00,10.96,10.96,2.954,0.391,0.305,,,No,8634DC17-B8D8-4B49-989E-8079C194833B,269.70,90.00,W +,3E41BF94-7CF6-4888-8967-25B24F9DC668 WINDOW,WINDOW_CONSTRUCTION_1,48.49,0.00,0.00,48.49,48.49,2.954,0.391,0.305,,,No,3E41BF94-7CF6-4888-8967-25B24F9DC668,270.37,90.00,W +,E4461C89-D956-48D0-9146-F19E8660F0A5 WINDOW,WINDOW_CONSTRUCTION_1,7.68,0.00,0.00,7.68,7.68,2.954,0.391,0.305,,,No,E4461C89-D956-48D0-9146-F19E8660F0A5,0.73,90.00,N +,4D0A880D-084D-4A1D-A39F-9F5FA319A6EA WINDOW,WINDOW_CONSTRUCTION_1,9.13,0.00,0.00,9.13,9.13,2.954,0.391,0.305,,,No,4D0A880D-084D-4A1D-A39F-9F5FA319A6EA,269.95,90.00,W +,9F31F68D-49DB-487B-ACD5-6C5A0ED86612 WINDOW,WINDOW_CONSTRUCTION_1,5.95,0.00,0.00,5.95,5.95,2.954,0.391,0.305,,,No,9F31F68D-49DB-487B-ACD5-6C5A0ED86612,0.68,90.00,N +,67679EF7-4689-4D8E-A167-1D714F76E1A3 WINDOW,WINDOW_CONSTRUCTION_1,59.55,0.00,0.00,59.55,59.55,2.954,0.391,0.305,,,No,67679EF7-4689-4D8E-A167-1D714F76E1A3,270.63,90.00,W +,44B08664-F1C8-4296-99DB-7BE2E02C8254 WINDOW,WINDOW_CONSTRUCTION_1,1.59,0.00,0.00,1.59,1.59,2.954,0.391,0.305,,,No,44B08664-F1C8-4296-99DB-7BE2E02C8254,271.07,90.00,W +,5CE34BFC-24D0-4CB6-91E7-8652D7354F39 WINDOW,WINDOW_CONSTRUCTION_1,6.70,0.00,0.00,6.70,6.70,2.954,0.391,0.305,,,No,5CE34BFC-24D0-4CB6-91E7-8652D7354F39,180.88,90.00,S +,FF8E2017-074C-4F16-AF3A-311410837EED WINDOW,WINDOW_CONSTRUCTION_1,8.72,0.00,0.00,8.72,8.72,2.954,0.391,0.305,,,No,FF8E2017-074C-4F16-AF3A-311410837EED,270.81,90.00,W +,BF1F1F37-241C-42E3-B054-B0FF550F8635 WINDOW,WINDOW_CONSTRUCTION_1,9.04,0.00,0.00,9.04,9.04,2.954,0.391,0.305,,,No,BF1F1F37-241C-42E3-B054-B0FF550F8635,180.83,90.00,S +,31CDD59B-48E0-406D-BEE1-6046D43751B7 WINDOW,WINDOW_CONSTRUCTION_1,47.57,0.00,0.00,47.57,47.57,2.954,0.391,0.305,,,No,31CDD59B-48E0-406D-BEE1-6046D43751B7,270.81,90.00,W +,2AC4CA0B-4DBE-4166-9C39-FCDAB475F3C0 WINDOW,WINDOW_CONSTRUCTION_1,98.64,0.00,0.00,98.64,98.64,2.954,0.391,0.305,,,No,2AC4CA0B-4DBE-4166-9C39-FCDAB475F3C0,180.80,90.00,S +,F67C279F-5341-4F00-A38A-CD4F391AADC1 WINDOW,WINDOW_CONSTRUCTION_1,1.46,0.00,0.00,1.46,1.46,2.954,0.391,0.305,,,No,F67C279F-5341-4F00-A38A-CD4F391AADC1,181.90,90.00,S +,D997FCD7-8889-44D4-9CD4-9B562516CED9 WINDOW,WINDOW_CONSTRUCTION_1,2.94,0.00,0.00,2.94,2.94,2.954,0.391,0.305,,,No,D997FCD7-8889-44D4-9CD4-9B562516CED9,90.30,90.00,E +,2B08C63B-0380-4D2A-8604-7FBA958F3869 WINDOW,WINDOW_CONSTRUCTION_1,12.79,0.00,0.00,12.79,12.79,2.954,0.391,0.305,,,No,2B08C63B-0380-4D2A-8604-7FBA958F3869,180.36,90.00,S +,3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 WINDOW,WINDOW_CONSTRUCTION_1,59.93,0.00,0.00,59.93,59.93,2.954,0.391,0.305,,,No,3F1DAF72-41A2-4969-A152-EA48AEF4DAE2,90.35,90.00,E +,A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA WINDOW,WINDOW_CONSTRUCTION_1,78.94,0.00,0.00,78.94,78.94,2.954,0.391,0.305,,,No,A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA,0.36,90.00,N +,19C12E03-DBAB-463E-8E67-561987F1BEE2 WINDOW,WINDOW_CONSTRUCTION_1,50.93,0.00,0.00,50.93,50.93,2.954,0.391,0.305,,,No,19C12E03-DBAB-463E-8E67-561987F1BEE2,90.36,90.00,E +,CFFCC56F-2539-471F-86AC-5B1FB59D5864 WINDOW,WINDOW_CONSTRUCTION_1,77.92,0.00,0.00,77.92,77.92,2.954,0.391,0.305,,,No,CFFCC56F-2539-471F-86AC-5B1FB59D5864,180.36,90.00,S +,3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE WINDOW,WINDOW_CONSTRUCTION_1,62.10,0.00,0.00,62.10,62.10,2.954,0.391,0.305,,,No,3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE,90.36,90.00,E +,46864059-27D4-44AC-A655-C4CB8A693393 WINDOW,WINDOW_CONSTRUCTION_1,113.26,0.00,0.00,113.26,113.26,2.954,0.391,0.305,,,No,46864059-27D4-44AC-A655-C4CB8A693393,0.35,90.00,N +,59390046-7599-4186-A026-5C3A7DDE88F5 WINDOW,WINDOW_CONSTRUCTION_1,1.01,0.00,0.00,1.01,1.01,2.954,0.391,0.305,,,No,59390046-7599-4186-A026-5C3A7DDE88F5,358.71,90.00,N +,4CDDF35C-0CB9-43BD-B14F-A274AC5E2E97 WINDOW,WINDOW_CONSTRUCTION_1,0.80,0.00,0.00,0.80,0.80,2.954,0.391,0.305,,,No,4CDDF35C-0CB9-43BD-B14F-A274AC5E2E97,90.31,90.00,E +,F8BF4FC4-F1AC-4BED-A1DC-DE3A22D5D029 WINDOW,WINDOW_CONSTRUCTION_1,11.78,0.00,0.00,11.78,11.78,2.954,0.391,0.305,,,No,F8BF4FC4-F1AC-4BED-A1DC-DE3A22D5D029,269.70,90.00,W +,9B94C26B-39F3-4336-9E7A-AC254D30D6AC WINDOW,WINDOW_CONSTRUCTION_1,25.78,0.00,0.00,25.78,25.78,2.954,0.391,0.305,,,No,9B94C26B-39F3-4336-9E7A-AC254D30D6AC,179.68,90.00,S +,69D98CE1-163A-4688-BDD8-620D9E324AA0 WINDOW,WINDOW_CONSTRUCTION_1,10.80,0.00,0.00,10.80,10.80,2.954,0.391,0.305,,,No,69D98CE1-163A-4688-BDD8-620D9E324AA0,89.74,90.00,E +,8333827C-64D9-4384-908C-A52B523E0F4E WINDOW,WINDOW_CONSTRUCTION_1,12.11,0.00,0.00,12.11,12.11,2.954,0.391,0.305,,,No,8333827C-64D9-4384-908C-A52B523E0F4E,90.03,90.00,E +,9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 WINDOW,WINDOW_CONSTRUCTION_1,26.05,0.00,0.00,26.05,26.05,2.954,0.391,0.305,,,No,9DCC0E5D-D352-4F9D-AAC7-ED1F95857686,359.95,90.00,N +,5A47FB83-CC5E-4E41-A966-473A78AA3D5A WINDOW,WINDOW_CONSTRUCTION_1,12.02,0.00,0.00,12.02,12.02,2.954,0.391,0.305,,,No,5A47FB83-CC5E-4E41-A966-473A78AA3D5A,270.04,90.00,W +,A7F9A836-6648-4972-9A3D-CADF02C08396 WINDOW,WINDOW_CONSTRUCTION_1,26.05,0.00,0.00,26.05,26.05,2.954,0.391,0.305,,,No,A7F9A836-6648-4972-9A3D-CADF02C08396,180.13,90.00,S +,642D4A50-D5E3-48C1-8CF3-C2CF24830304 WINDOW,WINDOW_CONSTRUCTION_1,0.80,0.00,0.00,0.80,0.80,2.954,0.391,0.305,,,No,642D4A50-D5E3-48C1-8CF3-C2CF24830304,90.22,90.00,E +,F84E0874-B44E-4FF2-BC04-CB9797175003 WINDOW,WINDOW_CONSTRUCTION_1,21.37,0.00,0.00,21.37,21.37,2.954,0.391,0.305,,,No,F84E0874-B44E-4FF2-BC04-CB9797175003,359.45,90.00,N +,D7715FC0-FFF0-49E8-BBF2-B214FB7657BD WINDOW,WINDOW_CONSTRUCTION_1,0.95,0.00,0.00,0.95,0.95,2.954,0.391,0.305,,,No,D7715FC0-FFF0-49E8-BBF2-B214FB7657BD,0.34,90.00,N +,15BE4F13-5041-40DA-828A-AA96F6A79F83 WINDOW,WINDOW_CONSTRUCTION_1,11.21,0.00,0.00,11.21,11.21,2.954,0.391,0.305,,,No,15BE4F13-5041-40DA-828A-AA96F6A79F83,270.10,90.00,W +,51F929D1-6F74-4810-94B9-0B8F70D66803 WINDOW,WINDOW_CONSTRUCTION_1,10.67,0.00,0.00,10.67,10.67,2.954,0.391,0.305,,,No,51F929D1-6F74-4810-94B9-0B8F70D66803,89.40,90.00,E +,2BCD823F-1C3E-4F9C-B84E-D718D5082F2C WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,2BCD823F-1C3E-4F9C-B84E-D718D5082F2C,90.32,90.00,E +,FA9C545C-E963-48BE-B73F-0908F95DC1A8 WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,FA9C545C-E963-48BE-B73F-0908F95DC1A8,269.70,90.00,W +,1E8DA8FA-960F-48EA-BAE6-C96886703FEB WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,1E8DA8FA-960F-48EA-BAE6-C96886703FEB,89.40,90.00,E +,9A857E9E-0A4F-4341-86DB-93C15D7327BF WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,9A857E9E-0A4F-4341-86DB-93C15D7327BF,270.10,90.00,W +,058D5268-0E0E-47DE-90BA-FD670EAFBE04 WINDOW,WINDOW_CONSTRUCTION_1,11.17,0.00,0.00,11.17,11.17,2.954,0.391,0.305,,,No,058D5268-0E0E-47DE-90BA-FD670EAFBE04,89.40,90.00,E +,04ABB7BF-01B2-47C2-853A-397C11F9AEB3 WINDOW,WINDOW_CONSTRUCTION_1,11.21,0.00,0.00,11.21,11.21,2.954,0.391,0.305,,,No,04ABB7BF-01B2-47C2-853A-397C11F9AEB3,270.10,90.00,W +,5A472962-FD05-4257-ADCC-5B11C96EC905 WINDOW,WINDOW_CONSTRUCTION_1,22.18,0.00,0.00,22.18,22.18,2.954,0.391,0.305,,,No,5A472962-FD05-4257-ADCC-5B11C96EC905,180.04,90.00,S +,9EA75E4A-DBD8-4CB4-BF7F-E2B86A814504 WINDOW,WINDOW_CONSTRUCTION_1,0.78,0.00,0.00,0.78,0.78,2.954,0.391,0.305,,,No,9EA75E4A-DBD8-4CB4-BF7F-E2B86A814504,179.52,90.00,S +,78EAEFA8-107D-43DB-8DBE-8E4F65EA1AB4 WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,78EAEFA8-107D-43DB-8DBE-8E4F65EA1AB4,89.40,90.00,E +,FF2A5ADF-5DA5-4533-A9D5-099FF8C65DED WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,FF2A5ADF-5DA5-4533-A9D5-099FF8C65DED,270.10,90.00,W +,62DCE0A4-304F-4E6C-9A57-D00E4334928B WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,62DCE0A4-304F-4E6C-9A57-D00E4334928B,89.40,90.00,E +,B9A54D53-0695-468C-8E3C-E0D957C0FEF6 WINDOW,WINDOW_CONSTRUCTION_1,10.34,0.00,0.00,10.34,10.34,2.954,0.391,0.305,,,No,B9A54D53-0695-468C-8E3C-E0D957C0FEF6,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 be7d408f..1f138b75 100644 --- a/out_files/Montreal_tbl.htm +++ b/out_files/Montreal_tbl.htm @@ -3,26 +3,26 @@ Buildings in b'Montreal' RUN PERIOD 1 ** Montreal Int'l PQ CAN WYEC2-B-94792 WMO#=716270 2023-12-28 - 13:46:25 + 18:51:39 - EnergyPlus

Table of Contents

-

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

+

Program Version:EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.28 18:51

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-28 - 13:46:25

+ 18:51:39


Table of Contents

Report: Annual Building Utility Performance Summary

For: Entire Facility

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

+ 18:51:39

Values gathered over 8760.00 hours



Site and Source Energy

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

Report: Input Verification and Results Summary

For: Entire Facility

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

+ 18:51:39

General

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

Report: Demand End Use Components Summary

For: Entire Facility

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

+ 18:51:39

End Uses

Program Version and BuildEnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.28 13:46EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2023.12.28 18:51
RunPeriod
@@ -3105,14 +3105,14 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Component Sizing Summary

For: Entire Facility

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

+ 18:51:39


Table of Contents

Report: Adaptive Comfort Summary

For: Entire Facility

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

+ 18:51:39

Time Not Meeting the Adaptive Comfort Models during Occupied Hours

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

Report: Climatic Data Summary

For: Entire Facility

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

+ 18:51:39

SizingPeriod:DesignDay

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

Report: Envelope Summary

For: Entire Facility

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

+ 18:51:39

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.
- + @@ -5430,7 +5430,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Lighting Summary

For: Entire Facility

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

+ 18:51:39

Interior Lighting

Cardinal Direction
597E8893-BF63-4356-83EB-581A544045ACD2694CC9-3DBE-4717-9750-66D7408F584C 1981_1990_6 0.40 0.644 E
E9F9F468-BE3C-406C-A131-151A54D54C3B12650E00-DBA9-4EC4-9C20-53D86D021A6D 1981_1990_6 0.40 0.644 W
5B48231E-B210-48CA-BFF3-62C8D8E642CD672466A2-FD8B-48E2-A12B-2B6D13DC46EF 1981_1990_6 0.40 0.639  
5090EE93-FEFB-418C-B8E3-C35CC3106B5529AECAA4-5B2C-4250-9DCF-F072A6F957E9 1981_1990_6 0.40 0.649  
81D97B28-7FE0-47F3-A8EF-DBC87B6FA485C9344243-BB60-434B-BBAE-00A55242DE52 1981_1990_6 0.40 0.644 E
465F65FE-61CA-4913-AA63-BD2BAD16605659B89D19-7A3A-44A2-B16C-0F06DDD49440 1981_1990_6 0.40 0.644 E
D4DDF175-8CE1-4DE4-920D-9E87760A23573C075050-1588-4E73-A4A8-6A042DBC0278 1981_1990_6 0.40 0.644 N
CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6150A344C-F603-48B4-951F-96EB17D23D60 1981_1990_6 0.40 0.644 N
B8E5722F-137A-4265-A0C8-4477DACE44648634DC17-B8D8-4B49-989E-8079C194833B 1981_1990_6 0.40 0.644 W
3F6836B3-3739-4EB7-A50F-6B1EC2695C690207BA60-C2FB-4BC0-AE4D-423BBA669056 1981_1990_6 0.40 0.639  
CADC5B75-BB4B-46D4-9B46-CB298FC508E401D13815-2EF5-4939-87D0-6EB66A6EEF74 1981_1990_6 0.40 0.649  
7D0C86B4-2C88-4226-8256-72C260ECE0BD3E41BF94-7CF6-4888-8967-25B24F9DC668 1981_1990_6 0.40 0.644 W
AA54AC6D-9DE4-4186-B260-051460D41D27E4461C89-D956-48D0-9146-F19E8660F0A5 1981_1990_6 0.40 0.644 N
9E618400-85C5-496B-A5FA-54781BA43CEF4D0A880D-084D-4A1D-A39F-9F5FA319A6EA 1981_1990_6 0.40 0.644 W
8CC9A5F8-7042-4266-B52C-96552E8171FD9F31F68D-49DB-487B-ACD5-6C5A0ED86612 1981_1990_6 0.40 0.644 N
BD015AC2-ED48-45A8-AFF2-AAA3F0E7E0F867679EF7-4689-4D8E-A167-1D714F76E1A3 1981_1990_6 0.40 0.644 W
51CACE5A-D4F2-4D1B-ACB5-FFDBAF04A5E344B08664-F1C8-4296-99DB-7BE2E02C8254 1981_1990_6 0.40 0.644 W
CCB7F46B-11E3-47EF-9D74-515E3A60294A5CE34BFC-24D0-4CB6-91E7-8652D7354F39 1981_1990_6 0.40 0.644 S
3F743FC3-A3AF-44B1-8C5B-8A239C7A0DF1FF8E2017-074C-4F16-AF3A-311410837EED 1981_1990_6 0.40 0.644 W
2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7BF1F1F37-241C-42E3-B054-B0FF550F8635 1981_1990_6 0.40 0.644 S
404B2F49-3137-4D51-9B65-BA17039744A731CDD59B-48E0-406D-BEE1-6046D43751B7 1981_1990_6 0.40 0.644 W
5E512775-1BB9-4BFF-B0C1-56B547F0A8DF2AC4CA0B-4DBE-4166-9C39-FCDAB475F3C0 1981_1990_6 0.40 0.644 S
E8D59443-A80D-4458-8F69-7EF4938D44C7F67C279F-5341-4F00-A38A-CD4F391AADC1 1981_1990_6 0.40 0.644 S
F90B3E61-9004-40B2-A979-81DAB0B99469D997FCD7-8889-44D4-9CD4-9B562516CED9 1981_1990_6 0.40 0.644 E
334BAEB1-D3D8-43BC-9D18-8C8D5497B9502B08C63B-0380-4D2A-8604-7FBA958F3869 1981_1990_6 0.40 0.644 S
F2773F25-BF65-4CE3-89EC-CA874375AA3F3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 1981_1990_6 0.40 0.644 E
1CA10200-62C5-402B-909C-83A2A86AC628A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA 1981_1990_6 0.40 0.644 N
CACC7EAD-4051-4299-A3FE-A21BD1EA6C9319C12E03-DBAB-463E-8E67-561987F1BEE2 1981_1990_6 0.40 0.644 E
8278B81D-4747-472F-A7F3-0F5F4834369ECFFCC56F-2539-471F-86AC-5B1FB59D5864 1981_1990_6 0.40 0.644 S
EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A03BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE 1981_1990_6 0.40 0.644 E
5E175F67-94FE-490D-AD22-13AD9EA2F62446864059-27D4-44AC-A655-C4CB8A693393 1981_1990_6 0.40 0.644 N
C53FC572-BF34-408F-8F51-C400DE236CBC8B189C8C-9C0F-4D6F-B370-DB1B3364DC14 1981_1990_6 0.40 0.639  
57B878DC-1779-436B-9756-55C0AF76D50E0E6A4045-A150-4949-A4EC-C4EF53E324DA 1981_1990_6 0.40 0.649  
8F1314AA-7CA7-4107-BFD4-E601556F45F259390046-7599-4186-A026-5C3A7DDE88F5 1981_1990_6 0.40 0.644 N
996A84C5-812F-403B-879D-7233B65AA66F4CDDF35C-0CB9-43BD-B14F-A274AC5E2E97 1981_1990_6 0.40 0.644 E
48618736-DEE0-4588-AFDF-D82A1EC13FB0F8BF4FC4-F1AC-4BED-A1DC-DE3A22D5D029 1981_1990_6 0.40 0.644 W
C4EA0EBA-E459-4E6E-BC40-59E57B9A1AB59B94C26B-39F3-4336-9E7A-AC254D30D6AC 1981_1990_6 0.40 0.644 S
96E4C93A-7D73-4F02-A1B0-1BA8B18682D169D98CE1-163A-4688-BDD8-620D9E324AA0 1981_1990_6 0.40 0.644 E
DAAFBE38-0BB6-4E78-99D8-A24D93683C5FD30F611A-272A-4CD3-B953-311557F2C325 1981_1990_6 0.40 0.639  
88AC3937-911D-427D-9291-68DA65F3AD67816C595D-F720-47AC-A04C-114371D74F98 1981_1990_6 0.40 0.649  
E2ECFD8B-F3B6-4753-A361-6F442C491E6C8333827C-64D9-4384-908C-A52B523E0F4E 1981_1990_6 0.40 0.644 E
DA9F4734-38C4-42B7-8862-1E510B356BD99DCC0E5D-D352-4F9D-AAC7-ED1F95857686 1981_1990_6 0.40 0.644 N
C860B96F-077E-4B02-A9F9-B55670FD477B5A47FB83-CC5E-4E41-A966-473A78AA3D5A 1981_1990_6 0.40 0.644 W
480A21AF-85AE-4059-B848-33FD5F3A5720A7F9A836-6648-4972-9A3D-CADF02C08396 1981_1990_6 0.40 0.644 S
7581E7C1-7442-4E57-B277-4F8CA5FDF4C0E6615A35-5D23-4A84-954C-4F36AFFA9A82 1981_1990_6 0.40 0.639  
49E69C19-AA91-4925-98AC-D68299566337A8B26E1F-5CA1-4D6B-8813-7FD1AC23040A 1981_1990_6 0.40 0.649  
DB1D1E20-BE98-49D4-9E40-1940144BF615642D4A50-D5E3-48C1-8CF3-C2CF24830304 1981_1990_6 0.40 0.644 E
8FC429BC-81D9-449A-80A9-38F77B3E66DDF84E0874-B44E-4FF2-BC04-CB9797175003 1981_1990_6 0.40 0.644 N
759D0D84-9F31-46A9-AB0C-A80AF93CD9F9D7715FC0-FFF0-49E8-BBF2-B214FB7657BD 1981_1990_6 0.40 0.644 N
2FB34A99-C1EA-45CB-A3BE-D36736D9F6D415BE4F13-5041-40DA-828A-AA96F6A79F83 1981_1990_6 0.40 0.644 W
5EC4A61B-3773-449F-B181-753456E72C3451F929D1-6F74-4810-94B9-0B8F70D66803 1981_1990_6 0.40 0.644 E
1F2698C6-9AB2-4092-8689-F48F27F007F3B773B0FF-C402-4155-9D39-50317B682A7D 1981_1990_6 0.40 0.639  
C421315B-3FA6-4F26-8FE4-2BD36E46C01831854275-1131-465E-9F08-8B4BA45C944C 1981_1990_6 0.40 0.649  
D9F477EB-A2BB-45DC-80C6-F24D09A96A5C2BCD823F-1C3E-4F9C-B84E-D718D5082F2C 1981_1990_6 0.40 0.644 E
12B9DB48-E074-4E87-8478-9A8221BFECE1FA9C545C-E963-48BE-B73F-0908F95DC1A8 1981_1990_6 0.40 0.644 W
0F842809-D03C-47DA-A397-CC369EC4D39B783FEDBD-3A04-4545-B9B4-8AE7C4EAC526 1981_1990_6 0.40 0.639  
9A1D52B6-CA21-44CB-8234-487282B053CE8706C343-9590-4BD1-8B85-1CAB22E3B38A 1981_1990_6 0.40 0.649  
D15932BE-B61F-4D05-8F3D-A538ADA1C1B91E8DA8FA-960F-48EA-BAE6-C96886703FEB 1981_1990_6 0.40 0.644 E
D7BFAC7E-FFE4-43E5-A664-66123D42D5E09A857E9E-0A4F-4341-86DB-93C15D7327BF 1981_1990_6 0.40 0.644 W
F1D05492-FC37-4CE7-B4BE-AB84E65BBA2D4A42EC2A-0326-4C00-B654-E47B54C6B560 1981_1990_6 0.40 0.639  
549077E1-BF77-47A7-AFFB-E487658423CCC6167CE0-8BDB-4E2C-BCFB-02A8E11213FA 1981_1990_6 0.40 0.649  
88E8F7FF-619E-4595-81EB-D5BAD7867696058D5268-0E0E-47DE-90BA-FD670EAFBE04 1981_1990_6 0.40 0.644 E
28CE80FE-FE76-466F-A7EB-88A00D656F0504ABB7BF-01B2-47C2-853A-397C11F9AEB3 1981_1990_6 0.40 0.644 W
F5F1247A-88BE-4F06-B629-4C3613F82D515A472962-FD05-4257-ADCC-5B11C96EC905 1981_1990_6 0.40 0.644 S
B8CB1843-0410-4673-BFD4-5DC3C73F2BDD9EA75E4A-DBD8-4CB4-BF7F-E2B86A814504 1981_1990_6 0.40 0.644 S
EC0278F6-DA80-4F16-8DE4-BB9973EBB3B248AC80C6-B175-45E1-97E2-5BCF75C7D5DA 1981_1990_6 0.40 0.639  
DC07A81C-DAB5-45F7-BEE5-80767931DBC06A43D3BF-4E99-4F40-B4E1-8237E6990E4F 1981_1990_6 0.40 0.649  
23571505-EC9B-43AD-BFCA-E0997E7A40A678EAEFA8-107D-43DB-8DBE-8E4F65EA1AB4 1981_1990_6 0.40 0.644 E
ED2B8CED-C770-4499-B4D2-1F89BA80E037FF2A5ADF-5DA5-4533-A9D5-099FF8C65DED 1981_1990_6 0.40 0.644 W
5B52E826-42B4-4A00-9549-10196A13F76D19B32DF5-BD49-4F37-8737-C8B35C4D2E6F 1981_1990_6 0.40 0.639  
36849036-C5B5-40B7-8F21-F853A75F082B93C039B0-F217-4BEE-86DF-8F876AE8B18E 1981_1990_6 0.40 0.649  
39CD3473-FBC3-431F-B595-088111688FF062DCE0A4-304F-4E6C-9A57-D00E4334928B 1981_1990_6 0.40 0.644 E
E3C38143-FDEB-4CAD-BFDE-4855A94C5FFEB9A54D53-0695-468C-8E3C-E0D957C0FEF6 1981_1990_6 0.40 0.644 W
CC5D3CDE-CC73-4B55-9BE2-DA25001A6EA6FD51B87C-F1BA-41D8-A992-25F6C9517A81 1981_1990_6 0.40 0.639  
BC98B527-A9A7-4167-8D48-AD07E222751B7693E158-2471-4832-ADD0-A7D14C5CD21B 1981_1990_6 0.40 0.649 Cardinal Direction
500F7547-EA7A-498B-8000-CC091AFCE755A6A2AA11-EBBD-43A9-B252-6FC4397E8081 1981_1990_6 0.40 0.609 N
398D7259-ACD4-4A78-B8DD-F50A483BBA9D06385373-1CAD-49CF-B6C5-4941976DF31E 1981_1990_6 0.40 0.609 S
6AC6AA25-5E89-4029-9946-74804658CAF406FF86F4-0A29-4F47-871C-773F4FC12A85 1981_1990_6 0.40 0.609 S
84E6204F-F657-41CA-BD9C-FF8DD55FDCD90176C6E0-DB9E-45CE-BB96-F4C7305D3006 1981_1990_6 0.40 0.609 N
8DFBD53D-371B-4A6F-9422-D041D8AADF88CF1FFFE1-0D40-458A-9FAB-42BC6EFEF9E9 1981_1990_6 0.40 0.609 S
4A29AC31-F3CA-4AE3-AF0C-5D2899DDD309E107ACD3-80A3-46C8-AB22-6303CE6B830F 1981_1990_6 0.40 0.609 N
1542594C-4A08-4E29-BBB6-BF6798DD1E566E2347F3-CB34-4BD4-B7E0-90FA881924E0 1981_1990_6 0.40 0.609 S
F72F957D-1E74-40BC-B6CB-D42C2B474277F1DD5477-48D5-4CB9-98B6-3905972D8ED6 1981_1990_6 0.40 0.609 N
53505FE8-5ADB-4B73-BD6C-955D322B0A646CA1B622-F6AC-46AE-AFA6-F77F52CCDB9B 1981_1990_6 0.40 0.609 S
744EAE42-6F20-4700-9BFC-85DD929A297D964C9D07-AB26-44D1-A193-DCDFE9E34BED 1981_1990_6 0.40 0.609 N
CB1B4365-3338-4050-8DE9-CBD4EBF6ACE2A4727B73-BFCC-4ED1-8B57-D61BE82393E6 1981_1990_6 0.40 0.609 N
7FA395E8-2B05-448A-B1B1-9CA854CD4CDB626A04E5-2AE7-49E1-8CE8-6ED71F2B9A25 1981_1990_6 0.40 0.609 S
E8EAF434-D518-420C-A1AE-4F9AC185C3C72D86181D-B6D0-4963-B805-B062AF09ED4D 1981_1990_6 0.40 0.609 N
E2AF1629-BF60-4BA4-B83F-DA0427CC55209A2F2953-76F5-4861-A4C8-DA901D39C5AA 1981_1990_6 0.40 0.609 Cardinal Direction
597E8893-BF63-4356-83EB-581A544045AC WINDOWD2694CC9-3DBE-4717-9750-66D7408F584C WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     No597E8893-BF63-4356-83EB-581A544045ACD2694CC9-3DBE-4717-9750-66D7408F584C 90.32 90.00 E
E9F9F468-BE3C-406C-A131-151A54D54C3B WINDOW12650E00-DBA9-4EC4-9C20-53D86D021A6D WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     NoE9F9F468-BE3C-406C-A131-151A54D54C3B12650E00-DBA9-4EC4-9C20-53D86D021A6D 269.70 90.00 W
81D97B28-7FE0-47F3-A8EF-DBC87B6FA485 WINDOWC9344243-BB60-434B-BBAE-00A55242DE52 WINDOW WINDOW_CONSTRUCTION_1 9.25 0.00     No81D97B28-7FE0-47F3-A8EF-DBC87B6FA485C9344243-BB60-434B-BBAE-00A55242DE52 90.32 90.00 E
465F65FE-61CA-4913-AA63-BD2BAD166056 WINDOW59B89D19-7A3A-44A2-B16C-0F06DDD49440 WINDOW WINDOW_CONSTRUCTION_1 1.76 0.00     No465F65FE-61CA-4913-AA63-BD2BAD16605659B89D19-7A3A-44A2-B16C-0F06DDD49440 89.91 90.00 E
D4DDF175-8CE1-4DE4-920D-9E87760A2357 WINDOW3C075050-1588-4E73-A4A8-6A042DBC0278 WINDOW WINDOW_CONSTRUCTION_1 21.76 0.00     NoD4DDF175-8CE1-4DE4-920D-9E87760A23573C075050-1588-4E73-A4A8-6A042DBC0278 0.06 90.00 N
CD9C1CCB-94C4-4D52-918E-02B6D9F23CD6 WINDOW150A344C-F603-48B4-951F-96EB17D23D60 WINDOW WINDOW_CONSTRUCTION_1 0.86 0.00     NoCD9C1CCB-94C4-4D52-918E-02B6D9F23CD6150A344C-F603-48B4-951F-96EB17D23D60 359.13 90.00 N
B8E5722F-137A-4265-A0C8-4477DACE4464 WINDOW8634DC17-B8D8-4B49-989E-8079C194833B WINDOW WINDOW_CONSTRUCTION_1 10.96 0.00     NoB8E5722F-137A-4265-A0C8-4477DACE44648634DC17-B8D8-4B49-989E-8079C194833B 269.70 90.00 W
7D0C86B4-2C88-4226-8256-72C260ECE0BD WINDOW3E41BF94-7CF6-4888-8967-25B24F9DC668 WINDOW WINDOW_CONSTRUCTION_1 48.49 0.00     No7D0C86B4-2C88-4226-8256-72C260ECE0BD3E41BF94-7CF6-4888-8967-25B24F9DC668 270.37 90.00 W
AA54AC6D-9DE4-4186-B260-051460D41D27 WINDOWE4461C89-D956-48D0-9146-F19E8660F0A5 WINDOW WINDOW_CONSTRUCTION_1 7.68 0.00     NoAA54AC6D-9DE4-4186-B260-051460D41D27E4461C89-D956-48D0-9146-F19E8660F0A5 0.73 90.00 N
9E618400-85C5-496B-A5FA-54781BA43CEF WINDOW4D0A880D-084D-4A1D-A39F-9F5FA319A6EA WINDOW WINDOW_CONSTRUCTION_1 9.13 0.00     No9E618400-85C5-496B-A5FA-54781BA43CEF4D0A880D-084D-4A1D-A39F-9F5FA319A6EA 269.95 90.00 W
8CC9A5F8-7042-4266-B52C-96552E8171FD WINDOW9F31F68D-49DB-487B-ACD5-6C5A0ED86612 WINDOW WINDOW_CONSTRUCTION_1 5.95 0.00     No8CC9A5F8-7042-4266-B52C-96552E8171FD9F31F68D-49DB-487B-ACD5-6C5A0ED86612 0.68 90.00 N
BD015AC2-ED48-45A8-AFF2-AAA3F0E7E0F8 WINDOW67679EF7-4689-4D8E-A167-1D714F76E1A3 WINDOW WINDOW_CONSTRUCTION_1 59.55 0.00     NoBD015AC2-ED48-45A8-AFF2-AAA3F0E7E0F867679EF7-4689-4D8E-A167-1D714F76E1A3 270.63 90.00 W
51CACE5A-D4F2-4D1B-ACB5-FFDBAF04A5E3 WINDOW44B08664-F1C8-4296-99DB-7BE2E02C8254 WINDOW WINDOW_CONSTRUCTION_1 1.59 0.00     No51CACE5A-D4F2-4D1B-ACB5-FFDBAF04A5E344B08664-F1C8-4296-99DB-7BE2E02C8254 271.07 90.00 W
CCB7F46B-11E3-47EF-9D74-515E3A60294A WINDOW5CE34BFC-24D0-4CB6-91E7-8652D7354F39 WINDOW WINDOW_CONSTRUCTION_1 6.70 0.00     NoCCB7F46B-11E3-47EF-9D74-515E3A60294A5CE34BFC-24D0-4CB6-91E7-8652D7354F39 180.88 90.00 S
3F743FC3-A3AF-44B1-8C5B-8A239C7A0DF1 WINDOWFF8E2017-074C-4F16-AF3A-311410837EED WINDOW WINDOW_CONSTRUCTION_1 8.72 0.00     No3F743FC3-A3AF-44B1-8C5B-8A239C7A0DF1FF8E2017-074C-4F16-AF3A-311410837EED 270.81 90.00 W
2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7 WINDOWBF1F1F37-241C-42E3-B054-B0FF550F8635 WINDOW WINDOW_CONSTRUCTION_1 9.04 0.00     No2A3D3C01-7AC9-49C3-9D0F-CCC7112F80E7BF1F1F37-241C-42E3-B054-B0FF550F8635 180.83 90.00 S
404B2F49-3137-4D51-9B65-BA17039744A7 WINDOW31CDD59B-48E0-406D-BEE1-6046D43751B7 WINDOW WINDOW_CONSTRUCTION_1 47.57 0.00     No404B2F49-3137-4D51-9B65-BA17039744A731CDD59B-48E0-406D-BEE1-6046D43751B7 270.81 90.00 W
5E512775-1BB9-4BFF-B0C1-56B547F0A8DF WINDOW2AC4CA0B-4DBE-4166-9C39-FCDAB475F3C0 WINDOW WINDOW_CONSTRUCTION_1 98.64 0.00     No5E512775-1BB9-4BFF-B0C1-56B547F0A8DF2AC4CA0B-4DBE-4166-9C39-FCDAB475F3C0 180.80 90.00 S
E8D59443-A80D-4458-8F69-7EF4938D44C7 WINDOWF67C279F-5341-4F00-A38A-CD4F391AADC1 WINDOW WINDOW_CONSTRUCTION_1 1.46 0.00     NoE8D59443-A80D-4458-8F69-7EF4938D44C7F67C279F-5341-4F00-A38A-CD4F391AADC1 181.90 90.00 S
F90B3E61-9004-40B2-A979-81DAB0B99469 WINDOWD997FCD7-8889-44D4-9CD4-9B562516CED9 WINDOW WINDOW_CONSTRUCTION_1 2.94 0.00     NoF90B3E61-9004-40B2-A979-81DAB0B99469D997FCD7-8889-44D4-9CD4-9B562516CED9 90.30 90.00 E
334BAEB1-D3D8-43BC-9D18-8C8D5497B950 WINDOW2B08C63B-0380-4D2A-8604-7FBA958F3869 WINDOW WINDOW_CONSTRUCTION_1 12.79 0.00     No334BAEB1-D3D8-43BC-9D18-8C8D5497B9502B08C63B-0380-4D2A-8604-7FBA958F3869 180.36 90.00 S
F2773F25-BF65-4CE3-89EC-CA874375AA3F WINDOW3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 WINDOW WINDOW_CONSTRUCTION_1 59.93 0.00     NoF2773F25-BF65-4CE3-89EC-CA874375AA3F3F1DAF72-41A2-4969-A152-EA48AEF4DAE2 90.35 90.00 E
1CA10200-62C5-402B-909C-83A2A86AC628 WINDOWA5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA WINDOW WINDOW_CONSTRUCTION_1 78.94 0.00     No1CA10200-62C5-402B-909C-83A2A86AC628A5F9C8E4-E0BD-4126-9F54-BA9A44FBA8EA 0.36 90.00 N
CACC7EAD-4051-4299-A3FE-A21BD1EA6C93 WINDOW19C12E03-DBAB-463E-8E67-561987F1BEE2 WINDOW WINDOW_CONSTRUCTION_1 50.93 0.00     NoCACC7EAD-4051-4299-A3FE-A21BD1EA6C9319C12E03-DBAB-463E-8E67-561987F1BEE2 90.36 90.00 E
8278B81D-4747-472F-A7F3-0F5F4834369E WINDOWCFFCC56F-2539-471F-86AC-5B1FB59D5864 WINDOW WINDOW_CONSTRUCTION_1 77.92 0.00     No8278B81D-4747-472F-A7F3-0F5F4834369ECFFCC56F-2539-471F-86AC-5B1FB59D5864 180.36 90.00 S
EA7A188E-C0DD-41FB-AFFB-5546DD3ED8A0 WINDOW3BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE WINDOW WINDOW_CONSTRUCTION_1 62.10 0.00     NoEA7A188E-C0DD-41FB-AFFB-5546DD3ED8A03BEF2BFE-91B4-4660-B7D3-4CAC5D9D97AE 90.36 90.00 E
5E175F67-94FE-490D-AD22-13AD9EA2F624 WINDOW46864059-27D4-44AC-A655-C4CB8A693393 WINDOW WINDOW_CONSTRUCTION_1 113.26 0.00     No5E175F67-94FE-490D-AD22-13AD9EA2F62446864059-27D4-44AC-A655-C4CB8A693393 0.35 90.00 N
8F1314AA-7CA7-4107-BFD4-E601556F45F2 WINDOW59390046-7599-4186-A026-5C3A7DDE88F5 WINDOW WINDOW_CONSTRUCTION_1 1.01 0.00     No8F1314AA-7CA7-4107-BFD4-E601556F45F259390046-7599-4186-A026-5C3A7DDE88F5 358.71 90.00 N
996A84C5-812F-403B-879D-7233B65AA66F WINDOW4CDDF35C-0CB9-43BD-B14F-A274AC5E2E97 WINDOW WINDOW_CONSTRUCTION_1 0.80 0.00     No996A84C5-812F-403B-879D-7233B65AA66F4CDDF35C-0CB9-43BD-B14F-A274AC5E2E97 90.31 90.00 E
48618736-DEE0-4588-AFDF-D82A1EC13FB0 WINDOWF8BF4FC4-F1AC-4BED-A1DC-DE3A22D5D029 WINDOW WINDOW_CONSTRUCTION_1 11.78 0.00     No48618736-DEE0-4588-AFDF-D82A1EC13FB0F8BF4FC4-F1AC-4BED-A1DC-DE3A22D5D029 269.70 90.00 W
C4EA0EBA-E459-4E6E-BC40-59E57B9A1AB5 WINDOW9B94C26B-39F3-4336-9E7A-AC254D30D6AC WINDOW WINDOW_CONSTRUCTION_1 25.78 0.00     NoC4EA0EBA-E459-4E6E-BC40-59E57B9A1AB59B94C26B-39F3-4336-9E7A-AC254D30D6AC 179.68 90.00 S
96E4C93A-7D73-4F02-A1B0-1BA8B18682D1 WINDOW69D98CE1-163A-4688-BDD8-620D9E324AA0 WINDOW WINDOW_CONSTRUCTION_1 10.80 0.00     No96E4C93A-7D73-4F02-A1B0-1BA8B18682D169D98CE1-163A-4688-BDD8-620D9E324AA0 89.74 90.00 E
E2ECFD8B-F3B6-4753-A361-6F442C491E6C WINDOW8333827C-64D9-4384-908C-A52B523E0F4E WINDOW WINDOW_CONSTRUCTION_1 12.11 0.00     NoE2ECFD8B-F3B6-4753-A361-6F442C491E6C8333827C-64D9-4384-908C-A52B523E0F4E 90.03 90.00 E
DA9F4734-38C4-42B7-8862-1E510B356BD9 WINDOW9DCC0E5D-D352-4F9D-AAC7-ED1F95857686 WINDOW WINDOW_CONSTRUCTION_1 26.05 0.00     NoDA9F4734-38C4-42B7-8862-1E510B356BD99DCC0E5D-D352-4F9D-AAC7-ED1F95857686 359.95 90.00 N
C860B96F-077E-4B02-A9F9-B55670FD477B WINDOW5A47FB83-CC5E-4E41-A966-473A78AA3D5A WINDOW WINDOW_CONSTRUCTION_1 12.02 0.00     NoC860B96F-077E-4B02-A9F9-B55670FD477B5A47FB83-CC5E-4E41-A966-473A78AA3D5A 270.04 90.00 W
480A21AF-85AE-4059-B848-33FD5F3A5720 WINDOWA7F9A836-6648-4972-9A3D-CADF02C08396 WINDOW WINDOW_CONSTRUCTION_1 26.05 0.00     No480A21AF-85AE-4059-B848-33FD5F3A5720A7F9A836-6648-4972-9A3D-CADF02C08396 180.13 90.00 S
DB1D1E20-BE98-49D4-9E40-1940144BF615 WINDOW642D4A50-D5E3-48C1-8CF3-C2CF24830304 WINDOW WINDOW_CONSTRUCTION_1 0.80 0.00     NoDB1D1E20-BE98-49D4-9E40-1940144BF615642D4A50-D5E3-48C1-8CF3-C2CF24830304 90.22 90.00 E
8FC429BC-81D9-449A-80A9-38F77B3E66DD WINDOWF84E0874-B44E-4FF2-BC04-CB9797175003 WINDOW WINDOW_CONSTRUCTION_1 21.37 0.00     No8FC429BC-81D9-449A-80A9-38F77B3E66DDF84E0874-B44E-4FF2-BC04-CB9797175003 359.45 90.00 N
759D0D84-9F31-46A9-AB0C-A80AF93CD9F9 WINDOWD7715FC0-FFF0-49E8-BBF2-B214FB7657BD WINDOW WINDOW_CONSTRUCTION_1 0.95 0.00     No759D0D84-9F31-46A9-AB0C-A80AF93CD9F9D7715FC0-FFF0-49E8-BBF2-B214FB7657BD 0.34 90.00 N
2FB34A99-C1EA-45CB-A3BE-D36736D9F6D4 WINDOW15BE4F13-5041-40DA-828A-AA96F6A79F83 WINDOW WINDOW_CONSTRUCTION_1 11.21 0.00     No2FB34A99-C1EA-45CB-A3BE-D36736D9F6D415BE4F13-5041-40DA-828A-AA96F6A79F83 270.10 90.00 W
5EC4A61B-3773-449F-B181-753456E72C34 WINDOW51F929D1-6F74-4810-94B9-0B8F70D66803 WINDOW WINDOW_CONSTRUCTION_1 10.67 0.00     No5EC4A61B-3773-449F-B181-753456E72C3451F929D1-6F74-4810-94B9-0B8F70D66803 89.40 90.00 E
D9F477EB-A2BB-45DC-80C6-F24D09A96A5C WINDOW2BCD823F-1C3E-4F9C-B84E-D718D5082F2C WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     NoD9F477EB-A2BB-45DC-80C6-F24D09A96A5C2BCD823F-1C3E-4F9C-B84E-D718D5082F2C 90.32 90.00 E
12B9DB48-E074-4E87-8478-9A8221BFECE1 WINDOWFA9C545C-E963-48BE-B73F-0908F95DC1A8 WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     No12B9DB48-E074-4E87-8478-9A8221BFECE1FA9C545C-E963-48BE-B73F-0908F95DC1A8 269.70 90.00 W
D15932BE-B61F-4D05-8F3D-A538ADA1C1B9 WINDOW1E8DA8FA-960F-48EA-BAE6-C96886703FEB WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     NoD15932BE-B61F-4D05-8F3D-A538ADA1C1B91E8DA8FA-960F-48EA-BAE6-C96886703FEB 89.40 90.00 E
D7BFAC7E-FFE4-43E5-A664-66123D42D5E0 WINDOW9A857E9E-0A4F-4341-86DB-93C15D7327BF WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     NoD7BFAC7E-FFE4-43E5-A664-66123D42D5E09A857E9E-0A4F-4341-86DB-93C15D7327BF 270.10 90.00 W
88E8F7FF-619E-4595-81EB-D5BAD7867696 WINDOW058D5268-0E0E-47DE-90BA-FD670EAFBE04 WINDOW WINDOW_CONSTRUCTION_1 11.17 0.00     No88E8F7FF-619E-4595-81EB-D5BAD7867696058D5268-0E0E-47DE-90BA-FD670EAFBE04 89.40 90.00 E
28CE80FE-FE76-466F-A7EB-88A00D656F05 WINDOW04ABB7BF-01B2-47C2-853A-397C11F9AEB3 WINDOW WINDOW_CONSTRUCTION_1 11.21 0.00     No28CE80FE-FE76-466F-A7EB-88A00D656F0504ABB7BF-01B2-47C2-853A-397C11F9AEB3 270.10 90.00 W
F5F1247A-88BE-4F06-B629-4C3613F82D51 WINDOW5A472962-FD05-4257-ADCC-5B11C96EC905 WINDOW WINDOW_CONSTRUCTION_1 22.18 0.00     NoF5F1247A-88BE-4F06-B629-4C3613F82D515A472962-FD05-4257-ADCC-5B11C96EC905 180.04 90.00 S
B8CB1843-0410-4673-BFD4-5DC3C73F2BDD WINDOW9EA75E4A-DBD8-4CB4-BF7F-E2B86A814504 WINDOW WINDOW_CONSTRUCTION_1 0.78 0.00     NoB8CB1843-0410-4673-BFD4-5DC3C73F2BDD9EA75E4A-DBD8-4CB4-BF7F-E2B86A814504 179.52 90.00 S
23571505-EC9B-43AD-BFCA-E0997E7A40A6 WINDOW78EAEFA8-107D-43DB-8DBE-8E4F65EA1AB4 WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     No23571505-EC9B-43AD-BFCA-E0997E7A40A678EAEFA8-107D-43DB-8DBE-8E4F65EA1AB4 89.40 90.00 E
ED2B8CED-C770-4499-B4D2-1F89BA80E037 WINDOWFF2A5ADF-5DA5-4533-A9D5-099FF8C65DED WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     NoED2B8CED-C770-4499-B4D2-1F89BA80E037FF2A5ADF-5DA5-4533-A9D5-099FF8C65DED 270.10 90.00 W
39CD3473-FBC3-431F-B595-088111688FF0 WINDOW62DCE0A4-304F-4E6C-9A57-D00E4334928B WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     No39CD3473-FBC3-431F-B595-088111688FF062DCE0A4-304F-4E6C-9A57-D00E4334928B 89.40 90.00 E
E3C38143-FDEB-4CAD-BFDE-4855A94C5FFE WINDOWB9A54D53-0695-468C-8E3C-E0D957C0FEF6 WINDOW WINDOW_CONSTRUCTION_1 10.34 0.00     NoE3C38143-FDEB-4CAD-BFDE-4855A94C5FFEB9A54D53-0695-468C-8E3C-E0D957C0FEF6 270.10 90.00 W
@@ -5684,7 +5684,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Equipment Summary

For: Entire Facility

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

+ 18:51:39

Central Plant

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

Report: HVAC Sizing Summary

For: Entire Facility

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

+ 18:51:39

Zone Sensible Cooling

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

Report: System Summary

For: Entire Facility

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

+ 18:51:39

Economizer

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

Report: Outdoor Air Summary

For: Entire Facility

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

+ 18:51:39

Average Outdoor Air During Occupied Hours

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

Report: Object Count Summary

For: Entire Facility

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

+ 18:51:39

Surfaces by Class

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

Report: Sensible Heat Gain Summary

For: Entire Facility

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

+ 18:51:39

Annual Building Sensible Heat Gain Components