diff --git a/Model_Library b/Model_Library index 314ea7f87c7232da21e67cda2e852a182e3fe930..eedf77f1e62b29c8ffbf012f6d9b634d155efdaf 160000 --- a/Model_Library +++ b/Model_Library @@ -1 +1 @@ -Subproject commit 314ea7f87c7232da21e67cda2e852a182e3fe930 +Subproject commit eedf77f1e62b29c8ffbf012f6d9b634d155efdaf diff --git a/runme.py b/runme.py index a5b7fbeb2c150f0c7524fca0c154cc1c06c5faf4..29ac2e8040ccc4fbdaf8af134c4585f1116b55ce 100644 --- a/runme.py +++ b/runme.py @@ -60,7 +60,7 @@ if simulation_scope == SimulationScope.PROSUMER: community_assets_dict = {'ca_bat': {'config_path': 'input_files/models/district_models/example_CA/config.csv', 'topology_path': 'input_files/models/district_models/example_CA', - 'profiles': {'elec_cns_ca_bat': 'demand_electric_3'}}} + 'profiles': {'elec_cns': 'demand_electric_3'}}} community_assets = main.Main_CA(community_assets_dict, input_profiles, t_horizon, t_step).community_assets