Simplifying Networks

Simplifying Networks#

The simplification snakemake rules prepare approximations of the full model, for which it is computationally viable to co-optimize generation, storage and transmission capacities.

  • base_network builds and stores the base network with all buses, HVAC lines and HVDC links

  • add_electricity adds the generators and demand to the network model

  • simplify_network transforms the transmission grid to a 380 kV only equivalent network

  • cluster_network uses a clustering approach (e.g. k-means ) to partition the network into a given number of zones and then reduce the network to a representation with one bus per zone.

  • add_extra_components add extra components to the model, such as storage

  • prepare_network introduces optional constraints and requirements in the modelling, such as CO2 emissions, security margins, etc.

The simplification and clustering steps are described in detail in the paper

Index: