Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add gmet zarr dataset to intake cat #341

Merged
merged 1 commit into from
Jul 31, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions gce/catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,31 @@ plugins:
- module: intake_xarray
sources:
newmann_netcdf:
description: newmann meteo ensemble in netcdf
description: Newman met ensemble in netcdf
driver: netcdf
args:
urlpath: '/gcs/newmann-met-ensemble-netcdf/conus_ens_00*.nc'
engine: netcdf4
concat_dim: ensemble
chunks: {'time': 50}
newmann_zarr:
description: newmann meteo ensemble in netcdf
description: Newman met ensemble in zarr format (9 ens members)
driver: zarr
args:
storage_options:
project: 'pangeo-181919'
token: anon
access: read_only
urlpath: 'gcs://pangeo-data/newman-met-ensemble'
gmet_v1:
description: Full GMET version 1 (Newman) met ensemble in zarr format
driver: zarr
args:
storage_options:
project: 'pangeo-181919'
token: anon
access: read_only
urlpath: 'gcs://pangeo-data/gmet_v1.zarr'
sea_surface:
description: sea-surface altimetry data from The Copernicus Marine Environment
driver: zarr
Expand Down