added two new values in dictionaries

This commit is contained in:
Pilar Monsalvete 2023-07-13 17:47:04 -04:00
parent 2af993630a
commit 048f79e1ae
2 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,9 @@ class MontrealSystemToHubEnergyGenerationSystem:
'Single zone packaged rooftop unit with air cooled DX': cte.CHILLER, 'Single zone packaged rooftop unit with air cooled DX': cte.CHILLER,
'Single zone make-up air 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, '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 @property

View File

@ -50,6 +50,7 @@ class ConstructionHelper:
_reference_city_to_nrcan_climate_zone = { _reference_city_to_nrcan_climate_zone = {
'Montreal': '6', 'Montreal': '6',
'Repentigny': '6', 'Repentigny': '6',
"Montreal Int'l": '6',
'Levis': '7A', 'Levis': '7A',
'Kelowna': '5', 'Kelowna': '5',
'Park Slope': '4' 'Park Slope': '4'