2024-02-19 15:21:48 +00:00
|
|
|
# SPDX-FileCopyrightText: : 2017-2024 The PyPSA-Eur Authors
|
2023-06-02 14:59:06 +00:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
|
|
|
tutorial: true
|
|
|
|
|
|
|
|
|
|
|
|
run:
|
|
|
|
name: "test-elec" # use this to keep track of runs with different settings
|
|
|
|
disable_progressbar: true
|
2024-01-31 15:53:14 +00:00
|
|
|
shared_resources: "test"
|
2023-06-02 14:59:06 +00:00
|
|
|
shared_cutouts: true
|
|
|
|
|
|
|
|
scenario:
|
|
|
|
clusters:
|
|
|
|
- 5
|
|
|
|
opts:
|
2024-01-31 15:53:14 +00:00
|
|
|
- Co2L-24h
|
2023-06-02 14:59:06 +00:00
|
|
|
|
|
|
|
countries: ['BE']
|
|
|
|
|
|
|
|
snapshots:
|
|
|
|
start: "2013-03-01"
|
|
|
|
end: "2013-03-08"
|
|
|
|
|
|
|
|
electricity:
|
|
|
|
co2limit: 100.e+6
|
|
|
|
|
|
|
|
extendable_carriers:
|
|
|
|
Generator: [OCGT]
|
|
|
|
StorageUnit: [battery]
|
|
|
|
Store: [H2]
|
|
|
|
Link: [H2 pipeline]
|
|
|
|
|
|
|
|
renewable_carriers: [solar, onwind, offwind-ac, offwind-dc]
|
|
|
|
|
|
|
|
|
|
|
|
atlite:
|
|
|
|
default_cutout: be-03-2013-era5
|
|
|
|
cutouts:
|
|
|
|
be-03-2013-era5:
|
|
|
|
module: era5
|
|
|
|
x: [4., 15.]
|
|
|
|
y: [46., 56.]
|
|
|
|
time: ["2013-03-01", "2013-03-08"]
|
|
|
|
|
|
|
|
renewable:
|
|
|
|
onwind:
|
|
|
|
cutout: be-03-2013-era5
|
|
|
|
offwind-ac:
|
|
|
|
cutout: be-03-2013-era5
|
|
|
|
max_depth: false
|
|
|
|
offwind-dc:
|
|
|
|
cutout: be-03-2013-era5
|
|
|
|
max_depth: false
|
|
|
|
solar:
|
|
|
|
cutout: be-03-2013-era5
|
|
|
|
|
|
|
|
|
|
|
|
clustering:
|
|
|
|
exclude_carriers: ["OCGT", "offwind-ac", "coal"]
|
|
|
|
|
2023-06-02 15:16:38 +00:00
|
|
|
lines:
|
|
|
|
dynamic_line_rating:
|
|
|
|
activate: true
|
2023-07-25 13:08:44 +00:00
|
|
|
cutout: be-03-2013-era5
|
2023-06-02 15:16:38 +00:00
|
|
|
max_line_rating: 1.3
|
|
|
|
|
2023-06-02 14:59:06 +00:00
|
|
|
|
|
|
|
solving:
|
|
|
|
solver:
|
|
|
|
name: glpk
|
|
|
|
options: "glpk-default"
|
|
|
|
|
|
|
|
|
|
|
|
plotting:
|
|
|
|
map:
|
|
|
|
boundaries:
|
|
|
|
eu_node_location:
|
|
|
|
x: -5.5
|
|
|
|
y: 46.
|
|
|
|
costs_max: 1000
|
|
|
|
costs_threshold: 0.0000001
|
|
|
|
energy_max:
|
|
|
|
energy_min:
|
|
|
|
energy_threshold: 0.000001
|