Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bi-Level_EVA
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel Strach
Bi-Level_EVA
Commits
426703b5
Commit
426703b5
authored
2 years ago
by
Christoph von Oy
Browse files
Options
Downloads
Patches
Plain Diff
Components store their own input profiles
parent
717308f6
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Model_Library
+1
-1
1 addition, 1 deletion
Model_Library
runme.py
+8
-15
8 additions, 15 deletions
runme.py
with
9 additions
and
16 deletions
Model_Library
@
2a5dc03f
Compare
63dd8424
...
2a5dc03f
Subproject commit
63dd8424cf069f35f33428e94f50dee3fe2aab39
Subproject commit
2a5dc03f968990ce3169bca7ffa73ab173f537d2
This diff is collapsed.
Click to expand it.
runme.py
+
8
−
15
View file @
426703b5
...
...
@@ -58,18 +58,15 @@ print("runme:\t\t\tProfile Processing [s]: \t" + str(after_input_processing_time
# 'config_path': path to global configurations like prices, injection prices, emission costs, etc.
prosumer_dict
=
{
'
SCN2_CAT1_PV11_3000_6000
'
:{
'
topology_path
'
:
'
input_files/models/prosumer_models/SCN2_CAT1_PV11
'
,
'
config_path
'
:
'
input_files/models/prosumer_models/SCN2_CAT1_PV11/config.csv
'
,
'
profiles
'
:
{
'
irradiance
'
:
'
irradiance_1
'
,
'
air_temperature
'
:
'
temperature_1
'
,
'
elec_demand
'
:
'
demand_electric_1
'
,
'
therm_demand
'
:
'
demand_heat_1
'
,
'
hot_water_demand
'
:
'
demand_hot_water_1
'
}},
'
profiles
'
:
{
'
pv_roof
'
:
(
'
irradiance_1
'
,
'
temperature_1
'
),
'
elec_cns
'
:
'
demand_electric_1
'
,
'
therm_cns
'
:
'
demand_heat_1
'
,
'
dhw_dmd
'
:
'
demand_hot_water_1
'
}},
'
SCN0_CAT1_3000_6000
'
:
{
'
topology_path
'
:
'
input_files/models/prosumer_models/SCN0_CAT1
'
,
'
config_path
'
:
'
input_files/models/prosumer_models/SCN0_CAT1/config.csv
'
,
'
profiles
'
:
{
'
irradiance
'
:
'
irradiance_2
'
,
'
air_temperature
'
:
'
temperature_2
'
,
'
elec_demand
'
:
'
demand_electric_2
'
,
'
therm_demand
'
:
'
demand_heat_2
'
,
'
hot_water_demand
'
:
'
demand_hot_water_2
'
}}}
'
profiles
'
:
{
'
elec_cns
'
:
'
demand_electric_2
'
,
'
therm_cns
'
:
'
demand_heat_2
'
,
'
dhw_dmd
'
:
'
demand_hot_water_2
'
}},}
prosumer_strategy
=
[
'
annuity
'
]
parallel_processing
=
False
...
...
@@ -96,11 +93,7 @@ if simulation_scope == SimulationScope.PROSUMER:
start_community_time
=
time
.
time
()
community_assets_dict
=
{
'
ca_bat
'
:
{
'
topology_path
'
:
'
input_files/models/district_models/example_CA
'
,
'
config_path
'
:
'
input_files/models/district_models/example_CA/config.csv
'
,
'
profiles
'
:
{
'
irradiance
'
:
'
irradiance_3
'
,
'
air_temperature
'
:
'
temperature_3
'
,
'
elec_demand
'
:
'
demand_electric_3
'
,
'
therm_demand
'
:
'
demand_heat_3
'
,
'
hot_water_demand
'
:
'
demand_hot_water_3
'
}}}
'
profiles
'
:
{
'
elec_cns_ca_bat
'
:
'
demand_electric_3
'
}}}
community_assets_strategy
=
'
sizing_max_operational_profit
'
before_community_assets_time
=
time
.
time
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment