G-PST / power-flow-exercise

Apache License 2.0
7 stars 6 forks source link

Adding extra mpc data to net #25

Closed rbolgaryn closed 2 years ago

rbolgaryn commented 2 years ago

Separated the function to load and convert the RTS grid into 2:

net=load_rts_grid()
network=convert_to_pypsa(net)

@pz-max @claytonpbarrows please double-check that everything is correct.

This time, I did not drop the out of service sgens, but I activated them insted (PyPSA does not consider in_service flag).

The sgens that are supposed to be in service:

['CT', 'STEAM', 'CC', 'HYDRO']

The sgens that are supposed to be out of service:

['PV', 'CSP', 'RTPV', 'WIND', 'STORAGE']

@pz-max I thought this might be helpful to keep them, feel free to drop them if you don't need them.