Skip to content

Commit 28b7628

Browse files
committed
fix: Vtable for ECMWF hybrid sigma layers
1 parent 57a4d03 commit 28b7628

File tree

1 file changed

+40
-39
lines changed

1 file changed

+40
-39
lines changed
Lines changed: 40 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,42 @@
1-
GRIB | Level| Level| Level| metgrid | metgrid | metgrid |
2-
Code | Code | 1 | 2 | Name | Units | Description |
3-
-----+------+------+------+----------+----------+------------------------------------------+
4-
130 | 109 | * | | TT | K | Temperature |
5-
131 | 109 | * | | UU | m s-1 | U |
6-
132 | 109 | * | | VV | m s-1 | V |
7-
133 | 109 | * | | SPECHUMD | kg kg-1 | Specific humidity |
8-
152 | 109 | * | | LOGSFP | Pa | Log surface pressure |
9-
129 | 1 | 0 | | SOILGEO | m | |
10-
| 1 | 0 | | SOILHGT | m | Terrain field of source analysis |
11-
165 | 1 | 0 | | UU | m s-1 | U | At 10 m
12-
166 | 1 | 0 | | VV | m s-1 | V | At 10 m
13-
167 | 1 | 0 | | TT | K | Temperature | At 2 m
14-
168 | 1 | 0 | | DEWPT | K | | At 2 m
15-
| 1 | 0 | | RH | % | Relative Humidity at 2 m | At 2 m
16-
172 | 1 | 0 | | LANDSEA | 0/1 Flag | Land/Sea flag |
17-
134 | 1 | 0 | | PSFC | Pa | Surface Pressure |
18-
134 | 109 | 1 | | PSFCH | Pa | |
19-
151 | 1 | 0 | | PMSL | Pa | Sea-level Pressure |
20-
235 | 1 | 0 | | SKINTEMP | K | Sea-Surface Temperature |
21-
31 | 1 | 0 | | SEAICE | 0/1 Flag | Sea-Ice-Flag |
22-
34 | 1 | 0 | | SST | K | Sea-Surface Temperature |
23-
141 | 1 | 0 | | SNOW_EC | m | |
24-
| 1 | 0 | | SNOW | kg m-2 |Water Equivalent of Accumulated Snow Depth|
25-
139 | 112 | 0 | 7 | ST000007 | K | T of 0-7 cm ground layer |
26-
170 | 112 | 7 | 28 | ST007028 | K | T of 7-28 cm ground layer |
27-
183 | 112 | 28 | 100 | ST028100 | K | T of 28-100 cm ground layer |
28-
236 | 112 | 100 | 255 | ST100289 | K | T of 100-289 cm ground layer |
29-
39 | 112 | 0 | 7 | SM000007 | fraction | Soil moisture of 0-7 cm ground layer |
30-
40 | 112 | 7 | 28 | SM007028 | fraction | Soil moisture of 7-28 cm ground layer |
31-
41 | 112 | 28 | 100 | SM028100 | fraction | Soil moisture of 28-100 cm ground layer |
32-
42 | 112 | 100 | 255 | SM100289 | fraction | Soil moisture of 100-289 cm ground layer |
33-
-----+------+------+------+----------+----------+------------------------------------------+
1+
GRIB1| Level| From | To | metgrid | metgrid | metgrid |GRIB2|GRIB2|GRIB2|GRIB2|
2+
Param| Type |Level1|Level2| Name | Units | Description |Discp|Catgy|Param|Level|
3+
-----+------+------+------+----------+----------+------------------------------------------+-----------------------+
4+
129 | 105 | * | | GEOPT | m2 s-2 | | 0 | 0 | | 105 |
5+
156 | 105 | * | | HGT | m | Height | 0 | 3 | 5 | 105 |
6+
130 | 105 | * | | TT | K | Temperature | 0 | 0 | 0 | 105 |
7+
131 | 105 | * | | UU | m s-1 | U | 0 | 2 | 2 | 105 |
8+
132 | 105 | * | | VV | m s-1 | V | 0 | 2 | 3 | 105 |
9+
133 | 105 | * | | SPECHUMD | kg kg-1 | Specific Humidity | 0 | 1 | 0 | 105 |
10+
165 | 1 | 0 | | UU | m s-1 | U At 10 m | 0 | 2 | 2 | 103 |
11+
166 | 1 | 0 | | VV | m s-1 | V At 10 m | 0 | 2 | 3 | 103 |
12+
167 | 1 | 0 | | TT | K | Temperature At 2 m | 0 | 0 | 0 | 103 |
13+
168 | 1 | 0 | | DEWPT | K | | 0 | 0 | 6 | 103 |
14+
| 1 | 0 | | RH | % | Relative Humidity At 2 m | 0 | 0 | | 103 |
15+
172 | 1 | 0 | | LANDSEA | 0/1 Flag | Land/Sea flag | 2 | 0 | 0 | 1 |
16+
129 | 1 | 0 | | SOILGEO | m2 s-2 | | 0 | 0 | | 103 |
17+
156 | 1 | 0 | | SOILHGT | m | Terrain field of source analysis | 0 | 0 | | 106 |
18+
134 | 1 | 0 | | PSFC | Pa | Surface Pressure | 0 | 3 | 0 | 1 |
19+
151 | 1 | 0 | | PMSL | Pa | Sea-level Pressure | 0 | 3 | 0 | 101 |
20+
235 | 1 | 0 | | SKINTEMP | K | Sea-Surface Temperature | 0 | 3 | | 101 |
21+
31 | 1 | 0 | | SEAICE | 0/1 Flag | Sea-Ice-Flag | 0 | 3 | | 101 |
22+
34 | 1 | 0 | | SST | K | Sea-Surface Temperature | 0 | 3 | | 101 |
23+
141 | 1 | 0 | | SNOW_EC | m | | 0 | 3 | | 101 |
24+
| 1 | 0 | | SNOW | kg m-2 |Water Equivalent of Accumulated Snow Depth| 0 | 3 | | 101 |
25+
139 | 112 | 0 | 7 | ST000007 | K | T of 0-7 cm ground layer | 2 | 0 | 2 | 106 |
26+
170 | 112 | 7 | 28 | ST007028 | K | T of 7-28 cm ground layer | 192 | 128 | 170 | 106 |
27+
183 | 112 | 28 | 100 | ST028100 | K | T of 28-100 cm ground layer | 192 | 128 | 183 | 106 |
28+
236 | 112 | 100 | 255 | ST100289 | K | T of 100-289 cm ground layer | 192 | 128 | 236 | 106 |
29+
39 | 112 | 0 | 7 | SM000007 | fraction | Soil moisture of 0-7 cm ground layer | 192 | 128 | 39 | 106 |
30+
40 | 112 | 7 | 28 | SM007028 | fraction | Soil moisture of 7-28 cm ground layer | 192 | 128 | 40 | 106 |
31+
41 | 112 | 28 | 100 | SM028100 | fraction | Soil moisture of 28-100 cm ground layer | 192 | 128 | 41 | 106 |
32+
42 | 112 | 100 | 255 | SM100289 | fraction | Soil moisture of 100-289 cm ground layer | 192 | 128 | 42 | 106 |
33+
-----+------+------+------+----------+----------+------------------------------------------+-----+-----+-----+-----+
3434
#
35-
# In ECMWF hybrid-level files surface pressure can either be at the surface or
36-
# hybrid level 1.
37-
#
38-
# Grib codes are from Table 128
39-
# http://www.ecmwf.int/products/data/technical/GRIB_tables/table_128.html
35+
# Grib codes are from Table 128
36+
# http://old.ecmwf.int/publications/manuals/d/gribapi/param/filter=grib1/order=paramId/order_type=asc/p=1/table=128/
4037
#
41-
# snow depth is converted to the proper units in rrpr.F
38+
# snow depth is converted to the proper units in rrpr.F
39+
#
40+
# Tested on NCAR/RDA ds113.0 dataset. http://rda.ucar.edu/datasets/ds113.0/
41+
# Note that for ds113.0 there is one surface data file per day and 4 pressure-level files per day.
42+

0 commit comments

Comments
 (0)