Skip to content

Instantly share code, notes, and snippets.

View naomi-henderson's full-sized avatar

Naomi Henderson naomi-henderson

  • Columbia University
View GitHub Profile
@naomi-henderson
naomi-henderson / tree.txt
Created March 20, 2019 22:44
The directory tree of what I would like to do ...
cmip6-catalog
├── config.yaml
├── BCC_CSM2_MR
│   ├── config.yaml
│   └── historical
│   ├── config.yaml
│   └── r1i1p1f1
│   └── config.yaml
├── catalog-test.ipynb
├── CNRM_CM6_1
@naomi-henderson
naomi-henderson / CMIP6_UserRequests.ipynb
Created September 27, 2019 19:33
get google spreadsheet and turn into ESGF API search requests
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@naomi-henderson
naomi-henderson / CMIP6_UserRequests.py
Created September 27, 2019 19:36
get google spreadsheet and turn into ESGF API search requests
#!/usr/bin/env python
# coding: utf-8
# In[ ]:
import pandas as pd
import gspread
from oauth2client.service_account import ServiceAccountCredentials
@naomi-henderson
naomi-henderson / ViewCatalog.ipynb
Created October 2, 2019 16:00
Pangeo CMIP6 Catalog Viewer
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@naomi-henderson
naomi-henderson / GCS-CMIP6-sample_notebook.ipynb
Last active February 14, 2021 12:20
Google Cloud CMIP6 sample notebook and python code
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@naomi-henderson
naomi-henderson / ERA5-catalog.ipynb
Created January 29, 2020 16:59
How to use the pangeo-ERA5 catalog
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@naomi-henderson
naomi-henderson / PivotTables.ipynb
Last active February 3, 2020 20:15
Making nice tables with pivot_table and selecting models with variable1 + variable2
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@naomi-henderson
naomi-henderson / gc-cmip6-readdata.ipynb
Created February 21, 2020 19:10
GC-CMIP6-ReadData.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@naomi-henderson
naomi-henderson / LDEOvGFDL.ipynb
Created October 29, 2020 12:19
Compare Google Cloud CMIP6 collection with GFDL-ESGF archive
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@naomi-henderson
naomi-henderson / CompareCMIP6collections.ipynb
Last active January 31, 2021 18:40
The same bar charts for 3 CMIP6 collections
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.