add changes from PR #379
This commit is contained in:
parent
bef4967e84
commit
b4d8dd8ecb
@ -24,8 +24,13 @@ clustering:
|
||||
to_substations: false # network is simplified to nodes with positive or negative power injection (i.e. substations or offwind connections)
|
||||
aggregation_strategies:
|
||||
generators:
|
||||
p_nom_max: "sum" # use "min" for more conservative assumptions
|
||||
p_nom_min: "sum"
|
||||
p_nom_max: sum # use "min" for more conservative assumptions
|
||||
p_nom_min: sum
|
||||
p_min_pu: mean
|
||||
marginal_cost: mean
|
||||
committable: any
|
||||
ramp_limit_up: max
|
||||
ramp_limit_down: max
|
||||
|
||||
snapshots:
|
||||
start: "2013-01-01"
|
||||
|
@ -24,8 +24,13 @@ clustering:
|
||||
to_substations: false # network is simplified to nodes with positive or negative power injection (i.e. substations or offwind connections)
|
||||
aggregation_strategies:
|
||||
generators:
|
||||
p_nom_max: "sum" # use "min" for more conservative assumptions
|
||||
p_nom_min: "sum"
|
||||
p_nom_max: sum # use "min" for more conservative assumptions
|
||||
p_nom_min: sum
|
||||
p_min_pu: mean
|
||||
marginal_cost: mean
|
||||
committable: any
|
||||
ramp_limit_up: max
|
||||
ramp_limit_down: max
|
||||
|
||||
snapshots:
|
||||
start: "2013-03-01"
|
||||
|
Loading…
Reference in New Issue
Block a user