-
Notifications
You must be signed in to change notification settings - Fork 14
/
ds2_data_catalog.yml
54 lines (54 loc) · 1.74 KB
/
ds2_data_catalog.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
plugins:
source:
- module: intake_xarray
sources:
argo_global_sdl:
description: Global 0-2000m Standard Depth Level Argo profiles
driver: zarr
args:
urlpath: 'gcs://opendata_bdo2020/GLOBAL_ARGO_SDL2000'
storage_options:
project: 'alert-ground-261008'
token: anon
access: read_only
consolidated: False
argo_global_sdl_homogeneous:
description: Global 0-1500m Standard Depth Level Argo profiles (homogeneously distributed in space)
driver: zarr
args:
urlpath: 'gcs://opendata_bdo2020/GLOB_HOMOGENEOUS_variables.zarr'
storage_options:
project: 'alert-ground-261008'
token: anon
access: read_only
consolidated: False
argo_global_vertical_mean:
description: Global Argo profiles vertical mean temperature
driver: zarr
args:
urlpath: 'gcs://opendata_bdo2020/Global_Argo_VerticalMean_Temperature.zarr'
storage_options:
project: 'alert-ground-261008'
token: anon
access: read_only
consolidated: False
en4:
description: Global EN4 time series
driver: zarr
args:
urlpath: 'gcs://opendata_bdo2020/EN.4.2.1.f.analysis.g10.zarr'
storage_options:
project: 'alert-ground-261008'
token: anon
access: read_only
consolidated: true
sea_surface_height:
description: Sea-surface altimetry data from The Copernicus Marine Environment (monthly)
driver: zarr
args:
urlpath: 'gcs://opendata_bdo2020/dt_global_allsat_phy_l4_mm'
storage_options:
project: 'alert-ground-261008'
token: anon
access: read_only
consolidated: true