Commit Graph

16 Commits

Author SHA1 Message Date
dee24f7cd7 pushing all changes before creating new branch 2024-04-08 10:18:16 -04:00
3534a71040 cleaning up the code and output folder 2024-04-03 14:51:05 -04:00
efe8f9f753 Saving directory of plots and report are modified 2024-03-28 12:56:57 -04:00
f8fa5a4ed3 Title: Report Creation
The report creation class is completed. Compared to the previous version, building system info tables are added, fuel consumption breakdown graphs are also added.
2024-03-25 11:10:55 -04:00
bb9454339f Energy System Analysis Report
A class named EnergySystemAnalysisReport is created to create and compile a latex file for reporting the output of the energy system simulation code.
2024-03-05 15:42:29 -05:00
5d04d12404 .gitignore is updated 2024-02-20 16:44:06 -05:00
e38ac5b3f6 Merge remote-tracking branch 'origin/main_branch' into main_branch 2024-02-20 16:22:07 -05:00
0699c24520 Title: merging changes from hub/final_energy_system_model branch in here 2024-02-07 20:49:27 -05:00
a454b8f900 Title: merging changes from hub/final_energy_system_model branch in here 2024-02-07 20:33:46 -05:00
4856173b88 an attribute (heating_consumption_disaggregated) is added to building.py 2024-01-18 14:25:08 -05:00
11e7cf8558 a script named energy_system_sizing.py is created in the importers to size the energy system components. This is a very simple sizing process where we only size the heat pump and boiler for 60 and 40 percent of the maximum demand
The class SystemSimulation in system_simulation.py is created to contain all the simulation models of different archetypes.
main.py is modified to randomly assign base case systems to city and print the heating consumption, and then assign a new system to all buildings and calculate the heating consumption again
2024-01-17 13:10:39 -05:00
ec1c7464f3 a script named energy_system_sizing.py is created in the importers to size the energy system components 2024-01-02 18:30:39 -05:00
591c2631eb fixed some small warnings 2023-12-28 18:41:08 -05:00
6e1914963d The error in montreal_custom_energy_system_parameters.py is fixed
Random assignation of systems to city buildings is done
2023-12-28 13:48:22 -05:00
0a4465f669 geojson_creator.py is changed to a function getting x, y, and diff as input to generate the .geojson file
in main.py city is created and using ep_workflow.py the building demands are calculated and buildings are enriched.
2023-12-20 15:33:50 -05:00
b4154c11d5 first commit 2023-12-19 13:51:06 -05:00