2023-04-25 12:44:55 +00:00
|
|
|
# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
|
|
|
run:
|
2023-06-29 17:22:33 +00:00
|
|
|
name: "validation" # use this to keep track of runs with different settings
|
2023-04-25 12:44:55 +00:00
|
|
|
|
|
|
|
scenario:
|
|
|
|
ll: # allowed transmission line volume expansion, can be any float >= 1.0 with a prefix v|c (today) or "copt"
|
|
|
|
- v1.0
|
|
|
|
clusters: # number of nodes in Europe, any integer between 37 (1 node per country-zone) and several hundred
|
2023-05-17 10:47:26 +00:00
|
|
|
- 37c
|
2023-04-25 12:44:55 +00:00
|
|
|
opts: # only relevant for PyPSA-Eur
|
2023-07-03 15:14:50 +00:00
|
|
|
- 'Ept'
|
2023-04-25 12:44:55 +00:00
|
|
|
sector_opts: # this is where the main scenario settings are
|
2023-05-17 11:07:03 +00:00
|
|
|
- Co2L0-1H-T-H-B-I-A-solar+p3-dist1
|
2023-04-25 12:44:55 +00:00
|
|
|
|
|
|
|
snapshots:
|
|
|
|
start: "2019-01-01"
|
|
|
|
end: "2020-01-01"
|
|
|
|
inclusive: 'left' # include start, not end
|
|
|
|
|
|
|
|
enable:
|
2023-04-25 13:32:47 +00:00
|
|
|
retrieve_cutout: false
|
2023-04-25 12:44:55 +00:00
|
|
|
|
|
|
|
electricity:
|
2023-04-27 07:43:06 +00:00
|
|
|
co2limit: 1e9
|
2023-04-25 12:44:55 +00:00
|
|
|
|
|
|
|
extendable_carriers:
|
2023-04-26 15:15:01 +00:00
|
|
|
Generator: []
|
2023-04-25 12:44:55 +00:00
|
|
|
StorageUnit: [] # battery, H2
|
2023-04-26 15:15:01 +00:00
|
|
|
Store: []
|
2023-04-25 12:44:55 +00:00
|
|
|
Link: [] # H2 pipeline
|
|
|
|
|
|
|
|
# use pandas query strings here, e.g. Country not in ['Germany']
|
2023-07-13 16:36:14 +00:00
|
|
|
powerplants_filter: not (DateOut < 2019)
|
2023-04-25 12:44:55 +00:00
|
|
|
|
|
|
|
conventional_carriers: [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
|
|
|
|
renewable_carriers: [solar, onwind, offwind-ac, offwind-dc, hydro]
|
|
|
|
|
|
|
|
estimate_renewable_capacities:
|
|
|
|
year: 2019
|
|
|
|
|
|
|
|
|
|
|
|
atlite:
|
|
|
|
default_cutout: europe-2019-era5
|
|
|
|
cutouts:
|
|
|
|
# use 'base' to determine geographical bounds and time span from config
|
|
|
|
# base:
|
|
|
|
# module: era5
|
|
|
|
europe-2019-era5:
|
|
|
|
module: era5 # in priority order
|
|
|
|
x: [-12., 35.]
|
|
|
|
y: [33., 72]
|
|
|
|
dx: 0.3
|
|
|
|
dy: 0.3
|
|
|
|
time: ['2019', '2019']
|
|
|
|
|
|
|
|
|
|
|
|
renewable:
|
|
|
|
onwind:
|
|
|
|
cutout: europe-2019-era5
|
|
|
|
offwind-ac:
|
|
|
|
cutout: europe-2019-era5
|
|
|
|
offwind-dc:
|
|
|
|
cutout: europe-2019-era5
|
|
|
|
solar:
|
|
|
|
cutout: europe-2019-era5
|
|
|
|
hydro:
|
|
|
|
cutout: europe-2019-era5
|
|
|
|
|
|
|
|
conventional:
|
2023-07-11 15:48:35 +00:00
|
|
|
unit_commitment: false
|
2023-06-29 12:50:41 +00:00
|
|
|
dynamic_fuel_price: true
|
2023-04-25 12:44:55 +00:00
|
|
|
nuclear:
|
|
|
|
p_max_pu: "data/nuclear_p_max_pu.csv" # float of file name
|
|
|
|
|
|
|
|
|
|
|
|
load:
|
2023-04-25 14:32:44 +00:00
|
|
|
power_statistics: false # only for files from <2019; set false in order to get ENTSOE transparency data
|
2023-04-25 12:44:55 +00:00
|
|
|
|
|
|
|
costs:
|
2023-04-26 09:44:39 +00:00
|
|
|
year: 2020
|
2023-04-25 12:44:55 +00:00
|
|
|
emission_prices: # in currency per tonne emission, only used with the option Ep
|
2023-04-27 10:11:12 +00:00
|
|
|
co2: 25
|
2023-04-25 12:44:55 +00:00
|
|
|
|
|
|
|
solving:
|
|
|
|
#tmpdir: "path/to/tmp"
|
|
|
|
options:
|
2023-04-26 15:15:01 +00:00
|
|
|
load_shedding: true
|
2023-07-11 15:48:35 +00:00
|
|
|
rolling_horizon: true
|
|
|
|
horizon: 365
|