added two new values in dictionaries
This commit is contained in:
parent
2af993630a
commit
048f79e1ae
|
@ -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
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user