Repository Structure¶
CMIP6_BC_Impact/
├── DATA/ Input datasets
├── DOCS/ Documentation
├── FIGURES/ Generated figures
├── notebooks/ Analysis notebooks
│ ├── *.ipynb Notebooks used for figures production
│ ├── utils/ Shared Python modules
│ └── configs/ Shared configuration
├── requirements.txt
└── README.md
Directory description¶
| Directory | Contents |
|---|---|
DATA |
Input datasets (downloaded with get_data.sh) |
FIGURES |
Output figures generated by the notebooks |
DOCS |
MkDocs documentation |
notebooks |
Jupyter notebooks and shared Python code |