final_energy_system_model #60
g_gutierrez
commented 2024-03-13 02:26:16 -04:00
Owner
No description provided.
g_gutierrez
added 113 commits 2024-03-13 02:26:16 -04:00
starting updates in system catalog
7f5cde8175
starting updates in system catalog
2b95173dfc
The generation_system.py is renamed to heat_generation_system.py and the attributes and decorators are modified to encapsulate all the needed attributes for boilers and heat pumps.
9034c3375e
new branch created
9094c286c4
new directory created
02a03b8239
new directory created
e1ca39950f
Few modifications were mafe to heat_generation_system.py and electricity_generation_system.py classes.
fde6f0f751
added .gitignore to always ignore .idea
a3028221e3
added .gitignore to always ignore .idea
1b3a128f33
Renamed the electricity_generation_system.py to pv_generation_system.py and modified the heating_generation_system to generation_system.py to account for all the generation systems.
61d4c012dc
Merge remote-tracking branch 'origin/systems_catalog_improvement' into systems_catalog_improvement
012076492f
All the attributes related to the material and insulation of the tank are substituted with one attribute called "layers"
231e4a17f2
All the attributes related to the material and insulation of the tank are substituted with one attribute called "layers"
d6ee3d6e6b
Class parameter_function.py is created
6ce82c52de
distribution_system.py is modified
acd7ad2266
cogeneration ratio was removed from generation_system.py
3feecac15d
small changes to performance_curves.py and distribution_system.py
ccdc7a454d
modified energy_storage_system.py and energy_system_catalog.py generation_system.py
21ca1e1e28
started north america energy system catalog importer. NOT WORKING
16618fb54a
add generation and config
e91e61741e
fixing pv problem
32a40f17a6
generation components are all added to north_america_energy_system_catalog.py
923b1fe267
started to work on systems
0528aa0718
emission_system.py is rolled back to original
e20a700deb
north_america_components.xml is modified
72b5ff1040
modifications done to the xml file and north_america_energy_system_catalog.py
072d2a6d9d
load_generation and load_storage in north_america_energy_system_catalog.py is completed
9b0bdf2b7e
north_america_energy_system_catalog.py is completed
3deb63b14a
north_america_energy_system_catalog.py is completed and all the bugs have been resolved.
fe0a2d3003
nothing is changed
43e5bb7310
some changes in code to be reviewed by Saeed
5d4813f2f6
performance_curves.py is fixed
24a670755a
energy_storage_system.py is modified and inherited by thermal_storage_system.py and electrical_storage_system.py
644b1c9346
separated storage class in three, one abstract
6ac63adaaf
Merge remote-tracking branch 'origin/systems_catalog_improvement' into systems_catalog_improvement
b1d42ee00b
separated storage class in three, one abstract
c77b2254f1
changed some units in electrical storage
8dbeeaafa1
added to_dictionary to abstract class
d4b424357d
extracted storage type from abstract class
7810f8f91d
added S to some lists, updated montreal_custom_catalog.py to new catalog classes and removed __future__ from those classes that didn't need it
8763523d3b
removed last two values in generationSystems as they are not used anymore
b7c2bbae96
erased forgotten not needed print
a5f70f4720
solved bugs in adapting montreal_custom_catalog.py to new catalog data
56c84ad399
small changes to pv_generation_system.py
c072527dc6
chnages were made to energy_plus_workflow.py
a0d2f7e5bc
results_factory.py is modified
1392c05489
small changes in importer
8f8a6dbf71
tried to get monthly values from the method in helpers/monthly values.
cde3bfb4ae
tried to create a test
f0ffc26348
changed name of test file
cd7104206a
modified the test checking if it only returns the hourly, monthly and yearly demands for building 12
707b42f2a9
modified energy plus results importer test
b24a616d00
Merge branch 'systems_catalog_improvement' into energy_plus_result_factory
73dffdc367
work started on generation_system.py and generic_generation_system.py
ee875859e8
work started on generation_system.py and generic_generation_system.py
41cf280aab
I completed the generation_system.py
cb3e100fd4
new class created
482c06e4c2
Stochastic schedule folder created
bf004f9e18
Stochastic schedule folder created
12d20f2d7a
Merge remote-tracking branch 'origin/Stochastic_occupancy_model' into energy_plus_result_factory
e3c9c64e9f
cleaning mix-branches
4ce9f99e4d
Started working on north america energy system importer.
6d34e41e90
some refactoring
8b66e20e9a
continued the work on importer
3809cf2885
finished creating generic generation system in the _create_generic_systems method in north_america_custom_energy_system_parameters.py
8dbbfb9460
continued working on energy system importer
eaa3064a3f
made final changes to north_america_custom_energy_system_parameters.py
b914c9e7bf
started working on the test
fac6844da1
changing from generation system to generation systemS in system importer north america
087384475f
continued working on the importer
23a8fbe86d
finished the first part of the test.
f0ad1462d0
Tried to modify the test_systems_factory.py but received an error saying GenerationSystem object is not iterable
cbda6ce13d
Merge remote-tracking branch 'origin/main' into energy_system_central_data_model
d5c443a57b
Basic style correction and missing docstrings
f2bfc297b3
changed all the singular names to plural and turned distribution and emission systems into lists
ca48d6448b
Merge remote-tracking branch 'origin/energy_system_central_data_model' into energy_system_central_data_model
4a14deece1
Merge remote-tracking branch 'origin/energy_system_central_data_model' into energy_system_central_data_model
6f40a15609
Merge remote-tracking branch 'origin/energy_system_central_data_model' into energy_system_central_data_model
8e145eefa1
modified the names and changed all singulars to plurals
91fa9d5ca1
Merge remote-tracking branch 'origin/energy_plus_result_factory' into energy_plus_result_factory
dae117fb44
modified the names and changed all singulars to plurals
9654bee978
created a loop for generation systems in _associate_energy_systems
ef89da8552
fixed error in logic in _associate_energy_systems
f13d7fd860
Merge remote-tracking branch 'origin/energy_system_central_data_model' into energy_system_central_data_model
3f91da9f45
fixed error in logic in _create_generic_systems
a331dce966
rolled back and error introduced in a previous commit
d29161b05e
starting point, not working
11dc02d0e8
checking a problem with lists assignation where a single value should be assigned
84f5ebe4a0
finished generic system and system parts
57ee3e734b
new catalog model and factory finished and test passed
1a7ad20135
half made changes in central data model for systems
d94bce4174
finished central data model new structure for energy systems, importer and test
3f649fd020
Modified the classes and the north amercia catalog importer based on the changes Pilar made in the data model structure
c6d4feec89
modified a small bug in north_america_energy_system_catalog.py
0240e89170
added system schematics to the data folder and to the catalog importer
978cc9d1ea
The city energy system importer for the north america is modified and tested.
9c1e05939a
Add .gitignore to exclude Python bytecode files
e3f1d52a21
updated the idf.py
c3f2cfb02a
The 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.
020190829f
The ep results importer for multiple buildings is completed
57c7a76529
added storage_medium attribute to thermal_storage_system.py to enable us use water thermodynamic characteristics in the modelling
11f78ccb89
added storage_medium attribute to thermal_storage_system.py to enable us use water thermodynamic characteristics in the modelling
673cbac77a
A new attribute "dual_supply_capability" is added to NonPVGeneration class in non_pv_generation_system.py and the catalogue importer is adjusted
f976040f45
A new attribute "dual_supply_capability" is added to NonPVGeneration class in non_pv_generation_system.py and the catalogue importer is adjusted
ac4742d2c4
The dual_supply_capability is added to the city model structure
3e193f04a6
Title: Finalizing the energy system data model and system factory
ebaec9bb7c
Title: Finalizing the energy system data model and system factory
087fead489
Title: Improvement of Energy System Parameters Importer
57a9d24f4c
remove pychache
8d75fe1f3a
Merge remote-tracking branch 'origin/main' into final_energy_system_model
674393970c
Correct small error in unittest
1266f50e29
remove north_america catalog for energy systems
11d493ba0e
correct the unit tests
bf23730281
g_gutierrez
merged commit 0f0a923329 into main 2024-03-14 09:13:21 -04:00
g_gutierrez
referenced this issue from a commit 2024-03-14 09:13:22 -04:00
Merge pull request 'final_energy_system_model' (#60) from final_energy_system_model into main
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "final_energy_system_model"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?