You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code can be easily downloaded and run under Mac and Windows Systems.
The following python-packages need to be installed (run on version 3.7!) for anyone trying to run this code: numpy, pandas, pvlib, matplotlib, SALib, xlrd, openpyxl
The following paths must be adapted:
in data_prep.py, simulation_engine_dynamic.py on import sys, sys.path.insert(...)
Here, the RC_BuildingSimulator must be added to the given path
in data/scenarios.xlsx for weather and occupancy schedule files
The text was updated successfully, but these errors were encountered:
This code can be easily downloaded and run under Mac and Windows Systems.
The following python-packages need to be installed (run on version 3.7!) for anyone trying to run this code:
numpy, pandas, pvlib, matplotlib, SALib, xlrd, openpyxl
The following paths must be adapted:
Here, the RC_BuildingSimulator must be added to the given path
The text was updated successfully, but these errors were encountered: