config add tiny description for powerplantfilter and custom_powerplants
This commit is contained in:
parent
3b83985436
commit
eb14486e29
@ -33,8 +33,8 @@ electricity:
|
||||
battery: 6
|
||||
H2: 168
|
||||
|
||||
powerplants_filter: false
|
||||
custom_powerplants: false #replace or add
|
||||
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: [] # nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
|
||||
|
||||
# estimate_renewable_capacities_from_capacity_stats:
|
||||
|
@ -18,7 +18,6 @@ snapshots:
|
||||
closed: 'left' # end is not inclusive
|
||||
|
||||
enable:
|
||||
powerplantmatching: false
|
||||
prepare_links_p_nom: false
|
||||
|
||||
electricity:
|
||||
@ -33,6 +32,8 @@ electricity:
|
||||
battery: 6
|
||||
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]
|
||||
|
||||
atlite:
|
||||
|
@ -32,8 +32,8 @@ electricity:
|
||||
battery: 6
|
||||
H2: 168
|
||||
|
||||
powerplants_filter: false
|
||||
custom_powerplants: false #replace or add
|
||||
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]
|
||||
|
||||
atlite:
|
||||
|
Loading…
Reference in New Issue
Block a user