Spatial resolutionΒΆ

The default nodal resolution of the model follows the electricity generation and transmission model PyPSA-Eur, which clusters down the electricity transmission substations in each European country based on the k-means algorithm (See cluster_network for a complete explanation). This gives nodes which correspond to major load and generation centres (typically cities).

The total number of nodes for Europe is set in the config.yaml file under clusters. The number of nodes can vary between 37, the number of independent countries / synchronous areas, and several hundred. With 200-300 nodes the model needs 100-150 GB RAM to solve with a commercial solver like Gurobi.

Exemplary unsolved network clustered to 512 nodes:

_images/elec_s_512.png

Exemplary unsolved network clustered to 37 nodes:

_images/elec_s_37.png

The total number of nodes for Europe is set in the config.yaml file under clusters. The number of nodes can vary between 37, the number of independent countries/synchronous areas, and several hundred. With 200-300 nodes, the model needs 100-150 GB RAM to solve with a commercial solver like Gurobi. Not all of the sectors are at the full nodal resolution, and some demand for some sectors is distributed to nodes using heuristics that need to be corrected. Some networks are copper-plated to reduce computational times.

Here are some examples of how spatial resolution is set for different sectors in PyPSA-Eur-Sec:

  • Electricity network: Modeled as nodal.
  • Electricity residential and commercial demand: Modeled as nodal, distributed in each country based on population and GDP.
  • Electricity distribution network: Not included in the model, but a link per node can be used to represent energy transferred between distribution and transmission levels (explained more in detail below).
  • Residential and commercial building heating demand: Modeled as nodal, distributed in each country based on population.
  • Electricity demand in industry: Modeled as nodal, based on the location of industrial facilities from HotMaps database.
  • Industry demand (heat, chemicals, etc.) : Modeled as nodal, distributed in each country based on locations of industry from HotMaps database.
  • Hydrogen network: Modeled as nodal (if activated in the config file).
  • Methane network: It can be modeled as a single node for Europe or it can be nodally resolved if activated in the config. One node can be considered reasonable since future demand is expected to be low and no bottlenecks are expected. Also, the nodally resolved methane grid is based on SciGRID_gas data.
  • Solid biomass: It can be modeled as a single node for Europe or it can be nodally resolved if activated in the config. Nodal modeling includes modeling biomass potential per country (given per country, then distributed by population density within) and the transport of solid biomass between countries.
  • CO2: It can be modeled as a single node for Europe or it can be nodally resolved with CO2 transport pipelines if activated in the config. It should mentioned that in single node mode a transport and storage cost is added for sequestered CO2, the cost of which can be adjusted in the config.
  • Liquid hydrocarbons: Modeled as a single node for Europe, since transport costs for liquids are low and no bottlenecks are expected.

Electricity distribution network

Contrary to the transmission grid, the grid topology at the distribution level (at and below 110 kV) is not included due to the very high computational burden. However, a link per node can be used (if activated in the Config file) to represent energy transferred between distribution and transmission levels at every node. In essence, the total energy capacity connecting the transmission grid and the low-voltage level is optimized. The cost assumptions for this link can be adjusted in Config file options , and is currently assumed to be 500 Eur/kW.

Rooftop PV, heat pumps, resistive heater, home batteries chargers for passenger EVs, as well as individual heating technologies (heat pumps and resistive heaters) are connected to low-voltage level. All the remaining generation and storage technologies are connected to the transmission grid. In practice, this means that the distribution grid capacity is only extended if it is necessary to balance the mismatch between local generation and demand.