adjust config validation test
This commit is contained in:
parent
4e49dfe73e
commit
65d9036ed4
@ -7,14 +7,19 @@ run:
|
|||||||
|
|
||||||
scenario:
|
scenario:
|
||||||
clusters: # number of nodes in Europe, any integer between 37 (1 node per country-zone) and several hundred
|
clusters: # number of nodes in Europe, any integer between 37 (1 node per country-zone) and several hundred
|
||||||
- 37c
|
- 37
|
||||||
opts: # only relevant for PyPSA-Eur
|
opts: # only relevant for PyPSA-Eur
|
||||||
- 'Ept'
|
- 'Ept'
|
||||||
|
|
||||||
snapshots:
|
snapshots:
|
||||||
start: "2019-01-01"
|
start: "2019-01-01"
|
||||||
end: "2019-02-01"
|
end: "2020-01-01"
|
||||||
inclusive: 'left' # include start, not end
|
inclusive: 'left' # include start, not end
|
||||||
|
|
||||||
conventional:
|
conventional:
|
||||||
unit_commitment: false
|
unit_commitment: false
|
||||||
|
|
||||||
|
solving:
|
||||||
|
options:
|
||||||
|
linearized_unit_commitment: false
|
||||||
|
rolling_horizon: false
|
||||||
|
Loading…
Reference in New Issue
Block a user