From 01158785a0931463b30a2ceb67fad78ccfa05e41 Mon Sep 17 00:00:00 2001 From: Shirley Leung Date: Sun, 3 May 2020 16:46:41 -0700 Subject: [PATCH] updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55443cb..48fb87e 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,6 @@ This code was written using MATLAB 9.6.0.1174912 (R2019a) Update 5. How to run: 1. Download this repository. 2. Download model output and data from http://doi.org/10.5281/zenodo.3783473 and place it into this repository's folder. -3. To recreate the figures and tables from the above paper, simply start up MATLAB, make sure your current working directory is the repository's folder, and run the scripts in figure_code (order doesn't matter). Each of these scripts creates and saves/prints out a different figure in the paper. +3. Download colorbrewer package from https://www.mathworks.com/matlabcentral/fileexchange/34087-cbrewer-colorbrewer-schemes-for-matlab and place it into the utils folder. +4. Download m_map package from https://www.eoas.ubc.ca/~rich/map.html and place it into the utils folder. +5. To recreate the figures and tables from the above paper, simply start up MATLAB, make sure your current working directory is the repository's folder, and run the scripts in figure_code (order doesn't matter). Each of these scripts creates and saves/prints out a different figure in the paper.