an attribute (heating_consumption_disaggregated) is added to building.py
This commit is contained in:
parent
11e7cf8558
commit
4856173b88
|
@ -90,6 +90,7 @@ class Building(CityObject):
|
||||||
self._interior_slabs.append(surface)
|
self._interior_slabs.append(surface)
|
||||||
else:
|
else:
|
||||||
logging.error('Building %s [%s] has an unexpected surface type %s.', self.name, self.aliases, surface.type)
|
logging.error('Building %s [%s] has an unexpected surface type %s.', self.name, self.aliases, surface.type)
|
||||||
|
self._heating_consumption_disaggregated = {}
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def shell(self) -> Polyhedron:
|
def shell(self) -> Polyhedron:
|
||||||
|
@ -811,3 +812,20 @@ class Building(CityObject):
|
||||||
orientation_losses_factor[_key]['south'])]
|
orientation_losses_factor[_key]['south'])]
|
||||||
self._onsite_electrical_production[_key] = _results
|
self._onsite_electrical_production[_key] = _results
|
||||||
return self._onsite_electrical_production
|
return self._onsite_electrical_production
|
||||||
|
|
||||||
|
@property
|
||||||
|
def heating_consumption_disaggregated(self) -> dict:
|
||||||
|
"""
|
||||||
|
Get energy consumed for heating from different fuels in J
|
||||||
|
return: dict
|
||||||
|
"""
|
||||||
|
return self._heating_consumption_disaggregated
|
||||||
|
|
||||||
|
@heating_consumption_disaggregated.setter
|
||||||
|
def heating_consumption_disaggregated(self, value):
|
||||||
|
"""
|
||||||
|
Get energy consumed for heating from different fuels in J
|
||||||
|
return: dict
|
||||||
|
"""
|
||||||
|
self._heating_consumption_disaggregated = value
|
||||||
|
|
||||||
|
|
9
main.py
9
main.py
|
@ -42,12 +42,5 @@ call_random(city.buildings, residential_new_systems_percentage)
|
||||||
EnergySystemsFactory('north_america', city).enrich()
|
EnergySystemsFactory('north_america', city).enrich()
|
||||||
SystemSizing(city.buildings).hvac_sizing()
|
SystemSizing(city.buildings).hvac_sizing()
|
||||||
for building in city.buildings:
|
for building in city.buildings:
|
||||||
if building.energy_systems_archetype_name == 'PV+ASHP+GasBoiler+TES':
|
SystemSimulation(building).enrich()
|
||||||
building_new_heating_consumption = SystemSimulation(building).archetype1()
|
|
||||||
building.heating_consumption[cte.HOUR] = building_new_heating_consumption
|
|
||||||
building.heating_consumption[cte.MONTH] = MonthlyValues.get_total_month(building.heating_consumption[cte.HOUR])
|
|
||||||
building.heating_consumption[cte.YEAR] = [sum(building.heating_consumption[cte.MONTH])]
|
|
||||||
print(building.heating_consumption[cte.YEAR])
|
|
||||||
print(building.energy_systems_archetype_name)
|
|
||||||
|
|
||||||
print('test')
|
print('test')
|
||||||
|
|
|
@ -991,7 +991,7 @@ ZONE,
|
||||||
Yes; !- Part of Total Floor Area
|
Yes; !- Part of Total Floor Area
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
b6f44170-9dae-4763-a880-e364a4ce43ed, !- Name
|
6acf7617-7d20-4059-916f-a322696bf7d6, !- Name
|
||||||
floor, !- Surface Type
|
floor, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
175785, !- Zone Name
|
175785, !- Zone Name
|
||||||
|
@ -1021,7 +1021,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
0; !- Vertex 6 Zcoordinate
|
0; !- Vertex 6 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
ee70a001-595d-4da6-98f2-8f6e4decda48, !- Name
|
c17f7386-d2bc-4d4a-b05a-e846aaaba4c3, !- Name
|
||||||
roof, !- Surface Type
|
roof, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
175785, !- Zone Name
|
175785, !- Zone Name
|
||||||
|
@ -1051,7 +1051,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 6 Zcoordinate
|
12; !- Vertex 6 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
b2228c74-79fd-494c-b0b4-a09c519aeb3b, !- Name
|
ff11f32e-61f9-4ceb-a28e-e9d8a2d21d7a, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
175785, !- Zone Name
|
175785, !- Zone Name
|
||||||
|
@ -1075,12 +1075,12 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
e7ca8706-0361-4896-931d-a86022d49e31, !- Name
|
4fa50238-068d-4e20-a2ba-8a5a0a93b796, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
175785, !- Zone Name
|
175785, !- Zone Name
|
||||||
Surface, !- Outside Boundary Condition
|
Surface, !- Outside Boundary Condition
|
||||||
e7ca8706-0361-4896-931d-a86022d49e31, !- Outside Boundary Condition Object
|
4fa50238-068d-4e20-a2ba-8a5a0a93b796, !- Outside Boundary Condition Object
|
||||||
NoSun, !- Sun Exposure
|
NoSun, !- Sun Exposure
|
||||||
NoWind, !- Wind Exposure
|
NoWind, !- Wind Exposure
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
|
@ -1099,7 +1099,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
6df4bbcb-ad4e-4ba3-9c65-566681a3aee6, !- Name
|
3b6d9d89-a422-445a-b305-4e9d2f952782, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
175785, !- Zone Name
|
175785, !- Zone Name
|
||||||
|
@ -1123,7 +1123,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
a235f52e-3a6a-4e7a-8a7f-6a0344556902, !- Name
|
9dcd5d84-78df-4da5-80c4-fae17544226e, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
175785, !- Zone Name
|
175785, !- Zone Name
|
||||||
|
@ -1147,7 +1147,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
53e3614d-4a94-4af1-a75c-ac0f1c7ca9f3, !- Name
|
c8cd208f-797f-428f-94dc-277adc9ef001, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
175785, !- Zone Name
|
175785, !- Zone Name
|
||||||
|
@ -1171,7 +1171,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
72a06231-0209-4259-8b1f-8ee30daad9a7, !- Name
|
1b2839c9-4131-44ca-bd66-b4f56f1f1306, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
175785, !- Zone Name
|
175785, !- Zone Name
|
||||||
|
@ -1195,7 +1195,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
71154d81-bde7-461a-9be9-be6cfc29260d, !- Name
|
7f337640-75a0-437b-8c4f-6ec6a6b647df, !- Name
|
||||||
floor, !- Surface Type
|
floor, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
176293, !- Zone Name
|
176293, !- Zone Name
|
||||||
|
@ -1219,7 +1219,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
0; !- Vertex 4 Zcoordinate
|
0; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
72bd8c4b-84f6-4cb6-8bc4-c019929525be, !- Name
|
69118bc1-ac76-440f-9c42-f25c672ce2f6, !- Name
|
||||||
roof, !- Surface Type
|
roof, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
176293, !- Zone Name
|
176293, !- Zone Name
|
||||||
|
@ -1243,7 +1243,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
dccd510f-e17e-42cd-a4c5-7a2d46cfb6b3, !- Name
|
f7a66c0b-f3e1-46c4-9afe-f040250343b2, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
176293, !- Zone Name
|
176293, !- Zone Name
|
||||||
|
@ -1267,7 +1267,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
9c2deb6a-bfac-417a-a29c-b45bba4e92ab, !- Name
|
673f9ddd-64f1-4f17-ad3b-320a0f77383b, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
176293, !- Zone Name
|
176293, !- Zone Name
|
||||||
|
@ -1291,7 +1291,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
77ece0c5-d40c-4a11-be61-133b5d2a4885, !- Name
|
f0e8f86a-0dc1-4e31-b33e-3562fb8b2bdc, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
176293, !- Zone Name
|
176293, !- Zone Name
|
||||||
|
@ -1315,12 +1315,12 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
e4c1de67-37d2-491d-b759-f167f667a48f, !- Name
|
dad33850-1cac-42d6-baba-76aa1e6e4a4d, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
176293, !- Zone Name
|
176293, !- Zone Name
|
||||||
Surface, !- Outside Boundary Condition
|
Surface, !- Outside Boundary Condition
|
||||||
e4c1de67-37d2-491d-b759-f167f667a48f, !- Outside Boundary Condition Object
|
dad33850-1cac-42d6-baba-76aa1e6e4a4d, !- Outside Boundary Condition Object
|
||||||
NoSun, !- Sun Exposure
|
NoSun, !- Sun Exposure
|
||||||
NoWind, !- Wind Exposure
|
NoWind, !- Wind Exposure
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
|
@ -1339,7 +1339,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
04915bd5-0ee2-4978-a59a-c231aefc8cf4, !- Name
|
6e6afc12-5493-40c0-b7e5-da42f550f2b5, !- Name
|
||||||
floor, !- Surface Type
|
floor, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
182393, !- Zone Name
|
182393, !- Zone Name
|
||||||
|
@ -1369,7 +1369,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
0; !- Vertex 6 Zcoordinate
|
0; !- Vertex 6 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
5da3dc7a-6bbc-4a12-9146-3639cf10b214, !- Name
|
0b62f37e-edec-4014-a6d4-01279f8a3493, !- Name
|
||||||
roof, !- Surface Type
|
roof, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
182393, !- Zone Name
|
182393, !- Zone Name
|
||||||
|
@ -1399,7 +1399,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
8; !- Vertex 6 Zcoordinate
|
8; !- Vertex 6 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
359b32fe-d688-4896-82e4-2b4738d66642, !- Name
|
79eac576-a260-4143-83b0-32cf204bbe7b, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
182393, !- Zone Name
|
182393, !- Zone Name
|
||||||
|
@ -1423,7 +1423,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
8; !- Vertex 4 Zcoordinate
|
8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
1667ba92-5d91-4465-9492-893451a13847, !- Name
|
a43b5153-da22-4fd3-a4fc-ed018be3f5f0, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
182393, !- Zone Name
|
182393, !- Zone Name
|
||||||
|
@ -1447,7 +1447,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
8; !- Vertex 4 Zcoordinate
|
8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
5a4389d9-78a5-4ded-8e62-d6d7c8e1f9c2, !- Name
|
ea75342e-1ccc-4a1d-9ae3-56ffea395133, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
182393, !- Zone Name
|
182393, !- Zone Name
|
||||||
|
@ -1471,7 +1471,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
8; !- Vertex 4 Zcoordinate
|
8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
efe6a56c-754a-4e0c-92dc-30b0d870a9a5, !- Name
|
48a796fd-5d1f-463d-9357-c9e2182110a4, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
182393, !- Zone Name
|
182393, !- Zone Name
|
||||||
|
@ -1495,7 +1495,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
8; !- Vertex 4 Zcoordinate
|
8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
fa718aa3-e71e-4f60-9c5a-848f1c14e4c7, !- Name
|
13ea4940-36e8-4e27-87eb-55c74e690355, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
182393, !- Zone Name
|
182393, !- Zone Name
|
||||||
|
@ -1519,7 +1519,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
8; !- Vertex 4 Zcoordinate
|
8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
d4715739-2ada-426b-89b5-ad8415f6e726, !- Name
|
958929bb-acd4-4629-ab9f-b6984e758263, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
182393, !- Zone Name
|
182393, !- Zone Name
|
||||||
|
@ -1543,10 +1543,10 @@ BUILDINGSURFACE:DETAILED,
|
||||||
8; !- Vertex 4 Zcoordinate
|
8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
b2228c74-79fd-494c-b0b4-a09c519aeb3b window, !- Name
|
ff11f32e-61f9-4ceb-a28e-e9d8a2d21d7a window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
b2228c74-79fd-494c-b0b4-a09c519aeb3b, !- Building Surface Name
|
ff11f32e-61f9-4ceb-a28e-e9d8a2d21d7a, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1566,10 +1566,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
7.2; !- Vertex 4 Zcoordinate
|
7.2; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
6df4bbcb-ad4e-4ba3-9c65-566681a3aee6 window, !- Name
|
3b6d9d89-a422-445a-b305-4e9d2f952782 window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
6df4bbcb-ad4e-4ba3-9c65-566681a3aee6, !- Building Surface Name
|
3b6d9d89-a422-445a-b305-4e9d2f952782, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1589,10 +1589,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
7.2; !- Vertex 4 Zcoordinate
|
7.2; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
a235f52e-3a6a-4e7a-8a7f-6a0344556902 window, !- Name
|
9dcd5d84-78df-4da5-80c4-fae17544226e window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
a235f52e-3a6a-4e7a-8a7f-6a0344556902, !- Building Surface Name
|
9dcd5d84-78df-4da5-80c4-fae17544226e, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1612,10 +1612,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
7.2; !- Vertex 4 Zcoordinate
|
7.2; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
53e3614d-4a94-4af1-a75c-ac0f1c7ca9f3 window, !- Name
|
c8cd208f-797f-428f-94dc-277adc9ef001 window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
53e3614d-4a94-4af1-a75c-ac0f1c7ca9f3, !- Building Surface Name
|
c8cd208f-797f-428f-94dc-277adc9ef001, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1635,10 +1635,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
7.2; !- Vertex 4 Zcoordinate
|
7.2; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
72a06231-0209-4259-8b1f-8ee30daad9a7 window, !- Name
|
1b2839c9-4131-44ca-bd66-b4f56f1f1306 window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
72a06231-0209-4259-8b1f-8ee30daad9a7, !- Building Surface Name
|
1b2839c9-4131-44ca-bd66-b4f56f1f1306, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1658,10 +1658,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
7.2; !- Vertex 4 Zcoordinate
|
7.2; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
dccd510f-e17e-42cd-a4c5-7a2d46cfb6b3 window, !- Name
|
f7a66c0b-f3e1-46c4-9afe-f040250343b2 window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
dccd510f-e17e-42cd-a4c5-7a2d46cfb6b3, !- Building Surface Name
|
f7a66c0b-f3e1-46c4-9afe-f040250343b2, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1681,10 +1681,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
7.2; !- Vertex 4 Zcoordinate
|
7.2; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
9c2deb6a-bfac-417a-a29c-b45bba4e92ab window, !- Name
|
673f9ddd-64f1-4f17-ad3b-320a0f77383b window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
9c2deb6a-bfac-417a-a29c-b45bba4e92ab, !- Building Surface Name
|
673f9ddd-64f1-4f17-ad3b-320a0f77383b, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1704,10 +1704,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
7.2; !- Vertex 4 Zcoordinate
|
7.2; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
77ece0c5-d40c-4a11-be61-133b5d2a4885 window, !- Name
|
f0e8f86a-0dc1-4e31-b33e-3562fb8b2bdc window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
77ece0c5-d40c-4a11-be61-133b5d2a4885, !- Building Surface Name
|
f0e8f86a-0dc1-4e31-b33e-3562fb8b2bdc, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1727,10 +1727,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
7.2; !- Vertex 4 Zcoordinate
|
7.2; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
359b32fe-d688-4896-82e4-2b4738d66642 window, !- Name
|
79eac576-a260-4143-83b0-32cf204bbe7b window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
359b32fe-d688-4896-82e4-2b4738d66642, !- Building Surface Name
|
79eac576-a260-4143-83b0-32cf204bbe7b, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1750,10 +1750,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
4.8; !- Vertex 4 Zcoordinate
|
4.8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
1667ba92-5d91-4465-9492-893451a13847 window, !- Name
|
a43b5153-da22-4fd3-a4fc-ed018be3f5f0 window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
1667ba92-5d91-4465-9492-893451a13847, !- Building Surface Name
|
a43b5153-da22-4fd3-a4fc-ed018be3f5f0, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1773,10 +1773,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
4.8; !- Vertex 4 Zcoordinate
|
4.8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
5a4389d9-78a5-4ded-8e62-d6d7c8e1f9c2 window, !- Name
|
ea75342e-1ccc-4a1d-9ae3-56ffea395133 window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
5a4389d9-78a5-4ded-8e62-d6d7c8e1f9c2, !- Building Surface Name
|
ea75342e-1ccc-4a1d-9ae3-56ffea395133, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1796,10 +1796,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
4.8; !- Vertex 4 Zcoordinate
|
4.8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
efe6a56c-754a-4e0c-92dc-30b0d870a9a5 window, !- Name
|
48a796fd-5d1f-463d-9357-c9e2182110a4 window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
efe6a56c-754a-4e0c-92dc-30b0d870a9a5, !- Building Surface Name
|
48a796fd-5d1f-463d-9357-c9e2182110a4, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1819,10 +1819,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
4.8; !- Vertex 4 Zcoordinate
|
4.8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
fa718aa3-e71e-4f60-9c5a-848f1c14e4c7 window, !- Name
|
13ea4940-36e8-4e27-87eb-55c74e690355 window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
fa718aa3-e71e-4f60-9c5a-848f1c14e4c7, !- Building Surface Name
|
13ea4940-36e8-4e27-87eb-55c74e690355, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1842,10 +1842,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
4.8; !- Vertex 4 Zcoordinate
|
4.8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
d4715739-2ada-426b-89b5-ad8415f6e726 window, !- Name
|
958929bb-acd4-4629-ab9f-b6984e758263 window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
d4715739-2ada-426b-89b5-ad8415f6e726, !- Building Surface Name
|
958929bb-acd4-4629-ab9f-b6984e758263, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36
|
Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.18 14:11
|
||||||
! This file shows details about the branches, nodes, and other
|
! This file shows details about the branches, nodes, and other
|
||||||
! elements of the flow connections.
|
! elements of the flow connections.
|
||||||
! This file is intended for use in "debugging" potential problems
|
! This file is intended for use in "debugging" potential problems
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36
|
Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.18 14:11
|
||||||
! <Version>, Version ID
|
! <Version>, Version ID
|
||||||
Version, 9.5
|
Version, 9.5
|
||||||
! <Timesteps per Hour>, #TimeSteps, Minutes per TimeStep {minutes}
|
! <Timesteps per Hour>, #TimeSteps, Minutes per TimeStep {minutes}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
EnergyPlus Completed Successfully-- 26 Warning; 1 Severe Errors; Elapsed Time=00hr 00min 11.44sec
|
EnergyPlus Completed Successfully-- 26 Warning; 1 Severe Errors; Elapsed Time=00hr 00min 6.36sec
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36,
|
Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.18 14:11,
|
||||||
** Warning ** GetHTSurfaceData: Surfaces with interface to Ground found but no "Ground Temperatures" were input.
|
** Warning ** GetHTSurfaceData: Surfaces with interface to Ground found but no "Ground Temperatures" were input.
|
||||||
** ~~~ ** Found first in surface=B6F44170-9DAE-4763-A880-E364A4CE43ED
|
** ~~~ ** Found first in surface=6ACF7617-7D20-4059-916F-A322696BF7D6
|
||||||
** ~~~ ** Defaults, constant throughout the year of (18.0) will be used.
|
** ~~~ ** Defaults, constant throughout the year of (18.0) will be used.
|
||||||
** Warning ** GetInternalHeatGains: People="175785_OCCUPANCY", Activity Level Schedule Name values
|
** Warning ** GetInternalHeatGains: People="175785_OCCUPANCY", Activity Level Schedule Name values
|
||||||
** ~~~ ** fall outside typical range [70,1000] W/person for Thermal Comfort Reporting.
|
** ~~~ ** fall outside typical range [70,1000] W/person for Thermal Comfort Reporting.
|
||||||
|
@ -53,4 +53,4 @@ Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36,
|
||||||
************* Use Output:Diagnostics,DisplayUnusedObjects; to see them.
|
************* Use Output:Diagnostics,DisplayUnusedObjects; to see them.
|
||||||
************* EnergyPlus Warmup Error Summary. During Warmup: 0 Warning; 0 Severe Errors.
|
************* EnergyPlus Warmup Error Summary. During Warmup: 0 Warning; 0 Severe Errors.
|
||||||
************* EnergyPlus Sizing Error Summary. During Sizing: 0 Warning; 0 Severe Errors.
|
************* EnergyPlus Sizing Error Summary. During Sizing: 0 Warning; 0 Severe Errors.
|
||||||
************* EnergyPlus Completed Successfully-- 26 Warning; 1 Severe Errors; Elapsed Time=00hr 00min 11.44sec
|
************* EnergyPlus Completed Successfully-- 26 Warning; 1 Severe Errors; Elapsed Time=00hr 00min 6.36sec
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36
|
Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.18 14:11
|
||||||
1,5,Environment Title[],Latitude[deg],Longitude[deg],Time Zone[],Elevation[m]
|
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
|
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
|
3,5,Cumulative Day of Simulation[],Month[],Day of Month[],DST Indicator[1=yes 0=no],DayType ! When Daily Report Variables Requested
|
||||||
|
|
|
@ -991,7 +991,7 @@ ZONE,
|
||||||
Yes; !- Part of Total Floor Area
|
Yes; !- Part of Total Floor Area
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
b6f44170-9dae-4763-a880-e364a4ce43ed, !- Name
|
6acf7617-7d20-4059-916f-a322696bf7d6, !- Name
|
||||||
floor, !- Surface Type
|
floor, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
175785, !- Zone Name
|
175785, !- Zone Name
|
||||||
|
@ -1021,7 +1021,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
0; !- Vertex 6 Zcoordinate
|
0; !- Vertex 6 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
ee70a001-595d-4da6-98f2-8f6e4decda48, !- Name
|
c17f7386-d2bc-4d4a-b05a-e846aaaba4c3, !- Name
|
||||||
roof, !- Surface Type
|
roof, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
175785, !- Zone Name
|
175785, !- Zone Name
|
||||||
|
@ -1051,7 +1051,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 6 Zcoordinate
|
12; !- Vertex 6 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
b2228c74-79fd-494c-b0b4-a09c519aeb3b, !- Name
|
ff11f32e-61f9-4ceb-a28e-e9d8a2d21d7a, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
175785, !- Zone Name
|
175785, !- Zone Name
|
||||||
|
@ -1075,12 +1075,12 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
e7ca8706-0361-4896-931d-a86022d49e31, !- Name
|
4fa50238-068d-4e20-a2ba-8a5a0a93b796, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
175785, !- Zone Name
|
175785, !- Zone Name
|
||||||
Surface, !- Outside Boundary Condition
|
Surface, !- Outside Boundary Condition
|
||||||
e7ca8706-0361-4896-931d-a86022d49e31, !- Outside Boundary Condition Object
|
4fa50238-068d-4e20-a2ba-8a5a0a93b796, !- Outside Boundary Condition Object
|
||||||
NoSun, !- Sun Exposure
|
NoSun, !- Sun Exposure
|
||||||
NoWind, !- Wind Exposure
|
NoWind, !- Wind Exposure
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
|
@ -1099,7 +1099,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
6df4bbcb-ad4e-4ba3-9c65-566681a3aee6, !- Name
|
3b6d9d89-a422-445a-b305-4e9d2f952782, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
175785, !- Zone Name
|
175785, !- Zone Name
|
||||||
|
@ -1123,7 +1123,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
a235f52e-3a6a-4e7a-8a7f-6a0344556902, !- Name
|
9dcd5d84-78df-4da5-80c4-fae17544226e, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
175785, !- Zone Name
|
175785, !- Zone Name
|
||||||
|
@ -1147,7 +1147,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
53e3614d-4a94-4af1-a75c-ac0f1c7ca9f3, !- Name
|
c8cd208f-797f-428f-94dc-277adc9ef001, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
175785, !- Zone Name
|
175785, !- Zone Name
|
||||||
|
@ -1171,7 +1171,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
72a06231-0209-4259-8b1f-8ee30daad9a7, !- Name
|
1b2839c9-4131-44ca-bd66-b4f56f1f1306, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
175785, !- Zone Name
|
175785, !- Zone Name
|
||||||
|
@ -1195,7 +1195,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
71154d81-bde7-461a-9be9-be6cfc29260d, !- Name
|
7f337640-75a0-437b-8c4f-6ec6a6b647df, !- Name
|
||||||
floor, !- Surface Type
|
floor, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
176293, !- Zone Name
|
176293, !- Zone Name
|
||||||
|
@ -1219,7 +1219,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
0; !- Vertex 4 Zcoordinate
|
0; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
72bd8c4b-84f6-4cb6-8bc4-c019929525be, !- Name
|
69118bc1-ac76-440f-9c42-f25c672ce2f6, !- Name
|
||||||
roof, !- Surface Type
|
roof, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
176293, !- Zone Name
|
176293, !- Zone Name
|
||||||
|
@ -1243,7 +1243,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
dccd510f-e17e-42cd-a4c5-7a2d46cfb6b3, !- Name
|
f7a66c0b-f3e1-46c4-9afe-f040250343b2, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
176293, !- Zone Name
|
176293, !- Zone Name
|
||||||
|
@ -1267,7 +1267,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
9c2deb6a-bfac-417a-a29c-b45bba4e92ab, !- Name
|
673f9ddd-64f1-4f17-ad3b-320a0f77383b, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
176293, !- Zone Name
|
176293, !- Zone Name
|
||||||
|
@ -1291,7 +1291,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
77ece0c5-d40c-4a11-be61-133b5d2a4885, !- Name
|
f0e8f86a-0dc1-4e31-b33e-3562fb8b2bdc, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
176293, !- Zone Name
|
176293, !- Zone Name
|
||||||
|
@ -1315,12 +1315,12 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
e4c1de67-37d2-491d-b759-f167f667a48f, !- Name
|
dad33850-1cac-42d6-baba-76aa1e6e4a4d, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
176293, !- Zone Name
|
176293, !- Zone Name
|
||||||
Surface, !- Outside Boundary Condition
|
Surface, !- Outside Boundary Condition
|
||||||
e4c1de67-37d2-491d-b759-f167f667a48f, !- Outside Boundary Condition Object
|
dad33850-1cac-42d6-baba-76aa1e6e4a4d, !- Outside Boundary Condition Object
|
||||||
NoSun, !- Sun Exposure
|
NoSun, !- Sun Exposure
|
||||||
NoWind, !- Wind Exposure
|
NoWind, !- Wind Exposure
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
|
@ -1339,7 +1339,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
12; !- Vertex 4 Zcoordinate
|
12; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
04915bd5-0ee2-4978-a59a-c231aefc8cf4, !- Name
|
6e6afc12-5493-40c0-b7e5-da42f550f2b5, !- Name
|
||||||
floor, !- Surface Type
|
floor, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
182393, !- Zone Name
|
182393, !- Zone Name
|
||||||
|
@ -1369,7 +1369,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
0; !- Vertex 6 Zcoordinate
|
0; !- Vertex 6 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
5da3dc7a-6bbc-4a12-9146-3639cf10b214, !- Name
|
0b62f37e-edec-4014-a6d4-01279f8a3493, !- Name
|
||||||
roof, !- Surface Type
|
roof, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
182393, !- Zone Name
|
182393, !- Zone Name
|
||||||
|
@ -1399,7 +1399,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
8; !- Vertex 6 Zcoordinate
|
8; !- Vertex 6 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
359b32fe-d688-4896-82e4-2b4738d66642, !- Name
|
79eac576-a260-4143-83b0-32cf204bbe7b, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
182393, !- Zone Name
|
182393, !- Zone Name
|
||||||
|
@ -1423,7 +1423,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
8; !- Vertex 4 Zcoordinate
|
8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
1667ba92-5d91-4465-9492-893451a13847, !- Name
|
a43b5153-da22-4fd3-a4fc-ed018be3f5f0, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
182393, !- Zone Name
|
182393, !- Zone Name
|
||||||
|
@ -1447,7 +1447,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
8; !- Vertex 4 Zcoordinate
|
8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
5a4389d9-78a5-4ded-8e62-d6d7c8e1f9c2, !- Name
|
ea75342e-1ccc-4a1d-9ae3-56ffea395133, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
182393, !- Zone Name
|
182393, !- Zone Name
|
||||||
|
@ -1471,7 +1471,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
8; !- Vertex 4 Zcoordinate
|
8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
efe6a56c-754a-4e0c-92dc-30b0d870a9a5, !- Name
|
48a796fd-5d1f-463d-9357-c9e2182110a4, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
182393, !- Zone Name
|
182393, !- Zone Name
|
||||||
|
@ -1495,7 +1495,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
8; !- Vertex 4 Zcoordinate
|
8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
fa718aa3-e71e-4f60-9c5a-848f1c14e4c7, !- Name
|
13ea4940-36e8-4e27-87eb-55c74e690355, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
182393, !- Zone Name
|
182393, !- Zone Name
|
||||||
|
@ -1519,7 +1519,7 @@ BUILDINGSURFACE:DETAILED,
|
||||||
8; !- Vertex 4 Zcoordinate
|
8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
BUILDINGSURFACE:DETAILED,
|
BUILDINGSURFACE:DETAILED,
|
||||||
d4715739-2ada-426b-89b5-ad8415f6e726, !- Name
|
958929bb-acd4-4629-ab9f-b6984e758263, !- Name
|
||||||
wall, !- Surface Type
|
wall, !- Surface Type
|
||||||
1981_1990_6, !- Construction Name
|
1981_1990_6, !- Construction Name
|
||||||
182393, !- Zone Name
|
182393, !- Zone Name
|
||||||
|
@ -1543,10 +1543,10 @@ BUILDINGSURFACE:DETAILED,
|
||||||
8; !- Vertex 4 Zcoordinate
|
8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
b2228c74-79fd-494c-b0b4-a09c519aeb3b window, !- Name
|
ff11f32e-61f9-4ceb-a28e-e9d8a2d21d7a window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
b2228c74-79fd-494c-b0b4-a09c519aeb3b, !- Building Surface Name
|
ff11f32e-61f9-4ceb-a28e-e9d8a2d21d7a, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1566,10 +1566,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
7.2; !- Vertex 4 Zcoordinate
|
7.2; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
6df4bbcb-ad4e-4ba3-9c65-566681a3aee6 window, !- Name
|
3b6d9d89-a422-445a-b305-4e9d2f952782 window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
6df4bbcb-ad4e-4ba3-9c65-566681a3aee6, !- Building Surface Name
|
3b6d9d89-a422-445a-b305-4e9d2f952782, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1589,10 +1589,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
7.2; !- Vertex 4 Zcoordinate
|
7.2; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
a235f52e-3a6a-4e7a-8a7f-6a0344556902 window, !- Name
|
9dcd5d84-78df-4da5-80c4-fae17544226e window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
a235f52e-3a6a-4e7a-8a7f-6a0344556902, !- Building Surface Name
|
9dcd5d84-78df-4da5-80c4-fae17544226e, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1612,10 +1612,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
7.2; !- Vertex 4 Zcoordinate
|
7.2; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
53e3614d-4a94-4af1-a75c-ac0f1c7ca9f3 window, !- Name
|
c8cd208f-797f-428f-94dc-277adc9ef001 window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
53e3614d-4a94-4af1-a75c-ac0f1c7ca9f3, !- Building Surface Name
|
c8cd208f-797f-428f-94dc-277adc9ef001, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1635,10 +1635,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
7.2; !- Vertex 4 Zcoordinate
|
7.2; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
72a06231-0209-4259-8b1f-8ee30daad9a7 window, !- Name
|
1b2839c9-4131-44ca-bd66-b4f56f1f1306 window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
72a06231-0209-4259-8b1f-8ee30daad9a7, !- Building Surface Name
|
1b2839c9-4131-44ca-bd66-b4f56f1f1306, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1658,10 +1658,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
7.2; !- Vertex 4 Zcoordinate
|
7.2; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
dccd510f-e17e-42cd-a4c5-7a2d46cfb6b3 window, !- Name
|
f7a66c0b-f3e1-46c4-9afe-f040250343b2 window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
dccd510f-e17e-42cd-a4c5-7a2d46cfb6b3, !- Building Surface Name
|
f7a66c0b-f3e1-46c4-9afe-f040250343b2, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1681,10 +1681,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
7.2; !- Vertex 4 Zcoordinate
|
7.2; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
9c2deb6a-bfac-417a-a29c-b45bba4e92ab window, !- Name
|
673f9ddd-64f1-4f17-ad3b-320a0f77383b window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
9c2deb6a-bfac-417a-a29c-b45bba4e92ab, !- Building Surface Name
|
673f9ddd-64f1-4f17-ad3b-320a0f77383b, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1704,10 +1704,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
7.2; !- Vertex 4 Zcoordinate
|
7.2; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
77ece0c5-d40c-4a11-be61-133b5d2a4885 window, !- Name
|
f0e8f86a-0dc1-4e31-b33e-3562fb8b2bdc window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
77ece0c5-d40c-4a11-be61-133b5d2a4885, !- Building Surface Name
|
f0e8f86a-0dc1-4e31-b33e-3562fb8b2bdc, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1727,10 +1727,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
7.2; !- Vertex 4 Zcoordinate
|
7.2; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
359b32fe-d688-4896-82e4-2b4738d66642 window, !- Name
|
79eac576-a260-4143-83b0-32cf204bbe7b window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
359b32fe-d688-4896-82e4-2b4738d66642, !- Building Surface Name
|
79eac576-a260-4143-83b0-32cf204bbe7b, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1750,10 +1750,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
4.8; !- Vertex 4 Zcoordinate
|
4.8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
1667ba92-5d91-4465-9492-893451a13847 window, !- Name
|
a43b5153-da22-4fd3-a4fc-ed018be3f5f0 window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
1667ba92-5d91-4465-9492-893451a13847, !- Building Surface Name
|
a43b5153-da22-4fd3-a4fc-ed018be3f5f0, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1773,10 +1773,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
4.8; !- Vertex 4 Zcoordinate
|
4.8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
5a4389d9-78a5-4ded-8e62-d6d7c8e1f9c2 window, !- Name
|
ea75342e-1ccc-4a1d-9ae3-56ffea395133 window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
5a4389d9-78a5-4ded-8e62-d6d7c8e1f9c2, !- Building Surface Name
|
ea75342e-1ccc-4a1d-9ae3-56ffea395133, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1796,10 +1796,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
4.8; !- Vertex 4 Zcoordinate
|
4.8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
efe6a56c-754a-4e0c-92dc-30b0d870a9a5 window, !- Name
|
48a796fd-5d1f-463d-9357-c9e2182110a4 window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
efe6a56c-754a-4e0c-92dc-30b0d870a9a5, !- Building Surface Name
|
48a796fd-5d1f-463d-9357-c9e2182110a4, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1819,10 +1819,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
4.8; !- Vertex 4 Zcoordinate
|
4.8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
fa718aa3-e71e-4f60-9c5a-848f1c14e4c7 window, !- Name
|
13ea4940-36e8-4e27-87eb-55c74e690355 window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
fa718aa3-e71e-4f60-9c5a-848f1c14e4c7, !- Building Surface Name
|
13ea4940-36e8-4e27-87eb-55c74e690355, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
@ -1842,10 +1842,10 @@ FENESTRATIONSURFACE:DETAILED,
|
||||||
4.8; !- Vertex 4 Zcoordinate
|
4.8; !- Vertex 4 Zcoordinate
|
||||||
|
|
||||||
FENESTRATIONSURFACE:DETAILED,
|
FENESTRATIONSURFACE:DETAILED,
|
||||||
d4715739-2ada-426b-89b5-ad8415f6e726 window, !- Name
|
958929bb-acd4-4629-ab9f-b6984e758263 window, !- Name
|
||||||
Window, !- Surface Type
|
Window, !- Surface Type
|
||||||
window_construction_1, !- Construction Name
|
window_construction_1, !- Construction Name
|
||||||
d4715739-2ada-426b-89b5-ad8415f6e726, !- Building Surface Name
|
958929bb-acd4-4629-ab9f-b6984e758263, !- Building Surface Name
|
||||||
, !- Outside Boundary Condition Object
|
, !- Outside Boundary Condition Object
|
||||||
autocalculate, !- View Factor to Ground
|
autocalculate, !- View Factor to Ground
|
||||||
, !- Frame and Divider Name
|
, !- Frame and Divider Name
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36
|
Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.18 14:11
|
||||||
1,5,Environment Title[],Latitude[deg],Longitude[deg],Time Zone[],Elevation[m]
|
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
|
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
|
3,5,Cumulative Day of Simulation[],Month[],Day of Month[],DST Indicator[1=yes 0=no],DayType ! When Daily Meters Requested
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
ReadVarsESO
|
ReadVarsESO
|
||||||
processing:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_223586.rvi
|
processing:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_2b6a14.rvi
|
||||||
input file:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_out.eso
|
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
|
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
|
getting all vars from:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_out.eso
|
||||||
number variables requested for output= 19
|
number variables requested for output= 19
|
||||||
ReadVars Run Time=00hr 00min 0.81sec
|
ReadVars Run Time=00hr 00min 0.52sec
|
||||||
ReadVarsESO program completed successfully.
|
ReadVarsESO program completed successfully.
|
||||||
ReadVarsESO
|
ReadVarsESO
|
||||||
processing:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_223586.mvi
|
processing:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_2b6a14.mvi
|
||||||
input file:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_out.mtr
|
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
|
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
|
getting all vars from:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_out.mtr
|
||||||
number variables requested for output= 4
|
number variables requested for output= 4
|
||||||
ReadVars Run Time=00hr 00min 0.25sec
|
ReadVars Run Time=00hr 00min 0.14sec
|
||||||
ReadVarsESO program completed successfully.
|
ReadVarsESO program completed successfully.
|
||||||
|
|
|
@ -3,219 +3,219 @@ Shadowing Combinations
|
||||||
..In the following, only the first 10 reference surfaces will be shown.
|
..In the following, only the first 10 reference surfaces will be shown.
|
||||||
..But all surfaces are used in the calculations.
|
..But all surfaces are used in the calculations.
|
||||||
==================================
|
==================================
|
||||||
Surface=B2228C74-79FD-494C-B0B4-A09C519AEB3B is used as Receiving Surface in calculations and is convex.
|
Surface=FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A is used as Receiving Surface in calculations and is convex.
|
||||||
Number of general casting surfaces=2
|
Number of general casting surfaces=2
|
||||||
..Surface=DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3
|
..Surface=F7A66C0B-F3E1-46C4-9AFE-F040250343B2
|
||||||
..Surface=1667BA92-5D91-4465-9492-893451A13847
|
..Surface=A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=1
|
Number of receiving sub surfaces=1
|
||||||
....Surface=B2228C74-79FD-494C-B0B4-A09C519AEB3B WINDOW
|
....Surface=FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A WINDOW
|
||||||
==================================
|
==================================
|
||||||
Surface=B2228C74-79FD-494C-B0B4-A09C519AEB3B WINDOW is not used as Receiving Surface in calculations.
|
Surface=FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A WINDOW is not used as Receiving Surface in calculations.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=E7CA8706-0361-4896-931D-A86022D49E31 is not used as Receiving Surface in calculations.
|
Surface=4FA50238-068D-4E20-A2BA-8A5A0A93B796 is not used as Receiving Surface in calculations.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6 is used as Receiving Surface in calculations and is convex.
|
Surface=3B6D9D89-A422-445A-B305-4E9D2F952782 is used as Receiving Surface in calculations and is convex.
|
||||||
Number of general casting surfaces=2
|
Number of general casting surfaces=2
|
||||||
..Surface=A235F52E-3A6A-4E7A-8A7F-6A0344556902
|
..Surface=9DCD5D84-78DF-4DA5-80C4-FAE17544226E
|
||||||
..Surface=77ECE0C5-D40C-4A11-BE61-133B5D2A4885
|
..Surface=F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=1
|
Number of receiving sub surfaces=1
|
||||||
....Surface=6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6 WINDOW
|
....Surface=3B6D9D89-A422-445A-B305-4E9D2F952782 WINDOW
|
||||||
==================================
|
==================================
|
||||||
Surface=6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6 WINDOW is not used as Receiving Surface in calculations.
|
Surface=3B6D9D89-A422-445A-B305-4E9D2F952782 WINDOW is not used as Receiving Surface in calculations.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=A235F52E-3A6A-4E7A-8A7F-6A0344556902 is used as Receiving Surface in calculations and is convex.
|
Surface=9DCD5D84-78DF-4DA5-80C4-FAE17544226E is used as Receiving Surface in calculations and is convex.
|
||||||
Number of general casting surfaces=2
|
Number of general casting surfaces=2
|
||||||
..Surface=6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6
|
..Surface=3B6D9D89-A422-445A-B305-4E9D2F952782
|
||||||
..Surface=77ECE0C5-D40C-4A11-BE61-133B5D2A4885
|
..Surface=F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=1
|
Number of receiving sub surfaces=1
|
||||||
....Surface=A235F52E-3A6A-4E7A-8A7F-6A0344556902 WINDOW
|
....Surface=9DCD5D84-78DF-4DA5-80C4-FAE17544226E WINDOW
|
||||||
==================================
|
==================================
|
||||||
Surface=A235F52E-3A6A-4E7A-8A7F-6A0344556902 WINDOW is not used as Receiving Surface in calculations.
|
Surface=9DCD5D84-78DF-4DA5-80C4-FAE17544226E WINDOW is not used as Receiving Surface in calculations.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=53E3614D-4A94-4AF1-A75C-AC0F1C7CA9F3 is used as Receiving Surface in calculations and is convex.
|
Surface=C8CD208F-797F-428F-94DC-277ADC9EF001 is used as Receiving Surface in calculations and is convex.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=1
|
Number of receiving sub surfaces=1
|
||||||
....Surface=53E3614D-4A94-4AF1-A75C-AC0F1C7CA9F3 WINDOW
|
....Surface=C8CD208F-797F-428F-94DC-277ADC9EF001 WINDOW
|
||||||
==================================
|
==================================
|
||||||
Surface=53E3614D-4A94-4AF1-A75C-AC0F1C7CA9F3 WINDOW is not used as Receiving Surface in calculations.
|
Surface=C8CD208F-797F-428F-94DC-277ADC9EF001 WINDOW is not used as Receiving Surface in calculations.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=72A06231-0209-4259-8B1F-8EE30DAAD9A7 is used as Receiving Surface in calculations and is convex.
|
Surface=1B2839C9-4131-44CA-BD66-B4F56F1F1306 is used as Receiving Surface in calculations and is convex.
|
||||||
Number of general casting surfaces=3
|
Number of general casting surfaces=3
|
||||||
..Surface=1667BA92-5D91-4465-9492-893451A13847
|
..Surface=A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0
|
||||||
..Surface=5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2
|
..Surface=EA75342E-1CCC-4A1D-9AE3-56FFEA395133
|
||||||
..Surface=EFE6A56C-754A-4E0C-92DC-30B0D870A9A5
|
..Surface=48A796FD-5D1F-463D-9357-C9E2182110A4
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=1
|
Number of receiving sub surfaces=1
|
||||||
....Surface=72A06231-0209-4259-8B1F-8EE30DAAD9A7 WINDOW
|
....Surface=1B2839C9-4131-44CA-BD66-B4F56F1F1306 WINDOW
|
||||||
==================================
|
==================================
|
||||||
Surface=72A06231-0209-4259-8B1F-8EE30DAAD9A7 WINDOW is not used as Receiving Surface in calculations.
|
Surface=1B2839C9-4131-44CA-BD66-B4F56F1F1306 WINDOW is not used as Receiving Surface in calculations.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=B6F44170-9DAE-4763-A880-E364A4CE43ED is not used as Receiving Surface in calculations.
|
Surface=6ACF7617-7D20-4059-916F-A322696BF7D6 is not used as Receiving Surface in calculations.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=EE70A001-595D-4DA6-98F2-8F6E4DECDA48 is used as Receiving Surface in calculations and is non-convex.
|
Surface=C17F7386-D2BC-4D4A-B05A-E846AAABA4C3 is used as Receiving Surface in calculations and is non-convex.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3 is used as Receiving Surface in calculations and is convex.
|
Surface=F7A66C0B-F3E1-46C4-9AFE-F040250343B2 is used as Receiving Surface in calculations and is convex.
|
||||||
Number of general casting surfaces=2
|
Number of general casting surfaces=2
|
||||||
..Surface=B2228C74-79FD-494C-B0B4-A09C519AEB3B
|
..Surface=FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A
|
||||||
..Surface=1667BA92-5D91-4465-9492-893451A13847
|
..Surface=A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=1
|
Number of receiving sub surfaces=1
|
||||||
....Surface=DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3 WINDOW
|
....Surface=F7A66C0B-F3E1-46C4-9AFE-F040250343B2 WINDOW
|
||||||
==================================
|
==================================
|
||||||
Surface=DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3 WINDOW is not used as Receiving Surface in calculations.
|
Surface=F7A66C0B-F3E1-46C4-9AFE-F040250343B2 WINDOW is not used as Receiving Surface in calculations.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=9C2DEB6A-BFAC-417A-A29C-B45BBA4E92AB is used as Receiving Surface in calculations and is convex.
|
Surface=673F9DDD-64F1-4F17-AD3B-320A0F77383B is used as Receiving Surface in calculations and is convex.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=1
|
Number of receiving sub surfaces=1
|
||||||
....Surface=9C2DEB6A-BFAC-417A-A29C-B45BBA4E92AB WINDOW
|
....Surface=673F9DDD-64F1-4F17-AD3B-320A0F77383B WINDOW
|
||||||
==================================
|
==================================
|
||||||
Surface=9C2DEB6A-BFAC-417A-A29C-B45BBA4E92AB WINDOW is not used as Receiving Surface in calculations.
|
Surface=673F9DDD-64F1-4F17-AD3B-320A0F77383B WINDOW is not used as Receiving Surface in calculations.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=77ECE0C5-D40C-4A11-BE61-133B5D2A4885 is used as Receiving Surface in calculations and is convex.
|
Surface=F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC is used as Receiving Surface in calculations and is convex.
|
||||||
Number of general casting surfaces=2
|
Number of general casting surfaces=2
|
||||||
..Surface=6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6
|
..Surface=3B6D9D89-A422-445A-B305-4E9D2F952782
|
||||||
..Surface=A235F52E-3A6A-4E7A-8A7F-6A0344556902
|
..Surface=9DCD5D84-78DF-4DA5-80C4-FAE17544226E
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=1
|
Number of receiving sub surfaces=1
|
||||||
....Surface=77ECE0C5-D40C-4A11-BE61-133B5D2A4885 WINDOW
|
....Surface=F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC WINDOW
|
||||||
==================================
|
==================================
|
||||||
Surface=77ECE0C5-D40C-4A11-BE61-133B5D2A4885 WINDOW is not used as Receiving Surface in calculations.
|
Surface=F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC WINDOW is not used as Receiving Surface in calculations.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=E4C1DE67-37D2-491D-B759-F167F667A48F is not used as Receiving Surface in calculations.
|
Surface=DAD33850-1CAC-42D6-BABA-76AA1E6E4A4D is not used as Receiving Surface in calculations.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=71154D81-BDE7-461A-9BE9-BE6CFC29260D is not used as Receiving Surface in calculations.
|
Surface=7F337640-75A0-437B-8C4F-6EC6A6B647DF is not used as Receiving Surface in calculations.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=72BD8C4B-84F6-4CB6-8BC4-C019929525BE is used as Receiving Surface in calculations and is convex.
|
Surface=69118BC1-AC76-440F-9C42-F25C672CE2F6 is used as Receiving Surface in calculations and is convex.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=359B32FE-D688-4896-82E4-2B4738D66642 is used as Receiving Surface in calculations and is convex.
|
Surface=79EAC576-A260-4143-83B0-32CF204BBE7B is used as Receiving Surface in calculations and is convex.
|
||||||
Number of general casting surfaces=1
|
Number of general casting surfaces=1
|
||||||
..Surface=D4715739-2ADA-426B-89B5-AD8415F6E726
|
..Surface=958929BB-ACD4-4629-AB9F-B6984E758263
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=1
|
Number of receiving sub surfaces=1
|
||||||
....Surface=359B32FE-D688-4896-82E4-2B4738D66642 WINDOW
|
....Surface=79EAC576-A260-4143-83B0-32CF204BBE7B WINDOW
|
||||||
==================================
|
==================================
|
||||||
Surface=359B32FE-D688-4896-82E4-2B4738D66642 WINDOW is not used as Receiving Surface in calculations.
|
Surface=79EAC576-A260-4143-83B0-32CF204BBE7B WINDOW is not used as Receiving Surface in calculations.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=1667BA92-5D91-4465-9492-893451A13847 is used as Receiving Surface in calculations and is convex.
|
Surface=A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0 is used as Receiving Surface in calculations and is convex.
|
||||||
Number of general casting surfaces=3
|
Number of general casting surfaces=3
|
||||||
..Surface=B2228C74-79FD-494C-B0B4-A09C519AEB3B
|
..Surface=FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A
|
||||||
..Surface=72A06231-0209-4259-8B1F-8EE30DAAD9A7
|
..Surface=1B2839C9-4131-44CA-BD66-B4F56F1F1306
|
||||||
..Surface=DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3
|
..Surface=F7A66C0B-F3E1-46C4-9AFE-F040250343B2
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=1
|
Number of receiving sub surfaces=1
|
||||||
....Surface=1667BA92-5D91-4465-9492-893451A13847 WINDOW
|
....Surface=A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0 WINDOW
|
||||||
==================================
|
==================================
|
||||||
Surface=1667BA92-5D91-4465-9492-893451A13847 WINDOW is not used as Receiving Surface in calculations.
|
Surface=A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0 WINDOW is not used as Receiving Surface in calculations.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2 is used as Receiving Surface in calculations and is convex.
|
Surface=EA75342E-1CCC-4A1D-9AE3-56FFEA395133 is used as Receiving Surface in calculations and is convex.
|
||||||
Number of general casting surfaces=1
|
Number of general casting surfaces=1
|
||||||
..Surface=72A06231-0209-4259-8B1F-8EE30DAAD9A7
|
..Surface=1B2839C9-4131-44CA-BD66-B4F56F1F1306
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=1
|
Number of receiving sub surfaces=1
|
||||||
....Surface=5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2 WINDOW
|
....Surface=EA75342E-1CCC-4A1D-9AE3-56FFEA395133 WINDOW
|
||||||
==================================
|
==================================
|
||||||
Surface=5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2 WINDOW is not used as Receiving Surface in calculations.
|
Surface=EA75342E-1CCC-4A1D-9AE3-56FFEA395133 WINDOW is not used as Receiving Surface in calculations.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=EFE6A56C-754A-4E0C-92DC-30B0D870A9A5 is used as Receiving Surface in calculations and is convex.
|
Surface=48A796FD-5D1F-463D-9357-C9E2182110A4 is used as Receiving Surface in calculations and is convex.
|
||||||
Number of general casting surfaces=1
|
Number of general casting surfaces=1
|
||||||
..Surface=72A06231-0209-4259-8B1F-8EE30DAAD9A7
|
..Surface=1B2839C9-4131-44CA-BD66-B4F56F1F1306
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=1
|
Number of receiving sub surfaces=1
|
||||||
....Surface=EFE6A56C-754A-4E0C-92DC-30B0D870A9A5 WINDOW
|
....Surface=48A796FD-5D1F-463D-9357-C9E2182110A4 WINDOW
|
||||||
==================================
|
==================================
|
||||||
Surface=EFE6A56C-754A-4E0C-92DC-30B0D870A9A5 WINDOW is not used as Receiving Surface in calculations.
|
Surface=48A796FD-5D1F-463D-9357-C9E2182110A4 WINDOW is not used as Receiving Surface in calculations.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=FA718AA3-E71E-4F60-9C5A-848F1C14E4C7 is used as Receiving Surface in calculations and is convex.
|
Surface=13EA4940-36E8-4E27-87EB-55C74E690355 is used as Receiving Surface in calculations and is convex.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=1
|
Number of receiving sub surfaces=1
|
||||||
....Surface=FA718AA3-E71E-4F60-9C5A-848F1C14E4C7 WINDOW
|
....Surface=13EA4940-36E8-4E27-87EB-55C74E690355 WINDOW
|
||||||
==================================
|
==================================
|
||||||
Surface=FA718AA3-E71E-4F60-9C5A-848F1C14E4C7 WINDOW is not used as Receiving Surface in calculations.
|
Surface=13EA4940-36E8-4E27-87EB-55C74E690355 WINDOW is not used as Receiving Surface in calculations.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=D4715739-2ADA-426B-89B5-AD8415F6E726 is used as Receiving Surface in calculations and is convex.
|
Surface=958929BB-ACD4-4629-AB9F-B6984E758263 is used as Receiving Surface in calculations and is convex.
|
||||||
Number of general casting surfaces=1
|
Number of general casting surfaces=1
|
||||||
..Surface=359B32FE-D688-4896-82E4-2B4738D66642
|
..Surface=79EAC576-A260-4143-83B0-32CF204BBE7B
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=1
|
Number of receiving sub surfaces=1
|
||||||
....Surface=D4715739-2ADA-426B-89B5-AD8415F6E726 WINDOW
|
....Surface=958929BB-ACD4-4629-AB9F-B6984E758263 WINDOW
|
||||||
==================================
|
==================================
|
||||||
Surface=D4715739-2ADA-426B-89B5-AD8415F6E726 WINDOW is not used as Receiving Surface in calculations.
|
Surface=958929BB-ACD4-4629-AB9F-B6984E758263 WINDOW is not used as Receiving Surface in calculations.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=04915BD5-0EE2-4978-A59A-C231AEFC8CF4 is not used as Receiving Surface in calculations.
|
Surface=6E6AFC12-5493-40C0-B7E5-DA42F550F2B5 is not used as Receiving Surface in calculations.
|
||||||
Number of general casting surfaces=0
|
Number of general casting surfaces=0
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
==================================
|
==================================
|
||||||
Surface=5DA3DC7A-6BBC-4A12-9146-3639CF10B214 is used as Receiving Surface in calculations and is non-convex.
|
Surface=0B62F37E-EDEC-4014-A6D4-01279F8A3493 is used as Receiving Surface in calculations and is non-convex.
|
||||||
Number of general casting surfaces=3
|
Number of general casting surfaces=3
|
||||||
..Surface=B2228C74-79FD-494C-B0B4-A09C519AEB3B
|
..Surface=FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A
|
||||||
..Surface=72A06231-0209-4259-8B1F-8EE30DAAD9A7
|
..Surface=1B2839C9-4131-44CA-BD66-B4F56F1F1306
|
||||||
..Surface=DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3
|
..Surface=F7A66C0B-F3E1-46C4-9AFE-F040250343B2
|
||||||
Number of back surfaces=0
|
Number of back surfaces=0
|
||||||
Number of receiving sub surfaces=0
|
Number of receiving sub surfaces=0
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Program Version:,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36
|
Program Version:,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.18 14:11
|
||||||
Tabular Output Report in Format: ,Comma
|
Tabular Output Report in Format: ,Comma
|
||||||
|
|
||||||
Building:,Buildings in b'Montreal'
|
Building:,Buildings in b'Montreal'
|
||||||
|
@ -181,7 +181,7 @@ FOR:,Entire Facility
|
||||||
General
|
General
|
||||||
|
|
||||||
,,Value
|
,,Value
|
||||||
,Program Version and Build,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36
|
,Program Version and Build,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.18 14:11
|
||||||
,RunPeriod,RUN PERIOD 1
|
,RunPeriod,RUN PERIOD 1
|
||||||
,Weather File,Montreal Int'l PQ CAN WYEC2-B-94792 WMO#=716270
|
,Weather File,Montreal Int'l PQ CAN WYEC2-B-94792 WMO#=716270
|
||||||
,Latitude [deg],45.47
|
,Latitude [deg],45.47
|
||||||
|
@ -317,52 +317,52 @@ FOR:,Entire Facility
|
||||||
Opaque Exterior
|
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
|
,,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
|
||||||
,B2228C74-79FD-494C-B0B4-A09C519AEB3B,1981_1990_6,0.40,0.644,0.713,79.35,63.50,89.98,90.00,E
|
,FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A,1981_1990_6,0.40,0.644,0.713,79.35,63.50,89.98,90.00,E
|
||||||
,6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6,1981_1990_6,0.40,0.644,0.713,1.88,1.50,270.07,90.00,W
|
,3B6D9D89-A422-445A-B305-4E9D2F952782,1981_1990_6,0.40,0.644,0.713,1.88,1.50,270.07,90.00,W
|
||||||
,A235F52E-3A6A-4E7A-8A7F-6A0344556902,1981_1990_6,0.40,0.644,0.713,38.53,30.83,0.07,90.00,N
|
,9DCD5D84-78DF-4DA5-80C4-FAE17544226E,1981_1990_6,0.40,0.644,0.713,38.53,30.83,0.07,90.00,N
|
||||||
,53E3614D-4A94-4AF1-A75C-AC0F1C7CA9F3,1981_1990_6,0.40,0.644,0.713,77.98,62.40,269.91,90.00,W
|
,C8CD208F-797F-428F-94DC-277ADC9EF001,1981_1990_6,0.40,0.644,0.713,77.98,62.40,269.91,90.00,W
|
||||||
,72A06231-0209-4259-8B1F-8EE30DAAD9A7,1981_1990_6,0.40,0.644,0.713,212.34,169.91,179.99,90.00,S
|
,1B2839C9-4131-44CA-BD66-B4F56F1F1306,1981_1990_6,0.40,0.644,0.713,212.34,169.91,179.99,90.00,S
|
||||||
,B6F44170-9DAE-4763-A880-E364A4CE43ED,1981_1990_6,0.40,0.639,0.713,116.93,116.93,359.99,180.00,
|
,6ACF7617-7D20-4059-916F-A322696BF7D6,1981_1990_6,0.40,0.639,0.713,116.93,116.93,359.99,180.00,
|
||||||
,EE70A001-595D-4DA6-98F2-8F6E4DECDA48,1981_1990_6,0.40,0.649,0.713,116.93,116.93,0.13,0.00,
|
,C17F7386-D2BC-4D4A-B05A-E846AAABA4C3,1981_1990_6,0.40,0.649,0.713,116.93,116.93,0.13,0.00,
|
||||||
,DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3,1981_1990_6,0.40,0.644,0.713,76.55,61.25,89.98,90.00,E
|
,F7A66C0B-F3E1-46C4-9AFE-F040250343B2,1981_1990_6,0.40,0.644,0.713,76.55,61.25,89.98,90.00,E
|
||||||
,9C2DEB6A-BFAC-417A-A29C-B45BBA4E92AB,1981_1990_6,0.40,0.644,0.713,173.82,139.09,0.13,90.00,N
|
,673F9DDD-64F1-4F17-AD3B-320A0F77383B,1981_1990_6,0.40,0.644,0.713,173.82,139.09,0.13,90.00,N
|
||||||
,77ECE0C5-D40C-4A11-BE61-133B5D2A4885,1981_1990_6,0.40,0.644,0.713,76.55,61.25,270.04,90.00,W
|
,F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC,1981_1990_6,0.40,0.644,0.713,76.55,61.25,270.04,90.00,W
|
||||||
,71154D81-BDE7-461A-9BE9-BE6CFC29260D,1981_1990_6,0.40,0.639,0.713,92.42,92.42,0.13,180.00,
|
,7F337640-75A0-437B-8C4F-6EC6A6B647DF,1981_1990_6,0.40,0.639,0.713,92.42,92.42,0.13,180.00,
|
||||||
,72BD8C4B-84F6-4CB6-8BC4-C019929525BE,1981_1990_6,0.40,0.649,0.713,92.42,92.42,0.13,0.00,
|
,69118BC1-AC76-440F-9C42-F25C672CE2F6,1981_1990_6,0.40,0.649,0.713,92.42,92.42,0.13,0.00,
|
||||||
,359B32FE-D688-4896-82E4-2B4738D66642,1981_1990_6,0.40,0.644,0.713,3.22,2.58,91.08,90.00,E
|
,79EAC576-A260-4143-83B0-32CF204BBE7B,1981_1990_6,0.40,0.644,0.713,3.22,2.58,91.08,90.00,E
|
||||||
,1667BA92-5D91-4465-9492-893451A13847,1981_1990_6,0.40,0.644,0.713,106.72,85.40,2.33,90.00,N
|
,A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0,1981_1990_6,0.40,0.644,0.713,106.72,85.40,2.33,90.00,N
|
||||||
,5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2,1981_1990_6,0.40,0.644,0.713,7.94,6.35,1.96,90.00,N
|
,EA75342E-1CCC-4A1D-9AE3-56FFEA395133,1981_1990_6,0.40,0.644,0.713,7.94,6.35,1.96,90.00,N
|
||||||
,EFE6A56C-754A-4E0C-92DC-30B0D870A9A5,1981_1990_6,0.40,0.644,0.713,57.91,46.34,270.12,90.00,W
|
,48A796FD-5D1F-463D-9357-C9E2182110A4,1981_1990_6,0.40,0.644,0.713,57.91,46.34,270.12,90.00,W
|
||||||
,FA718AA3-E71E-4F60-9C5A-848F1C14E4C7,1981_1990_6,0.40,0.644,0.713,114.28,91.44,180.13,90.00,S
|
,13EA4940-36E8-4E27-87EB-55C74E690355,1981_1990_6,0.40,0.644,0.713,114.28,91.44,180.13,90.00,S
|
||||||
,D4715739-2ADA-426B-89B5-AD8415F6E726,1981_1990_6,0.40,0.644,0.713,50.34,40.28,90.40,90.00,E
|
,958929BB-ACD4-4629-AB9F-B6984E758263,1981_1990_6,0.40,0.644,0.713,50.34,40.28,90.40,90.00,E
|
||||||
,04915BD5-0EE2-4978-A59A-C231AEFC8CF4,1981_1990_6,0.40,0.639,0.713,99.69,99.69,270.40,180.00,
|
,6E6AFC12-5493-40C0-B7E5-DA42F550F2B5,1981_1990_6,0.40,0.639,0.713,99.69,99.69,270.40,180.00,
|
||||||
,5DA3DC7A-6BBC-4A12-9146-3639CF10B214,1981_1990_6,0.40,0.649,0.713,99.69,99.69,91.08,0.00,
|
,0B62F37E-EDEC-4014-A6D4-01279F8A3493,1981_1990_6,0.40,0.649,0.713,99.69,99.69,91.08,0.00,
|
||||||
|
|
||||||
|
|
||||||
Opaque Interior
|
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
|
,,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
|
||||||
,E7CA8706-0361-4896-931D-A86022D49E31,1981_1990_6,0.40,0.609,0.713,173.90,173.90,0.13,90.00,N
|
,4FA50238-068D-4E20-A2BA-8A5A0A93B796,1981_1990_6,0.40,0.609,0.713,173.90,173.90,0.13,90.00,N
|
||||||
,E4C1DE67-37D2-491D-B759-F167F667A48F,1981_1990_6,0.40,0.609,0.713,173.90,173.90,180.13,90.00,S
|
,DAD33850-1CAC-42D6-BABA-76AA1E6E4A4D,1981_1990_6,0.40,0.609,0.713,173.90,173.90,180.13,90.00,S
|
||||||
|
|
||||||
|
|
||||||
Exterior Fenestration
|
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
|
,,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
|
||||||
,B2228C74-79FD-494C-B0B4-A09C519AEB3B WINDOW,WINDOW_CONSTRUCTION_1,15.85,0.00,0.00,15.85,15.85,2.954,0.391,0.305,,,No,B2228C74-79FD-494C-B0B4-A09C519AEB3B,89.98,90.00,E
|
,FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A WINDOW,WINDOW_CONSTRUCTION_1,15.85,0.00,0.00,15.85,15.85,2.954,0.391,0.305,,,No,FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A,89.98,90.00,E
|
||||||
,6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6 WINDOW,WINDOW_CONSTRUCTION_1,0.37,0.00,0.00,0.37,0.37,2.954,0.391,0.305,,,No,6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6,270.07,90.00,W
|
,3B6D9D89-A422-445A-B305-4E9D2F952782 WINDOW,WINDOW_CONSTRUCTION_1,0.37,0.00,0.00,0.37,0.37,2.954,0.391,0.305,,,No,3B6D9D89-A422-445A-B305-4E9D2F952782,270.07,90.00,W
|
||||||
,A235F52E-3A6A-4E7A-8A7F-6A0344556902 WINDOW,WINDOW_CONSTRUCTION_1,7.70,0.00,0.00,7.70,7.70,2.954,0.391,0.305,,,No,A235F52E-3A6A-4E7A-8A7F-6A0344556902,0.07,90.00,N
|
,9DCD5D84-78DF-4DA5-80C4-FAE17544226E WINDOW,WINDOW_CONSTRUCTION_1,7.70,0.00,0.00,7.70,7.70,2.954,0.391,0.305,,,No,9DCD5D84-78DF-4DA5-80C4-FAE17544226E,0.07,90.00,N
|
||||||
,53E3614D-4A94-4AF1-A75C-AC0F1C7CA9F3 WINDOW,WINDOW_CONSTRUCTION_1,15.58,0.00,0.00,15.58,15.58,2.954,0.391,0.305,,,No,53E3614D-4A94-4AF1-A75C-AC0F1C7CA9F3,269.91,90.00,W
|
,C8CD208F-797F-428F-94DC-277ADC9EF001 WINDOW,WINDOW_CONSTRUCTION_1,15.58,0.00,0.00,15.58,15.58,2.954,0.391,0.305,,,No,C8CD208F-797F-428F-94DC-277ADC9EF001,269.91,90.00,W
|
||||||
,72A06231-0209-4259-8B1F-8EE30DAAD9A7 WINDOW,WINDOW_CONSTRUCTION_1,42.43,0.00,0.00,42.43,42.43,2.954,0.391,0.305,,,No,72A06231-0209-4259-8B1F-8EE30DAAD9A7,179.99,90.00,S
|
,1B2839C9-4131-44CA-BD66-B4F56F1F1306 WINDOW,WINDOW_CONSTRUCTION_1,42.43,0.00,0.00,42.43,42.43,2.954,0.391,0.305,,,No,1B2839C9-4131-44CA-BD66-B4F56F1F1306,179.99,90.00,S
|
||||||
,DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3 WINDOW,WINDOW_CONSTRUCTION_1,15.29,0.00,0.00,15.29,15.29,2.954,0.391,0.305,,,No,DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3,89.98,90.00,E
|
,F7A66C0B-F3E1-46C4-9AFE-F040250343B2 WINDOW,WINDOW_CONSTRUCTION_1,15.29,0.00,0.00,15.29,15.29,2.954,0.391,0.305,,,No,F7A66C0B-F3E1-46C4-9AFE-F040250343B2,89.98,90.00,E
|
||||||
,9C2DEB6A-BFAC-417A-A29C-B45BBA4E92AB WINDOW,WINDOW_CONSTRUCTION_1,34.73,0.00,0.00,34.73,34.73,2.954,0.391,0.305,,,No,9C2DEB6A-BFAC-417A-A29C-B45BBA4E92AB,0.13,90.00,N
|
,673F9DDD-64F1-4F17-AD3B-320A0F77383B WINDOW,WINDOW_CONSTRUCTION_1,34.73,0.00,0.00,34.73,34.73,2.954,0.391,0.305,,,No,673F9DDD-64F1-4F17-AD3B-320A0F77383B,0.13,90.00,N
|
||||||
,77ECE0C5-D40C-4A11-BE61-133B5D2A4885 WINDOW,WINDOW_CONSTRUCTION_1,15.29,0.00,0.00,15.29,15.29,2.954,0.391,0.305,,,No,77ECE0C5-D40C-4A11-BE61-133B5D2A4885,270.04,90.00,W
|
,F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC WINDOW,WINDOW_CONSTRUCTION_1,15.29,0.00,0.00,15.29,15.29,2.954,0.391,0.305,,,No,F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC,270.04,90.00,W
|
||||||
,359B32FE-D688-4896-82E4-2B4738D66642 WINDOW,WINDOW_CONSTRUCTION_1,0.64,0.00,0.00,0.64,0.64,2.954,0.391,0.305,,,No,359B32FE-D688-4896-82E4-2B4738D66642,91.08,90.00,E
|
,79EAC576-A260-4143-83B0-32CF204BBE7B WINDOW,WINDOW_CONSTRUCTION_1,0.64,0.00,0.00,0.64,0.64,2.954,0.391,0.305,,,No,79EAC576-A260-4143-83B0-32CF204BBE7B,91.08,90.00,E
|
||||||
,1667BA92-5D91-4465-9492-893451A13847 WINDOW,WINDOW_CONSTRUCTION_1,21.32,0.00,0.00,21.32,21.32,2.954,0.391,0.305,,,No,1667BA92-5D91-4465-9492-893451A13847,2.33,90.00,N
|
,A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0 WINDOW,WINDOW_CONSTRUCTION_1,21.32,0.00,0.00,21.32,21.32,2.954,0.391,0.305,,,No,A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0,2.33,90.00,N
|
||||||
,5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2 WINDOW,WINDOW_CONSTRUCTION_1,1.59,0.00,0.00,1.59,1.59,2.954,0.391,0.305,,,No,5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2,1.96,90.00,N
|
,EA75342E-1CCC-4A1D-9AE3-56FFEA395133 WINDOW,WINDOW_CONSTRUCTION_1,1.59,0.00,0.00,1.59,1.59,2.954,0.391,0.305,,,No,EA75342E-1CCC-4A1D-9AE3-56FFEA395133,1.96,90.00,N
|
||||||
,EFE6A56C-754A-4E0C-92DC-30B0D870A9A5 WINDOW,WINDOW_CONSTRUCTION_1,11.57,0.00,0.00,11.57,11.57,2.954,0.391,0.305,,,No,EFE6A56C-754A-4E0C-92DC-30B0D870A9A5,270.12,90.00,W
|
,48A796FD-5D1F-463D-9357-C9E2182110A4 WINDOW,WINDOW_CONSTRUCTION_1,11.57,0.00,0.00,11.57,11.57,2.954,0.391,0.305,,,No,48A796FD-5D1F-463D-9357-C9E2182110A4,270.12,90.00,W
|
||||||
,FA718AA3-E71E-4F60-9C5A-848F1C14E4C7 WINDOW,WINDOW_CONSTRUCTION_1,22.83,0.00,0.00,22.83,22.83,2.954,0.391,0.305,,,No,FA718AA3-E71E-4F60-9C5A-848F1C14E4C7,180.13,90.00,S
|
,13EA4940-36E8-4E27-87EB-55C74E690355 WINDOW,WINDOW_CONSTRUCTION_1,22.83,0.00,0.00,22.83,22.83,2.954,0.391,0.305,,,No,13EA4940-36E8-4E27-87EB-55C74E690355,180.13,90.00,S
|
||||||
,D4715739-2ADA-426B-89B5-AD8415F6E726 WINDOW,WINDOW_CONSTRUCTION_1,10.06,0.00,0.00,10.06,10.06,2.954,0.391,0.305,,,No,D4715739-2ADA-426B-89B5-AD8415F6E726,90.40,90.00,E
|
,958929BB-ACD4-4629-AB9F-B6984E758263 WINDOW,WINDOW_CONSTRUCTION_1,10.06,0.00,0.00,10.06,10.06,2.954,0.391,0.305,,,No,958929BB-ACD4-4629-AB9F-B6984E758263,90.40,90.00,E
|
||||||
,Total or Average,,,,,,215.26,2.954,0.391,0.305,,,,,,,
|
,Total or Average,,,,,,215.26,2.954,0.391,0.305,,,,,,,
|
||||||
,North Total or Average,,,,,,65.34,2.954,0.391,0.305,,,,,,,
|
,North Total or Average,,,,,,65.34,2.954,0.391,0.305,,,,,,,
|
||||||
,Non-North Total or Average,,,,,,149.93,2.954,0.391,0.305,,,,,,,
|
,Non-North Total or Average,,,,,,149.93,2.954,0.391,0.305,,,,,,,
|
||||||
|
|
|
|
@ -2,27 +2,27 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title> Buildings in b'Montreal' RUN PERIOD 1 ** Montreal Int'l PQ CAN WYEC2-B-94792 WMO#=716270
|
<title> Buildings in b'Montreal' RUN PERIOD 1 ** Montreal Int'l PQ CAN WYEC2-B-94792 WMO#=716270
|
||||||
2024-01-17
|
2024-01-18
|
||||||
12:36:18
|
14:11:45
|
||||||
- EnergyPlus</title>
|
- EnergyPlus</title>
|
||||||
</head>
|
</head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<body>
|
<body>
|
||||||
<p><a href="#toc" style="float: right">Table of Contents</a></p>
|
<p><a href="#toc" style="float: right">Table of Contents</a></p>
|
||||||
<a name=top></a>
|
<a name=top></a>
|
||||||
<p>Program Version:<b>EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36</b></p>
|
<p>Program Version:<b>EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.18 14:11</b></p>
|
||||||
<p>Tabular Output Report in Format: <b>HTML</b></p>
|
<p>Tabular Output Report in Format: <b>HTML</b></p>
|
||||||
<p>Building: <b>Buildings in b'Montreal'</b></p>
|
<p>Building: <b>Buildings in b'Montreal'</b></p>
|
||||||
<p>Environment: <b>RUN PERIOD 1 ** Montreal Int'l PQ CAN WYEC2-B-94792 WMO#=716270</b></p>
|
<p>Environment: <b>RUN PERIOD 1 ** Montreal Int'l PQ CAN WYEC2-B-94792 WMO#=716270</b></p>
|
||||||
<p>Simulation Timestamp: <b>2024-01-17
|
<p>Simulation Timestamp: <b>2024-01-18
|
||||||
12:36:18</b></p>
|
14:11:45</b></p>
|
||||||
<hr>
|
<hr>
|
||||||
<p><a href="#toc" style="float: right">Table of Contents</a></p>
|
<p><a href="#toc" style="float: right">Table of Contents</a></p>
|
||||||
<a name=AnnualBuildingUtilityPerformanceSummary::EntireFacility></a>
|
<a name=AnnualBuildingUtilityPerformanceSummary::EntireFacility></a>
|
||||||
<p>Report:<b> Annual Building Utility Performance Summary</b></p>
|
<p>Report:<b> Annual Building Utility Performance Summary</b></p>
|
||||||
<p>For:<b> Entire Facility</b></p>
|
<p>For:<b> Entire Facility</b></p>
|
||||||
<p>Timestamp: <b>2024-01-17
|
<p>Timestamp: <b>2024-01-18
|
||||||
12:36:18</b></p>
|
14:11:45</b></p>
|
||||||
<b>Values gathered over 8760.00 hours</b><br><br>
|
<b>Values gathered over 8760.00 hours</b><br><br>
|
||||||
<b></b><br><br>
|
<b></b><br><br>
|
||||||
<b>Site and Source Energy</b><br><br>
|
<b>Site and Source Energy</b><br><br>
|
||||||
|
@ -1203,8 +1203,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<a name=InputVerificationandResultsSummary::EntireFacility></a>
|
<a name=InputVerificationandResultsSummary::EntireFacility></a>
|
||||||
<p>Report:<b> Input Verification and Results Summary</b></p>
|
<p>Report:<b> Input Verification and Results Summary</b></p>
|
||||||
<p>For:<b> Entire Facility</b></p>
|
<p>For:<b> Entire Facility</b></p>
|
||||||
<p>Timestamp: <b>2024-01-17
|
<p>Timestamp: <b>2024-01-18
|
||||||
12:36:18</b></p>
|
14:11:45</b></p>
|
||||||
<b>General</b><br><br>
|
<b>General</b><br><br>
|
||||||
<!-- FullName:Input Verification and Results Summary_Entire Facility_General-->
|
<!-- FullName:Input Verification and Results Summary_Entire Facility_General-->
|
||||||
<table border="1" cellpadding="4" cellspacing="0">
|
<table border="1" cellpadding="4" cellspacing="0">
|
||||||
|
@ -1213,7 +1213,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">Program Version and Build</td>
|
<td align="right">Program Version and Build</td>
|
||||||
<td align="right">EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36</td>
|
<td align="right">EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.18 14:11</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">RunPeriod</td>
|
<td align="right">RunPeriod</td>
|
||||||
|
@ -1508,8 +1508,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<a name=DemandEndUseComponentsSummary::EntireFacility></a>
|
<a name=DemandEndUseComponentsSummary::EntireFacility></a>
|
||||||
<p>Report:<b> Demand End Use Components Summary</b></p>
|
<p>Report:<b> Demand End Use Components Summary</b></p>
|
||||||
<p>For:<b> Entire Facility</b></p>
|
<p>For:<b> Entire Facility</b></p>
|
||||||
<p>Timestamp: <b>2024-01-17
|
<p>Timestamp: <b>2024-01-18
|
||||||
12:36:18</b></p>
|
14:11:45</b></p>
|
||||||
<b>End Uses</b><br><br>
|
<b>End Uses</b><br><br>
|
||||||
<!-- FullName:Demand End Use Components Summary_Entire Facility_End Uses-->
|
<!-- FullName:Demand End Use Components Summary_Entire Facility_End Uses-->
|
||||||
<table border="1" cellpadding="4" cellspacing="0">
|
<table border="1" cellpadding="4" cellspacing="0">
|
||||||
|
@ -2168,15 +2168,15 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<a name=ComponentSizingSummary::EntireFacility></a>
|
<a name=ComponentSizingSummary::EntireFacility></a>
|
||||||
<p>Report:<b> Component Sizing Summary</b></p>
|
<p>Report:<b> Component Sizing Summary</b></p>
|
||||||
<p>For:<b> Entire Facility</b></p>
|
<p>For:<b> Entire Facility</b></p>
|
||||||
<p>Timestamp: <b>2024-01-17
|
<p>Timestamp: <b>2024-01-18
|
||||||
12:36:18</b></p>
|
14:11:45</b></p>
|
||||||
<hr>
|
<hr>
|
||||||
<p><a href="#toc" style="float: right">Table of Contents</a></p>
|
<p><a href="#toc" style="float: right">Table of Contents</a></p>
|
||||||
<a name=AdaptiveComfortSummary::EntireFacility></a>
|
<a name=AdaptiveComfortSummary::EntireFacility></a>
|
||||||
<p>Report:<b> Adaptive Comfort Summary</b></p>
|
<p>Report:<b> Adaptive Comfort Summary</b></p>
|
||||||
<p>For:<b> Entire Facility</b></p>
|
<p>For:<b> Entire Facility</b></p>
|
||||||
<p>Timestamp: <b>2024-01-17
|
<p>Timestamp: <b>2024-01-18
|
||||||
12:36:18</b></p>
|
14:11:45</b></p>
|
||||||
<b>Time Not Meeting the Adaptive Comfort Models during Occupied Hours</b><br><br>
|
<b>Time Not Meeting the Adaptive Comfort Models during Occupied Hours</b><br><br>
|
||||||
<!-- FullName:Adaptive Comfort Summary_Entire Facility_Time Not Meeting the Adaptive Comfort Models during Occupied Hours-->
|
<!-- FullName:Adaptive Comfort Summary_Entire Facility_Time Not Meeting the Adaptive Comfort Models during Occupied Hours-->
|
||||||
<table border="1" cellpadding="4" cellspacing="0">
|
<table border="1" cellpadding="4" cellspacing="0">
|
||||||
|
@ -2194,8 +2194,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<a name=ClimaticDataSummary::EntireFacility></a>
|
<a name=ClimaticDataSummary::EntireFacility></a>
|
||||||
<p>Report:<b> Climatic Data Summary</b></p>
|
<p>Report:<b> Climatic Data Summary</b></p>
|
||||||
<p>For:<b> Entire Facility</b></p>
|
<p>For:<b> Entire Facility</b></p>
|
||||||
<p>Timestamp: <b>2024-01-17
|
<p>Timestamp: <b>2024-01-18
|
||||||
12:36:18</b></p>
|
14:11:45</b></p>
|
||||||
<b>SizingPeriod:DesignDay</b><br><br>
|
<b>SizingPeriod:DesignDay</b><br><br>
|
||||||
<!-- FullName:Climatic Data Summary_Entire Facility_SizingPeriod:DesignDay-->
|
<!-- FullName:Climatic Data Summary_Entire Facility_SizingPeriod:DesignDay-->
|
||||||
<table border="1" cellpadding="4" cellspacing="0">
|
<table border="1" cellpadding="4" cellspacing="0">
|
||||||
|
@ -2235,8 +2235,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<a name=EnvelopeSummary::EntireFacility></a>
|
<a name=EnvelopeSummary::EntireFacility></a>
|
||||||
<p>Report:<b> Envelope Summary</b></p>
|
<p>Report:<b> Envelope Summary</b></p>
|
||||||
<p>For:<b> Entire Facility</b></p>
|
<p>For:<b> Entire Facility</b></p>
|
||||||
<p>Timestamp: <b>2024-01-17
|
<p>Timestamp: <b>2024-01-18
|
||||||
12:36:18</b></p>
|
14:11:45</b></p>
|
||||||
<b>Opaque Exterior</b><br><br>
|
<b>Opaque Exterior</b><br><br>
|
||||||
<!-- FullName:Envelope Summary_Entire Facility_Opaque Exterior-->
|
<!-- FullName:Envelope Summary_Entire Facility_Opaque Exterior-->
|
||||||
<table border="1" cellpadding="4" cellspacing="0">
|
<table border="1" cellpadding="4" cellspacing="0">
|
||||||
|
@ -2252,7 +2252,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right">Cardinal Direction</td>
|
<td align="right">Cardinal Direction</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">B2228C74-79FD-494C-B0B4-A09C519AEB3B</td>
|
<td align="right">FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.644</td>
|
<td align="right"> 0.644</td>
|
||||||
|
@ -2264,7 +2264,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right">E</td>
|
<td align="right">E</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6</td>
|
<td align="right">3B6D9D89-A422-445A-B305-4E9D2F952782</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.644</td>
|
<td align="right"> 0.644</td>
|
||||||
|
@ -2276,7 +2276,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right">W</td>
|
<td align="right">W</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">A235F52E-3A6A-4E7A-8A7F-6A0344556902</td>
|
<td align="right">9DCD5D84-78DF-4DA5-80C4-FAE17544226E</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.644</td>
|
<td align="right"> 0.644</td>
|
||||||
|
@ -2288,7 +2288,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right">N</td>
|
<td align="right">N</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">53E3614D-4A94-4AF1-A75C-AC0F1C7CA9F3</td>
|
<td align="right">C8CD208F-797F-428F-94DC-277ADC9EF001</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.644</td>
|
<td align="right"> 0.644</td>
|
||||||
|
@ -2300,7 +2300,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right">W</td>
|
<td align="right">W</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">72A06231-0209-4259-8B1F-8EE30DAAD9A7</td>
|
<td align="right">1B2839C9-4131-44CA-BD66-B4F56F1F1306</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.644</td>
|
<td align="right"> 0.644</td>
|
||||||
|
@ -2312,7 +2312,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right">S</td>
|
<td align="right">S</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">B6F44170-9DAE-4763-A880-E364A4CE43ED</td>
|
<td align="right">6ACF7617-7D20-4059-916F-A322696BF7D6</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.639</td>
|
<td align="right"> 0.639</td>
|
||||||
|
@ -2324,7 +2324,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">EE70A001-595D-4DA6-98F2-8F6E4DECDA48</td>
|
<td align="right">C17F7386-D2BC-4D4A-B05A-E846AAABA4C3</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.649</td>
|
<td align="right"> 0.649</td>
|
||||||
|
@ -2336,7 +2336,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3</td>
|
<td align="right">F7A66C0B-F3E1-46C4-9AFE-F040250343B2</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.644</td>
|
<td align="right"> 0.644</td>
|
||||||
|
@ -2348,7 +2348,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right">E</td>
|
<td align="right">E</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">9C2DEB6A-BFAC-417A-A29C-B45BBA4E92AB</td>
|
<td align="right">673F9DDD-64F1-4F17-AD3B-320A0F77383B</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.644</td>
|
<td align="right"> 0.644</td>
|
||||||
|
@ -2360,7 +2360,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right">N</td>
|
<td align="right">N</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">77ECE0C5-D40C-4A11-BE61-133B5D2A4885</td>
|
<td align="right">F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.644</td>
|
<td align="right"> 0.644</td>
|
||||||
|
@ -2372,7 +2372,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right">W</td>
|
<td align="right">W</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">71154D81-BDE7-461A-9BE9-BE6CFC29260D</td>
|
<td align="right">7F337640-75A0-437B-8C4F-6EC6A6B647DF</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.639</td>
|
<td align="right"> 0.639</td>
|
||||||
|
@ -2384,7 +2384,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">72BD8C4B-84F6-4CB6-8BC4-C019929525BE</td>
|
<td align="right">69118BC1-AC76-440F-9C42-F25C672CE2F6</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.649</td>
|
<td align="right"> 0.649</td>
|
||||||
|
@ -2396,7 +2396,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">359B32FE-D688-4896-82E4-2B4738D66642</td>
|
<td align="right">79EAC576-A260-4143-83B0-32CF204BBE7B</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.644</td>
|
<td align="right"> 0.644</td>
|
||||||
|
@ -2408,7 +2408,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right">E</td>
|
<td align="right">E</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">1667BA92-5D91-4465-9492-893451A13847</td>
|
<td align="right">A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.644</td>
|
<td align="right"> 0.644</td>
|
||||||
|
@ -2420,7 +2420,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right">N</td>
|
<td align="right">N</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2</td>
|
<td align="right">EA75342E-1CCC-4A1D-9AE3-56FFEA395133</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.644</td>
|
<td align="right"> 0.644</td>
|
||||||
|
@ -2432,7 +2432,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right">N</td>
|
<td align="right">N</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">EFE6A56C-754A-4E0C-92DC-30B0D870A9A5</td>
|
<td align="right">48A796FD-5D1F-463D-9357-C9E2182110A4</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.644</td>
|
<td align="right"> 0.644</td>
|
||||||
|
@ -2444,7 +2444,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right">W</td>
|
<td align="right">W</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">FA718AA3-E71E-4F60-9C5A-848F1C14E4C7</td>
|
<td align="right">13EA4940-36E8-4E27-87EB-55C74E690355</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.644</td>
|
<td align="right"> 0.644</td>
|
||||||
|
@ -2456,7 +2456,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right">S</td>
|
<td align="right">S</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">D4715739-2ADA-426B-89B5-AD8415F6E726</td>
|
<td align="right">958929BB-ACD4-4629-AB9F-B6984E758263</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.644</td>
|
<td align="right"> 0.644</td>
|
||||||
|
@ -2468,7 +2468,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right">E</td>
|
<td align="right">E</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">04915BD5-0EE2-4978-A59A-C231AEFC8CF4</td>
|
<td align="right">6E6AFC12-5493-40C0-B7E5-DA42F550F2B5</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.639</td>
|
<td align="right"> 0.639</td>
|
||||||
|
@ -2480,7 +2480,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">5DA3DC7A-6BBC-4A12-9146-3639CF10B214</td>
|
<td align="right">0B62F37E-EDEC-4014-A6D4-01279F8A3493</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.649</td>
|
<td align="right"> 0.649</td>
|
||||||
|
@ -2508,7 +2508,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right">Cardinal Direction</td>
|
<td align="right">Cardinal Direction</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">E7CA8706-0361-4896-931D-A86022D49E31</td>
|
<td align="right">4FA50238-068D-4E20-A2BA-8A5A0A93B796</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.609</td>
|
<td align="right"> 0.609</td>
|
||||||
|
@ -2520,7 +2520,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right">N</td>
|
<td align="right">N</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">E4C1DE67-37D2-491D-B759-F167F667A48F</td>
|
<td align="right">DAD33850-1CAC-42D6-BABA-76AA1E6E4A4D</td>
|
||||||
<td align="right">1981_1990_6</td>
|
<td align="right">1981_1990_6</td>
|
||||||
<td align="right"> 0.40</td>
|
<td align="right"> 0.40</td>
|
||||||
<td align="right"> 0.609</td>
|
<td align="right"> 0.609</td>
|
||||||
|
@ -2555,7 +2555,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right">Cardinal Direction</td>
|
<td align="right">Cardinal Direction</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">B2228C74-79FD-494C-B0B4-A09C519AEB3B WINDOW</td>
|
<td align="right">FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A WINDOW</td>
|
||||||
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
||||||
<td align="right"> 15.85</td>
|
<td align="right"> 15.85</td>
|
||||||
<td align="right"> 0.00</td>
|
<td align="right"> 0.00</td>
|
||||||
|
@ -2568,13 +2568,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right">No</td>
|
<td align="right">No</td>
|
||||||
<td align="right">B2228C74-79FD-494C-B0B4-A09C519AEB3B</td>
|
<td align="right">FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A</td>
|
||||||
<td align="right"> 89.98</td>
|
<td align="right"> 89.98</td>
|
||||||
<td align="right"> 90.00</td>
|
<td align="right"> 90.00</td>
|
||||||
<td align="right">E</td>
|
<td align="right">E</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6 WINDOW</td>
|
<td align="right">3B6D9D89-A422-445A-B305-4E9D2F952782 WINDOW</td>
|
||||||
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
||||||
<td align="right"> 0.37</td>
|
<td align="right"> 0.37</td>
|
||||||
<td align="right"> 0.00</td>
|
<td align="right"> 0.00</td>
|
||||||
|
@ -2587,13 +2587,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right">No</td>
|
<td align="right">No</td>
|
||||||
<td align="right">6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6</td>
|
<td align="right">3B6D9D89-A422-445A-B305-4E9D2F952782</td>
|
||||||
<td align="right"> 270.07</td>
|
<td align="right"> 270.07</td>
|
||||||
<td align="right"> 90.00</td>
|
<td align="right"> 90.00</td>
|
||||||
<td align="right">W</td>
|
<td align="right">W</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">A235F52E-3A6A-4E7A-8A7F-6A0344556902 WINDOW</td>
|
<td align="right">9DCD5D84-78DF-4DA5-80C4-FAE17544226E WINDOW</td>
|
||||||
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
||||||
<td align="right"> 7.70</td>
|
<td align="right"> 7.70</td>
|
||||||
<td align="right"> 0.00</td>
|
<td align="right"> 0.00</td>
|
||||||
|
@ -2606,13 +2606,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right">No</td>
|
<td align="right">No</td>
|
||||||
<td align="right">A235F52E-3A6A-4E7A-8A7F-6A0344556902</td>
|
<td align="right">9DCD5D84-78DF-4DA5-80C4-FAE17544226E</td>
|
||||||
<td align="right"> 0.07</td>
|
<td align="right"> 0.07</td>
|
||||||
<td align="right"> 90.00</td>
|
<td align="right"> 90.00</td>
|
||||||
<td align="right">N</td>
|
<td align="right">N</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">53E3614D-4A94-4AF1-A75C-AC0F1C7CA9F3 WINDOW</td>
|
<td align="right">C8CD208F-797F-428F-94DC-277ADC9EF001 WINDOW</td>
|
||||||
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
||||||
<td align="right"> 15.58</td>
|
<td align="right"> 15.58</td>
|
||||||
<td align="right"> 0.00</td>
|
<td align="right"> 0.00</td>
|
||||||
|
@ -2625,13 +2625,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right">No</td>
|
<td align="right">No</td>
|
||||||
<td align="right">53E3614D-4A94-4AF1-A75C-AC0F1C7CA9F3</td>
|
<td align="right">C8CD208F-797F-428F-94DC-277ADC9EF001</td>
|
||||||
<td align="right"> 269.91</td>
|
<td align="right"> 269.91</td>
|
||||||
<td align="right"> 90.00</td>
|
<td align="right"> 90.00</td>
|
||||||
<td align="right">W</td>
|
<td align="right">W</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">72A06231-0209-4259-8B1F-8EE30DAAD9A7 WINDOW</td>
|
<td align="right">1B2839C9-4131-44CA-BD66-B4F56F1F1306 WINDOW</td>
|
||||||
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
||||||
<td align="right"> 42.43</td>
|
<td align="right"> 42.43</td>
|
||||||
<td align="right"> 0.00</td>
|
<td align="right"> 0.00</td>
|
||||||
|
@ -2644,13 +2644,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right">No</td>
|
<td align="right">No</td>
|
||||||
<td align="right">72A06231-0209-4259-8B1F-8EE30DAAD9A7</td>
|
<td align="right">1B2839C9-4131-44CA-BD66-B4F56F1F1306</td>
|
||||||
<td align="right"> 179.99</td>
|
<td align="right"> 179.99</td>
|
||||||
<td align="right"> 90.00</td>
|
<td align="right"> 90.00</td>
|
||||||
<td align="right">S</td>
|
<td align="right">S</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3 WINDOW</td>
|
<td align="right">F7A66C0B-F3E1-46C4-9AFE-F040250343B2 WINDOW</td>
|
||||||
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
||||||
<td align="right"> 15.29</td>
|
<td align="right"> 15.29</td>
|
||||||
<td align="right"> 0.00</td>
|
<td align="right"> 0.00</td>
|
||||||
|
@ -2663,13 +2663,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right">No</td>
|
<td align="right">No</td>
|
||||||
<td align="right">DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3</td>
|
<td align="right">F7A66C0B-F3E1-46C4-9AFE-F040250343B2</td>
|
||||||
<td align="right"> 89.98</td>
|
<td align="right"> 89.98</td>
|
||||||
<td align="right"> 90.00</td>
|
<td align="right"> 90.00</td>
|
||||||
<td align="right">E</td>
|
<td align="right">E</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">9C2DEB6A-BFAC-417A-A29C-B45BBA4E92AB WINDOW</td>
|
<td align="right">673F9DDD-64F1-4F17-AD3B-320A0F77383B WINDOW</td>
|
||||||
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
||||||
<td align="right"> 34.73</td>
|
<td align="right"> 34.73</td>
|
||||||
<td align="right"> 0.00</td>
|
<td align="right"> 0.00</td>
|
||||||
|
@ -2682,13 +2682,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right">No</td>
|
<td align="right">No</td>
|
||||||
<td align="right">9C2DEB6A-BFAC-417A-A29C-B45BBA4E92AB</td>
|
<td align="right">673F9DDD-64F1-4F17-AD3B-320A0F77383B</td>
|
||||||
<td align="right"> 0.13</td>
|
<td align="right"> 0.13</td>
|
||||||
<td align="right"> 90.00</td>
|
<td align="right"> 90.00</td>
|
||||||
<td align="right">N</td>
|
<td align="right">N</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">77ECE0C5-D40C-4A11-BE61-133B5D2A4885 WINDOW</td>
|
<td align="right">F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC WINDOW</td>
|
||||||
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
||||||
<td align="right"> 15.29</td>
|
<td align="right"> 15.29</td>
|
||||||
<td align="right"> 0.00</td>
|
<td align="right"> 0.00</td>
|
||||||
|
@ -2701,13 +2701,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right">No</td>
|
<td align="right">No</td>
|
||||||
<td align="right">77ECE0C5-D40C-4A11-BE61-133B5D2A4885</td>
|
<td align="right">F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC</td>
|
||||||
<td align="right"> 270.04</td>
|
<td align="right"> 270.04</td>
|
||||||
<td align="right"> 90.00</td>
|
<td align="right"> 90.00</td>
|
||||||
<td align="right">W</td>
|
<td align="right">W</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">359B32FE-D688-4896-82E4-2B4738D66642 WINDOW</td>
|
<td align="right">79EAC576-A260-4143-83B0-32CF204BBE7B WINDOW</td>
|
||||||
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
||||||
<td align="right"> 0.64</td>
|
<td align="right"> 0.64</td>
|
||||||
<td align="right"> 0.00</td>
|
<td align="right"> 0.00</td>
|
||||||
|
@ -2720,13 +2720,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right">No</td>
|
<td align="right">No</td>
|
||||||
<td align="right">359B32FE-D688-4896-82E4-2B4738D66642</td>
|
<td align="right">79EAC576-A260-4143-83B0-32CF204BBE7B</td>
|
||||||
<td align="right"> 91.08</td>
|
<td align="right"> 91.08</td>
|
||||||
<td align="right"> 90.00</td>
|
<td align="right"> 90.00</td>
|
||||||
<td align="right">E</td>
|
<td align="right">E</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">1667BA92-5D91-4465-9492-893451A13847 WINDOW</td>
|
<td align="right">A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0 WINDOW</td>
|
||||||
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
||||||
<td align="right"> 21.32</td>
|
<td align="right"> 21.32</td>
|
||||||
<td align="right"> 0.00</td>
|
<td align="right"> 0.00</td>
|
||||||
|
@ -2739,13 +2739,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right">No</td>
|
<td align="right">No</td>
|
||||||
<td align="right">1667BA92-5D91-4465-9492-893451A13847</td>
|
<td align="right">A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0</td>
|
||||||
<td align="right"> 2.33</td>
|
<td align="right"> 2.33</td>
|
||||||
<td align="right"> 90.00</td>
|
<td align="right"> 90.00</td>
|
||||||
<td align="right">N</td>
|
<td align="right">N</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2 WINDOW</td>
|
<td align="right">EA75342E-1CCC-4A1D-9AE3-56FFEA395133 WINDOW</td>
|
||||||
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
||||||
<td align="right"> 1.59</td>
|
<td align="right"> 1.59</td>
|
||||||
<td align="right"> 0.00</td>
|
<td align="right"> 0.00</td>
|
||||||
|
@ -2758,13 +2758,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right">No</td>
|
<td align="right">No</td>
|
||||||
<td align="right">5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2</td>
|
<td align="right">EA75342E-1CCC-4A1D-9AE3-56FFEA395133</td>
|
||||||
<td align="right"> 1.96</td>
|
<td align="right"> 1.96</td>
|
||||||
<td align="right"> 90.00</td>
|
<td align="right"> 90.00</td>
|
||||||
<td align="right">N</td>
|
<td align="right">N</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">EFE6A56C-754A-4E0C-92DC-30B0D870A9A5 WINDOW</td>
|
<td align="right">48A796FD-5D1F-463D-9357-C9E2182110A4 WINDOW</td>
|
||||||
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
||||||
<td align="right"> 11.57</td>
|
<td align="right"> 11.57</td>
|
||||||
<td align="right"> 0.00</td>
|
<td align="right"> 0.00</td>
|
||||||
|
@ -2777,13 +2777,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right">No</td>
|
<td align="right">No</td>
|
||||||
<td align="right">EFE6A56C-754A-4E0C-92DC-30B0D870A9A5</td>
|
<td align="right">48A796FD-5D1F-463D-9357-C9E2182110A4</td>
|
||||||
<td align="right"> 270.12</td>
|
<td align="right"> 270.12</td>
|
||||||
<td align="right"> 90.00</td>
|
<td align="right"> 90.00</td>
|
||||||
<td align="right">W</td>
|
<td align="right">W</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">FA718AA3-E71E-4F60-9C5A-848F1C14E4C7 WINDOW</td>
|
<td align="right">13EA4940-36E8-4E27-87EB-55C74E690355 WINDOW</td>
|
||||||
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
||||||
<td align="right"> 22.83</td>
|
<td align="right"> 22.83</td>
|
||||||
<td align="right"> 0.00</td>
|
<td align="right"> 0.00</td>
|
||||||
|
@ -2796,13 +2796,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right">No</td>
|
<td align="right">No</td>
|
||||||
<td align="right">FA718AA3-E71E-4F60-9C5A-848F1C14E4C7</td>
|
<td align="right">13EA4940-36E8-4E27-87EB-55C74E690355</td>
|
||||||
<td align="right"> 180.13</td>
|
<td align="right"> 180.13</td>
|
||||||
<td align="right"> 90.00</td>
|
<td align="right"> 90.00</td>
|
||||||
<td align="right">S</td>
|
<td align="right">S</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right">D4715739-2ADA-426B-89B5-AD8415F6E726 WINDOW</td>
|
<td align="right">958929BB-ACD4-4629-AB9F-B6984E758263 WINDOW</td>
|
||||||
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
<td align="right">WINDOW_CONSTRUCTION_1</td>
|
||||||
<td align="right"> 10.06</td>
|
<td align="right"> 10.06</td>
|
||||||
<td align="right"> 0.00</td>
|
<td align="right"> 0.00</td>
|
||||||
|
@ -2815,7 +2815,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right"> </td>
|
<td align="right"> </td>
|
||||||
<td align="right">No</td>
|
<td align="right">No</td>
|
||||||
<td align="right">D4715739-2ADA-426B-89B5-AD8415F6E726</td>
|
<td align="right">958929BB-ACD4-4629-AB9F-B6984E758263</td>
|
||||||
<td align="right"> 90.40</td>
|
<td align="right"> 90.40</td>
|
||||||
<td align="right"> 90.00</td>
|
<td align="right"> 90.00</td>
|
||||||
<td align="right">E</td>
|
<td align="right">E</td>
|
||||||
|
@ -2948,8 +2948,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<a name=LightingSummary::EntireFacility></a>
|
<a name=LightingSummary::EntireFacility></a>
|
||||||
<p>Report:<b> Lighting Summary</b></p>
|
<p>Report:<b> Lighting Summary</b></p>
|
||||||
<p>For:<b> Entire Facility</b></p>
|
<p>For:<b> Entire Facility</b></p>
|
||||||
<p>Timestamp: <b>2024-01-17
|
<p>Timestamp: <b>2024-01-18
|
||||||
12:36:18</b></p>
|
14:11:45</b></p>
|
||||||
<b>Interior Lighting</b><br><br>
|
<b>Interior Lighting</b><br><br>
|
||||||
<!-- FullName:Lighting Summary_Entire Facility_Interior Lighting-->
|
<!-- FullName:Lighting Summary_Entire Facility_Interior Lighting-->
|
||||||
<table border="1" cellpadding="4" cellspacing="0">
|
<table border="1" cellpadding="4" cellspacing="0">
|
||||||
|
@ -3082,8 +3082,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<a name=EquipmentSummary::EntireFacility></a>
|
<a name=EquipmentSummary::EntireFacility></a>
|
||||||
<p>Report:<b> Equipment Summary</b></p>
|
<p>Report:<b> Equipment Summary</b></p>
|
||||||
<p>For:<b> Entire Facility</b></p>
|
<p>For:<b> Entire Facility</b></p>
|
||||||
<p>Timestamp: <b>2024-01-17
|
<p>Timestamp: <b>2024-01-18
|
||||||
12:36:18</b></p>
|
14:11:45</b></p>
|
||||||
<b>Central Plant</b><br><br>
|
<b>Central Plant</b><br><br>
|
||||||
<!-- FullName:Equipment Summary_Entire Facility_Central Plant-->
|
<!-- FullName:Equipment Summary_Entire Facility_Central Plant-->
|
||||||
<table border="1" cellpadding="4" cellspacing="0">
|
<table border="1" cellpadding="4" cellspacing="0">
|
||||||
|
@ -3307,8 +3307,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<a name=HVACSizingSummary::EntireFacility></a>
|
<a name=HVACSizingSummary::EntireFacility></a>
|
||||||
<p>Report:<b> HVAC Sizing Summary</b></p>
|
<p>Report:<b> HVAC Sizing Summary</b></p>
|
||||||
<p>For:<b> Entire Facility</b></p>
|
<p>For:<b> Entire Facility</b></p>
|
||||||
<p>Timestamp: <b>2024-01-17
|
<p>Timestamp: <b>2024-01-18
|
||||||
12:36:18</b></p>
|
14:11:45</b></p>
|
||||||
<b>Zone Sensible Cooling</b><br><br>
|
<b>Zone Sensible Cooling</b><br><br>
|
||||||
<!-- FullName:HVAC Sizing Summary_Entire Facility_Zone Sensible Cooling-->
|
<!-- FullName:HVAC Sizing Summary_Entire Facility_Zone Sensible Cooling-->
|
||||||
<table border="1" cellpadding="4" cellspacing="0">
|
<table border="1" cellpadding="4" cellspacing="0">
|
||||||
|
@ -3520,8 +3520,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<a name=SystemSummary::EntireFacility></a>
|
<a name=SystemSummary::EntireFacility></a>
|
||||||
<p>Report:<b> System Summary</b></p>
|
<p>Report:<b> System Summary</b></p>
|
||||||
<p>For:<b> Entire Facility</b></p>
|
<p>For:<b> Entire Facility</b></p>
|
||||||
<p>Timestamp: <b>2024-01-17
|
<p>Timestamp: <b>2024-01-18
|
||||||
12:36:18</b></p>
|
14:11:45</b></p>
|
||||||
<b>Economizer</b><br><br>
|
<b>Economizer</b><br><br>
|
||||||
<!-- FullName:System Summary_Entire Facility_Economizer-->
|
<!-- FullName:System Summary_Entire Facility_Economizer-->
|
||||||
<table border="1" cellpadding="4" cellspacing="0">
|
<table border="1" cellpadding="4" cellspacing="0">
|
||||||
|
@ -3656,8 +3656,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<a name=OutdoorAirSummary::EntireFacility></a>
|
<a name=OutdoorAirSummary::EntireFacility></a>
|
||||||
<p>Report:<b> Outdoor Air Summary</b></p>
|
<p>Report:<b> Outdoor Air Summary</b></p>
|
||||||
<p>For:<b> Entire Facility</b></p>
|
<p>For:<b> Entire Facility</b></p>
|
||||||
<p>Timestamp: <b>2024-01-17
|
<p>Timestamp: <b>2024-01-18
|
||||||
12:36:18</b></p>
|
14:11:45</b></p>
|
||||||
<b>Average Outdoor Air During Occupied Hours</b><br><br>
|
<b>Average Outdoor Air During Occupied Hours</b><br><br>
|
||||||
<!-- FullName:Outdoor Air Summary_Entire Facility_Average Outdoor Air During Occupied Hours-->
|
<!-- FullName:Outdoor Air Summary_Entire Facility_Average Outdoor Air During Occupied Hours-->
|
||||||
<table border="1" cellpadding="4" cellspacing="0">
|
<table border="1" cellpadding="4" cellspacing="0">
|
||||||
|
@ -3753,8 +3753,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<a name=ObjectCountSummary::EntireFacility></a>
|
<a name=ObjectCountSummary::EntireFacility></a>
|
||||||
<p>Report:<b> Object Count Summary</b></p>
|
<p>Report:<b> Object Count Summary</b></p>
|
||||||
<p>For:<b> Entire Facility</b></p>
|
<p>For:<b> Entire Facility</b></p>
|
||||||
<p>Timestamp: <b>2024-01-17
|
<p>Timestamp: <b>2024-01-18
|
||||||
12:36:18</b></p>
|
14:11:45</b></p>
|
||||||
<b>Surfaces by Class</b><br><br>
|
<b>Surfaces by Class</b><br><br>
|
||||||
<!-- FullName:Object Count Summary_Entire Facility_Surfaces by Class-->
|
<!-- FullName:Object Count Summary_Entire Facility_Surfaces by Class-->
|
||||||
<table border="1" cellpadding="4" cellspacing="0">
|
<table border="1" cellpadding="4" cellspacing="0">
|
||||||
|
@ -3903,8 +3903,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.<br>
|
||||||
<a name=SensibleHeatGainSummary::EntireFacility></a>
|
<a name=SensibleHeatGainSummary::EntireFacility></a>
|
||||||
<p>Report:<b> Sensible Heat Gain Summary</b></p>
|
<p>Report:<b> Sensible Heat Gain Summary</b></p>
|
||||||
<p>For:<b> Entire Facility</b></p>
|
<p>For:<b> Entire Facility</b></p>
|
||||||
<p>Timestamp: <b>2024-01-17
|
<p>Timestamp: <b>2024-01-18
|
||||||
12:36:18</b></p>
|
14:11:45</b></p>
|
||||||
<b>Annual Building Sensible Heat Gain Components</b><br><br>
|
<b>Annual Building Sensible Heat Gain Components</b><br><br>
|
||||||
<!-- FullName:Sensible Heat Gain Summary_Entire Facility_Annual Building Sensible Heat Gain Components-->
|
<!-- FullName:Sensible Heat Gain Summary_Entire Facility_Annual Building Sensible Heat Gain Components-->
|
||||||
<table border="1" cellpadding="4" cellspacing="0">
|
<table border="1" cellpadding="4" cellspacing="0">
|
||||||
|
|
|
@ -5,12 +5,13 @@ from typing import List
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import hub.helpers.constants as cte
|
import hub.helpers.constants as cte
|
||||||
|
from hub.helpers.monthly_values import MonthlyValues
|
||||||
|
|
||||||
|
|
||||||
class SystemSimulation:
|
class SystemSimulation:
|
||||||
def __init__(self, building):
|
def __init__(self, building):
|
||||||
|
self.building = building
|
||||||
self.energy_systems = building.energy_systems
|
self.energy_systems = building.energy_systems
|
||||||
|
|
||||||
self.heating_demand = building.heating_demand[cte.HOUR]
|
self.heating_demand = building.heating_demand[cte.HOUR]
|
||||||
self.cooling_demand = building.cooling_demand
|
self.cooling_demand = building.cooling_demand
|
||||||
self.dhw_demand = building.domestic_hot_water_heat_demand
|
self.dhw_demand = building.domestic_hot_water_heat_demand
|
||||||
|
@ -18,6 +19,7 @@ class SystemSimulation:
|
||||||
self.maximum_heating_demand = building.heating_peak_load[cte.YEAR][0]
|
self.maximum_heating_demand = building.heating_peak_load[cte.YEAR][0]
|
||||||
self.maximum_cooling_demand = building.cooling_peak_load[cte.YEAR][0]
|
self.maximum_cooling_demand = building.cooling_peak_load[cte.YEAR][0]
|
||||||
self.name = building.name
|
self.name = building.name
|
||||||
|
self.energy_system_archetype = building.energy_systems_archetype_name
|
||||||
|
|
||||||
def archetype1(self):
|
def archetype1(self):
|
||||||
out_path = (Path(__file__).parent / 'out_files')
|
out_path = (Path(__file__).parent / 'out_files')
|
||||||
|
@ -27,7 +29,7 @@ class SystemSimulation:
|
||||||
hp_electricity: List[float] = [0.0] * len(self.heating_demand)
|
hp_electricity: List[float] = [0.0] * len(self.heating_demand)
|
||||||
aux_fuel: List[float] = [0.0] * len(self.heating_demand)
|
aux_fuel: List[float] = [0.0] * len(self.heating_demand)
|
||||||
heating_consumption: List[float] = [0.0] * len(self.heating_demand)
|
heating_consumption: List[float] = [0.0] * len(self.heating_demand)
|
||||||
|
boiler_consumption: List[float] = [0.0] * len(self.heating_demand)
|
||||||
T[0], dt = 25, 3600 # Assuming dt is defined somewhere
|
T[0], dt = 25, 3600 # Assuming dt is defined somewhere
|
||||||
ua, v, hp_cap, hp_efficiency, boiler_efficiency = 0, 0, 0, 0, 0
|
ua, v, hp_cap, hp_efficiency, boiler_efficiency = 0, 0, 0, 0, 0
|
||||||
for energy_system in self.energy_systems:
|
for energy_system in self.energy_systems:
|
||||||
|
@ -87,17 +89,44 @@ class SystemSimulation:
|
||||||
if tes_output < self.heating_demand[i + 1]:
|
if tes_output < self.heating_demand[i + 1]:
|
||||||
q_aux[i + 1] = self.heating_demand[i + 1] - tes_output
|
q_aux[i + 1] = self.heating_demand[i + 1] - tes_output
|
||||||
aux_fuel[i + 1] = (q_aux[i + 1] * dt) / 50e6
|
aux_fuel[i + 1] = (q_aux[i + 1] * dt) / 50e6
|
||||||
heating_consumption[i + 1] = q_aux[i + 1] / boiler_efficiency + hp_electricity[i + 1]
|
boiler_consumption[i + 1] = q_aux[i + 1] / boiler_efficiency
|
||||||
|
heating_consumption[i + 1] = boiler_consumption[i + 1] + hp_electricity[i + 1]
|
||||||
data = list(zip(T, T_sup, T_ret, m_ch, m_dis, q_hp, hp_electricity, aux_fuel, q_aux, self.heating_demand))
|
data = list(zip(T, T_sup, T_ret, m_ch, m_dis, q_hp, hp_electricity, aux_fuel, q_aux, self.heating_demand))
|
||||||
file_name = f'simulation_results_{self.name}.csv'
|
file_name = f'simulation_results_{self.name}.csv'
|
||||||
with open(out_path / file_name, 'w', newline='') as csvfile:
|
with open(out_path / file_name, 'w', newline='') as csvfile:
|
||||||
output_file = csv.writer(csvfile)
|
output_file = csv.writer(csvfile)
|
||||||
|
|
||||||
# Write header
|
# Write header
|
||||||
output_file.writerow(['T', 'T_sup', 'T_ret', 'm_ch', 'm_dis', 'q_hp', 'hp_electricity', 'aux_fuel', 'q_aux', 'heating_demand'])
|
output_file.writerow(['T', 'T_sup', 'T_ret', 'm_ch', 'm_dis', 'q_hp', 'hp_electricity', 'aux_fuel', 'q_aux', 'heating_demand'])
|
||||||
|
|
||||||
# Write data
|
# Write data
|
||||||
output_file.writerows(data)
|
output_file.writerows(data)
|
||||||
return heating_consumption
|
return heating_consumption, hp_electricity, boiler_consumption
|
||||||
|
|
||||||
|
def enrich(self):
|
||||||
|
if self.energy_system_archetype == 'PV+ASHP+GasBoiler+TES':
|
||||||
|
building_new_heating_consumption, building_heating_electricity_consumption, building_heating_gas_consumption = (
|
||||||
|
self.archetype1())
|
||||||
|
self.building.heating_consumption[cte.HOUR] = building_new_heating_consumption
|
||||||
|
self.building.heating_consumption[cte.MONTH] = MonthlyValues.get_total_month(self.building.heating_consumption[cte.HOUR])
|
||||||
|
self.building.heating_consumption[cte.YEAR] = [sum(self.building.heating_consumption[cte.MONTH])]
|
||||||
|
disaggregated_consumption = {}
|
||||||
|
for energy_system in self.building.energy_systems:
|
||||||
|
if cte.HEATING in energy_system.demand_types:
|
||||||
|
for generation_system in energy_system.generation_systems:
|
||||||
|
disaggregated_consumption[generation_system.fuel_type] = {}
|
||||||
|
if generation_system.fuel_type == cte.ELECTRICITY:
|
||||||
|
disaggregated_consumption[generation_system.fuel_type][
|
||||||
|
cte.HOUR] = building_heating_electricity_consumption
|
||||||
|
disaggregated_consumption[generation_system.fuel_type][cte.MONTH] = MonthlyValues.get_total_month(
|
||||||
|
disaggregated_consumption[generation_system.fuel_type][cte.HOUR])
|
||||||
|
disaggregated_consumption[generation_system.fuel_type][cte.YEAR] = [
|
||||||
|
sum(disaggregated_consumption[generation_system.fuel_type][cte.MONTH])]
|
||||||
|
else:
|
||||||
|
disaggregated_consumption[generation_system.fuel_type][cte.HOUR] = building_heating_gas_consumption
|
||||||
|
disaggregated_consumption[generation_system.fuel_type][cte.MONTH] = MonthlyValues.get_total_month(
|
||||||
|
disaggregated_consumption[generation_system.fuel_type][cte.HOUR])
|
||||||
|
disaggregated_consumption[generation_system.fuel_type][cte.YEAR] = [
|
||||||
|
sum(disaggregated_consumption[generation_system.fuel_type][cte.MONTH])]
|
||||||
|
self.building.heating_consumption_disaggregated = disaggregated_consumption
|
||||||
|
return self.building
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user