clean config, add H2 pipeline comment

This commit is contained in:
Max Parzen 2022-07-21 14:43:28 +01:00
parent 6047c8d750
commit 3210bbf8f9
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ electricity:
Generator: [solar, onwind, offwind-ac, offwind-dc, OCGT] Generator: [solar, onwind, offwind-ac, offwind-dc, OCGT]
StorageUnit: [] # battery, H2 StorageUnit: [] # battery, H2
Store: [battery, H2] Store: [battery, H2]
Link: [AC, DC] Link: [] # H2 pipeline
# use pandas query strings here, e.g. Country not in ['Germany'] # use pandas query strings here, e.g. Country not in ['Germany']
powerplants_filter: (DateOut >= 2022 or DateOut != DateOut) powerplants_filter: (DateOut >= 2022 or DateOut != DateOut)

View File

@ -40,7 +40,7 @@ electricity:
Generator: [OCGT] Generator: [OCGT]
StorageUnit: [] #battery, H2 StorageUnit: [] #battery, H2
Store: [battery, H2] Store: [battery, H2]
Link: [] Link: [] # H2 pipeline
max_hours: max_hours:
battery: 6 battery: 6