2023-07-05 13:50:57 +00:00
|
|
|
# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
|
|
|
run:
|
|
|
|
name: "validation-test" # use this to keep track of runs with different settings
|
|
|
|
|
|
|
|
scenario:
|
|
|
|
clusters: # number of nodes in Europe, any integer between 37 (1 node per country-zone) and several hundred
|
2023-07-14 13:35:28 +00:00
|
|
|
- 37
|
2023-07-05 13:50:57 +00:00
|
|
|
opts: # only relevant for PyPSA-Eur
|
2023-07-06 17:14:01 +00:00
|
|
|
- 'Ept'
|
|
|
|
|
|
|
|
snapshots:
|
2023-07-11 15:48:35 +00:00
|
|
|
start: "2019-01-01"
|
2023-07-14 13:35:28 +00:00
|
|
|
end: "2020-01-01"
|
2023-07-06 17:14:01 +00:00
|
|
|
inclusive: 'left' # include start, not end
|
2023-07-11 15:48:35 +00:00
|
|
|
|
|
|
|
conventional:
|
|
|
|
unit_commitment: false
|
2023-07-14 13:35:28 +00:00
|
|
|
|
|
|
|
solving:
|
|
|
|
options:
|
|
|
|
linearized_unit_commitment: false
|
|
|
|
rolling_horizon: false
|