1 C
2 C Copyright 1981-2016 ECMWF.
3 C
4 C This software is licensed under the terms of the Apache Licence
5 C Version 2.0 which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6 C
7 C In applying this licence, ECMWF does not waive the privileges and immunities
8 C granted to it by virtue of its status as an intergovernmental organisation
9 C nor does it submit to any jurisdiction.
10 C
11 C!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12 C
13 C     ECMWF local GRIB use definition 14.
14 C     Brightness temperature.
15 C     -----------------------
16 C
17 C     Octet        KSEC1(n)
18 C     -----        --------
19 C
20 C     41           37           ECMWF local GRIB use definition identifier:
21 C                               14 = Brightness temperature.
22 C
23 C     42           38           Class
24 C                               1 = Operations
25 C                               2 = Research
26 C
27 C     43           39           Type
28 C                               12 = estimate of forecast accuracy (ef)
29 C                               13 = estimate of analysis accuracy (ea)
30 C
31 C     44->45       40           Stream
32 C                               1025 = daily archive
33 C
34 C     46->49       41           Version number/experiment identifier.
35 C                               (four ASCII characters, right justified)
36 C
37 C     50           42           As for MARS labelling
38 C                               (eg set to zero, or
39 C                                ensemble forecast number if appropriate)
40 C
41 C     51           43           As for MARS labelling
42 C                               (eg set to zero, or
43 C                                total number in ensembles if appropriate)
44 C
45 C     52           44           Channel number
46 C
47 C     53->56       45           Integer scaling factor applied to frequencies
48 C                               in following list of frequency definitions
49 C                               (4-byte integer)
50 C
51 C     57           46           Total number of frequencies (Nf)
52 C
53 C     58-60                     Spare (set to zero)
54 C
55 C     61->         47->         List of Nf scaled frequencies
56 C     60+Nf*4      46+Nf        (4-byte integers)
57 C
58 C     61+Nf*4->                 Spare (set to zero)
59 C     1080
60 C
61 C
62 C!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
63 C
64