Ticket #702: roppbufrcodes.nl

File roppbufrcodes.nl, 4.4 KB (added by olewis, 3 years ago)

All three new sattellite types

Line 
1! $Id: roppbufrcodes.nl 5714 2019-02-13 15:51:08Z 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",
40 "Sp3U", "GOP1", "GOP2",
41 "PLIA", "PLIB"
42LEOcode = -9999999, 040, 041, 800, 820,
43 722, 723, 803, 804,
44 740, 741, 742,
45 743, 744, 745,
46 004, 003, 005, 042,
47 043, 044, 421, 786,
48 440, 522, 523, 825,
49 750, 751, 752,
50 753, 754, 755,
51 724, 725, 726,
52 727, 728, 729,
53 269, 265, 266,
54 267, 268
55InsCode = -9999999, 102, 102, 102, 102,
56 102, 102, 104, 104,
57 102, 102, 102,
58 102, 102, 102,
59 202, 202, 202, 103,
60 103, 103, 287, 102,
61 287, 958, 958, 103,
62 104, 104, 104,
63 104, 104, 104,
64 104, 104, 104,
65 104, 104, 104,
66 530, 526, 527,
67 534, 535
68/
69!
70! List of (BUFR) Originating Centre IDs & their BUFR codes
71! (Code Table 001033, CCT C-1, or 001035, CCT C-11)
72! The (Processing) Sub-centre code should be valid for the
73! associated Originating Centre code (for which Sub-Centre is 0).
74! (Code Table 001034, CCT C-12)
75! plus associated ICAO Location Indicator codes (for GTS routing headers)
76! (ICAO Document 7910: Location Indicators)
77! NB: Origin code 'CMA' for FY-3C is provisional
78! NB: Origin code 'ISRO' for Megha-Tropiques is provisional
79!
80&ORGcodes
81ORGlist = "UNKNOWN", "DMI", "GFZ", "METO", "UCAR", "NESDIS", "EUMETSAT", "CMA", "ISRO", "SPIRE", "GEOOPTICS", "PLANETIQ"
82ORGcode = -9999999, 094, 078, 074, 060, 160, 254, 038, 028, 178, 179, 180
83Subcode = -9999999, 000, 173, 000, 000, 000, 000, 000, 000, 000, 000, 000
84ORGname = " ",
85 "(ROM SAF)",
86 "Helmholtz Centre, Potsdam",
87 "Met Office, Exeter",
88 "Boulder",
89 "Washington",
90 "Darmstadt",
91 "Beijing",
92 "New Delhi"
93 "Spire Global, Inc."
94 "GeoOptics, Inc."
95 "PlanetiQ"
96ICAOcode = "ZZZZ", "EKMI", "EDZW", "EGRR", "KWBC", "KNES", "EUMS", "BAWX", "DEMS"
97/
98!
99! List of Background Generating centres & their BUFR codes.
100! (Code Table 001033, CCT C-1, or 001033, CCT C-11)
101!
102&BGDcodes
103BGDlist = "UNKNOWN", "ECMWF", "DMI", "METO", "NCEP", "CMA", "ISRO"
104BGDcode = -9999999, 098, 094, 074, 007, 038, 028
105/
106!
107!End -----------------------------------------------------------