PyPSA icon indicating copy to clipboard operation
PyPSA copied to clipboard

Comprehensive Workflows with potential outsources functionality

Open FabianHofmann opened this issue 3 weeks ago • 2 comments

Following the approaches of abstract optimization functions, PyPSA can support more comprehensive workflows with other tools in the loop.

Examples:

Resource adequacy

  1. Capacity expansion
  2. Economic dispatch run

Optimal Power Flow

  1. Capacity expansion
  2. Economic dispatch run
  3. AC Power Flow run (potentially outsourced)

...

FabianHofmann avatar Dec 10 '25 10:12 FabianHofmann

To enable lossless transfer of information between PyPSA <-> pandapower, we probably need to support new components in PyPSA. This could be handy for supporting multiple dozens of the nice IEEE examples from pandpower. More described here: https://github.com/PyPSA/PyPSA/pull/332#issuecomment-1293260524 (as far as I remember, we would need switches & three-winding transformers: https://forum.openmod.org/t/pypsa-and-the-cim-cgmes-does-it-make-sense-to-go-down-this-road/5033/2?u=maxparzen)

pz-max avatar Dec 11 '25 14:12 pz-max

There used to be a proposal for switches: https://github.com/PyPSA/PyPSA/pull/137

fneum avatar Dec 12 '25 05:12 fneum