-
Notifications
You must be signed in to change notification settings - Fork 21
/
data_portal.yaml
42 lines (42 loc) · 1.12 KB
/
data_portal.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
{
"description": "Sub-seasonal to Seasonal (S2S) Artificial Intelligence Challenge 2021.",
"start_date": "1999-01-07",
"end_date": "2010-12-30",
"encoding": [
"grib",
"netcdf",
"zarr"
],
"variables": [
{
"shortname": "t2m",
"description": "Temperature at 2m. See <a href='https://confluence.ecmwf.int/display/S2S/S2S+Surface+Air+Temperature'>here</a>.",
"name": "Temperature at 2m",
"id": 0
},
{
"shortname": "tp",
"description": "Total precipitation. See <a href='https://confluence.ecmwf.int/display/S2S/S2S+Total+Precipitation'>here</a>.",
"name": "Total precipitation",
"id": 1
},
],
"delivery": [
"climetlab",
"http",
],
"provided_by": "ECMWF",
"machine_learning": ["true"],
"title": "S2S AI challenge 2021",
"reanalysis": [
"false"
],
"created_by": "ECMWF-IRIDL-NCEP-ECCC",
"access": [
"public"
],
"type": "Observation and model output",
"nature": [
"unknown"
]
}