Go to file
2022-11-25 14:20:10 -05:00
cache adjasted workflow to new concept of the libs 2021-04-15 17:24:30 -04:00
helpers bug fixed in monthly_values.py 2021-06-08 12:58:57 -04:00
insel workflow v1.0 2022-11-25 14:20:10 -05:00
outputs added gitignore 2021-08-13 13:05:56 -04:00
tests_data adjasted workflow to new concept of the libs 2021-04-13 19:01:30 -04:00
main.py workflow v1.0 2022-11-25 14:20:10 -05:00
README.md workflow v1.0 2022-11-25 14:20:10 -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

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