2024-02-19 15:21:48 +00:00
|
|
|
# SPDX-FileCopyrightText: : 2017-2024 The PyPSA-Eur Authors
|
2023-04-25 12:44:55 +00:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
run:
|
2023-08-01 07:02:52 +00:00
|
|
|
name: "validation"
|
2023-04-25 12:44:55 +00:00
|
|
|
|
|
|
|
scenario:
|
2023-08-01 07:02:52 +00:00
|
|
|
ll:
|
2023-04-25 12:44:55 +00:00
|
|
|
- v1.0
|
2023-08-01 07:02:52 +00:00
|
|
|
clusters:
|
2023-07-25 10:11:57 +00:00
|
|
|
- 37
|
2023-08-01 07:02:52 +00:00
|
|
|
opts:
|
2023-07-03 15:14:50 +00:00
|
|
|
- 'Ept'
|
2023-04-25 12:44:55 +00:00
|
|
|
|
|
|
|
snapshots:
|
|
|
|
start: "2019-01-01"
|
|
|
|
end: "2020-01-01"
|
2023-08-01 07:02:52 +00:00
|
|
|
inclusive: 'left'
|
2023-04-25 12:44:55 +00:00
|
|
|
|
|
|
|
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-08-01 07:02:52 +00:00
|
|
|
StorageUnit: []
|
2023-04-26 15:15:01 +00:00
|
|
|
Store: []
|
2023-08-01 07:02:52 +00:00
|
|
|
Link: []
|
2023-04-25 12:44:55 +00:00
|
|
|
|
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:
|
|
|
|
europe-2019-era5:
|
2023-08-01 07:02:52 +00:00
|
|
|
module: era5
|
2023-04-25 12:44:55 +00:00
|
|
|
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
|
2023-07-26 14:40:24 +00:00
|
|
|
flatten_dispatch: 0.01
|
2023-04-25 12:44:55 +00:00
|
|
|
|
|
|
|
conventional:
|
2023-08-04 10:58:31 +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:
|
2023-08-01 07:02:52 +00:00
|
|
|
p_max_pu: "data/nuclear_p_max_pu.csv"
|
2023-07-19 08:11:54 +00:00
|
|
|
biomass:
|
2023-07-21 11:23:00 +00:00
|
|
|
p_max_pu: 0.65
|
2023-04-25 12:44:55 +00:00
|
|
|
|
2023-07-21 11:23:00 +00:00
|
|
|
lines:
|
2023-07-31 09:15:21 +00:00
|
|
|
s_max_pu: 0.23
|
2023-08-01 07:02:52 +00:00
|
|
|
under_construction: 'remove'
|
2023-07-21 11:23:00 +00:00
|
|
|
|
2023-07-20 12:35:45 +00:00
|
|
|
links:
|
|
|
|
include_tyndp: false
|
|
|
|
|
2023-04-25 12:44:55 +00:00
|
|
|
costs:
|
2023-04-26 09:44:39 +00:00
|
|
|
year: 2020
|
2023-08-01 07:02:52 +00:00
|
|
|
emission_prices:
|
2023-04-27 10:11:12 +00:00
|
|
|
co2: 25
|
2023-04-25 12:44:55 +00:00
|
|
|
|
2023-07-25 10:11:57 +00:00
|
|
|
clustering:
|
|
|
|
simplify_network:
|
|
|
|
exclude_carriers: [oil, coal, lignite, OCGT, CCGT]
|
|
|
|
cluster_network:
|
|
|
|
consider_efficiency_classes: true
|
2023-07-21 11:23:00 +00:00
|
|
|
|
2023-04-25 12:44:55 +00:00
|
|
|
solving:
|
|
|
|
options:
|
2023-04-26 15:15:01 +00:00
|
|
|
load_shedding: true
|
2023-07-25 10:11:57 +00:00
|
|
|
rolling_horizon: false
|
2023-07-26 11:00:31 +00:00
|
|
|
horizon: 1000
|
|
|
|
overlap: 48
|