Schedule appliances added
First trial of adding factor to change from multizone to unizone. Commented.
This commit is contained in:
parent
effdad4437
commit
06e31847a5
10
main.py
10
main.py
|
@ -10,7 +10,7 @@ from monthly_energy_balance_engine import MonthlyEnergyBalanceEngine
|
|||
from sra_engine import SraEngine
|
||||
|
||||
|
||||
try:
|
||||
#try:
|
||||
file_path = (Path(__file__).parent / 'input_files' / 'neighbours.geojson')
|
||||
climate_reference_city = 'Montreal'
|
||||
weather_file = 'CAN_PQ_Montreal.Intl.AP.716270_CWEC.epw'
|
||||
|
@ -59,7 +59,7 @@ try:
|
|||
|
||||
print('[simulation end]')
|
||||
|
||||
except Exception as ex:
|
||||
print(ex)
|
||||
print('error: ', ex)
|
||||
print('[simulation abort]')
|
||||
#except Exception as ex:
|
||||
# print(ex)
|
||||
# print('error: ', ex)
|
||||
# print('[simulation abort]')
|
||||
|
|
Loading…
Reference in New Issue
Block a user