Compare commits

..

2 Commits

Author SHA1 Message Date
1f9ef0513a Merge remote-tracking branch 'origin/main' 2023-05-19 16:12:39 -04:00
ba2d117d08 Incorporation of ventilation. Working. 2023-05-19 11:20:42 -04:00

View File

@ -13,7 +13,7 @@ from energy_systems_sizing import EnergySystemsSizing
try: try:
file_path = (Path(__file__).parent / 'input_files' / 'selected_building.geojson') file_path = (Path(__file__).parent / 'input_files' / 'selected_building_1517.geojson')
climate_reference_city = 'Montreal' climate_reference_city = 'Montreal'
weather_file = 'CAN_PQ_Montreal.Intl.AP.716270_CWEC.epw' weather_file = 'CAN_PQ_Montreal.Intl.AP.716270_CWEC.epw'
weather_format = 'epw' weather_format = 'epw'