data | ||
results | ||
energy_validation.py | ||
ep.py | ||
main.py | ||
meb_results.py | ||
meb.py | ||
README.md | ||
requirements.txt | ||
sra.py |
energy_validation_tool
energy_validation_tool is a tool used for compare energy consumption between EnergyPlus (ep) and Monthly Energy Balance (meb). To run the energy_validation_tool
- If you would like to use your own geojson dataset, copy it into the data folder.
- Update the data_file variable in main.py to match your data file.
- In main.py, modify test_batch to suit your desired building usage types and quantity per usage type. To find the code for your desired usage, check here: https://nextgenerations-cities.encs.concordia.ca/gitea/CERC/hub/src/branch/main/hub/helpers/data/montreal_function_to_hub_function.py
- Run main.py
The results are written to the energy_validation_results.xlsx spreadsheet inside of the results folder.