Merge pull request #398 from pz-max/config-fix

clean config, add H2 pipeline comment
This commit is contained in:
Fabian Hofmann 2022-07-21 16:33:00 +02:00 committed by GitHub
commit 4f633f0caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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