fix typo
This commit is contained in:
parent
4ee18ea9fa
commit
324ededa66
@ -34,15 +34,16 @@ electricity:
|
|||||||
battery: 6
|
battery: 6
|
||||||
H2: 168
|
H2: 168
|
||||||
|
|
||||||
|
powerplants_filter: false
|
||||||
|
custom_powerplants: false #replace or add
|
||||||
|
restrict_buildyear: false #delete generators built after 2015
|
||||||
|
conventional_carriers: [] # nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
|
||||||
|
|
||||||
# estimate_renewable_capacities_from_capacity_stats:
|
# estimate_renewable_capacities_from_capacity_stats:
|
||||||
# # Wind is the Fueltype in ppm.data.Capacity_stats, onwind, offwind-{ac,dc} the carrier in PyPSA-Eur
|
# # Wind is the Fueltype in ppm.data.Capacity_stats, onwind, offwind-{ac,dc} the carrier in PyPSA-Eur
|
||||||
# Wind: [onwind, offwind-ac, offwind-dc]
|
# Wind: [onwind, offwind-ac, offwind-dc]
|
||||||
# Solar: [solar]
|
# Solar: [solar]
|
||||||
|
|
||||||
powerplants_filter: false
|
|
||||||
custom_powerplants: false #replace or add
|
|
||||||
restrict_buildyear: false #delete generators built after 2015
|
|
||||||
conventional_carriers: [] # nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
|
|
||||||
|
|
||||||
atlite:
|
atlite:
|
||||||
nprocesses: 4
|
nprocesses: 4
|
||||||
|
@ -79,7 +79,7 @@ if __name__ == "__main__":
|
|||||||
df.Technology.replace('Steam Turbine',
|
df.Technology.replace('Steam Turbine',
|
||||||
'OCGT').fillna('OCGT')))))
|
'OCGT').fillna('OCGT')))))
|
||||||
|
|
||||||
ppl_query = snakemake.config['electricity']['powerplant_filter']
|
ppl_query = snakemake.config['electricity']['powerplants_filter']
|
||||||
if isinstance(ppl_query, str):
|
if isinstance(ppl_query, str):
|
||||||
ppl.query(ppl_query, inplace=True)
|
ppl.query(ppl_query, inplace=True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user