Skip to content

Instantly share code, notes, and snippets.

@naomi-henderson
Created March 20, 2019 22:44
Show Gist options
  • Save naomi-henderson/bbf769b4664f41a7471a5be5c48e1318 to your computer and use it in GitHub Desktop.
Save naomi-henderson/bbf769b4664f41a7471a5be5c48e1318 to your computer and use it in GitHub Desktop.
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
│   ├── config.yaml
│   └── historical
│   ├── config.yaml
│   ├── r1i1p1f2
│   │   └── config.yaml
│   └── r2i1p1f2
│   └── config.yaml
├── CNRM_ESM2_1
│   ├── config.yaml
│   └── historical
│   ├── config.yaml
│   └── r1i1p1f2
│   └── config.yaml
├── GISS_E2_1_G
│   ├── config.yaml
│   └── historical
│   ├── config.yaml
│   └── r1i1p1f1
│   └── config.yaml
├── IPSL_CM6A_LR
│   ├── config.yaml
│   └── historical
│   ├── config.yaml
│   ├── r1i1p1f1
│   │   └── config.yaml
│   ├── r2i1p1f1
│   │   └── config.yaml
│   ├── r3i1p1f1
│   │   └── config.yaml
│   ├── r4i1p1f1
│   │   └── config.yaml
│   ├── r5i1p1f1
│   │   └── config.yaml
│   ├── r6i1p1f1
│   │   └── config.yaml
│   └── r7i1p1f1
│   └── config.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment