Contains code for reproducing results from Munday et al., in review.
To install the conda environment, run the following on your command line:
conda env create -f environment.yml
To negate having to re-write data import paths in the notebooks, just drop the downloaded ForestRisks folder in the data
directory. Then unzip it in place, along with all the gzipped NetCDF files in it.
all_other_figures.ipynb
requires a good amount of memory to run (it runs fine on a decent spec. MacBook Pro), based on the quantity of data required for some of the plots.
Some variables have squiggly underlines - don't worry about this. The notebooks will still run, this is just a consequence of using the %%capture
keyword in some notebook cells, which makes sure hundreds of irrelevant warnings aren't output.