willychap commited on
Commit
2f84dd3
·
verified ·
1 Parent(s): 3c9520a

Upload metadata/era5.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. metadata/era5.yaml +103 -0
metadata/era5.yaml ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ T:
2
+ standard_name: "air_temperature"
3
+ long_name: "Temperature"
4
+ short_name: "t"
5
+ units: "K"
6
+ _FillValue: 9.999e+20
7
+
8
+ Q:
9
+ standard_name: "specific_humidity"
10
+ long_name: "Specific humidity"
11
+ short_name: "q"
12
+ units: "kg kg**-1"
13
+ _FillValue: 9.999e+20
14
+
15
+ U:
16
+ long_name: "U component of wind"
17
+ standard_name: "eastward_wind"
18
+ short_name: "u"
19
+ units: "m s**-1"
20
+ _FillValue: 9.999e+20
21
+
22
+ V:
23
+ long_name: "V component of wind"
24
+ standard_name: "northward_wind"
25
+ short_name: "v"
26
+ units: "m s**-1"
27
+ wmo_discipline: 0
28
+ _FillValue: 9.999e+20
29
+
30
+ SP:
31
+ long_name: "Surface pressure"
32
+ standard_name: "surface_air_pressure"
33
+ short_name: "sp"
34
+ units: "Pa"
35
+ original_format: "WMO GRIB 1"
36
+ _FillValue: 9.999e+20
37
+
38
+ time:
39
+ long_name: "time"
40
+ units: "hours since 1900-01-01 00:00:00"
41
+ calendar: "gregorian"
42
+
43
+ Z:
44
+ long_name: "Geopotential (at the surface)"
45
+ short_name: "z"
46
+ standard_name: "surface_geopotential"
47
+ units: "m**2 s**-2"
48
+ original_format: "WMO GRIB 1 with ECMWF local table"
49
+ _FillValue: 9.999e+20
50
+
51
+ latitude:
52
+ long_name: "latitude"
53
+ short_name: "lat"
54
+ units: "degrees_north"
55
+ qualifier: "Gaussian"
56
+
57
+ longitude:
58
+ long_name: "longitude"
59
+ short_name: "lon"
60
+ units: "degrees_east"
61
+ qualifier: "Gaussian"
62
+
63
+ t2m:
64
+ long_name: "2 metre temperature"
65
+ short_name: "2t"
66
+ standard_name: "air_temperature"
67
+ units: "K"
68
+ _FillValue: 9.999e+20
69
+
70
+ U500:
71
+ long_name: "U component of wind (at 500 hPa)"
72
+ standard_name: "eastward_wind"
73
+ short_name: "u500"
74
+ units: "m s**-1"
75
+ _FillValue: 9.999e+20
76
+
77
+ V500:
78
+ long_name: "V component of wind (at 500 hPa)"
79
+ standard_name: "northward_wind"
80
+ short_name: "v500"
81
+ units: "m s**-1"
82
+ _FillValue: 9.999e+20
83
+
84
+ Z500:
85
+ long_name: "Geopotential (at 500 hPa)"
86
+ short_name: "z500"
87
+ units: "m**2 s**-2"
88
+ _FillValue: 9.999e+20
89
+
90
+ T500:
91
+ standard_name: "air_temperature (at 500 hPa)"
92
+ long_name: "Temperature"
93
+ short_name: "t500"
94
+ units: "K"
95
+ _FillValue: 9.999e+20
96
+
97
+ Q500:
98
+ standard_name: "specific_humidity"
99
+ long_name: "Specific humidity (at 500 hPa)"
100
+ short_name: "q500"
101
+ units: "kg kg**-1"
102
+ _FillValue: 9.999e+20
103
+