Skip to content

Instantly share code, notes, and snippets.

@naomi-henderson
Created March 18, 2019 20:02
Show Gist options
  • Save naomi-henderson/9977a67c9c4670d0e758eaecf3c3653d to your computer and use it in GitHub Desktop.
Save naomi-henderson/9977a67c9c4670d0e758eaecf3c3653d to your computer and use it in GitHub Desktop.
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
- model
driver: zarr
args:
storage_options:
token: anon
access: read_only
consolidated: True
urlpath: 'gcs://pangeo-data/CMIP6_3hr/CNRM-CM6-1/historical/r1i1p1f2/pr/'
CNRM_CM6_1.historical.r1i1p1f2.tas:
description: CMIP6 3-hourly near surface temperature for CNRM-CM6-1 historical scenario r1i1p1f2
metadata:
tags:
- atmosphere
- model
driver: zarr
args:
storage_options:
token: anon
access: read_only
consolidated: True
urlpath: 'gcs://pangeo-data/CMIP6_3hr/CNRM-CM6-1/historical/r1i1p1f2/tas/'
CNRM_CM6_1.historical.r1i1p1f2.huss:
description: CMIP6 3-hourly near surface specific humidity for CNRM-CM6-1 historical scenario r1i1p1f2
metadata:
tags:
- atmosphere
- model
driver: zarr
args:
storage_options:
token: anon
access: read_only
consolidated: True
urlpath: 'gcs://pangeo-data/CMIP6_3hr/CNRM-CM6-1/historical/r1i1p1f2/huss/'
CNRM_CM6_1.historical.r2i1p1f2.pr:
description: CMIP6 3-hourly precipitation for CNRM-CM6-1 historical scenario r2i1p1f2
metadata:
tags:
- atmosphere
- model
driver: zarr
args:
storage_options:
token: anon
access: read_only
consolidated: True
urlpath: 'gcs://pangeo-data/CMIP6_3hr/CNRM-CM6-1/historical/r2i1p1f2/pr/'
CNRM_CM6_1.historical.r2i1p1f2.tas:
description: CMIP6 3-hourly near surface temperature for CNRM-CM6-1 historical scenario r2i1p1f2
metadata:
tags:
- atmosphere
- model
driver: zarr
args:
storage_options:
token: anon
access: read_only
consolidated: True
urlpath: 'gcs://pangeo-data/CMIP6_3hr/CNRM-CM6-1/historical/r2i1p1f2/tas/'
CNRM_CM6_1.historical.r2i1p1f2.huss:
description: CMIP6 3-hourly near surface specific humidity for CNRM-CM6-1 historical scenario r2i1p1f2
metadata:
tags:
- atmosphere
- model
driver: zarr
args:
storage_options:
token: anon
access: read_only
consolidated: True
urlpath: 'gcs://pangeo-data/CMIP6_3hr/CNRM-CM6-1/historical/r2i1p1f2/huss/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment