Skip to content

This repository contains notebooks which lets you try out creating basic plots from CMIP6 Earth System Model data.

License

Notifications You must be signed in to change notification settings

jdldeauna/demo_notebooks_cmip6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo-Notebooks-CMIP6

This repository lets you try out creating basic plots from CMIP6 Earth System Model data.

Try out a notebook by clicking on this icon: Binder

Usage notes:

2021 July 26

  • If a dialog box pops up after Binder loads, click Cancel

See http://pangeo.io for more information.

2021 Dec 08

  • Unfortunately Pangeo Binder is currently down (pangeo-data/pangeo-binder#195) so the Binder badge doesn't work, but the notebooks should run on a standard Jupyter installtion. You may need to adjust dask settings, try replacing any dask_gateway code with the following:

from dask.distributed import Client

client = Client(n_workers=4)

About

This repository contains notebooks which lets you try out creating basic plots from CMIP6 Earth System Model data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published