Go to file
2023-03-20 14:30:05 -04:00
helpers workflow v2.0 using BuildingEnergyExportsFactory and without main, to be used with an API 2022-11-25 15:56:11 -05:00
insel setting to 0 values when the building cannot be calculated 2023-03-16 16:08:27 -04:00
unittests adapted to new structure of hub 2023-02-01 11:36:26 -05:00
monthly_energy_balance.py added dhw 2023-03-20 14:30:05 -04:00
README.md Reviewed d18599 and adjusted the exporter consequently 2022-11-28 14:11:26 -05:00

MonthlyEnergyBalance

This tool calculates the monthly energy balance for each building in a given region.

The following assumptions are taken:

  • No building in the region have attics
  • All buildings have basement but those are not heated
  • The construction details come from nrel
  • The usage details come from comnet
  • The heated volume is 85% of the total volume, assuming that the rest is occupied by internal walls

Dependencies

You will need to install the following dependencies in your computer in order to run the software; please take a look at the install process for your system-specific details

External software

After installing these tools you should include their paths in Path.

installation

Linux / Mac

Open a terminal and run the following commands.

$ mkdir MonthlyEnergyBalance
$ cd MonthlyEnergyBalance 
$ git clone https://binarycat.org/git/PMAU/MonthlyEnergyBalance.git
$ python -m pip install requirements.txt
Windows

Open a terminal and run the following commands.

c:\> mkdir MonthlyEnergyBalance
c:\> cd MonthlyEnergyBalance 
c:\> git clone https://binarycat.org/git/PMAU/MonthlyEnergyBalance.git
c:\> python.exe -m pip install requirements.txt

usage

Linux / Mac

Open a terminal and run the following command

$ python main.py
Windows

Open a terminal and run the following command.

c:\> python.exe main.py