add_data_for_quebec_and_israel #30

Merged
g_gutierrez merged 10 commits from add_data_for_quebec_and_israel into main 2023-07-12 16:29:56 -04:00
2 changed files with 10 additions and 9 deletions
Showing only changes of commit 8be6e3b3e8 - Show all commits

View File

@ -4,10 +4,10 @@
"function": "Residential", "function": "Residential",
"period_of_construction": "1000_1980", "period_of_construction": "1000_1980",
"climate_zone": "BWh", "climate_zone": "BWh",
"average_storey_height": 1, "average_storey_height": 3,
"extra_loses_due_thermal_bridges": 0.1, "extra_loses_due_thermal_bridges": 0.1,
"infiltration_rate_for_ventilation_system_on": 1, "infiltration_rate_for_ventilation_system_on": 0,
"infiltration_rate_for_ventilation_system_off": 1, "infiltration_rate_for_ventilation_system_off": 0.9,
"constructions": { "constructions": {
"OutdoorsWall": { "OutdoorsWall": {
"opaque_surface_name": "residential_1000_1980_BWh", "opaque_surface_name": "residential_1000_1980_BWh",
@ -38,10 +38,10 @@
"function": "Dormitory", "function": "Dormitory",
"period_of_construction": "2011_3000", "period_of_construction": "2011_3000",
"climate_zone": "BWh", "climate_zone": "BWh",
"average_storey_height": 1, "average_storey_height": 3,
"extra_loses_due_thermal_bridges": 0.1, "extra_loses_due_thermal_bridges": 0.1,
"infiltration_rate_for_ventilation_system_on": 1, "infiltration_rate_for_ventilation_system_on": 0,
"infiltration_rate_for_ventilation_system_off": 1, "infiltration_rate_for_ventilation_system_off": 0.31,
"constructions": { "constructions": {
"OutdoorsWall": { "OutdoorsWall": {
"opaque_surface_name": "dormitory_2011_3000_BWh", "opaque_surface_name": "dormitory_2011_3000_BWh",
@ -72,10 +72,10 @@
"function": "Hotel_employees", "function": "Hotel_employees",
"period_of_construction": "1981_2010", "period_of_construction": "1981_2010",
"climate_zone": "BWh", "climate_zone": "BWh",
"average_storey_height": 1, "average_storey_height": 3,
"extra_loses_due_thermal_bridges": 0.09, "extra_loses_due_thermal_bridges": 0.09,
"infiltration_rate_for_ventilation_system_on": 1, "infiltration_rate_for_ventilation_system_on": 0,
"infiltration_rate_for_ventilation_system_off": 1, "infiltration_rate_for_ventilation_system_off": 0.65,
"constructions": { "constructions": {
"OutdoorsWall": { "OutdoorsWall": {
"opaque_surface_name": "hotel_employees_1981_2010_BWh", "opaque_surface_name": "hotel_employees_1981_2010_BWh",

View File

@ -49,6 +49,7 @@ class ConstructionHelper:
_reference_city_to_nrcan_climate_zone = { _reference_city_to_nrcan_climate_zone = {
'Montreal': '6', 'Montreal': '6',
'Repentigny': '6',
'Levis': '7A' 'Levis': '7A'
} }