Overview
- Version
(2.2)
- Date
Feb 07, 2023
- Version main developer
Gauthier Limpens (UCLouvain)
- Short summary
One cell whole-energy system with an hourly resolution and data for the Belgian energy system transition from 2015 to 2050.
The EnergyScope Pathway model optimises the design and operation of all the energy sectors, with the same level of details for a time horizon of 35 years. The energy sectors are defined as electricity, heat, mobility and non-energy demand. This model is an extension of the EnergyScope model available at https://github.com/energyscope/energyscope. It repeats the yearly model for 8 years between 2015 and 2050 (2015, 2020, … 2050) and account for the investment strategy between the years.
It is written in an algebraic language which can be compiled with an open source solver (GLPK) but also commercial one (AMPL).
Features
In the energy system community, several criteria are used to compare models. The EnergyScope pathway is based on a bottom-up energy system model whcih has been compared to 53 other models in 1. According to the literature review of 2 on long-term planning, EnergyScope Pathway is the first open model for long term forecast which have the following characteristics : - Open source and documented - Hourly time step over a year - Covers all energy sectors - Account for many decision variables (all technology sizing and operating) while keeping a computational time below 4 hours on a personnal laptop.
Each model is tailored for a different applications. In the following, the strengths and weaknesses of the model is presented.
Strengths of the model
Whole energy system
The current version of the energy system represents the four energy sectors of the Belgian energy system. The sectors are coupled, in the sence that electricity can be used for other sectors, such as heat or mobility. Figure 1 shows the energy system implemented in the model, it accounts for :
28 energy carriers
112 technologies
12 end use demands
Fig. 1 Application of the EnergyScope TD to the Belgian energy system: overview of the resources, technologies and demands implemented. Technologies (in bold) represent groups of technologies with different energy inputs (e.g. Boilers include gas boilers, oil boilers …). ‘Decent.’ represents the group of thermal storage for each decentralised heat production technology. Abbreviations: Atm. (atmospheric), battery electric vehicle (BEV), combined cycle gas turbine (CCGT), CC (carbon capture), carbon capture and storage (CCS) cogeneration of heat and power (CHP), district heating network (DHN), hydrogen (H2), heat pump (HP), integrated gasification combined cycle (IGCC), methan. (methanation), natural gas (NG), onshore (on.), offshore (off.), plug-in hybrid electric vehicle (PHEV), pumped hydro storage (PHS), photovoltaic (PV) and synthetic liquid fuel (SLF).
Optimisation of hourly operation over a year
The formulation of the year is based on typical days, which reduces the number of time-slice accounted in the model (usually 288 hours, which represents 12 days). However, a reconstruction method enables to capture energy stored at different time scale. Figure 2 illustrates the different time scales captured by the model.
Fig. 2 Illustration of the different time scale optimised by the model. The hourly power balance is resolved on typical days (bottom), while the level of charge of storage is captured at week to seasonal level (middle and top). This illustration is for the Swiss case study presented in [limpens2019energyScope].
The model optimises the operation and design, enabling all the differnt configuration to satisfy the imposed demand.
Open source
The model is both open source (github) and documented (this document). The choosen plateform foster collaboration and enable several researchers to work together.
Short computational time
The model has an acceptable computational time around 4 hours making it an ideal candidate to assess different energy transition pathways.
Weaknesses of the model
Spatial resolution: 1 cell
The presented model represents a single regional area, called a cell. This area is connected to neighbouring countries, and assumptions enable the representation of imports/exports of electricity and molecules.
Low technico-economico resolution
The current implementaion has a low level of technico-economic contraints. Technically, the technologies can switch from off to full load in one hour (except for Nuclear). Economically, the operation is related to the resource purchase and the maintenance cost account for the rest. The latter is assumed proportional to the capacity installed.
No market equilibrium
The demand is described by a yearly demand and an hourly profil. The yearly demand is exogeneous of the problem, and thus doesn’t result of a offer-demand balance. In other words, the system is forced to supply the demand even if the cost of the system soars.
Deterministic optimisation
The mathematical model is written as a linear continuous problem. Thus, it is resolved by using linear programming solvers which are deterministic optimisation. All the information is known a priori and the solver reaches a single optimum.
Moreover, linear programming gives chaotics solution, which can vary from white to black when slighlty changing a parameter. As an example, one solution could be based on gas cogeneration while another is based on Combined Cycle Gas Turbines.
Uncertainty quantification techniques enable to overcome this issue by running several time the model under different configuration. Therefore, a short computaitonal time is required to enable many sampling.
Current developments
Myopic pathway transition : Main contributors: Xavier Rixhon