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
|
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:
|
||||||
|
@ -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:
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user