config add tiny description for powerplantfilter and custom_powerplants

This commit is contained in:
Fabian 2019-11-04 16:45:41 +01:00
parent 3b83985436
commit eb14486e29
3 changed files with 6 additions and 5 deletions

View File

@ -33,8 +33,8 @@ electricity:
battery: 6 battery: 6
H2: 168 H2: 168
powerplants_filter: false powerplants_filter: false # use pandas query strings here, e.g. Country not in ['Germany']
custom_powerplants: false #replace or add custom_powerplants: false # use pandas query strings here, e.g. Country in ['Germany']
conventional_carriers: [] # nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass] conventional_carriers: [] # nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
# estimate_renewable_capacities_from_capacity_stats: # estimate_renewable_capacities_from_capacity_stats:

View File

@ -18,7 +18,6 @@ snapshots:
closed: 'left' # end is not inclusive closed: 'left' # end is not inclusive
enable: enable:
powerplantmatching: false
prepare_links_p_nom: false prepare_links_p_nom: false
electricity: electricity:
@ -33,6 +32,8 @@ electricity:
battery: 6 battery: 6
H2: 168 H2: 168
powerplants_filter: false # use pandas query strings here, e.g. Country not in ['Germany']
custom_powerplants: false # use pandas query strings here, e.g. Country in ['Germany']
conventional_carriers: [coal, CCGT] # [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass] conventional_carriers: [coal, CCGT] # [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
atlite: atlite:

View File

@ -32,8 +32,8 @@ electricity:
battery: 6 battery: 6
H2: 168 H2: 168
powerplants_filter: false powerplants_filter: false # use pandas query strings here, e.g. Country not in ['Germany']
custom_powerplants: false #replace or add custom_powerplants: false # use pandas query strings here, e.g. Country in ['Germany']
conventional_carriers: [coal, CCGT] # [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass] conventional_carriers: [coal, CCGT] # [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
atlite: atlite: