Skip to content

Commit 47807b2

Browse files
committed
updated radiosondes to v3
This includes a change from denby.io to Aeris. see eurec4a#26 for some discussion about this
1 parent daf0737 commit 47807b2

File tree

1 file changed

+28
-48
lines changed

1 file changed

+28
-48
lines changed

radiosondes.yml

+28-48
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,47 @@
1+
plugins:
2+
source:
3+
- module: intake_xarray
4+
15
sources:
26
atalante_meteomodem:
7+
driver: opendap
38
args:
4-
consolidated: true
5-
storage_options:
6-
s3:
7-
anon: true
8-
client_kwargs:
9-
endpoint_url: https://minio.denby.eu
10-
urlpath: simplecache::s3://eurec4a-environment/radiosondes/atalante_meteomodem
9+
urlpath: https://observations.ipsl.fr/thredds/dodsC/EUREC4A/PRODUCTS/MERGED-MEASUREMENTS/RADIOSOUNDINGS/v3.0.0/level2/EUREC4A_Atalante_Meteomodem-RS_L2_v3.0.0.nc
10+
auth: null
11+
chunks: null
1112
description: Meteomodem-RS on Atalante
12-
driver: zarr
1313
atalante_vaisala:
14+
driver: opendap
1415
args:
15-
consolidated: true
16-
storage_options:
17-
s3:
18-
anon: true
19-
client_kwargs:
20-
endpoint_url: https://minio.denby.eu
21-
urlpath: simplecache::s3://eurec4a-environment/radiosondes/atalante_vaisala
16+
urlpath: https://observations.ipsl.fr/thredds/dodsC/EUREC4A/PRODUCTS/MERGED-MEASUREMENTS/RADIOSOUNDINGS/v3.0.0/level2/EUREC4A_Atalante_Vaisala-RS_L2_v3.0.0.nc
17+
auth: null
18+
chunks: null
2219
description: Vaisala-RS on Atalante
23-
driver: zarr
2420
bco:
21+
driver: opendap
2522
args:
26-
consolidated: true
27-
storage_options:
28-
s3:
29-
anon: true
30-
client_kwargs:
31-
endpoint_url: https://minio.denby.eu
32-
urlpath: simplecache::s3://eurec4a-environment/radiosondes/bco
23+
urlpath: https://observations.ipsl.fr/thredds/dodsC/EUREC4A/PRODUCTS/MERGED-MEASUREMENTS/RADIOSOUNDINGS/v3.0.0/level2/EUREC4A_BCO_Vaisala-RS_L2_v3.0.0.nc
24+
auth: null
25+
chunks: null
3326
description: Vaisala-RS on BCO
34-
driver: zarr
3527
meteor:
28+
driver: opendap
3629
args:
37-
consolidated: true
38-
storage_options:
39-
s3:
40-
anon: true
41-
client_kwargs:
42-
endpoint_url: https://minio.denby.eu
43-
urlpath: simplecache::s3://eurec4a-environment/radiosondes/meteor
30+
urlpath: https://observations.ipsl.fr/thredds/dodsC/EUREC4A/PRODUCTS/MERGED-MEASUREMENTS/RADIOSOUNDINGS/v3.0.0/level2/EUREC4A_Meteor_Vaisala-RS_L2_v3.0.0.nc
31+
auth: null
32+
chunks: null
4433
description: Vaisala-RS on Meteor
45-
driver: zarr
4634
ms_merian:
35+
driver: opendap
4736
args:
48-
consolidated: true
49-
storage_options:
50-
s3:
51-
anon: true
52-
client_kwargs:
53-
endpoint_url: https://minio.denby.eu
54-
urlpath: simplecache::s3://eurec4a-environment/radiosondes/ms_merian
37+
urlpath: https://observations.ipsl.fr/thredds/dodsC/EUREC4A/PRODUCTS/MERGED-MEASUREMENTS/RADIOSOUNDINGS/v3.0.0/level2/EUREC4A_BCO_Vaisala-RS_L2_v3.0.0.nc
38+
auth: null
39+
chunks: null
5540
description: Vaisala-RS on MS-Merian
56-
driver: zarr
5741
ronbrown:
42+
driver: opendap
5843
args:
59-
consolidated: true
60-
storage_options:
61-
s3:
62-
anon: true
63-
client_kwargs:
64-
endpoint_url: https://minio.denby.eu
65-
urlpath: simplecache::s3://eurec4a-environment/radiosondes/ronbrown
44+
urlpath: https://observations.ipsl.fr/thredds/dodsC/EUREC4A/PRODUCTS/MERGED-MEASUREMENTS/RADIOSOUNDINGS/v3.0.0/level2/EUREC4A_RonBrown_Vaisala-RS_L2_v3.0.0.nc
45+
auth: null
46+
chunks: null
6647
description: Vaisala-RS on RonBrown
67-
driver: zarr

0 commit comments

Comments
 (0)