mirror of https://github.com/ecmwf/eccodes.git
Create AEOLUS bufr tables for bufrdc and ecCodes DAPP-213
This commit is contained in:
parent
1c1d7f132c
commit
0207187a50
|
@ -174,6 +174,15 @@ dist_definitionsbufr_tables_0_local_101_98_0_codetables_DATA = \
|
|||
bufr/tables/0/local/101/98/0/codetables/8193.table\
|
||||
bufr/tables/0/local/101/98/0/codetables/8195.table
|
||||
|
||||
definitionsbufr_tables_0_local_2_98_0dir = @ECCODES_DEFINITION_PATH@/bufr/tables/0/local/2/98/0
|
||||
dist_definitionsbufr_tables_0_local_2_98_0_DATA = \
|
||||
bufr/tables/0/local/2/98/0/element.table\
|
||||
bufr/tables/0/local/2/98/0/sequence.def
|
||||
|
||||
definitionsbufr_tables_0_local_2_98_0_codetablesdir = @ECCODES_DEFINITION_PATH@/bufr/tables/0/local/2/98/0/codetables
|
||||
dist_definitionsbufr_tables_0_local_2_98_0_codetables_DATA = \
|
||||
bufr/tables/0/local/2/98/0/codetables/8201.table
|
||||
|
||||
definitionsbufr_tables_0_wmo_10dir = @ECCODES_DEFINITION_PATH@/bufr/tables/0/wmo/10
|
||||
dist_definitionsbufr_tables_0_wmo_10_DATA = \
|
||||
bufr/tables/0/wmo/10/element.table\
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
0 0 Satellite coordinates
|
||||
1 1 Observations coordinates
|
||||
2 2 Start of observation
|
||||
3 3 End of observation
|
||||
4 4 Centre of gravity of observation
|
||||
5 5 Top of the observation
|
||||
6 6 Bottom of the observation
|
||||
7 7 Vertical centre of gravity of the observation
|
||||
8 8 RESERVED
|
||||
9 9 RESERVED
|
||||
10 10 RESERVED
|
||||
11 11 RESERVED
|
||||
12 12 RESERVED
|
||||
13 13 RESERVED
|
||||
14 14 RESERVED
|
||||
15 15 MISSING VALUE
|
|
@ -0,0 +1,11 @@
|
|||
#code|abbreviation|type|name|unit|scale|reference|width|crex_unit|crex_scale|crex_width
|
||||
005234|profileNumber|long|PROFILE NUMBER|Numeric|0|0|32|NA|0|0
|
||||
005236|observationIdentifier|long|OBSERVATION IDENTIFIER|Numeric|0|0|32|NA|0|0
|
||||
005237|receiverChannel|long|RECEIVER CHANNEL|Numeric|0|0|2|NA|0|0
|
||||
007200|height|long|HEIGHT (high resolution)|m|3|-10000000|26|NA|0|0
|
||||
008201|coordinatesSignificance|table|COORDINATES SIGNIFICANCE|CODE TABLE|0|0|4|NA|0|0
|
||||
040214|lidarL2bClassificationType|long|LIDAR L2B CLASSIFICATION TYPE|Numeric|0|0|4|NA|0|0
|
||||
040219|backscatterRatio|double|BACKSCATTER RATIO|Numeric|3|500|20|NA|0|0
|
||||
040220|derivativeWindToPressure|double|DERIVATIVE WIND TO PRESSURE|m s-1 Pa-1|3|-100000|18|NA|0|0
|
||||
040221|derivativeWindToTemperature|double|DERIVATIVE WIND TO TEMPERATURE|m s-1 K-1|3|-100000|18|NA|0|0
|
||||
040222|derivativeWindToBackscatterRatio|double|DERIVATIVE WIND TO BACKSCATTER RATIO|m/s|3|-200000|19|NA|0|0
|
|
@ -0,0 +1,5 @@
|
|||
"340192" = [ 001007, 002019, 001033, 001034, 004001, 004002, 004003, 004004, 004005, 004007,
|
||||
005234, 005236, 005237, 040214, 008201, 005001, 006001, 004016, 008201, 005001,
|
||||
006001, 004016, 008201, 005001, 006001, 004016, 008201, 007200, 005021, 007021,
|
||||
008201, 007200, 005021, 007021, 008201, 007200, 005021, 007021, 040215, 040216,
|
||||
040217, 040218, 010004, 012001, 040219, 040220, 040221, 040222 ]
|
Loading…
Reference in New Issue