Go to file
2023-05-02 12:42:42 -04:00
cache rebase 2023-03-20 14:28:17 -04:00
input_files fixed bug not printing results when building not processed 2023-03-24 11:47:09 -04:00
output_files rebase 2023-03-20 14:28:17 -04:00
tmp refactoring workflow. This project depends now only on the hub and no other projects 2023-03-23 13:31:36 -04:00
main.py Incorporation of outputs of all the variables in excel, and pandas dataframe data for yearly values in the cashflow (only capital and reposition, pending operational, end of life and maintenance) 2023-05-01 16:38:44 -04:00
monthly_energy_balance_engine.py changed reading results to adapt to new results format 2023-03-23 13:49:41 -04:00
README.md rebase 2023-03-20 14:28:17 -04:00
results.py fixed bug not printing results when building not processed 2023-05-02 12:39:51 -04:00
sra_engine.py refactoring workflow. This project depends now only on the hub and no other projects 2023-03-23 13:31:36 -04:00

monthly_energy_balance_workflow

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 monthly_enery_balance_workflow
$ cd monthly_enery_balance_workflow 
$ git clone https://binarycat.org/git/PMAU/monthly_enery_balance_workflow.git
MISSING CONNECTING TO HUB, SIMLPIFIED_RADIOSITY_ALGORITHM AND MONTHLYENERGYBALANCE!!!!!!!!!
$ python -m pip install -r ../requirements.txt
Windows

Open a terminal and run the following commands.

c:\> mkdir monthly_enery_balance_workflow
c:\> cd monthly_enery_balance_workflow 
c:\> git clone https://binarycat.org/git/PMAU/monthly_enery_balance_workflow.git
MISSING CONNECTING TO HUB, SIMLPIFIED_RADIOSITY_ALGORITHM AND MONTHLYENERGYBALANCE!!!!!!!!!
c:\> python.exe -m pip install -r ../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