update config files
This commit is contained in:
parent
03ac301238
commit
e2d8f046eb
@ -50,9 +50,29 @@ electricity:
|
|||||||
battery: 6
|
battery: 6
|
||||||
H2: 168
|
H2: 168
|
||||||
|
|
||||||
powerplants_filter: false # use pandas query strings here, e.g. Country not in ['Germany']
|
# use pandas query strings here, e.g. Country not in ['Germany']
|
||||||
custom_powerplants: false # use pandas query strings here, e.g. Country in ['Germany']
|
powerplants_filter: (DateOut >= 2022 or DateOut != DateOut)
|
||||||
conventional_carriers: [coal, CCGT] # [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
|
# use pandas query strings here, e.g. Country in ['Germany']
|
||||||
|
custom_powerplants: false
|
||||||
|
|
||||||
|
conventional_carriers: [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
|
||||||
|
renewable_carriers: [solar, onwind, offwind-ac, offwind-dc, hydro]
|
||||||
|
|
||||||
|
estimate_renewable_capacities:
|
||||||
|
enable: true
|
||||||
|
# Add capacities from OPSD data
|
||||||
|
from_opsd: true
|
||||||
|
# Renewable capacities are based on existing capacities reported by IRENA
|
||||||
|
year: 2020
|
||||||
|
# Artificially limit maximum capacities to factor * (IRENA capacities),
|
||||||
|
# i.e. 110% of <years>'s capacities => expansion_limit: 1.1
|
||||||
|
# false: Use estimated renewable potentials determine by the workflow
|
||||||
|
expansion_limit: false
|
||||||
|
technology_mapping:
|
||||||
|
# Wind is the Fueltype in powerplantmatching, onwind, offwind-{ac,dc} the carrier in PyPSA-Eur
|
||||||
|
Offshore: [offwind-ac, offwind-dc]
|
||||||
|
Onshore: [onwind]
|
||||||
|
PV: [solar]
|
||||||
|
|
||||||
atlite:
|
atlite:
|
||||||
nprocesses: 4
|
nprocesses: 4
|
||||||
|
@ -48,9 +48,30 @@ electricity:
|
|||||||
battery: 6
|
battery: 6
|
||||||
H2: 168
|
H2: 168
|
||||||
|
|
||||||
powerplants_filter: false # use pandas query strings here, e.g. Country not in ['Germany']
|
# use pandas query strings here, e.g. Country not in ['Germany']
|
||||||
custom_powerplants: false # use pandas query strings here, e.g. Country in ['Germany']
|
powerplants_filter: (DateOut >= 2022 or DateOut != DateOut)
|
||||||
conventional_carriers: [coal, CCGT] # [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
|
# use pandas query strings here, e.g. Country in ['Germany']
|
||||||
|
custom_powerplants: false
|
||||||
|
|
||||||
|
conventional_carriers: [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
|
||||||
|
renewable_carriers: [solar, onwind, offwind-ac, offwind-dc, hydro]
|
||||||
|
|
||||||
|
estimate_renewable_capacities:
|
||||||
|
enable: true
|
||||||
|
# Add capacities from OPSD data
|
||||||
|
from_opsd: true
|
||||||
|
# Renewable capacities are based on existing capacities reported by IRENA
|
||||||
|
year: 2020
|
||||||
|
# Artificially limit maximum capacities to factor * (IRENA capacities),
|
||||||
|
# i.e. 110% of <years>'s capacities => expansion_limit: 1.1
|
||||||
|
# false: Use estimated renewable potentials determine by the workflow
|
||||||
|
expansion_limit: false
|
||||||
|
technology_mapping:
|
||||||
|
# Wind is the Fueltype in powerplantmatching, onwind, offwind-{ac,dc} the carrier in PyPSA-Eur
|
||||||
|
Offshore: [offwind-ac, offwind-dc]
|
||||||
|
Onshore: [onwind]
|
||||||
|
PV: [solar]
|
||||||
|
|
||||||
|
|
||||||
atlite:
|
atlite:
|
||||||
nprocesses: 4
|
nprocesses: 4
|
||||||
|
Loading…
Reference in New Issue
Block a user