mirror of https://github.com/ecmwf/eccodes.git
Merge develop
This commit is contained in:
commit
c4dfd4a7f1
|
@ -2,7 +2,7 @@
|
|||
# general configuration #
|
||||
#---------------------------------#
|
||||
|
||||
version: 2.15.0-{build}-{branch}
|
||||
version: 2.16.0-{build}-{branch}
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
|
@ -1 +1 @@
|
|||
set( ${PROJECT_NAME}_VERSION_STR "2.15.0" )
|
||||
set( ${PROJECT_NAME}_VERSION_STR "2.16.0" )
|
||||
|
|
|
@ -45,7 +45,7 @@ transient forecastTime=forecastMonth - 1;
|
|||
transient typeOfTimeIncrement = 3;
|
||||
|
||||
# Old GRIBS do not have forecast forecastMonth set. It is computed from verifyingMonth
|
||||
meta marsForecastMonth g1forecastmonth(verifyingMonth,dataDate,day,hour,forecastMonth) : read_only;
|
||||
meta marsForecastMonth g1forecastmonth(verifyingMonth,dataDate,day,hour,forecastMonth,zero) : read_only;
|
||||
|
||||
alias origin = centre;
|
||||
alias number = perturbationNumber;
|
||||
|
|
|
@ -45,7 +45,7 @@ transient forecastTime=forecastMonth - 1;
|
|||
transient typeOfTimeIncrement = 3;
|
||||
|
||||
# Old GRIBS do not have forecast forecastMonth set. It is computed from verifyingMonth
|
||||
meta marsForecastMonth g1forecastmonth(verifyingMonth,dataDate,day,hour,forecastMonth) : read_only;
|
||||
meta marsForecastMonth g1forecastmonth(verifyingMonth,dataDate,day,hour,forecastMonth,one) : read_only;
|
||||
|
||||
alias origin = centre;
|
||||
alias number = perturbationNumber;
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
#Code Table 0.0: Discipline of processed data in the GRIB message, number of GRIB Master Table
|
||||
0 0 Meteorological products
|
||||
1 1 Hydrological products
|
||||
2 2 Land surface products
|
||||
3 3 Space products
|
||||
# 4-9 Reserved
|
||||
10 10 Oceanographic products
|
||||
# 11-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
# Code Table 1.0: GRIB Master Tables Version Number
|
||||
0 0 Experimental
|
||||
1 1 Initial operational version number
|
||||
2 2 Previous operational version number
|
||||
3 3 Current operational version number implemented on 2 November 2005
|
||||
# 4-254 Future operational version numbers
|
||||
255 255 Master tables not used. Local table entries and local templates may use the entire range of the table, not just those sections marked Reserved for local used.
|
||||
|
|
|
@ -1,5 +1,2 @@
|
|||
# Code Table 1.1 GRIB Local Tables Version Number
|
||||
0 0 Local tables not used
|
||||
# . Only table entries and templates from the current Master table are valid.
|
||||
# 1-254 Number of local tables version used
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
# CODE TABLE 1.2, Significance of Reference Time
|
||||
0 0 Analysis
|
||||
1 1 Start of forecast
|
||||
2 2 Verifying time of forecast
|
||||
3 3 Observation time
|
||||
#4-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
# CODE TABLE 1.3, Production status of data
|
||||
0 0 Operational products
|
||||
1 1 Operational test products
|
||||
2 2 Research products
|
||||
3 3 Re-analysis products
|
||||
4 4 TIGGE Operational products
|
||||
5 5 TIGGE test products
|
||||
# 4-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 1.4, Type of data
|
||||
0 an Analysis products
|
||||
1 fc Forecast products
|
||||
2 af Analysis and forecast products
|
||||
|
@ -8,6 +7,4 @@
|
|||
6 sa Processed satellite observations
|
||||
7 ra Processed radar observations
|
||||
8 ep Event Probability
|
||||
# 8-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# CODE TABLE 3.0, Source of Grid Definition
|
||||
0 0 Specified in Code table 3.1
|
||||
1 1 Predetermined grid definition Defined by originating centre
|
||||
# 2-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 A grid definition does not apply to this product
|
||||
|
|
|
@ -1,43 +1,26 @@
|
|||
# CODE TABLE 3.1, Grid Definition Template Number
|
||||
0 0 Latitude/longitude. Also called equidistant cylindrical, or Plate Carree
|
||||
1 1 Rotated latitude/longitude
|
||||
2 2 Stretched latitude/longitude
|
||||
3 3 Stretched and rotated latitude/longitude
|
||||
# 4-9 Reserved
|
||||
10 10 Mercator
|
||||
# 11-19 Reserved
|
||||
20 20 Polar stereographic can be south or north
|
||||
# 21-29 Reserved
|
||||
30 30 Lambert Conformal can be secant or tangent, conical or bipolar
|
||||
31 31 Albers equal-area
|
||||
# 32-39 Reserved
|
||||
40 40 Gaussian latitude/longitude
|
||||
41 41 Rotated Gaussian latitude/longitude
|
||||
42 42 Stretched Gaussian latitude/longitude
|
||||
43 43 Stretched and rotated Gaussian latitude/longitude
|
||||
# 44-49 Reserved
|
||||
50 50 Spherical harmonic coefficients
|
||||
51 51 Rotated spherical harmonic coefficients
|
||||
52 52 Stretched spherical harmonic coefficients
|
||||
53 53 Stretched and rotated spherical harmonic coefficients
|
||||
# 54-89 Reserved
|
||||
90 90 Space view perspective orthographic
|
||||
# 91-99 Reserved
|
||||
100 100 Triangular grid based on an icosahedron
|
||||
# 101-109 Reserved
|
||||
110 110 Equatorial azimuthal equidistant projection
|
||||
# 111-119 Reserved
|
||||
120 120 Azimuth-range projection
|
||||
# 121-129 Reserved
|
||||
130 130 Irregular latitude/longitude grid
|
||||
# 131-139 Reserved
|
||||
140 140 Lambert azimuthal equal area projection
|
||||
# 141-999 Reserved
|
||||
1000 1000 Cross-section grid, with points equally spaced on the horizontal
|
||||
# 1001-1099 Reserved
|
||||
1100 1100 Hovmoller diagram grid, with points equally spaced on the horizontal
|
||||
# 1101-1199 Reserved
|
||||
1200 1200 Time section grid
|
||||
# 1201-32767 Reserved
|
||||
# 32768-65534 Reserved for local use
|
||||
65535 65535 Missing
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# FLAG TABLE 3.10, Scanning mode for one diamond
|
||||
1 0 Points scan in +i direction, i.e. from pole to equator
|
||||
1 1 Points scan in -i direction, i.e. from equator to pole
|
||||
2 0 Points scan in +j direction, i.e. from west to east
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 3.11, Interpretation of list of numbers defining number of points
|
||||
0 0 There is no appended list
|
||||
1 1 Numbers define number of points corresponding to full coordinate circles (i.e. parallels), coordinate values on each circle are multiple of the circle mesh, and extreme coordinate values given in grid definition (i.e. extreme longitudes) may not be reached in all rows
|
||||
2 2 Numbers define number of points corresponding to coordinate lines delimited by extreme coordinate values given in grid definition (i.e. extreme longitudes) which are present in each row
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
# CODE TABLE 3.15, Physical meaning of vertical coordinate
|
||||
# 0-19 Reserved
|
||||
20 20 Temperature K
|
||||
# 21-99 Reserved
|
||||
100 100 Pressure Pa
|
||||
101 101 Pressure deviation from mean sea level Pa
|
||||
102 102 Altitude above mean sea level m
|
||||
103 103 Height above ground (see Note 1) m
|
||||
103 103 Height above ground m
|
||||
104 104 Sigma coordinate
|
||||
105 105 Hybrid coordinate
|
||||
106 106 Depth below land surface m
|
||||
|
@ -13,13 +10,7 @@
|
|||
108 108 Pressure deviation from ground to level Pa
|
||||
109 pv Potential vorticity K m-2 kg-1 s-1
|
||||
110 110 Geometrical height m
|
||||
111 111 Eta coordinate (see Note 2)
|
||||
111 111 Eta coordinate
|
||||
112 112 Geopotential height gpm
|
||||
# 113-159 Reserved
|
||||
160 160 Depth below sea level m
|
||||
# 161-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
# Notes:
|
||||
# (1) Negative values associated to this coordinate will indicate depth below ground surface. If values are all below surface, use of entry 106 is recommended, with positive coordinate values instead.
|
||||
# (2) The Eta vertical coordinate system involves normalizing the pressure at some point on a specific level by the mean sea level pressure at that point.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 3.2, Shape of the Earth
|
||||
0 0 Earth assumed spherical with radius = 6,367,470.0 m
|
||||
1 1 Earth assumed spherical with radius specified by data producer
|
||||
2 2 Earth assumed oblate spheroid with size as determined by IAU in 1965 (major axis = 6,378,160.0 m, minor axis = 6,356,775.0 m, f = 1/297.0)
|
||||
|
@ -6,6 +5,4 @@
|
|||
4 4 Earth assumed oblate spheroid as defined in IAG-GRS80 model (major axis = 6,378,137.0 m, minor axis = 6,356,752.314 m, f = 1/298.257222101)
|
||||
5 5 Earth assumed represented by WGS84 (as used by ICAO since 1998)
|
||||
6 6 Earth assumed spherical with radius of 6,371,229.0 m
|
||||
# 7-191 Reserved
|
||||
# 192- 254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# CODE TABLE 3.20, Type of horizontal line
|
||||
0 0 Rhumb
|
||||
1 1 Great circle
|
||||
# 2-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
# CODE TABLE 3.21, Vertical dimension coordinate values definition
|
||||
0 0 Explicit coordinate values set
|
||||
1 1 Linear coordinates
|
||||
# 2-10 Reserved
|
||||
11 11 Geometric coordinates
|
||||
# 12-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# FLAG TABLE 3.3, Resolution and Component Flags
|
||||
3 0 i direction increments not given
|
||||
3 1 i direction increments given
|
||||
4 0 j direction increments not given
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# FLAG TABLE 3.4, Scanning Mode
|
||||
1 0 Points of first row or column scan in the +i (+x) direction
|
||||
1 1 Points of first row or column scan in the -i (-x) direction
|
||||
2 0 Points of first row or column scan in the -j (-y) direction
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# FLAG TABLE 3.5, Projection Centre
|
||||
1 0 North Pole is on the projection plane
|
||||
1 1 South Pole is on the projection plane
|
||||
2 0 Only one projection centre is used
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
# CODE TABLE 3.6, Spectral data representation type
|
||||
1 1 The Associated Legendre Functions of the first kind are defined by:
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
# Code Table 3.7: Spectral data representation mode
|
||||
0 0 Reserved
|
||||
1 1 The complex numbers Fnm (see code figure 1 in Code Table 3.6 above) are stored for m³0 as pairs of real numbers Re(Fnm), Im(Fnm) ordered with n increasing from m to N(m), first for m=0 and then for m=1, 2, ... M. (see Note 1)
|
||||
# 2-254 Reserved
|
||||
1 1 The complex numbers Fnm
|
||||
255 255 Missing
|
||||
# Note:
|
||||
#
|
||||
#(1) Values of N(m) for common truncations cases:
|
||||
# Triangular M = J = K, N(m) = J
|
||||
# Rhomboidal K = J + M, N(m) = J+m
|
||||
# Trapezoidal K = J, K > M, N(m) = J
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
# Code table 3.8: Grid point position
|
||||
0 0 Grid points at triangle vertices
|
||||
1 1 Grid points at centres of triangles
|
||||
2 2 Grid points at midpoints of triangle sides
|
||||
#3-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
# FLAG TABLE 3.9, Numbering order of diamonds as seen from the corresponding pole
|
||||
1 0 Clockwise orientation
|
||||
1 1 Anti-clockwise (i.e., counter-clockwise) orientation
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.0, Product Definition Template Number
|
||||
0 0 Analysis or forecast at a horizontal level or in a horizontal layer at a point in time
|
||||
1 1 Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time
|
||||
2 2 Derived forecast based on all ensemble members at a horizontal level or in a horizontal layer at a point in time
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#Discipline 0: Meteorological products
|
||||
#Category Description
|
||||
0 0 Temperature
|
||||
1 1 Moisture
|
||||
2 2 Momentum
|
||||
|
@ -21,10 +19,8 @@
|
|||
18 18 Nuclear/radiology
|
||||
19 19 Physical atmospheric properties
|
||||
20 20 Atmospheric chemical or physical constituents
|
||||
# 20-189 Reserved
|
||||
190 190 CCITT IA5 string
|
||||
191 191 Miscellaneous
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
#Discipline 1: Hydrological products
|
||||
#Category Description
|
||||
0 0 Hydrology basic products
|
||||
1 1 Hydrology probabilities
|
||||
#2-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
#Discipline 10: Oceanographic Products
|
||||
#Category Description
|
||||
0 0 Waves
|
||||
1 1 Currents
|
||||
2 2 Ice
|
||||
3 3 Surface Properties
|
||||
4 4 Sub-surface Properties
|
||||
# 5-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
#Discipline 2: Land Surface Products
|
||||
#Category Description
|
||||
0 0 Vegetation/Biomass
|
||||
1 1 Agri-/aquacultural Special Products
|
||||
2 2 Transportation-related Products
|
||||
3 3 Soil Products
|
||||
# 4-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
#Discipline 3: Space Products
|
||||
#Category Description
|
||||
0 0 Image format products
|
||||
1 1 Quantitative products
|
||||
# 2-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.1, Category of parameters by product discipline
|
||||
0 0 Temperature
|
||||
1 1 Moisture
|
||||
3 3 Mass
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.10, Type of statistical processing
|
||||
|
||||
0 avg Average
|
||||
1 accum Accumulation
|
||||
|
@ -10,5 +9,4 @@
|
|||
7 cov Covariance (Temporal variance)
|
||||
8 8 Difference (Value at the start of time range minus value at the end)
|
||||
9 ratio Ratio
|
||||
# 192 254 Reserved for local use
|
||||
255 missing Missing
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
# CODE TABLE 4.11, Type of time intervals
|
||||
|
||||
1 1 Successive times processed have same forecast time, start time of forecast is incremented
|
||||
2 2 Successive times processed have same start time of forecast, forecast time is incremented
|
||||
3 3 Successive times processed have start time of forecast incremented and forecast time decremented so that valid time remains constant
|
||||
4 4 Successive times processed have start time of forecast decremented and forecast time incremented so that valid time remains constant
|
||||
5 5 Floating subinterval of time between forecast time and end of overall time interval
|
||||
# 192 254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.12, Operating Mode
|
||||
|
||||
0 0 Maintenance Mode
|
||||
1 1 Clear air
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# CODE TABLE 4.13, Quality Control Indicator
|
||||
|
||||
0 0 No quality control applied
|
||||
1 1 Quality control applied
|
||||
192 192 Reserved for local use
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.14, Clutter Filter Indicator
|
||||
|
||||
0 0 No clutter filter used
|
||||
1 1 Clutter filter used
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.15, Type of auxiliary information
|
||||
|
||||
0 0 Confidence level ('grib2/4.151.table')
|
||||
1 1 Delta time (seconds)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.15, Confidence level units
|
||||
|
||||
0 0 bad
|
||||
1 1 suspect
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Product Discipline 0: Meteorological products, Parameter Category 0: Temperature
|
||||
0 0 Temperature (K)
|
||||
1 1 Virtual temperature (K)
|
||||
2 2 Potential temperature (K)
|
||||
|
@ -17,7 +16,5 @@
|
|||
15 15 Virtual potential temperature (K)
|
||||
16 16 Snow phase change heat flux (W m-2)
|
||||
17 17 Skin Temperature (K)
|
||||
#17-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Product Discipline 0: Meteorological products, Parameter Category 1: Moisture
|
||||
0 0 Specific humidity (kg kg-1)
|
||||
1 1 Relative humidity (%)
|
||||
2 2 Humidity mixing ratio (kg kg-1)
|
||||
|
@ -60,7 +59,5 @@
|
|||
70 70 Specific cloud ice water content (kg kg-1)
|
||||
71 71 Specific rain water content (kg kg-1)
|
||||
72 72 Specific snow water content (kg kg-1)
|
||||
#47-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# Product Discipline 0: Meteorological products, Parameter Category 13: Aerosols
|
||||
0 0 Aerosol type (Code table 4.205)
|
||||
# 1-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
# Product Discipline 0: Meteorological products, Parameter Category 14: Trace Gases
|
||||
0 0 Total ozone (Dobson)
|
||||
1 1 Ozone mixing ratio (kg kg-1)
|
||||
# 2-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Product Discipline 0 - Meteorological products, Parameter Category 15: Radar
|
||||
0 0 Base spectrum width (m s-1)
|
||||
1 1 Base reflectivity (dB)
|
||||
2 2 Base radial velocity (m s-1)
|
||||
|
@ -8,7 +7,5 @@
|
|||
6 6 Radar spectra (1) (-)
|
||||
7 7 Radar spectra (2) (-)
|
||||
8 8 Radar spectra (3) (-)
|
||||
# 9-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Product Discipline 0: Meteorological products, Parameter Category 18: Nuclear/radiology
|
||||
0 0 Air concentration of Caesium 137 (Bq m-3)
|
||||
1 1 Air concentration of Iodine 131 (Bq m-3)
|
||||
2 2 Air concentration of radioactive pollutant (Bq m-3)
|
||||
|
@ -8,7 +7,5 @@
|
|||
6 6 Time-integrated air concentration of caesium pollutant (Bq s m-3)
|
||||
7 7 Time-integrated air concentration of iodine pollutant (Bq s m-3)
|
||||
8 8 Time-integrated air concentration of radioactive pollutant (Bq s m-3)
|
||||
# 9-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Product Discipline 0: Meteorological products, Parameter Category 19: Physical atmospheric properties
|
||||
0 0 Visibility (m)
|
||||
1 1 Albedo (%)
|
||||
2 2 Thunderstorm probability (%)
|
||||
|
@ -18,7 +17,5 @@
|
|||
16 16 Contrail base (m)
|
||||
17 17 Maximum snow albedo (%)
|
||||
18 18 Snow free albedo (%)
|
||||
# 19-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# Product Discipline 0: Meteorological products, Parameter Category 190: CCITT IA5 string
|
||||
0 0 Arbitrary text string (CCITTIA5)
|
||||
# 1-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# Product Discipline 0: Meteorological products, Parameter Category 191: Miscellaneous
|
||||
0 0 Seconds prior to initial reference time (defined in Section 1) (s)
|
||||
# 1-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# Product Discipline 0: Meteorological products, Parameter Category 2: Momentum
|
||||
0 0 Wind direction [from which blowing] (deg true)
|
||||
0 0 Wind direction (from which blowing) (deg true)
|
||||
1 1 Wind speed (m s-1)
|
||||
2 2 u-component of wind (m s-1)
|
||||
3 3 v-component of wind (m s-1)
|
||||
|
@ -7,8 +6,8 @@
|
|||
5 5 Velocity potential (m2 s-1)
|
||||
6 6 Montgomery stream function (m2 s-2)
|
||||
7 7 Sigma coordinate vertical velocity (s-1)
|
||||
8 8 Vertical velocity [pressure] (Pa s-1)
|
||||
9 9 Vertical velocity [geometric] (m s-1)
|
||||
8 8 Vertical velocity (pressure) (Pa s-1)
|
||||
9 9 Vertical velocity (geometric) (m s-1)
|
||||
10 10 Absolute vorticity (s-1)
|
||||
11 11 Absolute divergence (s-1)
|
||||
12 12 Relative vorticity (s-1)
|
||||
|
@ -21,7 +20,7 @@
|
|||
19 19 Wind mixing energy (J)
|
||||
20 20 Boundary layer dissipation (W m-2)
|
||||
21 21 Maximum wind speed (m s-1)
|
||||
22 22 Wind speed [gust] (m s-1)
|
||||
22 22 Wind speed (gust) (m s-1)
|
||||
23 23 u-component of wind (gust) (m s-1)
|
||||
24 24 v-component of wind (gust) (m s-1)
|
||||
25 25 Vertical speed shear (s-1)
|
||||
|
@ -30,6 +29,4 @@
|
|||
28 28 V-component storm motion (m s-1)
|
||||
29 29 Drag coefficient (Numeric)
|
||||
30 30 Frictional velocity (m s-1)
|
||||
# 31-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
6 6 Surface dry deposition mass flux kg m-2 s-1
|
||||
7 7 Surface wet deposition mass flux kg m-2 s-1
|
||||
8 8 Atmosphere re-emission mass flux kg m-2 s-1
|
||||
#9-49 9-49 Reserved
|
||||
50 50 Amount in atmosphere mol
|
||||
51 51 Concentration in air mol m-3
|
||||
52 52 Volume mixing ratio (fraction in air) mol mol-1
|
||||
|
@ -17,10 +16,7 @@
|
|||
56 56 Changes of amount in atmosphere (see Note 1) mol s-1
|
||||
57 57 Total yearly average burden of the atmosphere mol
|
||||
58 58 Total yearly averaged atmospheric loss (see Note 1) mol s-1
|
||||
#59-99 59-99 Reserved
|
||||
100 100 Surface area density (aerosol) m-1
|
||||
101 101 Atmosphere optical thickness m
|
||||
#102-191 102-191 Reserved
|
||||
#192-254 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Product Discipline 0: Meteorological products, Parameter Category 3: Mass
|
||||
0 0 Pressure (Pa)
|
||||
1 1 Pressure reduced to MSL (Pa)
|
||||
2 2 Pressure tendency (Pa s-1)
|
||||
|
@ -19,7 +18,5 @@
|
|||
17 17 Meridional flux of gravity wave stress (N m-2)
|
||||
18 18 Planetary boundary layer height (m)
|
||||
19 19 5-wave geopotential height anomaly (gpm)
|
||||
# 20-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Product Discipline 0: Meteorological products, Parameter Category 4: Short-wave Radiation
|
||||
0 0 Net short-wave radiation flux (surface) (W m-2)
|
||||
1 1 Net short-wave radiation flux (top of atmosphere) (W m-2)
|
||||
2 2 Short wave radiation flux (W m-2)
|
||||
|
@ -8,7 +7,5 @@
|
|||
6 6 Radiance (with respect to wave length) (W m-3 sr-1)
|
||||
7 7 Downward short-wave radiation flux (W m-2)
|
||||
9 8 Upward short-wave radiation flux (W m-2)
|
||||
# 9-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
# Product Discipline 0: Meteorological products, Parameter Category 5: Long-wave Radiation
|
||||
0 0 Net long wave radiation flux (surface) (W m-2)
|
||||
1 1 Net long wave radiation flux (top of atmosphere) (W m-2)
|
||||
2 2 Long wave radiation flux (W m-2)
|
||||
3 3 Downward long-wave radiation flux (W m-2)
|
||||
4 4 Upward long-wave radiation flux (W m-2)
|
||||
5 5 Net long wave radiation flux (W m-2)
|
||||
# 5-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Product Discipline 0: Meteorological products, Parameter Category 6: Cloud
|
||||
0 0 Cloud Ice (kg m-2)
|
||||
1 1 Total cloud cover (%)
|
||||
2 2 Convective cloud cover (%)
|
||||
|
@ -24,7 +23,5 @@
|
|||
22 22 Cloud cover (%)
|
||||
23 23 Cloud ice mixing ratio (kg kg-1)
|
||||
24 24 Sunshine (Numeric)
|
||||
# 23-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Product Discipline 0: Meteorological products, Parameter Category 7: Thermodynamic Stability Indices
|
||||
0 0 Parcel lifted index (to 500 hPa) (K)
|
||||
1 1 Best lifted index (to 500 hPa) (K)
|
||||
2 2 K index (K)
|
||||
|
@ -12,7 +11,5 @@
|
|||
10 10 Surface lifted index (K)
|
||||
11 11 Best (4-layer) lifted index (K)
|
||||
12 12 Richardson number (Numeric)
|
||||
#13-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Product Discipline 1: Hydrologic products, Parameter Category 0: Hydrology basic products
|
||||
0 0 Flash flood guidance (Encoded as an accumulation over a floating subinterval of time between the reference time and valid time) (kg m-2)
|
||||
1 1 Flash flood runoff (Encoded as an accumulation over a floating subinterval of time) (kg m-2)
|
||||
2 2 Remotely sensed snow cover (Code table 4.215)
|
||||
|
@ -6,11 +5,4 @@
|
|||
4 4 Snow water equivalent percent of normal (%)
|
||||
5 5 Baseflow-groundwater runoff (kg m-2)
|
||||
6 6 Storm surface runoff (kg m-2)
|
||||
# 7-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
# Notes:
|
||||
# (1) Remotely sensed snow cover is expressed as a field of dimensionless, thematic values. The currently accepted values are for no-snow/no-cloud, 50, for clouds, 100, and for snow, 250. See code table 4.215.
|
||||
# (2) A data field representing snow coverage by elevation portrays at which elevations there is a snow pack. The elevation values typically range from 0 to 90 in 100 m increments. A value of 253 is used to represent a no-snow/no-cloud data point. A value of 254 is used to represent a data point at which snow elevation could not be estimated because of clouds obscuring the remote sensor (when using aircraft or satellite measurements).
|
||||
# (3) Snow water equivalent percent of normal is stored in percent of normal units. For example, a value of 110 indicates 110 percent of the normal snow water equivalent for a given depth of snow.
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
# Product Discipline 1: Hydrologic products, Parameter Category 1: Hydrology probabilities
|
||||
0 0 Conditional percent precipitation amount fractile for an overall period (Encoded as an accumulation) (kg m-2)
|
||||
1 1 Percent precipitation in a sub-period of an overall period (Encoded as per cent accumulation over the sub-period) (%)
|
||||
2 2 Probability of 0.01 inch of precipitation (POP) (%)
|
||||
#3-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Product Discipline 10: Oceanographic products, Parameter Category 0: Waves
|
||||
0 0 Wave spectra (1) (-)
|
||||
1 1 Wave spectra (2) (-)
|
||||
2 2 Wave spectra (3) (-)
|
||||
|
@ -13,8 +12,6 @@
|
|||
11 11 Primary wave mean period (s)
|
||||
12 12 Secondary wave direction (Degree true)
|
||||
13 13 Secondary wave mean period (s)
|
||||
# 14-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
# Product Discipline 10: Oceanographic products, Parameter Category 1: Currents
|
||||
0 0 Current direction (Degree true)
|
||||
1 1 Current speed (m s-1)
|
||||
2 2 u-component of current (m s-1)
|
||||
3 3 v-component of current (m s-1)
|
||||
# 4-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Product Discipline 10: Oceanographic products, Parameter Category 2: Ice
|
||||
0 0 Ice cover (Proportion)
|
||||
1 1 Ice thickness (m)
|
||||
2 2 Direction of ice drift (Degree true)
|
||||
|
@ -7,6 +6,4 @@
|
|||
5 5 v-component of ice drift (m s-1)
|
||||
6 6 Ice growth rate (m s-1)
|
||||
7 7 Ice divergence (s-1)
|
||||
# 8-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# Product Discipline 10: Oceanographic products, Parameter Category 3: Surface Properties
|
||||
0 0 Water temperature (K)
|
||||
1 1 Deviation of sea level from mean (m)
|
||||
# 2-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
# Product Discipline 10: Oceanographic products, Parameter Category 4: Sub-surface Properties
|
||||
0 0 Main thermocline depth (m)
|
||||
1 1 Main thermocline anomaly (m)
|
||||
2 2 Transient thermocline depth (m)
|
||||
3 3 Salinity (kg kg-1)
|
||||
# 4-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Product Discipline 2: Land surface products, Parameter Category 0: Vegetation/Biomass
|
||||
0 0 Land cover (0=land, 1=sea) (Proportion)
|
||||
1 1 Surface roughness (m)
|
||||
2 2 Soil temperature (K)
|
||||
|
@ -23,7 +22,5 @@
|
|||
21 21 Humidity parameter in canopy conductance (Proportion)
|
||||
22 22 Soil moisture (kg m-3)
|
||||
26 26 Wilting point (kg m-3)
|
||||
# 23-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Product Discipline 2: Land surface products, Parameter Category 3: Soil Products
|
||||
0 0 Soil type (Code table 4.213)
|
||||
1 1 Upper layer soil temperature (K)
|
||||
2 2 Upper layer soil moisture (kg m-3)
|
||||
|
@ -10,7 +9,5 @@
|
|||
8 8 Direct evaporation cease (soil moisture) (Proportion)
|
||||
9 9 Soil porosity (Proportion)
|
||||
12 12 Transpiration stress-onset (soil moisture) (kg m-3)
|
||||
# 11-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Product discipline 3: Space products, Parameter Category 0: Image format products
|
||||
0 0 Scaled radiance (Numeric)
|
||||
1 1 Scaled albedo (Numeric)
|
||||
2 2 Scaled brightness temperature (Numeric)
|
||||
|
@ -8,7 +7,5 @@
|
|||
6 6 Scaled skin temperature (Numeric)
|
||||
7 7 Cloud mask (Code table 4.217)
|
||||
8 8 Pixel scene type (Code table 4.218)
|
||||
# 9-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
# Product Discipline 3: Space products, Parameter Category 1: Quantitative products
|
||||
0 0 Estimated precipitation (kg m-2)
|
||||
1 1 Instantaneous rain rate (kg m-2 s-1)
|
||||
2 2 Cloud top height (m)
|
||||
3 3 Cloud top height quality indicator (Code table 4.219)
|
||||
4 4 Estimated u component of wind (m s-1)
|
||||
5 5 Estimated v component of wind (m s-1)
|
||||
# 6-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
# CODE TABLE 4.2, Parameter number by product discipline and parameter category
|
||||
# 4 4 unknown
|
||||
# 151 151 unknown
|
||||
# 192 192 unknown
|
||||
# 255 255 Missing
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.201, Precipitation Type
|
||||
|
||||
1 1 Rain
|
||||
2 2 Thunderstorm
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.202, Precipitable water category
|
||||
|
||||
192 192 Reserved for local use
|
||||
193 193 Reserved for local use
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.203, Cloud type
|
||||
0 0 Clear
|
||||
1 1 Cumulonimbus
|
||||
2 2 Stratus
|
||||
|
@ -21,5 +20,4 @@
|
|||
19 19 Cirrocumulus - ground based fog beneath the lowest layer
|
||||
20 20 Cirrus - ground based fog beneath the lowest layer
|
||||
191 191 Unknown
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.204, Thunderstorm coverage
|
||||
|
||||
0 0 None
|
||||
1 1 Isolated (1% - 2%)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.205, Aerosol type
|
||||
|
||||
0 0 Aerosol not present
|
||||
1 1 Aerosol present
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.206, Volcanic ash
|
||||
|
||||
0 0 Not present
|
||||
1 1 Present
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.207, Icing
|
||||
|
||||
0 0 None
|
||||
1 1 Light
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.208, Turbulence
|
||||
|
||||
0 0 None (smooth)
|
||||
1 1 Light
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.209, Planetary boundary layer regime
|
||||
|
||||
1 1 Stable
|
||||
2 2 Mechanically driven turbulence
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.210, Contrail intensity
|
||||
|
||||
0 0 Contrail not present
|
||||
1 1 Contrail present
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.211, Contrail engine type
|
||||
|
||||
0 0 Low bypass
|
||||
1 1 High bypass
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.212, Land Use
|
||||
|
||||
1 1 Urban land
|
||||
2 2 Agriculture
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.213, Soil type
|
||||
|
||||
1 1 Sand
|
||||
2 2 Loamy sand
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.215, Remotely Sensed Snow Coverage
|
||||
|
||||
50 50 No-snow/no-cloud
|
||||
100 100 Clouds
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
# CODE TABLE 4.216, Elevation of Snow Covered Terrain
|
||||
254 254 Clouds
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.217, Cloud mask type
|
||||
|
||||
0 0 Clear over water
|
||||
1 1 Clear over land
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.220, Horizontal dimension processed
|
||||
|
||||
0 0 Latitude
|
||||
1 1 Longitude
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.221, Treatment of missing data
|
||||
|
||||
0 0 Not included
|
||||
1 1 Extrapolated
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#Code figure Code figure Meaning
|
||||
0 0 Ozone
|
||||
1 1 Water vapour
|
||||
2 2 Methane
|
||||
|
@ -60,9 +59,7 @@
|
|||
10021 10021 Benzene
|
||||
10022 10022 Toluene
|
||||
10023 10023 Xylene
|
||||
#10024-10499 10024-10499 reserved for other simple organic molecules (e.g. higher aldehydes, alcohols, peroxides,...)
|
||||
10500 10500 Dimethyl sulphide
|
||||
#10501-20000 10501-20000 Reserved
|
||||
20001 20001 Hydrogen chloride
|
||||
20002 20002 CFC-11
|
||||
20003 20003 CFC-12
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.3, Type of generating process
|
||||
0 0 Analysis
|
||||
1 1 Initialization
|
||||
2 2 Forecast
|
||||
|
@ -8,6 +7,4 @@
|
|||
6 6 Forecast error
|
||||
7 7 Analysis error
|
||||
8 8 Observation
|
||||
# 9-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.4, Indicator of unit of time range
|
||||
0 m Minute
|
||||
1 h Hour
|
||||
2 D Day
|
||||
|
@ -11,6 +10,4 @@
|
|||
11 6h 6 hours
|
||||
12 12h 12 hours
|
||||
13 s Second
|
||||
# 14-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#Code table 4.5: Fixed surface types and units
|
||||
0 0 Reserved
|
||||
1 sfc Ground or water surface
|
||||
2 2 Cloud base level
|
||||
|
@ -9,9 +8,7 @@
|
|||
7 7 Tropopause
|
||||
8 sfc Nominal top of the atmosphere
|
||||
9 9 Sea bottom
|
||||
# 10-19 Reserved
|
||||
20 20 Isothermal level (K)
|
||||
#21-99 Reserved
|
||||
100 pl Isobaric surface (Pa)
|
||||
101 sfc Mean sea level
|
||||
102 102 Specific altitude above mean sea level (m)
|
||||
|
@ -24,10 +21,6 @@
|
|||
109 pv Potential vorticity surface (K m2 kg-1 s-1)
|
||||
110 110 Reserved
|
||||
111 ml Eta level
|
||||
# 112-116 Reserved
|
||||
117 117 Mixed layer depth (m)
|
||||
# 118-159 Reserved
|
||||
160 160 Depth below sea level (m)
|
||||
#161-191 Reserved
|
||||
#192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
# CODE TABLE 4.6, Type of ensemble forecast
|
||||
|
||||
0 0 Unperturbed high-resolution control forecast
|
||||
1 1 Unperturbed low-resolution control forecast
|
||||
2 2 Negatively perturbed forecast
|
||||
3 3 Positively perturbed forecast
|
||||
# 192 254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.7, Derived forecast
|
||||
|
||||
0 0 Unweighted mean of all members
|
||||
1 1 Weighted mean of all members
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.8, Clustering Method
|
||||
|
||||
0 0 Anomaly correlation
|
||||
1 1 Root mean square
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.9, Probability Type
|
||||
|
||||
0 0 Probability of event below lower limit
|
||||
1 1 Probability of event above upper limit
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 4.91 Category Type
|
||||
|
||||
0 0 Below lower limit
|
||||
1 1 Above upper limit
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# CODE TABLE 5.0, Data Representation Template Number
|
||||
0 0 Grid point data - simple packing
|
||||
1 1 Matrix value - simple packing
|
||||
2 2 Grid point data - complex packing
|
||||
|
@ -10,7 +9,6 @@
|
|||
50 50 Spectral data -simple packing
|
||||
51 51 Spherical harmonics data - complex packing
|
||||
61 61 Grid point data - simple packing with logarithm pre-processing
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
40000 40000 JPEG2000 Packing
|
||||
40010 40010 PNG pacling
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# CODE TABLE 5.1, Type of original field values
|
||||
0 0 Floating point
|
||||
1 1 Integer
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# CODE TABLE 5.2, Matrix coordinate value function definition
|
||||
0 0 Explicit coordinate values set
|
||||
1 1 Linear coordinates
|
||||
11 11 Geometric coordinates
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# CODE TABLE 5.3, Matrix coordinate parameter
|
||||
1 1 Direction Degrees true
|
||||
2 2 Frequency (s-1)
|
||||
3 3 Radial number (2pi/lambda) (m-1)
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# CODE TABLE 5.4, Group Splitting Method
|
||||
0 0 Row by row splitting
|
||||
1 1 General group splitting
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Code Table 5.40: Type of Compression
|
||||
0 0 Lossless
|
||||
1 1 Lossy
|
||||
#2-254 Reserved
|
||||
255 255 Missing
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue