Skip to content

Latest commit

 

History

History

models

PowerData: models

This directory contains several realistic transmission grid models, including

  • a large model of continental Europe, with more than 4000 buses, 8000 lines, and 800 generators, and
  • smaller models of individual countries (Germany, France, Spain, Italy, and Switzerland) based on the European one.

The models are given in the PowerModels format, which is itself derived from the MatPower file format. In addition to the standard data structure, our models contain a few additional fields such as:

  • line susceptances needed for DC power flow computations;
  • for some generators, a list of names matching those used in the ENTSO-E database, so that actual production data can be used when needed;
  • an aggregated production type to simplify the grouping of generators by type;
  • for each generator, an expected average production value computed from actual data.

Sources

The European model is based on PanTaGruEl, a model of the transmission grid of continental Europe, available as a Julia package developed by Laurent Pagnier.

PanTaGruEl can also be found in the Zenodo data repository, and it has been documented in the publications

The notebooks used to generate the model can be found in the src directory.