pypsa-eur/config/config.validation.yaml

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

93 lines
2.2 KiB
YAML
Raw Normal View History

2023-04-25 12:44:55 +00:00
# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: CC0-1.0
run:
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
- 37c
2023-04-25 12:44:55 +00:00
opts: # only relevant for PyPSA-Eur
- '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']
powerplants_filter: (DateOut >= 2022 or DateOut != DateOut)
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
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:
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