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 / 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 / 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 / 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 / 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 / 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.yaml
Created March 19, 2019 10:21
The updated, 5 model version of the cmip6 catalog file
plugins:
source:
- module: intake_xarray
sources:
BCC-CSM2-MR.historical.r1i1p1f1.pr:
description: CMIP6 3-hourly precipitation for BCC-CSM2-MR historical scenario r1i1p1f1
metadata:
tags:
- atmosphere
@naomi-henderson
naomi-henderson / cmip6.yaml
Created March 18, 2019 20:02
A partial version of cmip6.yaml (only one model, four more to come ...)
plugins:
source:
- module: intake_xarray
sources:
CNRM_CM6_1.historical.r1i1p1f2.pr:
description: CMIP6 3-hourly precipitation for CNRM-CM6-1 historical scenario r1i1p1f2
metadata:
tags:
- atmosphere
@naomi-henderson
naomi-henderson / cmip6-test.ipynb
Created March 18, 2019 19:58
notebook to test cmip6.yaml
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-original.yaml
Last active March 18, 2019 19:57
The intake catalog for the sample CMIP6 3-hourly datasets
plugins:
source:
- module: intake_xarray
sources:
cmip6_3hr:
description: CMIP6 3-hourly precipitation, surface humidity and temperature data
metadata:
tags:
- atmosphere
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.