This project performs a Log-Mean Divisia Index (LMDI) Index Decomposition Analysis (IDA) on Norwegian greenhouse gas emissions from 1990 to 2019. The analysis aims to identify and quantify the impact of various drivers on emissions over time.
Benedikt Goodman (goodmanbenedikt@gmail.com)
This analysis investigates why Norway's emissions have remained relatively stagnant despite over 30 years of climate policies. It uses LMDI-IDA methods to measure the effect of different factors on direct greenhouse gas emissions in Norway.
- Economic activity (total GDP)
- Economic structure (industry GDP/Total GDP)
- Energy efficiency (industry consumption of energy/industry GDP)
- Fossil share of energy (fossil energy per industry/industry consumption of energy)
- Carbon efficiency of fossil energy (emissions/fossil energy per industry)
- There was a net increase in emissions of 6218 mktCO2e (about 10%) between 1990 and 2019.
- The increase is primarily due to economic growth and worsening energy efficiency outweighing the abating effects of structural shifts, lower fossil share, and higher carbon efficiency of energy.
- The main sectors contributing to increased emissions are the petroleum and transport industries.
src/df_funcs.py
: Functions for data manipulation and preparationsrc/lmdi_module.py
: Implementation of LMDI-IDA analysissrc/plot_funcs.py
: Functions for plotting resultsLMDI-IDA-analysis.ipynb
: Main script for running the analysis and generating plots
- pandas
- numpy
- matplotlib
- seaborn
- Ensure all dependencies are installed.
- Place your input data in a CSV file named
sektor_kaya.csv
in thedata/
directory. - Run the
LMDI_script.py
file to perform the analysis and generate plots.
- The analysis focuses on direct emissions and does not factor in emissions embodied in consumption.
- Results should be considered as ballpark estimates due to uncertainties in the underlying data.
For more detailed information about the methodology and findings, please refer to the author's master's thesis: Drivers of Norwegian GHG emissions 1990-2019
For questions or access to the full dataset, please contact the author at goodmanbenedikt@gmail.com.