Go to file
2023-04-21 14:59:04 -04:00
data Setup sra, meb, and building selection of 500 m^2 or more 2023-04-12 18:19:34 -04:00
results Add debug mode and update folder structure 2023-04-21 14:59:04 -04:00
energy_validation.py Add debug mode and update folder structure 2023-04-21 14:59:04 -04:00
ep.py Finish ep simulation, finish results, and a bit of code refactoring 2023-04-14 16:23:26 -04:00
main.py Fix EP results writing 2023-04-21 14:04:15 -04:00
meb_results.py Finish ep simulation, finish results, and a bit of code refactoring 2023-04-14 16:23:26 -04:00
meb.py Setup sra, meb, and building selection of 500 m^2 or more 2023-04-12 18:19:34 -04:00
README.md Update README.md 2023-04-14 17:09:46 -04:00
requirements.txt Update ep to include hot water, update how results are saved, update requirements.txt 2023-04-17 14:41:43 -04:00
sra.py Setup sra, meb, and building selection of 500 m^2 or more 2023-04-12 18:19:34 -04:00

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

  1. If you would like to use your own geojson dataset, copy it into the data folder.
  2. Update the data_file variable in main.py to match your data file.
  3. 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
  4. Run main.py

The results are written to the energy_validation_results.xlsx spreadsheet inside of the results folder.