A new attribute "dual_supply_capability" is added to NonPVGeneration class in non_pv_generation_system.py and the catalogue importer is adjusted

This commit is contained in:
Saeed Ranjbar 2024-02-01 12:24:15 -05:00
parent f976040f45
commit ac4742d2c4

View File

@ -84,7 +84,8 @@ class MontrealCustomCatalog(Catalog):
heat_efficiency=heating_efficiency,
cooling_efficiency=cooling_efficiency,
electricity_efficiency=electricity_efficiency,
energy_storage_systems=storage_systems
energy_storage_systems=storage_systems,
dual_supply_capability=False
)
_equipments.append(generation_system)