pypsa-eur/doc/preparation.rst
2019-08-11 22:34:18 +02:00

3.1 KiB

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

Preparing Networks

The preparation process of the PyPSA-Eur energy system model consists of a group of snakemake rules which are briefly outlined and explained in detail in the sections below:

  • build_shapes generates GeoJSON files with shapes of the countries, exclusive economic zones and NUTS3 areas.
  • build_cutout prepares smaller weather data portions from ERA5 for cutout europe-2013-era5 and SARAH for cutout europe-2013-sarah.

With these and the externally extracted ENTSO-E online map topology (data/entsoegridkit), it can build a base PyPSA network with the following rules:

  • base_network builds and stores the base network with all buses, HVAC lines and HVDC links, while
  • build_bus_regions determines Voronoi cells for all substations.

Then the process continues by calculating conventional power plant capacities, potentials, and per-unit availability time series for variable renewable energy carriers and hydro power plants with the following rules:

  • build_powerplants for today's thermal power plant capacities using powerplantmatching allocating these to the closest substation for each powerplant,
  • build_renewable_potentials for the installation potentials for solar panels, onshore and offshore wind turbines constrained by landuse restrictions and natural protection areas,
  • build_renewable_profiles for the hourly capacity factors in each substation's Voronoi cell for PV, onshore and offshore wind, and
  • build_hydro_profile for the hourly per-unit hydro power availability time series.

The central rule add_electricity then ties all the different data inputs together into a detailed PyPSA network stored in networks/elec.nc.

Build Shapes

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

Unknown directive type "automodule".

.. automodule:: build_shapes

Build Cutout

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

Unknown directive type "automodule".

.. automodule:: build_cutout

Base Network

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

Unknown directive type "automodule".

.. automodule:: base_network

Build Bus Regions

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

Unknown directive type "automodule".

.. automodule:: build_bus_regions

Build Natura Raster

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

Unknown directive type "automodule".

.. automodule:: build_natura_raster

Build Country Full Load Hours

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

Unknown directive type "automodule".

.. automodule:: build_country_flh

Build Power Plants

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

Unknown directive type "automodule".

.. automodule:: build_powerplants

Build Renewable Profiles

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

Unknown directive type "automodule".

.. automodule:: build_renewable_profiles

Build Hydro Profile

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

Unknown directive type "automodule".

.. automodule:: build_hydro_profile

Add Electricity

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

Unknown directive type "automodule".

.. automodule:: add_electricity
</html>