From 8be6e3b3e83af58f1fc7402f181d443140bcc328 Mon Sep 17 00:00:00 2001 From: p_monsalvete Date: Wed, 12 Jul 2023 15:55:26 -0400 Subject: [PATCH] small update to eilat_archetypes.json --- hub/data/construction/eilat_archetypes.json | 18 +++++++++--------- .../helpers/construction_helper.py | 1 + 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/hub/data/construction/eilat_archetypes.json b/hub/data/construction/eilat_archetypes.json index 35c8a26c..4a15e038 100644 --- a/hub/data/construction/eilat_archetypes.json +++ b/hub/data/construction/eilat_archetypes.json @@ -4,10 +4,10 @@ "function": "Residential", "period_of_construction": "1000_1980", "climate_zone": "BWh", - "average_storey_height": 1, + "average_storey_height": 3, "extra_loses_due_thermal_bridges": 0.1, - "infiltration_rate_for_ventilation_system_on": 1, - "infiltration_rate_for_ventilation_system_off": 1, + "infiltration_rate_for_ventilation_system_on": 0, + "infiltration_rate_for_ventilation_system_off": 0.9, "constructions": { "OutdoorsWall": { "opaque_surface_name": "residential_1000_1980_BWh", @@ -38,10 +38,10 @@ "function": "Dormitory", "period_of_construction": "2011_3000", "climate_zone": "BWh", - "average_storey_height": 1, + "average_storey_height": 3, "extra_loses_due_thermal_bridges": 0.1, - "infiltration_rate_for_ventilation_system_on": 1, - "infiltration_rate_for_ventilation_system_off": 1, + "infiltration_rate_for_ventilation_system_on": 0, + "infiltration_rate_for_ventilation_system_off": 0.31, "constructions": { "OutdoorsWall": { "opaque_surface_name": "dormitory_2011_3000_BWh", @@ -72,10 +72,10 @@ "function": "Hotel_employees", "period_of_construction": "1981_2010", "climate_zone": "BWh", - "average_storey_height": 1, + "average_storey_height": 3, "extra_loses_due_thermal_bridges": 0.09, - "infiltration_rate_for_ventilation_system_on": 1, - "infiltration_rate_for_ventilation_system_off": 1, + "infiltration_rate_for_ventilation_system_on": 0, + "infiltration_rate_for_ventilation_system_off": 0.65, "constructions": { "OutdoorsWall": { "opaque_surface_name": "hotel_employees_1981_2010_BWh", diff --git a/hub/imports/construction/helpers/construction_helper.py b/hub/imports/construction/helpers/construction_helper.py index ae5cd95d..7f34e853 100644 --- a/hub/imports/construction/helpers/construction_helper.py +++ b/hub/imports/construction/helpers/construction_helper.py @@ -49,6 +49,7 @@ class ConstructionHelper: _reference_city_to_nrcan_climate_zone = { 'Montreal': '6', + 'Repentigny': '6', 'Levis': '7A' }