Ticket #490: roppbufrcodes.nl

File roppbufrcodes.nl, 4.0 KB (added by Ian Culverwell, 4 years ago)

roppbufrcodes.nl

Line 
1! $Id: roppbufrcodes.nl 5557 2018-08-06 09:34:03Z idculv $
2!---------------------------------------------------------------
3! NAMELIST file for ROPP BUFR encoder/decoder
4!---------------------------------------------------------------
5! Add new pairs of alpha-numeric character ID and associated
6! BUFR code to the following lists to extend the known IDs to
7! the ROPP/BUFR applications. The first pair should always be
8! values for 'missing' or 'unknown' IDs.
9!
10! This file (roppbufrcodes.nl) should be installed to the
11! directory path defined by environment variable BUFR_TABLES
12! (for use with ECMWF BUFR library) and/or BUFR_LIBRARY for use
13! with Met Office/MetDB BUFR library).
14!---------------------------------------------------------------
15!
16! List of GNSS Tx Classes & their BUFR codes (Code Table 002020)
17!
18&GNScodes
19GNSlist = "U", "G", "R", "E", "C" ! [GPS, GLONASS, Galileo, Beidou(/Compass)]
20GNScode = -9999999, 401, 402, 403, 404
21/
22!
23! List of LEO Rx IDs & their BUFR codes (Code Table 001007 CCT C-5)
24! and associated Instrument Type code (Code Table 002019 CCT C-8)
25! NB: MetOp-A .eqv. MetOp-2, -B <=> -1 and -C <=> -3.
26! NB: instrument code 104 (Tri-G) for COSMIC-2 and GRACE-FO is provisional
27!
28&LEOcodes
29LEOlist = "UNKN", "OERS", "CHMP", "SUNS", "SACC",
30 "GRAA", "GRAB", "GRAC", "GRAD",
31 "C001", "C002", "C003",
32 "C004", "C005", "C006",
33 "META", "METB", "METC", "TSRX",
34 "TDMX", "PAZE", "OSAT", "CNOF",
35 "MGTP", "FY3C", "FY3D", "KOM5",
36 "C2E1", "C2E2", "C2E3",
37 "C2E4", "C2E5", "C2E6",
38 "C2P1", "C2P2", "C2P3",
39 "C2P4", "C2P5", "C2P6"
40LEOcode = -9999999, 040, 041, 800, 820,
41 722, 723, 803, 804,
42 740, 741, 742,
43 743, 744, 745,
44 004, 003, 005, 042,
45 043, 044, 421, 786,
46 440, 522, 523, 825,
47 750, 751, 752,
48 753, 754, 755,
49 724, 725, 726,
50 727, 728, 729
51InsCode = -9999999, 102, 102, 102, 102,
52 102, 102, 104, 104,
53 102, 102, 102,
54 102, 102, 102,
55 202, 202, 202, 103,
56 103, 103, 287, 102,
57 287, 958, 958, 103,
58 104, 104, 104,
59 104, 104, 104,
60 104, 104, 104,
61 104, 104, 104
62/
63!
64! List of (BUFR) Originating Centre IDs & their BUFR codes
65! (Code Table 001033, CCT C-1, or 001035, CCT C-11)
66! The (Processing) Sub-centre code should be valid for the
67! associated Originating Centre code (for which Sub-Centre is 0).
68! (Code Table 001034, CCT C-12)
69! plus associated ICAO Location Indicator codes (for GTS routing headers)
70! (ICAO Document 7910: Location Indicators)
71! NB: Origin code 'CMA' for FY-3C is provisional
72! NB: Origin code 'ISRO' for Megha-Tropiques is provisional
73!
74&ORGcodes
75ORGlist = "UNKNOWN", "DMI", "GFZ", "METO", "UCAR", "NESDIS", "EUMETSAT", "CMA", "ISRO"
76ORGcode = -9999999, 094, 078, 074, 060, 160, 254, 038, 028
77Subcode = -9999999, 000, 173, 000, 000, 000, 000, 000, 000
78ORGname = " ",
79 "(ROM SAF)",
80 "Helmholtz Centre, Potsdam",
81 "Met Office, Exeter",
82 "Boulder",
83 "Washington",
84 "Darmstadt",
85 "Beijing",
86 "New Delhi"
87ICAOcode = "ZZZZ", "EKMI", "EDZW", "EGRR", "KWBC", "KNES", "EUMS", "BAWX", "DEMS"
88/
89!
90! List of Background Generating centres & their BUFR codes.
91! (Code Table 001033, CCT C-1, or 001033, CCT C-11)
92!
93&BGDcodes
94BGDlist = "UNKNOWN", "ECMWF", "DMI", "METO", "NCEP", "CMA", "ISRO"
95BGDcode = -9999999, 098, 094, 074, 007, 038, 028
96/
97!
98!End -----------------------------------------------------------