ratanon97 / SuperEmitters

A repository for my MSc project from Imperial College London on modelling methane emissions in Alberta, Canada.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Techno-Economic Assessment of Options to Mitigate Super-Emitters in the Natural Gas Supply Chain

This is the README file of my MSc Advanced Chemical Engineering with Process Systems Engineering's thesis project in the academic year 2018-2019 of Imperial College London

This project was conducted under the Sustainable Gas Institute (SGI), part of Imperial College London. SGI incorporates world-class research in the themes of science, engineering, economics, policy and business to support the energy industry in hopes of transitioning into the low-carbon economy.

This project was supervised by Dr. Adam Hawkes as my primary supervisor. My co-supervisors were Dr. Paul Balcombe and Dr. Jasmin Cooper, whom I spent most of my time with during the project. All relevant information and reports were submitted to Imperial College London's Department of Chemical Engineering.

The nature of the project was to model the methane emissions in the natural gas supply chain, mainly using statistics in the technical assessment part of the project to identify super-emitters. The programming language of choice for this project is R. The language was chosen for its excellent statistical computing abilities, a wide range of unique statistical packages and efficient handling of big data. A Python version is currently being written for learning purposes.

Abstract

Super-emitters are infamously known for emitting high amounts of methane in the oil/gas industry. They are stochastic by nature as methane emissions vary in the natural gas supply chain by numerous factors, hence it is difficult to predict their existence.

In this study, real-world methane emissions are collected to evaluate which methane emissions are classified as super-emitters. Just collecting emissions data is not enough, data needs to be reviewed on how, when and where it was collected, type of emissions and its underlying source. Methane emissions that followed the aforementioned criteria is ideal for efficient analysis of the super-emitters.

A modelling workflow for this study is outlined to construct a high-resolution probabilistic emissions model. From data collection, data wrangling, algorithm implementation, data visualisation and analysis. Initial steps of the model are used to characterise methane emissions with statistical distributions to appropriately quantify the distribution’s heavy-tail, in which the heavy-tail characteristic indicates a super-emitter.

A Monte Carlo simulation was then performed to produce 10,000 curves of methane emissions as a percentage of the EUR (Estimated Ultimate Recovery). In which the EUR is also fitted with a distribution of the same type as the methane emissions’ best fitted distribution. The incentive for the Monte Carlo simulation is to statistically signify that a low EUR and a high methane emission influences the existence of the super-emitters significantly.

In-depth analysis of the super-emitters is conducted by constructing Lorenz curves to identify the skewness within the data. Results showed that majority of the datasets showed significant skewness, with average emissions by the top 5% emitters were on the lower end of the emission range. However, the average emissions did not skew the data as immensely as expected, but the presence of a few top 5% emitters with magnitudes larger than the average emissions were the main influence in skewness contribution.

Economic assessment was conducted to evaluate low-cost, methane monitoring/reduction technologies against a reduced emissions scenario. Results from the assessment show that mitigation costs were negative, indicating the amount of money being saved rather than spent. An optimisation model is implemented and results showed that there is virtually no cost required to mitigate a tonne of CO2 eq. Sensitivity analysis is performed on the natural gas price and how it affects the mitigation costs in 10 years. The analysis indicated that the natural gas price is likely to increase relative to the current gas price and this increases the costeffectiveness of the innovative mitigation technologies. This demonstrates that low-cost methane monitoring/reduction technologies are efficient and cost-effective.

Acknowledgements

I would like to express my gratitude to Dr Adam Hawkes for giving me the opportunity to undertake this MSc project. I would also like to express my sincere gratitude to Dr Paul Balcombe and Dr Jasmin Cooper for their supervision, guidance and continual support throughout the whole project. Not only that, both of you have given me full control of the project and I managed to gain new skills and knowledge in this process.

I would also like to thank the companies and research institutes that took their time to provide me some data input for this study. Thank you to Yori Jamin from Clearstone Engineering, Joshua Anhalt and Mike D’Antoni from GreenPath Energy for providing me their methane emissions datasets. Thank you to Hendrik Hamann and Levente Klein from IBM and James Scherer from Aeris Technologies for providing me economic information for the economic assessment of this study. Thank you to Evar Umeozor from CERI for providing me the ICERM database and guidance on the report “Economic and Environmental Impacts of Methane Emissions Reduction In The Natural Gas Supply Chain”. Without all this information, this study would not be possible.

Lastly, I would like to express my sincere thanks to my family and all my friends, who have conversed with me about the project, for their continual and moral support.

Methodology

A modelling workflow is shown below to outline the steps taken in the project

The first phase of the methodology is emissions data collection, which will be used as the input for the statistical emissions model. The ideal methane emissions data should display the source of the emissions. Examples of emission sources are equipment-specific sources such as compressors, separators, production tanks, flare knockout drums, etc. The emissions data should also be categorised to the emissions' type (eg: vented or leaked emissions) and the associated reporting segment (stages from the natural gas supply chain). These type of emissions data are bottom-up emissions as they were measured directly from the source. Other sets of methane emissions were provided from Zavala-Araiza et al (2018) and O'Connell et al (2018). However, these emissions data (also known as top-down emissions data) were airborne measurements, subject to more uncertainties than bottom-up emissions data. These data do not belong to any supply chain stages and it is assumed that emissions were from gas processing plants. A simplified diagram of the natural gas supply chain is shown below.

The highlighted stages are the considered stages in the project. The emissions data from these stages were robust enough to conduct the simulation in this project. In the future, it would be desirable to consider other stages as well. However, it is beyond the scope of this project to include every stages from the supply chain due to inaccessibility of information

Economic data for the economic assessment were also collected. The considered mitigation equipment are part of the Advanced Research Projects Agency-Energy (ARPA-E). Specifically, the mitigation equipment are under the Methane Observation Networks with Innovative Technology to Obtain Reductions (MONITOR) program by ARPA-E. All of the equipment under the MONITOR program were developed by participated companies using innovative technologies for a costs-effection detection of methane emissions within the natural gas supply chain infrastructure.

The raw data were then pre-processed before inputting into the statistical emissions model. The dplyr package (part of the tidyverse package) was utilised the most in pre-processing data to the desired format.

About

A repository for my MSc project from Imperial College London on modelling methane emissions in Alberta, Canada.


Languages

Language:R 96.6%Language:Python 3.4%