Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Describe new repo structure to aid new users
  • Loading branch information
ehultee authored May 1, 2022
1 parent 1481153 commit dd82d39
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ Code to quantify the effect of including glacial runoff in Standardized Precipit
## Collaborators
- Sloan Coats (University of Hawaii)
- Jonathan Mackay (British Geological Survey)
- Lizz Ultee (Massachusetts Institute of Technology)
- Lizz Ultee (Middlebury College)

## What's included
This repository includes MATLAB code, used to calculate the SPEI for each climate model, scenario, and basin; and Python code, used to analyse the SPEI data. The Jupyter notebook "SPEI-analysis.ipynb" guides users through an analysis of SPEI mean and variance for any basin of choice.
This repository includes MATLAB code, used to calculate the SPEI for each climate model, scenario, and basin; and Python code, used to analyse the SPEI data. The Jupyter notebook "SPEI-analysis.ipynb" guides users through an analysis of SPEI with/without glacial runoff for any basin of choice.

## Organization
The main repo contains all analysis scripts. In subfolders are:
- `archived`: older scripts used to develop parts of the analysis that may have been superseded
- `data`: all data required to reproduce our results
- `SPEI_computation`: code used to produce the basin-total SPEI data from output of GCMs and the glacier model

0 comments on commit dd82d39

Please sign in to comment.