Skip to content

Fix/improve cc config format #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ template:
time-dependent: false
scenario-dependent: false
value:
type: cluster_data
type: thermal
data:
area: z_batteries
cluster: z_batteries_batteries_${area}_1
Expand All @@ -39,7 +39,7 @@ template:
time-dependent: false
scenario-dependent: false
value:
type: from_timeseries
type: timeseries
data:
path: input/links/${area}/capacities/z_batteries_direct.txt
column: 0 #Read the first column
Expand All @@ -50,7 +50,7 @@ template:
time-dependent: false
scenario-dependent: false
value:
type: cluster_data
type: thermal
data:
area: ${area}
cluster: ${area}_batteries_inj
Expand All @@ -60,9 +60,9 @@ template:
time-dependent: false
scenario-dependent: false
value:
type: binding_constraint_data
type: binding_constraint
data:
binding-constraint-id: batteries_${area}
id: batteries_${area}
field: ${area}%z_batteries
operation:
multiply_by: -1
Expand All @@ -71,9 +71,9 @@ template:
time-dependent: false
scenario-dependent: false
value:
type: binding_constraint_data
type: binding_constraint
data:
binding-constraint-id: batteries_${area}
id: batteries_${area}
field: ${area}.${area}_batteries_inj

- id: lower_rule_curve
Expand All @@ -87,7 +87,7 @@ template:
time-dependent: true
scenario-dependent: false
value:
type: from_timeseries
type: timeseries
data:
path: input/thermal/series/z_batteries/z_batteries_batteries_${area}_1/series.txt
column: 0
Expand All @@ -98,7 +98,7 @@ template:
time-dependent: true
scenario-dependent: false
value:
type: from_timeseries
type: timeseries
data:
path: input/links/${area}/capacities/z_batteries_direct.txt
column: 0
Expand All @@ -109,7 +109,7 @@ template:
time-dependent: true
scenario-dependent: false
value:
type: from_timeseries
type: timeseries
data:
path: input/thermal/series/${area}/${area}_batteries_inj/series.txt
column: 0
Expand All @@ -120,7 +120,7 @@ template:
time-dependent: true
scenario-dependent: false
value:
type: from_timeseries
type: timeseries
data:
path: input/links/${area}/capacities/z_batteries_parameters
column: 0
Expand Down
Loading