d40965eb6cMerge remote-tracking branch 'origin/system_simulation' into system_simulationSaeed Ranjbar2024-03-25 11:11:37 -0400
f8fa5a4ed3Title: 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.Saeed Ranjbar2024-03-08 14:05:51 -0500
d8c8eec26cTitle: 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.Saeed Ranjbar2024-03-08 14:05:51 -0500
bb9454339fEnergy 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.Saeed Ranjbar2024-03-05 15:42:29 -0500
ebaec9bb7cTitle: Finalizing the energy system data model and system factory A new XML file named montreal_future_systems.xml is created where the elements of the file are the same as attributes of various classes. Therefore, the catalogue importer and energy system importer should have been updated accordingly. The catalog importer is organized in a general method so whenever someone wants to create a new catalogue they can use the created code as the blueprint.Saeed Ranjbar2024-02-07 18:54:09 -0500
e76ace02aaassigning building demands to the graph
Majid Rezaei
2024-02-04 18:58:46 -0500
3e193f04a6The dual_supply_capability is added to the city model structureSaeed Ranjbar2024-02-01 15:41:05 -0500
ac4742d2c4A new attribute "dual_supply_capability" is added to NonPVGeneration class in non_pv_generation_system.py and the catalogue importer is adjustedSaeed Ranjbar2024-02-01 12:24:15 -0500
f976040f45A new attribute "dual_supply_capability" is added to NonPVGeneration class in non_pv_generation_system.py and the catalogue importer is adjustedSaeed Ranjbar2024-02-01 12:23:58 -0500
4856173b88an attribute (heating_consumption_disaggregated) is added to building.pySaeed Ranjbar2024-01-18 14:25:08 -0500
11e7cf8558a 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 againSaeed Ranjbar2024-01-17 13:10:39 -0500
673cbac77aadded storage_medium attribute to thermal_storage_system.py to enable us use water thermodynamic characteristics in the modellingSaeed Ranjbar2024-01-17 13:05:10 -0500
11f78ccb89added storage_medium attribute to thermal_storage_system.py to enable us use water thermodynamic characteristics in the modellingSaeed Ranjbar2024-01-10 16:10:42 -0500
ec1c7464f3a script named energy_system_sizing.py is created in the importers to size the energy system componentsSaeed Ranjbar2024-01-02 18:30:39 -0500
c362bdb8b1small modifications were made to the energy system importerSaeed Ranjbar2023-12-28 20:24:13 -0500
c1a77a82efThere was an error related to the generation systems of energy systems in city_model_structure that was causing bugs in building.pySaeed Ranjbar2023-12-28 18:59:34 -0500
6e1914963dThe error in montreal_custom_energy_system_parameters.py is fixed Random assignation of systems to city buildings is doneSaeed Ranjbar2023-12-28 13:48:22 -0500
19dcb988f9The heating and cooling demand units are changed from J to WSaeed Ranjbar2023-12-20 15:53:28 -0500
0a4465f669geojson_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.Saeed Ranjbar2023-12-20 15:33:50 -0500
6a81e8c411Merge branch 'your_branch' into merged_branchSaeed Ranjbar2023-12-19 13:55:33 -0500
b6d32e5086The script is updated to implement the hub result factorySaeed Ranjbar2023-12-06 16:29:59 -0500
57c7a76529The ep results importer for multiple buildings is completedSaeed Ranjbar2023-12-06 13:53:31 -0500
020190829fThe energy plus result importer for multiple buildings is created and tested. Currently, buildings are enriched with hourly values but monthly and yearly values are not working.Saeed Ranjbar2023-12-05 19:38:11 -0500
9c1e05939aThe city energy system importer for the north america is modified and tested.Saeed Ranjbar2023-10-17 17:25:13 -0400
978cc9d1eaadded system schematics to the data folder and to the catalog importerSaeed Ranjbar2023-10-16 17:48:42 -0400
0240e89170modified a small bug in north_america_energy_system_catalog.pySaeed Ranjbar2023-10-16 17:24:39 -0400
c6d4feec89Modified the classes and the north amercia catalog importer based on the changes Pilar made in the data model structureSaeed Ranjbar2023-10-16 16:44:53 -0400
3f649fd020finished central data model new structure for energy systems, importer and testp_monsalvete2023-10-13 13:31:46 -0400
d94bce4174half made changes in central data model for systemsp_monsalvete2023-10-13 08:23:40 -0400
1a7ad20135new catalog model and factory finished and test passedp_monsalvete2023-10-12 11:59:52 -0400
d29161b05erolled back and error introduced in a previous commitp_monsalvete2023-10-06 04:54:20 -0400
a331dce966fixed error in logic in _create_generic_systemsp_monsalvete2023-10-06 04:14:52 -0400
3f91da9f45Merge remote-tracking branch 'origin/energy_system_central_data_model' into energy_system_central_data_modelp_monsalvete2023-10-06 04:13:32 -0400
f13d7fd860fixed error in logic in _associate_energy_systemsp_monsalvete2023-10-06 04:11:56 -0400
ef89da8552created a loop for generation systems in _associate_energy_systemsSaeed Ranjbar2023-10-05 16:18:08 -0400
9654bee978modified the names and changed all singulars to pluralsSaeed Ranjbar2023-10-05 14:45:33 -0400
dae117fb44Merge remote-tracking branch 'origin/energy_plus_result_factory' into energy_plus_result_factorySaeed Ranjbar2023-10-05 14:20:24 -0400
91fa9d5ca1modified the names and changed all singulars to pluralsSaeed Ranjbar2023-10-05 14:20:02 -0400
8e145eefa1Merge remote-tracking branch 'origin/energy_system_central_data_model' into energy_system_central_data_modelSaeed Ranjbar2023-10-05 13:22:42 -0400
6f40a15609Merge remote-tracking branch 'origin/energy_system_central_data_model' into energy_system_central_data_modelSaeed Ranjbar2023-10-05 13:22:19 -0400
4a14deece1Merge remote-tracking branch 'origin/energy_system_central_data_model' into energy_system_central_data_modelSaeed Ranjbar2023-10-05 13:22:19 -0400
ca48d6448bchanged all the singular names to plural and turned distribution and emission systems into listsSaeed Ranjbar2023-10-05 13:18:57 -0400
f2bfc297b3Basic style correction and missing docstringsguille2023-10-05 11:30:20 +0200
d5c443a57bMerge remote-tracking branch 'origin/main' into energy_system_central_data_modelguille2023-10-05 11:02:13 +0200
568317ebf1Merge pull request 'fixing_working_hours_problem' (#47) from fixing_working_hours_problem into mainGuille Gutierrez2023-10-05 04:40:58 -0400
af32decf96Merge pull request 'added_new_functions_to_dictionaries' (#48) from added_new_functions_to_dictionaries into mainGuille Gutierrez2023-10-05 04:40:19 -0400
bb05b01312Merge pull request 'feature/load_compressed_city' (#46) from feature/load_compressed_city into mainGuille Gutierrez2023-10-05 04:38:59 -0400
cbda6ce13dTried to modify the test_systems_factory.py but received an error saying GenerationSystem object is not iterableSaeed Ranjbar2023-10-04 17:07:19 -0400
2b696f9251Merge branch 'main' into feature/load_compressed_cityKoa Wells2023-10-04 15:12:42 -0400
a97c068513Add removal of decompressed pickle fileKoa Wells2023-10-04 15:11:35 -0400