From 048f79e1aeaf82255057a2efee3c0aeae063d3e7 Mon Sep 17 00:00:00 2001 From: p_monsalvete Date: Thu, 13 Jul 2023 17:47:04 -0400 Subject: [PATCH] added two new values in dictionaries --- .../data/montreal_system_to_hub_energy_generation_system.py | 4 +++- hub/imports/construction/helpers/construction_helper.py | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hub/helpers/data/montreal_system_to_hub_energy_generation_system.py b/hub/helpers/data/montreal_system_to_hub_energy_generation_system.py index 224431a9..df6cb398 100644 --- a/hub/helpers/data/montreal_system_to_hub_energy_generation_system.py +++ b/hub/helpers/data/montreal_system_to_hub_energy_generation_system.py @@ -29,7 +29,9 @@ class MontrealSystemToHubEnergyGenerationSystem: 'Single zone packaged rooftop unit with air cooled DX': cte.CHILLER, 'Single zone make-up air unit with air cooled DX': cte.CHILLER, 'Multi-zone built-up system with water cooled, water chiller': cte.CHILLER, - 'PV system': cte.PHOTOVOLTAIC + 'PV system': cte.PHOTOVOLTAIC, + 'Multi-zone built-up system with heat pump for cooling': cte.CHILLER, + 'Multi-zone built-up system with heat pump for heat': cte.HEAT_PUMP } @property diff --git a/hub/imports/construction/helpers/construction_helper.py b/hub/imports/construction/helpers/construction_helper.py index 8814a108..59630d31 100644 --- a/hub/imports/construction/helpers/construction_helper.py +++ b/hub/imports/construction/helpers/construction_helper.py @@ -50,6 +50,7 @@ class ConstructionHelper: _reference_city_to_nrcan_climate_zone = { 'Montreal': '6', 'Repentigny': '6', + "Montreal Int'l": '6', 'Levis': '7A', 'Kelowna': '5', 'Park Slope': '4'