To run the code for the first time, follow these steps.
Navigate to your chosen ROOT directory, then run:
git clone https://github.com/jonesmattw/National_Warming_Contributions.git
Download Input.zip from https://zenodo.org/record/7076347
Save Input.zip to /PATH/TO/YOUR/ROOT/Input.zip
Unzip the input files in place. After unzipping, the files should be located at /PATH/TO/YOUR/ROOT/Input
The unzipped directory tree will already be organised as required for code to run.
Set the ROOT variable as desired.
ROOT <- "/PATH/TO/YOUR/ROOT/"
Make the output directory structure. You can run the following code (linux/Mac) to create directories as required. Don't forget to set your own root.
$ROOT='/PATH/TO/YOUR/ROOT/DIRECTORY'
mkdir $ROOT/EMISSIONS
mkdir $ROOT/GMST
mkdir $ROOT/PUBLIC_DATA
mkdir $ROOT/PLOTS
Run GO.R to run the scripts of the coding package in the intended order.