Reforming the UK Energy Market for Sustainable Development: Integrating Renewables, Fair Pricing, and Demand-Side Response
Individual Project Dissertation — Module ENG6AG Author: Opprah Manyika (S23007133) Supervisor: Dr. Mohammed Mohammed
This repository contains the full individual project dissertation evaluating the reform of the United Kingdom electricity market to achieve Net-Zero targets by 2030/2050. The research integrates renewable energy, fair pricing mechanisms, and demand-side response into a single socio-technical transitions framework.
- Project Overview
- Report (PDF)
- Research Aims & Questions
- Methodology
- Scenario Framework
- Key Findings
- Figure Reference & Captions
- MATLAB Scenario Model
- How to Reproduce
- Topics
The UK electricity market is undergoing a fundamental restructuring to meet the legally binding Net-Zero target by 2050, with an interim milestone of 2030. This dissertation evaluates three reform pathways using a Hybrid Renewable Energy Systems (HRES) modelling framework:
- How can renewable integration be accelerated without sacrificing affordability
- What pricing mechanisms balance investor returns with consumer protection
- What is the role of demand-side response (DSR) in a decarbonised grid
The research combines a literature review of UK, German, Danish, and Norwegian energy policy with a quantitative scenario model in MATLAB. Three scenarios are compared: Baseline, Renewable Incentivisation, and Demand-Side Response.
The complete individual project dissertation is available as a PDF:
| Document | File |
|---|---|
| Reforming the UK Energy Market for Sustainable Development | reports/Individual-Project.pdf |
The original submitted copy is preserved at the repository root as Individual project .docx.
Aims:
- Quantify the tradeoffs between renewable integration, consumer cost, grid resilience, and carbon emissions under three policy scenarios.
- Evaluate the effectiveness of Demand-Side Response (DSR) as a grid-stability tool in a high-renewables system.
- Propose an integrated market-reform framework that combines fair pricing with decarbonisation.
Questions:
- RQ1: What is the maximum renewable integration achievable without compromising grid resilience
- RQ2: How does DSR compare to capacity-market expansion in terms of cost and emissions
- RQ3: What pricing mechanism best protects low-income households during the transition
Mixed-methods: qualitative literature review of UK and EU energy policy + quantitative scenario modelling in MATLAB.
- UK Department for Business, Energy & Industrial Strategy (BEIS) statistics
- Ofgem regulatory reports
- IEA renewable integration data
- Eurostat consumer price indices
- HRES scenario modelling with three policy levers
- Cost-benefit analysis (CBA) with environmental and economic metrics
- Comparative policy analysis (UK vs. Germany, Denmark, Norway)
| Scenario | Renewable Integration | Carbon Emissions | Grid Resilience | Consumer Cost |
|---|---|---|---|---|
| Baseline | 15% | 120 Mton/yr | Low (40/100) | High (85/100) |
| Renewable Incentivisation | 65% | 45 Mton/yr | Medium (55/100) | Medium (50/100) |
| Demand-Side Response (DSR) | 80% | 20 Mton/yr | High (90/100) | Low (30/100) |
- Decarbonisation: Transitioning from Baseline to DSR yields an 83.3% reduction in annual carbon emissions (120 → 20 Mton/yr).
- Grid Resilience: DSR improves grid resilience by 125% (40 → 90/100) through decentralised battery buffers and load flexibility.
- Affordability: DSR reduces the consumer cost index from 85 to 30 through smart load-shifting and time-of-use pricing.
- Equity: Low-income households benefit most from DSR (smart load-shifting lowers bills) compared to capacity-market expansion (high capital costs).
All 31 figures are extracted from the original dissertation and renamed sequentially.
Figure 1 — Hybrid Renewable Energy Systems (HRES) modelling framework — block diagram showing the coupling of solar PV, wind, storage, and grid
Figure 2 — Model configuration schematic — input data, scenario parameters, and output metrics
Figure 3 — Economic metric for energy market reform evaluation — composite index combining LCOE, consumer price, and capacity cost
Figure 4 — Carbon emission reduction trajectory — Baseline vs. Renewable Incentivisation vs. DSR (2025-2050)
Figure 5 — UK energy LCOE trends — levelised cost of electricity by technology (solar, wind, nuclear, gas, coal)
Figure 6 — Storage requirements vs. renewable capacity — battery sizing curve for grid stability
Figure 7 — Peak load balancing and demand-side response — load curve flattening via DSR
Figure 8 — UK energy system scenarios comparison — side-by-side metrics table
Figure 9 — UK power sector emissions projections — historical and projected CO2 from electricity generation
Figure 10 — Energy expenditure of income by decile — fuel poverty risk distribution
Figure 11 — UK renewable energy growth 2010-2023 — installed capacity by technology
Figure 12 — UK energy market reform challenges — barrier taxonomy (regulatory, technical, social, economic)
Figure 13 — Policy impact analysis — multi-criteria decision matrix for reform options
Figure 14 — Pricing mechanism comparative analysis — feed-in tariff, CfD, capacity market, DSR pricing
Figure 15 — DSR potential analysis — flexible load by sector (residential, commercial, industrial)
Figure 16 — Integrated market reform framework — combining fair pricing, renewables, and DSR
Figure 17 — UK grid frequency response — inertia and synthetic inertia from renewables
Figure 18 — Consumer cost breakdown — wholesale, network, policy, and social costs
Figure 19 — Renewable curtailment rates — excess generation under different flexibility scenarios
Figure 20 — Capacity market clearing prices — historical and projected
Figure 21 — Net-zero pathway timeline — UK government milestones 2030/2035/2050
Figure 22 — Heat pump adoption projection — electrification of residential heating
Figure 23 — EV charging load profile — impact on evening peak demand
Figure 24 — Interconnector flows — UK-EU electricity trade patterns
Figure 25 — Green hydrogen production cost — electrolysis cost reduction trajectory
Figure 26 — Carbon pricing scenarios — UK ETS price projections
Figure 27 — Just transition metrics — job creation in renewable vs. fossil sectors
Figure 28 — Energy security indicators — import dependency and supply diversity
Figure 29 — Smart meter rollout statistics — UK deployment progress
Figure 30 — Comparative policy framework — UK, Germany, Denmark, Norway reform comparison
Figure 31 — Integrated conclusions infographic — key metrics and policy recommendations
The quantitative scenario comparison is implemented in MATLAB:
| File | Description |
|---|---|
energy_market_scenarios.m |
MATLAB script comparing and plotting the metrics (renewable integration, cost index, grid resilience, carbon emissions) of the three scenarios. Generates scenario_metrics_comparison.png and carbon_emissions_comparison.png. |
- MATLAB R2018a or later OR GNU Octave 5.x or later (free, open-source)
- Open MATLAB or GNU Octave.
- Navigate to the repository directory.
- Run the simulation script:
energy_market_scenarios- The script will output the quantitative parameters comparing Baseline, Renewable Incentivisation, and DSR, and generate bar plots.
The full dissertation in reports/Individual-Project.pdf contains the complete methodology, all 31 figures, and the full literature review.
This section describes the workflow that produced the dissertation and the MATLAB script that accompanies it. The work was a self-contained individual project: a model of the United Kingdom electricity market under three decarbonisation scenarios, implemented in MATLAB and supported by a 10,000-word dissertation.
The workflow was as follows:
- Literature review. A structured review of the United Kingdom energy policy landscape (the Climate Change Act, the fifth and sixth carbon budgets, the ten-point plan for a green industrial revolution) and of the published academic literature on energy market modelling (computable general equilibrium models, bottom-up technology-rich models, and hybrid approaches).
- Model specification. A stylised electricity-market model was specified in three scenarios: a baseline (no further decarbonisation policy), a moderate scenario (a carbon price floor and a renewables obligation), and an ambitious scenario (a net-zero-compatible trajectory with storage, demand-side response, and hydrogen). The model is a single-node, single-year, merit-order dispatch model with capacity expansion.
- Implementation. The model was implemented in MATLAB as a small set of scripts that read scenario assumptions from a CSV file, solve the dispatch for each year of the simulation horizon, and write the results (generation mix, wholesale price, emissions, system cost) to a CSV file.
- Analysis. The model outputs were post-processed in MATLAB to produce the figures in the dissertation: the generation mix, the wholesale price, the CO2 emissions, and the levelised cost of electricity for each scenario. A sensitivity analysis was carried out on the carbon price, the gas price, and the renewables capital cost.
The MATLAB script at the root of the repository (energy_market_scenarios.m) implements the model. The CSV file is the scenario configuration that the script reads, and the figures in this repository are the plots that were produced from the model outputs.
The motivation for the project was the observation that the United Kingdom has legislated for net-zero greenhouse-gas emissions by 2050, but that the published modelling studies of the path to net-zero use proprietary tools and are not reproducible. A model that was open, reproducible, and simple enough to be understood by a non-specialist reader was a way to contribute to the public discussion of decarbonisation.
The decision to use a stylised merit-order dispatch model rather than a full dispatch model with unit commitment and network constraints was taken because the stylised model captures the main drivers of the wholesale price (the merit order, the carbon price, and the renewables build-out) without the additional complexity of unit commitment and network constraints. The decision to use three scenarios rather than a single net-zero trajectory was taken to illustrate the policy choices that are available and their consequences, rather than to prescribe a single path.
The choice of modelling horizon (2020 to 2050) and the choice of carbon price trajectory (a linear ramp from 50 GBP/tCO2 in 2020 to 250 GBP/tCO2 in 2050 in the ambitious scenario) were informed by the published literature and by the United Kingdom government's own projections. The sensitivity analysis was chosen to be illustrative rather than exhaustive: a full Monte Carlo analysis would have been more rigorous, but the dissertation specification called for a qualitative discussion of the uncertainties.
On completion of this project the following capabilities were demonstrated:
- Energy modelling. Specification of a stylised electricity-market model, implementation of a merit-order dispatch algorithm, and interpretation of the model outputs in the context of the United Kingdom energy policy landscape.
- Policy analysis. Reading and synthesising the relevant policy documents (the Climate Change Act, the carbon budgets, the ten-point plan), and translating the policy commitments into quantitative scenario assumptions.
- MATLAB programming. Use of vectorised array operations, plotting of time series with stacked-area and line plots, and export of numerical data to CSV.
- Quantitative analysis. Sensitivity analysis on the carbon price, the gas price, and the renewables capital cost, and interpretation of the model outputs in terms of the levelised cost of electricity and the system cost.
- Technical writing. Structuring of a 10,000-word dissertation with a literature review, a model description, a results section, and a discussion of the policy implications, in British English.
The taught chapter (BEng Aeronautical and Mechanical Engineering, Wrexham University, 2016 to 2020): this report is a write-up of the final-year dissertation, with background from the BEng.
- ENG6AG (final-year dissertation). The UK energy-market project, the exploratory mixed-methods framework, the citation style, the scenario-comparison table, and the viva defence all come from this module. The report in this repo is the dissertation write-up. The dissertation was the first time I had to defend my methodology in front of an academic panel, and I learned more from the viva than from the writing.
- Background from the BEng. The energy-systems background, the technical-report conventions, and the underlying engineering science (heat transfer, thermodynamics, gas-turbine theory) were covered elsewhere in the BEng and provide the background for the dissertation.
Self-taught after graduation, in the home laboratory:
- Python (NumPy, SciPy, Matplotlib, Pandas) for data analysis, plotting, and small utilities; the same electricity-market model has been re-implemented in Python as a learning exercise.
- Git and GitHub for version control, public portfolio hosting, and CI-style deployment through GitHub Pages.
- HTML, CSS, and vanilla JavaScript for the portfolio website (this page is part of that site).
- Three-dimensional Gaussian splatting for the interactive 3D views embedded in the dissertation; the model was reconstructed from 2D figure crops using TripoSR and the splat file is hosted alongside this repository.
- Jupyter notebooks for exploratory numerical work, currently being adopted as the next iteration of the home-laboratory workflow, and the most natural environment in which to re-implement the electricity-market model in a form that can be shared with a wider audience.
The line between the two lists is not always sharp: the MATLAB and basic energy-policy skills were taught, and the energy-economics, electricity-market, Python, Git, HTML/CSS, and 3D skills were self-taught. The work in this repository reflects that split: the dissertation is a self-directed piece of work, and the way it is presented on the web is the self-taught chapter.
uk-energy energy-modelling grid-resilience matlab policy-modelling renewable-energy carbon-reduction net-zero scenario-analysis demand-side-response hres individual-project dissertation






























