Investigating the impact of climate uncertainty on climate economics using a simple cost-benefit IAM (DICE) with the climate component updated with a calibrated, constrained Monte Carlo ensemble of the FaIR model (v2.1).
Smith, Christopher J., Alaa Al Khourdajie, Pu Yang, and Doris Folini. ‘Climate Uncertainty Impacts on Optimal Mitigation Pathways and Social Cost of Carbon’. Environmental Research Letters 18, no. 9 (August 2023): 094024. https://doi.org/10.1088/1748-9326/acedc6.
- A licensed version of GAMS. Maybe I'll make a python version in the future.
- Python 3.7+ and Anaconda
- Clone the repository. If you think you will want to make changes, it's best to fork it first, then clone your fork.
- Navigate to your local working copy, create an environment and install dependencies:
conda env create -f environment.yml
- Activate environment
conda activate loaded-dice
- Run the scripts in numerical order from the
scripts
directory
python scripts/<script_name.py>
The dice2016
and dice2023
folders contain supplementary GAMS code from the online appendix of Barrage & Nordhaus (2023). The original source of this material is here. In order to present results from these simulations with DICE2016 and DICE2023 for full reproducibility, the GAMS code and the output CSV results have been included in this repository. No clear licence was provided for these files. The attribution for this source code should go to Barrage & Nordhaus.