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'