config: Set default behaviour of dc lines under_construction to zero
Keep them as extendable options, but do not give them any a-priori capacity.
This commit is contained in:
parent
2a8ec7e3db
commit
f83f01c9e0
@ -114,7 +114,7 @@ lines:
|
|||||||
|
|
||||||
links:
|
links:
|
||||||
s_max_pu: 0.7
|
s_max_pu: 0.7
|
||||||
under_construction: 'keep' # 'zero': set capacity to zero, 'remove': remove, 'keep': with full capacity
|
under_construction: 'zero' # 'zero': set capacity to zero, 'remove': remove, 'keep': with full capacity
|
||||||
|
|
||||||
transformers:
|
transformers:
|
||||||
x: 0.1
|
x: 0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user