Skip to content

WCRP-CMIP/AOGS-2024-Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AOGS-2024-Workshop

This repository comprises notebooks for the AOGS2024 Workshop related to the CMIP6 dataset. The slides for this workshop can be found here

Getting Started

The notebooks cover:

  • accessing the cmip6 dataset from different data sources.
  • plotting key variables from the cmip6 dataset.
  • producing climate stripes from the accessed cmip6 dataset.

Testing the code

You can run the code in these notebooks on your own machine without downloading any of the requirements using binder. Note - the code will be much slower on binder than on your own machine. badge

Requirements

Clone this repository into your local directory.

git clone https://github.com/WCRP-CMIP/AOGS-2024-Workshop.git
cd AOGS-2024-Workshop

Install and activate the virtual environment cmip6env to run the notebooks using Python 3.

python3 -m venv cmip6env
source cmip6env/bin/activate

Install the requirements.txt file

python3 -m pip install --upgrade pip
pip install -r requirements.txt

Running Notebooks

cd notebooks
jupyter lab <notebook>

Workshop conveners

A huge thank you to the Fresh Eyes on CMIP members below who have organised and prepared the materials for this workshop.

  1. Douglas Rao, NC State University
  2. Yiwen Li, China University of Geosciences
  3. Nebiyu Waliyi Tekesa, Arba Minch University
  4. Evgenia Galytska, University of Bremen
  5. Abhnil Prasad, UNSW
  6. Froila Palmeiro, CMCC/CCCma
  7. Anja Katzenberger, PIK Potsdam
  8. Gen Tolhurst, Australian Bureau of Meteorology
  9. Cheikh Modou Noreyni Fall, Université Cheikh Anta Diop de Dakar
  10. Beth Dingley, CMIP International Project Office

The workshop will be presented in-person by Douglas, Yiwen, and Nebiyu.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published