openego / eTraGo

Optimization of flexibility options for transmission grids based on PyPSA
GNU Affero General Public License v3.0
30 stars 13 forks source link

Features/#701 ramp up down plots #702

Closed CarlosEpia closed 5 months ago

CarlosEpia commented 7 months ago

Deals with ramp_up and ramp_down plots. @ulfmueller could you merge this branch into your market simulation branch and try these lines:

etrago.plot_grid(line_colors="expansion_abs", bus_colors= "ramp_down", bus_sizes=0.00001, timesteps= range(len(network.snapshots)))

etrago.plot_grid(line_colors="expansion_abs", bus_colors= "ramp_up", bus_sizes=0.00001, timesteps= range(len(network.snapshots)))