pypsa-eur/config/examples/config.validation.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

96 lines
1.6 KiB
YAML
Raw Permalink Normal View History

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:
- 37
2023-08-01 07:02:52 +00:00
opts:
- '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
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
flatten_dispatch: 0.01
2023-04-25 12:44:55 +00:00
conventional:
2023-08-04 10:58:31 +00:00
unit_commitment: false
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"
biomass:
p_max_pu: 0.65
2023-04-25 12:44:55 +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'
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
clustering:
simplify_network:
exclude_carriers: [oil, coal, lignite, OCGT, CCGT]
cluster_network:
consider_efficiency_classes: true
2023-04-25 12:44:55 +00:00
solving:
options:
2023-04-26 15:15:01 +00:00
load_shedding: true
rolling_horizon: false
horizon: 1000
overlap: 48