Ticket #377: roppbufrcodes.nl_ROSA

File roppbufrcodes.nl_ROSA, 3.6 KB (added by Ian Culverwell, 7 years ago)

roppbufrcodes.nl_ROSA

Line 
1! $Id: roppbufrcodes.nl 4918 2016-06-14 15:52:51Z 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", "B" ! [GPS, GLONASS, Galileo, Beidou]
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 103 (IGOR) for COSMIC-2 (TRIGG) is a place-holder
27!
28&LEOcodes
29LEOlist = "UNKN", "OERS", "CHMP", "SUNS", "SACC", "GRAA", "GRAB",
30 "C001", "C002", "C003", "C004", "C005", "C006",
31 "META", "METB", "METC", "TSRX", "TDMX", "PAZE",
32 "OSAT", "MGTP", "CNOF", "FY3C",
33 "C2E1", "C2E2", "C2E3", "C2E4", "C2E5", "C2E6",
34 "C2P1", "C2P2", "C2P3", "C2P4", "C2P5", "C2P6"
35LEOcode = -9999999, 040, 041, 800, 820, 722, 723,
36 740, 741, 742, 743, 744, 745,
37 004, 003, 005, 042, 043, 044,
38 421, 440, 786, 522,
39 750, 751, 752, 753, 754, 755,
40 724, 725, 726, 727, 728, 729
41InsCode = -9999999, 102, 102, 102, 102, 102, 102,
42 102, 102, 102, 102, 102, 102,
43 202, 202, 202, 103, 103, 103,
44 287, 287, 102, 958,
45 103, 103, 103, 103, 103, 103,
46 103, 103, 103, 103, 103, 103
47/
48!
49! List of (BUFR) Originating Centre IDs & their BUFR codes
50! (Code Table 001033, CCT C-1, or 001035, CCT C-11)
51! The (Processing) Sub-centre code should be valid for the
52! associated Originating Centre code (for which Sub-Centre is 0).
53! (Code Table 001034, CCT C-12)
54! plus associated ICAO Location Indicator codes (for GTS routing headers)
55! (ICAO Document 7910: Location Indicators)
56! NB: Origin code 'CMA' for FY-3C is provisional
57! NB: ICAO code 'BABJ' for CMA is provisional
58!
59&ORGcodes
60ORGlist = "UNKNOWN", "DMI", "GFZ", "METO", "UCAR", "NESDIS", "EUMETSAT", "CMA", "RSMC"
61ORGcode = -9999999, 094, 078, 074, 060, 160, 254, 038, 028
62Subcode = -9999999, 000, 173, 000, 000, 000, 000, 000, 000
63ORGname = " ",
64 "(ROM SAF)",
65 "Helmholtz Centre, Potsdam",
66 "Met Office, Exeter",
67 "Boulder",
68 "Washington",
69 "Darmstadt",
70 "Beijing",
71 "New Delhi"
72ICAOcode = "ZZZZ", "EKMI", "EDZW", "EGRR", "KWBC", "KNES", "EUMS", "BABJ", "VIDF"
73/
74!
75! List of Background Generating centres & their BUFR codes.
76! (Code Table 001033, CCT C-1, or 001033, CCT C-11)
77!
78&BGDcodes
79BGDlist = "UNKNOWN", "ECMWF", "DMI", "METO", "NCEP", "CMA"
80BGDcode = -9999999, 098, 094, 074, 007, 038
81/
82!
83!End -----------------------------------------------------------