This repository contains the code, notebooks, and supporting data necessary for the replication of my thesis project, where I adapt an existing IAM of the energy transition, the GHKT model, by changing the production function and adding mineral constraints to the production of low-carbon energy.
It is a work in progress. The current folder structure is as follows:
Thesis Project/
│
├── notebooks/ # Jupyter notebooks
│ └── ghkt_replication_replication.ipynb # Notebook to run replication in Python/Jupyter
│ └── thesis_full\thesis_full.ipynb # Notebook to run replication in Python/Jupyter
├── src/ # All MATLAB code and model files
│ ├── ghkt_original/ # Original GHKT model files
│ ├── ghkt_replication/ # My replication of the GHKT model
│ ├── ghkt_mineral_only/ # GHKT with added mineral constraints
│ ├── newpf_full/ # New model with new production function and mineral constraints
│ └── newpf_nomin/ # New production function only
│ │
├── .gitignore # Specifies files/folders not tracked by Git
├── environment.yml # Conda environment specification for Python/Jupyter
└── README.md # Project description and instructions