update Snakefile
This commit is contained in:
parent
a4c5fbfa28
commit
69a2e69ca1
@ -243,7 +243,7 @@ rule add_electricity:
|
||||
base_network = "networks/base.nc",
|
||||
tech_costs=COSTS,
|
||||
regions="resources/regions_onshore.geojson",
|
||||
line_rating="resources/line_rating.nc" if config['lines'].get('line_rating', False) else "networks/base.nc",
|
||||
line_rating="resources/line_rating.nc" if config['dynamic_line_rating']['activate'].get('line_rating', False) else "networks/base.nc",
|
||||
powerplants='resources/powerplants.csv',
|
||||
hydro_capacities='data/bundle/hydro_capacities.csv',
|
||||
geth_hydro_capacities='data/geth2015_hydro_capacities.csv',
|
||||
|
@ -196,6 +196,12 @@ lines:
|
||||
s_nom_max: .inf
|
||||
length_factor: 1.25
|
||||
under_construction: 'zero' # 'zero': set capacity to zero, 'remove': remove, 'keep': with full capacity
|
||||
dynamic_line_rating:
|
||||
activate: false
|
||||
# factor compensate overestimation of the wind speed in hourly averaged wind data
|
||||
correction_factor: 0.95
|
||||
max_voltage_difference: 45 # in deg or `false` to disable
|
||||
max_line_rating: false # over capacity relative to nominal capacity e.g. 1.3 or `false`to disable
|
||||
|
||||
links:
|
||||
p_max_pu: 1.0
|
||||
|
Loading…
Reference in New Issue
Block a user