pypsa-eur/config/test/config.scenarios.yaml

62 lines
1016 B
YAML
Raw Normal View History

2023-08-15 13:02:41 +00:00
# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: CC0-1.0
tutorial: true
run:
name:
- test-elec-no-offshore-wind
- test-elec-no-onshore-wind
scenarios:
enable: true
file: "config/test/scenarios.yaml"
2023-08-15 13:02:41 +00:00
disable_progressbar: true
shared_resources:
policy: base
2023-08-15 13:02:41 +00:00
shared_cutouts: true
scenario:
clusters:
- 5
opts:
2024-05-13 08:50:24 +00:00
- ''
2023-08-15 13:02:41 +00:00
countries: ['BE']
snapshots:
start: "2013-03-01"
end: "2013-03-08"
electricity:
extendable_carriers:
Generator: [OCGT]
2024-02-12 15:49:15 +00:00
StorageUnit: [battery, H2]
Store: []
2023-08-15 13:02:41 +00:00
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
solving:
solver:
name: glpk
options: "glpk-default"