pypsa-eur/doc/simplification.rst
2019-08-12 19:01:53 +02:00

1.3 KiB

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> </head>

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.

  • simplify_network transforms the transmission grid to a 380 kV only equivalent network, while
  • cluster_network uses a k-means based clustering technique to partition the network into a given number of zones and then reduce the network to a representation with one bus per zone.

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

Simplify Network

System Message: ERROR/3 (<stdin>, line 21)

Unknown directive type "automodule".

.. automodule:: simplify_network

Cluster Network

System Message: ERROR/3 (<stdin>, line 28)

Unknown directive type "automodule".

.. automodule:: cluster_network

Prepare Network

System Message: ERROR/3 (<stdin>, line 35)

Unknown directive type "automodule".

.. automodule:: prepare_network
</html>