-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog.yaml
149 lines (134 loc) · 4.25 KB
/
catalog.yaml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
plugins:
source:
- module: intake_xarray
sources:
neverworld_five_day_averages:
description: Five-day-average fields from Neverworld2
driver: zarr
args:
urlpath: s3://Pangeo/ocean-eddy-cpt/5-day-averages/
consolidated: True
storage_options:
anon: True
client_kwargs:
endpoint_url: 'https://ncsa.osn.xsede.org'
neverworld_quarter_degree_snapshots:
description: snapshots of fields from Neverworld2
driver: zarr
args:
urlpath: s3://Pangeo/ocean-eddy-cpt/quarter-degree/snapshots/
consolidated: True
storage_options:
anon: True
client_kwargs:
endpoint_url: 'https://ncsa.osn.xsede.org'
neverworld_quarter_degree_averages:
description: 5-day average fields from Neverworld2
driver: zarr
args:
urlpath: s3://Pangeo/ocean-eddy-cpt/quarter-degree/averages/
consolidated: True
storage_options:
anon: True
client_kwargs:
endpoint_url: 'https://ncsa.osn.xsede.org'
neverworld_quarter_degree_static:
description: static fields from Neverworld2
driver: zarr
args:
urlpath: s3://Pangeo/ocean-eddy-cpt/quarter-degree/static/
consolidated: True
storage_options:
anon: True
client_kwargs:
endpoint_url: 'https://ncsa.osn.xsede.org'
neverworld_quarter_degree_stats:
description: Statistics of the model run from Neverworld2
driver: zarr
args:
urlpath: s3://Pangeo/ocean-eddy-cpt/quarter-degree/statistics/
consolidated: True
storage_options:
anon: True
client_kwargs:
endpoint_url: 'https://ncsa.osn.xsede.org'
neverworld_eighth_degree_snapshots:
description: snapshots of fields from Neverworld2
driver: zarr
args:
urlpath: s3://Pangeo/ocean-eddy-cpt/eighth-degree/snapshots/
consolidated: True
storage_options:
anon: True
client_kwargs:
endpoint_url: 'https://ncsa.osn.xsede.org'
neverworld_eighth_degree_averages:
description: 5-day average fields from Neverworld2
driver: zarr
args:
urlpath: s3://Pangeo/ocean-eddy-cpt/eighth-degree/averages/
consolidated: True
storage_options:
anon: True
client_kwargs:
endpoint_url: 'https://ncsa.osn.xsede.org'
neverworld_eighth_degree_static:
description: static fields from Neverworld2
driver: zarr
args:
urlpath: s3://Pangeo/ocean-eddy-cpt/eighth-degree/static/
consolidated: True
storage_options:
anon: True
client_kwargs:
endpoint_url: 'https://ncsa.osn.xsede.org'
neverworld_eighth_degree_stats:
description: Statistics of the model run from Neverworld2
driver: zarr
args:
urlpath: s3://Pangeo/ocean-eddy-cpt/eighth-degree/statistics/
consolidated: True
storage_options:
anon: True
client_kwargs:
endpoint_url: 'https://ncsa.osn.xsede.org'
neverworld_sixteenth_degree_snapshots:
description: snapshots of fields from Neverworld2
driver: zarr
args:
urlpath: s3://Pangeo/ocean-eddy-cpt/sixteenth-degree/snapshots/
consolidated: True
storage_options:
anon: True
client_kwargs:
endpoint_url: 'https://ncsa.osn.xsede.org'
neverworld_sixteenth_degree_averages:
description: 5-day average fields from Neverworld2
driver: zarr
args:
urlpath: s3://Pangeo/ocean-eddy-cpt/sixteenth-degree/averages/
consolidated: True
storage_options:
anon: True
client_kwargs:
endpoint_url: 'https://ncsa.osn.xsede.org'
neverworld_sixteenth_degree_static:
description: static fields from Neverworld2
driver: zarr
args:
urlpath: s3://Pangeo/ocean-eddy-cpt/sixteenth-degree/static/
consolidated: True
storage_options:
anon: True
client_kwargs:
endpoint_url: 'https://ncsa.osn.xsede.org'
neverworld_sixteenth_degree_stats:
description: Statistics of the model run from Neverworld2
driver: zarr
args:
urlpath: s3://Pangeo/ocean-eddy-cpt/sixteenth-degree/statistics/
consolidated: True
storage_options:
anon: True
client_kwargs:
endpoint_url: 'https://ncsa.osn.xsede.org'