This file is indexed.

/usr/share/wreport/B0000000000000022000.txt is in wreport-common 3.6-1build2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
 000001 Table A: entry                                                   CCITTIA5                   0            0  24 CHARACTER                 0         3
 000002 Table A: data category description, line 1                       CCITTIA5                   0            0 256 CHARACTER                 0        32
 000003 Table A: data category description, line 2                       CCITTIA5                   0            0 256 CHARACTER                 0        32
 000004 BUFR/CREX Master table                                           CCITTIA5                   0            0  16 CHARACTER                 0         2
 000005 BUFR/CREX edition number                                         CCITTIA5                   0            0  24 CHARACTER                 0         3
 000006 BUFR Master table version number                                 CCITTIA5                   0            0  16 CHARACTER                 0         2
 000007 CREX Master table version number                                 CCITTIA5                   0            0  16 CHARACTER                 0         2
 000008 BUFR Local table version number                                  CCITTIA5                   0            0  16 CHARACTER                 0         2
 000010 F descriptor to be added or defined                              CCITTIA5                   0            0   8 CHARACTER                 0         1
 000011 X descriptor to be added or defined                              CCITTIA5                   0            0  16 CHARACTER                 0         2
 000012 Y descriptor to be added or defined                              CCITTIA5                   0            0  24 CHARACTER                 0         3
 000013 Element name, line 1                                             CCITTIA5                   0            0 256 CHARACTER                 0        32
 000014 Element name, line 2                                             CCITTIA5                   0            0 256 CHARACTER                 0        32
 000015 Units name                                                       CCITTIA5                   0            0 192 CHARACTER                 0        24
 000016 Units scale sign                                                 CCITTIA5                   0            0   8 CHARACTER                 0         1
 000017 Units scale                                                      CCITTIA5                   0            0  24 CHARACTER                 0         3
 000018 Units reference sign                                             CCITTIA5                   0            0   8 CHARACTER                 0         1
 000019 Units reference value                                            CCITTIA5                   0            0  80 CHARACTER                 0        10
 000020 Element data width                                               CCITTIA5                   0            0  24 CHARACTER                 0         3
 000024 Code figure                                                      CCITTIA5                   0            0  64 CHARACTER                 0         8
 000025 Code figure meaning                                              CCITTIA5                   0            0 496 CHARACTER                 0        62
 000026 Bit number                                                       CCITTIA5                   0            0  48 CHARACTER                 0         6
 000027 Bit number meaning                                               CCITTIA5                   0            0 496 CHARACTER                 0        62
 000030 Descriptor defining sequence                                     CCITTIA5                   0            0  48 CHARACTER                 0         6
 001001 WMO block number                                                 NUMERIC                    0            0   7 NUMERIC                   0         2
 001002 WMO station number                                               NUMERIC                    0            0  10 NUMERIC                   0         3
 001003 WMO Region number/geographical area                              CODE TABLE                 0            0   3 CODE TABLE                0         1
 001004 WMO Region sub-area                                              NUMERIC                    0            0   3 NUMERIC                   0         1
 001005 Buoy/platform identifier                                         NUMERIC                    0            0  17 NUMERIC                   0         5
 001006 Aircraft flight number                                           CCITTIA5                   0            0  64 CHARACTER                 0         8
 001007 Satellite identifier                                             CODE TABLE                 0            0  10 CODE TABLE                0         4
 001008 Aircraft registration number or other identification             CCITTIA5                   0            0  64 CHARACTER                 0         8
 001009 Type of commercial aircraft                                      CCITTIA5                   0            0  64 CHARACTER                 0         8
 001010 Stationary buoy platform identifier; e.g. C-MAN buoys            CCITTIA5                   0            0  64 CHARACTER                 0         8
 001011 Ship or mobile land station identifier                           CCITTIA5                   0            0  72 CHARACTER                 0         9
 001012 Direction of motion of moving observing platform                 DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 001013 Speed of motion of moving observing platform                     M/S                        0            0  10 M/S                       0         3
 001014 Platform drift speed (high precision)                            M/S                        2            0  10 M/S                       2         4
 001015 Station or site name                                             CCITTIA5                   0            0 160 CHARACTER                 0        20
 001018 Short station or site name                                       CCITTIA5                   0            0  40 CHARACTER                 0         5
 001019 Long station or site name                                        CCITTIA5                   0            0 256 CHARACTER                 0        32
 001020 WMO Region sub-area                                              NUMERIC                    0            0   4 NUMERIC                   0         2
 001021 Synoptic feature identifier                                      NUMERIC                    0            0  14 NUMERIC                   0         4
 001022 Name of feature                                                  CCITTIA5                   0            0 224 CHARACTER                 0        28
 001023 Observation sequence number                                      NUMERIC                    0            0   9 NUMERIC                   0         3
 001024 Wind speed source                                                CODE TABLE                 0            0   5 CODE TABLE                0         2
 001025 Storm identifier                                                 CCITTIA5                   0            0  24 CHARACTER                 0         3
 001026 WMO storm name                                                   CCITTIA5                   0            0  64 CHARACTER                 0         8
 001027 WMO long storm name                                              CCITTIA5                   0            0  80 CHARACTER                 0        10
 001028 Aerosol optical depth (AOD) source                               CODE TABLE                 0            0   5 CODE TABLE                0         2
 001029 SSI source                                                       CODE TABLE                 0            0   5 CODE TABLE                0         2
 001030 Numerical model identifier                                       CCITTIA5                   0            0 128 CHARACTER                 0        16
 001031 Identification of originating/generating centre                  CODE TABLE                 0            0  16 CODE TABLE                0         5
 001032 Generating application                                           CODE TABLE DEFINED BY OR   0            0   8 CODE TABLE                0         3
 001033 Identification of originating/generating centre                  COMMON CODE TABLE C-1      0            0   8 COMMON CODE TABLE C-1     0         3
 001034 Identification of originating/generating sub-centre              COMMON CODE TABLE C-12     0            0   8 COMMON CODE TABLE C-12    0         3
 001035 Originating centre                                               COMMON CODE TABLE C-11     0            0  16 COMMON CODE TABLE C-11    0         5
 001036 Agency in charge of operating the observing platform             CODE TABLE                 0            0  20 CODE TABLE                0         7
 001037 SIGMET sequence identifier                                       CCITTIA5                   0            0  24 CHARACTER                 0         3
 001038 Source of sea ice fraction                                       CODE TABLE                 0            0   5 CODE TABLE                0         2
 001039 Graphical Area Forecast (GFA) sequence identifier                CCITTIA5                   0            0  40 CHARACTER                 0         5
 001040 Processing centre ID code                                        CCITTIA5                   0            0  48 CHARACTER                 0         6
 001041 Absolute platform velocity - first component                     M/S                        5  -1073741824  31 M/S                       5        10
 001042 Absolute platform velocity - second component                    M/S                        5  -1073741824  31 M/S                       5        10
 001043 Absolute platform velocity - third component                     M/S                        5  -1073741824  31 M/S                       5        10
 001050 Platform transmitter ID number                                   NUMERIC                    0            0  17 NUMERIC                   0         6
 001051 Platform transmitter ID number                                   CCITTIA5                   0            0  96 CHARACTER                 0        12
 001052 Platform transmitter ID                                          CODE TABLE                 0            0   3 CODE TABLE                0         1
 001053 Tsunameter report sequence number triggered by a tsunami event   NUMERIC                    0            0   7 NUMERIC                   0         2
 001060 Aircraft reporting point (Beacon identifier)                     CCITTIA5                   0            0  64 CHARACTER                 0         8
 001062 Short ICAO location indicator                                    CCITTIA5                   0            0  32 CHARACTER                 0         4
 001063 ICAO location indicator                                          CCITTIA5                   0            0  64 CHARACTER                 0         8
 001064 Runway designator                                                CCITTIA5                   0            0  32 CHARACTER                 0         4
 001065 ICAO region identifier                                           CCITTIA5                   0            0 256 CHARACTER                 0        32
 001075 Tide station identification                                      CCITTIA5                   0            0  40 CHARACTER                 0         5
 001079 Unique identifier for the profile                                CCITTIA5                   0            0  64 CHARACTER                 0         8
 001080 Ship line number according to SOOP                               CCITTIA5                   0            0  32 CHARACTER                 0         4
 001081 Radiosonde serial number                                         CCITTIA5                   0            0 160 CHARACTER                 0        20
 001082 Radiosonde ascension number                                      NUMERIC                    0            0  14 NUMERIC                   0         4
 001083 Radiosonde release number                                        NUMERIC                    0            0   3 NUMERIC                   0         1
 001085 Observing platform manufacturer's model                          CCITTIA5                   0            0 160 CHARACTER                 0        20
 001086 Observing platform manufacturer's serial number                  CCITTIA5                   0            0 256 CHARACTER                 0        32
 001087 WMO marine observing platform extended identifier                NUMERIC                    0            0  23 NUMERIC                   0         7
 001090 Technique for making up initial perturbations                    CODE TABLE                 0            0   8 CODE TABLE                0         3
 001091 Ensemble member number                                           NUMERIC                    0            0  10 NUMERIC                   0         4
 001092 Type of ensemble forecast                                        CODE TABLE                 0            0   8 CODE TABLE                0         3
 001093 Balloon lot number                                               CCITTIA5                   0            0  96 CHARACTER                 0        12
 001094 WBAN number                                                      NUMERIC                    0            0  17 NUMERIC                   0         5
 001095 Observer identification                                          CCITTIA5                   0            0  32 CHARACTER                 0         4
 001096 Station acquisition                                              CCITTIA5                   0            0 160 CHARACTER                 0        20
 001099 Unique product definition                                        CCITTIA5                   0            0 248 CHARACTER                 0        31
 001101 State identifier                                                 CODE TABLE                 0            0  10 CODE TABLE                0         3
 001102 National station number                                          NUMERIC                    0            0  30 NUMERIC                   0         9
 001103 IMO Number. Unique Lloyd's register                              NUMERIC                    0            0  24 NUMERIC                   0         7
 001110 Aircraft tail number                                             CCITTIA5                   0            0  48 CHARACTER                 0         6
 001111 Origination airport                                              CCITTIA5                   0            0  24 CHARACTER                 0         3
 001112 Destination airport                                              CCITTIA5                   0            0  24 CHARACTER                 0         3
 001113 Template version number defined by originating centre            NUMERIC                    1            0   9 NUMERIC                   1         3
 001115 Identifier of the cruise or mission under which the data were co CCITTIA5                   0            0 160 CHARACTER                 0        20
 001124 Grid point identifier                                            NUMERIC                    0            0  24 NUMERIC                   0         8
 001144 Snapshot identifier                                              NUMERIC                    0            0  31 NUMERIC                   0        10
 002001 Type of station                                                  CODE TABLE                 0            0   2 CODE TABLE                0         1
 002002 Type of instrumentation for wind measurement                     FLAG TABLE                 0            0   4 FLAG TABLE                0         2
 002003 Type of measuring equipment used                                 CODE TABLE                 0            0   4 CODE TABLE                0         2
 002004 Type of instrumentation for evaporation measurement or type of c CODE TABLE                 0            0   4 CODE TABLE                0         2
 002005 Precision of temperature observation                             K                          2            0   7 K                         2         3
 002007 Type of sensor for water level measuring instrument              CODE TABLE                 0            0   6 CODE TABLE                0         2
 002011 Radiosonde type                                                  CODE TABLE                 0            0   8 CODE TABLE                0         3
 002012 Radiosonde computational method                                  CODE TABLE                 0            0   4 CODE TABLE                0         2
 002013 Solar and infrared radiation correction                          CODE TABLE                 0            0   4 CODE TABLE                0         2
 002014 Tracking technique/status of system used                         CODE TABLE                 0            0   7 CODE TABLE                0         3
 002015 Radiosonde completeness                                          CODE TABLE                 0            0   4 CODE TABLE                0         2
 002016 Radiosonde configuration                                         FLAG TABLE                 0            0   5 FLAG TABLE                0         2
 002017 Correction algorithms for humidity measurements                  CODE TABLE                 0            0   5 CODE TABLE                0         2
 002019 Satellite instruments                                            CODE TABLE                 0            0  11 CODE TABLE                0         4
 002020 Satellite classification                                         CODE TABLE                 0            0   9 CODE TABLE                0         3
 002021 Satellite instrument data used in processing                     FLAG TABLE                 0            0   9 FLAG TABLE                0         3
 002022 Satellite data-processing technique used                         FLAG TABLE                 0            0   8 FLAG TABLE                0         3
 002023 Satellite-derived wind computation method                        CODE TABLE                 0            0   4 CODE TABLE                0         2
 002024 Integrated mean humidity computational method                    CODE TABLE                 0            0   4 CODE TABLE                0         2
 002025 Satellite channel(s) used in computation                         FLAG TABLE                 0            0  25 FLAG TABLE                0         9
 002026 Cross-track resolution                                           M                          2            0  12 M                         2         4
 002027 Along-track resolution                                           M                          2            0  12 M                         2         4
 002028 Segment size at nadir in x-direction                             M                          0            0  18 M                         0         6
 002029 Segment size at nadir in y-direction                             M                          0            0  18 M                         0         6
 002030 Method of current measurement                                    CODE TABLE                 0            0   3 CODE TABLE                0         1
 002031 Duration and time of current measurement                         CODE TABLE                 0            0   5 CODE TABLE                0         2
 002032 Indicator for digitization                                       CODE TABLE                 0            0   2 CODE TABLE                0         1
 002033 Method of salinity/depth measurement                             CODE TABLE                 0            0   3 CODE TABLE                0         1
 002034 Drogue type                                                      CODE TABLE                 0            0   5 CODE TABLE                0         2
 002035 Cable length                                                     M                          0            0   9 M                         0         3
 002036 Buoy type                                                        CODE TABLE                 0            0   2 CODE TABLE                0         1
 002037 Method of tidal observation                                      CODE TABLE                 0            0   3 CODE TABLE                0         1
 002038 Method of water temperature and/or salinity measurement          CODE TABLE                 0            0   4 CODE TABLE                0         2
 002039 Method of wet-bulb temperature measurement                       CODE TABLE                 0            0   3 CODE TABLE                0         1
 002040 Method of removing velocity and motion of platform from current  CODE TABLE                 0            0   4 CODE TABLE                0         2
 002041 Method for estimating reports related to synoptic features       CODE TABLE                 0            0   6 CODE TABLE                0         2
 002042 Indicator for sea-surface current speed                          CODE TABLE                 0            0   2 CODE TABLE                0         1
 002044 Indicator for method of calculating spectral wave data           CODE TABLE                 0            0   4 CODE TABLE                0         2
 002045 Indicator for type of platform                                   CODE TABLE                 0            0   4 CODE TABLE                0         2
 002046 Wave measurement instrumentation                                 CODE TABLE                 0            0   4 CODE TABLE                0         2
 002047 Deep-ocean tsunameter type                                       CODE TABLE                 0            0   7 CODE TABLE                0         2
 002048 Satellite sensor indicator                                       CODE TABLE                 0            0   4 CODE TABLE                0         2
 002049 Geostationary satellite data-processing technique used           FLAG TABLE                 0            0   8 FLAG TABLE                0         3
 002050 Geostationary sounder satellite channels used                    FLAG TABLE                 0            0  20 FLAG TABLE                0         7
 002051 Indicator to specify observing method for extreme temperatures   CODE TABLE                 0            0   4 CODE TABLE                0         2
 002052 Geostationary imager satellite channels used                     FLAG TABLE                 0            0   6 FLAG TABLE                0         2
 002053 GOES-I/M brightness temperature characteristics                  CODE TABLE                 0            0   4 CODE TABLE                0         2
 002054 GOES-I/M soundings parameter characteristics                     CODE TABLE                 0            0   4 CODE TABLE                0         2
 002055 Geostationary soundings statistical parameters                   CODE TABLE                 0            0   4 CODE TABLE                0         2
 002056 Geostationary soundings accuracy statistics                      CODE TABLE                 0            0   4 CODE TABLE                0         2
 002057 Origin of first-guess information for GOES-I/M soundings         CODE TABLE                 0            0   4 CODE TABLE                0         2
 002058 Valid times of first-guess information for GOES-I/M soundings    CODE TABLE                 0            0   4 CODE TABLE                0         2
 002059 Origin of analysis information for GOES-I/M soundings            CODE TABLE                 0            0   4 CODE TABLE                0         2
 002060 Origin of surface information for GOES-I/M soundings             CODE TABLE                 0            0   4 CODE TABLE                0         2
 002061 Aircraft navigational system                                     CODE TABLE                 0            0   3 CODE TABLE                0         1
 002062 Type of aircraft data relay system                               CODE TABLE                 0            0   4 CODE TABLE                0         2
 002063 Aircraft roll angle                                              DEG                        2       -18000  16 DEG                       2         5
 002064 Aircraft roll angle quality                                      CODE TABLE                 0            0   2 CODE TABLE                0         1
 002065 ACARS ground-receiving station                                   CCITTIA5                   0            0  40 CHARACTER                 0         5
 002066 Radiosonde ground receiving system                               CODE TABLE                 0            0   6 CODE TABLE                0         2
 002067 Radiosonde operating frequency                                   HZ                        -5            0  15 HZ                       -5         5
 002070 Original specification of latitude/longitude                     CODE TABLE                 0            0   4 CODE TABLE                0         2
 002071 Spectrographic wavelength                                        M                         13            0  30 M                        13        10
 002072 Spectrographic width                                             M                         13            0  30 M                        13        10
 002080 Balloon manufacturer                                             CODE TABLE                 0            0   6 CODE TABLE                0         2
 002081 Type of balloon                                                  CODE TABLE                 0            0   5 CODE TABLE                0         2
 002082 Weight of balloon                                                KG                         3            0  12 KG                        3         4
 002083 Type of balloon shelter                                          CODE TABLE                 0            0   4 CODE TABLE                0         2
 002084 Type of gas used in balloon                                      CODE TABLE                 0            0   4 CODE TABLE                0         2
 002085 Amount of gas used in balloon                                    KG                         3            0  13 KG                        3         4
 002086 Balloon flight train length                                      M                          1            0  10 M                         1         4
 002091 Entry sensor 4/20 mA                                             A                          4            0  10 A                         4         3
 002095 Type of pressure sensor                                          CODE TABLE                 0            0   5 CODE TABLE                0         2
 002096 Type of temperature sensor                                       CODE TABLE                 0            0   5 CODE TABLE                0         2
 002097 Type of humidity sensor                                          CODE TABLE                 0            0   5 CODE TABLE                0         2
 002099 Polarization                                                     CODE TABLE                 0            0   3 CODE TABLE                0         1
 002100 Radar constant                                                   DB                         1            0  12 DB                        1         4
 002101 Type of antenna                                                  CODE TABLE                 0            0   4 CODE TABLE                0         2
 002102 Antenna height above tower base                                  M                          0            0   8 M                         0         3
 002103 Radome                                                           FLAG TABLE                 0            0   2 FLAG TABLE                0         1
 002104 Antenna polarization                                             CODE TABLE                 0            0   4 CODE TABLE                0         2
 002105 Maximum antenna gain                                             DB                         0            0   6 DB                        0         2
 002106 3-dB beamwidth                                                   DEG                        1            0   6 DEG                       1         2
 002107 Sidelobe suppression                                             DB                         0            0   6 DB                        0         2
 002108 Crosspol discrimination (on axis)                                DB                         0            0   6 DB                        0         2
 002109 Antenna speed (azimuth)                                          DEG/S                      2            0  12 DEG/S                     2         4
 002110 Antenna speed (elevation)                                        DEG/S                      2            0  12 DEG/S                     2         4
 002111 Radar incidence angle                                            DEG                        1            0  10 DEG                       1         4
 002112 Radar look angle                                                 DEG                        1            0  12 DEG                       1         4
 002113 Number of azimuth looks                                          NUMERIC                    0            0   4 NUMERIC                   0         2
 002114 Antenna effective surface area                                   M2                         0            0  15 M2                        0         5
 002115 Type of surface observing equipment                              CODE TABLE                 0            0   5 CODE TABLE                0         2
 002116 Percentage of 320 MHz band processed                             %                          0            0   7 %                         0         3
 002117 Percentage of 80 MHz band processed                              %                          0            0   7 %                         0         3
 002118 Percentage of 20 MHz band processed                              %                          0            0   7 %                         0         3
 002119 RA-2 instrument operations                                       CODE TABLE                 0            0   3 CODE TABLE                0         1
 002120 Ocean wave frequency                                             HZ                         3            0  10 HZ                        3         4
 002121 Mean frequency                                                   HZ                        -8            0   7 HZ                       -8         3
 002122 Frequency agility range                                          HZ                        -6         -128   8 HZ                       -6         3
 002123 Peak power                                                       W                         -4            0   7 W                        -4         3
 002124 Average power                                                    W                         -1            0   7 W                        -1         3
 002125 Pulse repetition frequency                                       HZ                        -1            0   8 HZ                       -1         3
 002126 Pulse width                                                      S                          7            0   6 S                         7         2
 002127 Receiver intermediate frequency                                  HZ                        -6            0   7 HZ                       -6         3
 002128 Intermediate frequency bandwidth                                 HZ                        -5            0   6 HZ                       -5         2
 002129 Minimum detectable signal                                        DB                         0         -150   5 DB                        0         3
 002130 Dynamic range                                                    DB                         0            0   7 DB                        0         3
 002131 Sensitivity time control (STC)                                   FLAG TABLE                 0            0   2 FLAG TABLE                0         1
 002132 Azimuth pointing accuracy                                        DEG                        2            0   6 DEG                       2         2
 002133 Elevation pointing accuracy                                      DEG                        2            0   6 DEG                       2         2
 002134 Antenna beam azimuth                                             DEG                        2            0  16 DEG                       2         5
 002135 Antenna elevation                                                DEG                        2        -9000  15 DEG                       2         5
 002136 Range processed by range attenuation correction                  M                         -3            0  16 M                        -3         5
 002137 Radar dual PRF ratio                                             CODE TABLE                 0            0   4 CODE TABLE                0         2
 002138 Antenna rotation direction                                       CODE TABLE                 0            0   2 CODE TABLE                0         1
 002139 SIRAL instrument configuration                                   CODE TABLE                 0            0   2 CODE TABLE                0         1
 002140 Satellite radar beam azimuth angle                               DEG                        0            0   9 DEG                       0         3
 002141 Measurement type                                                 CCITTIA5                   0            0  24 CHARACTER                 0         3
 002142 Ozone instrument serial number/identification                    CCITTIA5                   0            0  32 CHARACTER                 0         4
 002143 Ozone instrument type                                            CODE TABLE                 0            0   7 CODE TABLE                0         3
 002144 Light source type for Brewer spectrophotometer                   CODE TABLE                 0            0   4 CODE TABLE                0         2
 002145 Wavelength setting for Dobson instruments                        CODE TABLE                 0            0   4 CODE TABLE                0         2
 002146 Source conditions for Dobson instruments                         CODE TABLE                 0            0   4 CODE TABLE                0         2
 002147 Method of transmission to collection centre                      CODE TABLE                 0            0   6 CODE TABLE                0         2
 002148 Data collection and/or location system                           CODE TABLE                 0            0   5 CODE TABLE                0         2
 002149 Type of data buoy                                                CODE TABLE                 0            0   6 CODE TABLE                0         2
 002150 TOVS/ATOVS/AVHRR instrumentation channel number                  CODE TABLE                 0            0   6 CODE TABLE                0         2
 002151 Radiometer identifier                                            CODE TABLE                 0            0  11 CODE TABLE                0         4
 002152 Satellite instrument used in data processing                     FLAG TABLE                 0            0  31 FLAG TABLE                0        10
 002153 Satellite channel centre frequency                               HZ                        -8            0  26 HZ                       -8         8
 002154 Satellite channel band width                                     HZ                        -8            0  26 HZ                       -8         8
 002155 Satellite channel wavelength                                     M                          9            0  16 M                         9         5
 002156 Percentage of valid KU ocean retracker measurements              %                          0            0   7 %                         0         3
 002157 Percentage of valid S ocean retracker measurements               %                          0            0   7 %                         0         3
 002158 RA-2 instrument                                                  FLAG TABLE                 0            0   9 FLAG TABLE                0         3
 002159 MWR instrument                                                   FLAG TABLE                 0            0   8 FLAG TABLE                0         3
 002160 Wave length of the radar                                         CODE TABLE                 0            0   4 CODE TABLE                0         2
 002163 Height assignment method                                         CODE TABLE                 0            0   4 CODE TABLE                0         2
 002164 Tracer correlation method                                        CODE TABLE                 0            0   3 CODE TABLE                0         1
 002165 Radiance type flags                                              FLAG TABLE                 0            0  15 FLAG TABLE                0         5
 002166 Radiance type                                                    CODE TABLE                 0            0   4 CODE TABLE                0         2
 002167 Radiance computational method                                    CODE TABLE                 0            0   4 CODE TABLE                0         2
 002168 Hydrostatic pressure of lower end of cable (thermistor string)   PA                        -3            0  16 KPA                       0         5
 002169 Anemometer type                                                  CODE TABLE                 0            0   4 CODE TABLE                0         2
 002170 Aircraft humidity sensors                                        CODE TABLE                 0            0   6 CODE TABLE                0         2
 002171 Instrument serial number for water temperature profile measureme CCITTIA5                   0            0  64 CHARACTER                 0         8
 002172 Product type for retrieved atmospheric gases                     CODE TABLE                 0            0   8 CODE TABLE                0         3
 002173 Square of the off-nadir angle                                    DEG2                       4            0  10 DEG2                      4         4
 002174 Mean across track pixel number                                   NUMERIC                    0            0   9 NUMERIC                   0         3
 002175 Method of precipitation measurement                              CODE TABLE                 0            0   4 CODE TABLE                0         2
 002176 Method of state of ground measurement                            CODE TABLE                 0            0   4 CODE TABLE                0         2
 002177 Method of snow depth measurement                                 CODE TABLE                 0            0   4 CODE TABLE                0         2
 002178 Method of liquid content measurement of precipitation            CODE TABLE                 0            0   4 CODE TABLE                0         2
 002179 Type of sky condition algorithm                                  CODE TABLE                 0            0   4 CODE TABLE                0         2
 002180 Main present weather detecting system                            CODE TABLE                 0            0   4 CODE TABLE                0         2
 002181 Supplementary present weather sensor                             FLAG TABLE                 0            0  21 FLAG TABLE                0         7
 002182 Visibility measurement system                                    CODE TABLE                 0            0   4 CODE TABLE                0         2
 002183 Cloud detection system                                           CODE TABLE                 0            0   4 CODE TABLE                0         2
 002184 Type of lightning detection sensor                               CODE TABLE                 0            0   4 CODE TABLE                0         2
 002185 Method of evaporation measurement                                CODE TABLE                 0            0   4 CODE TABLE                0         2
 002186 Capability to detect precipitation phenomena                     FLAG TABLE                 0            0  30 FLAG TABLE                0        10
 002187 Capability to detect other weather phenomena                     FLAG TABLE                 0            0  18 FLAG TABLE                0         6
 002188 Capability to detect obscuration                                 FLAG TABLE                 0            0  21 FLAG TABLE                0         7
 002189 Capability to discriminate lightning strikes                     FLAG TABLE                 0            0  12 FLAG TABLE                0         4
 002190 Lagrangian drifter submergence (% time submerged)                %                          0            0   7 %                         0         3
 002191 Geopotential height calculation                                  CODE TABLE                 0            0   4 CODE TABLE                0         2
 003010 Method of sea/water current measurement                          CODE TABLE                 0            0   4 CODE TABLE                0         2
 003011 Method of depth calculation                                      CODE TABLE                 0            0   2 CODE TABLE                0         1
 003012 Instrument type/sensor for dissolved oxygen measurement          CODE TABLE                 0            0   4 CODE TABLE                0         2
 004001 Year                                                             A                          0            0  12 A                         0         4
 004002 Month                                                            MON                        0            0   4 MON                       0         2
 004003 Day                                                              D                          0            0   6 D                         0         2
 004004 Hour                                                             H                          0            0   5 H                         0         2
 004005 Minute                                                           MIN                        0            0   6 MIN                       0         2
 004006 Second                                                           S                          0            0   6 S                         0         2
 004007 Seconds within a minute (microsecond accuracy)                   S                          6            0  26 S                         6         8
 004011 Time increment                                                   A                          0        -1024  11 A                         0         4
 004012 Time increment                                                   MON                        0        -1024  11 MON                       0         4
 004013 Time increment                                                   D                          0        -1024  11 D                         0         4
 004014 Time increment                                                   H                          0        -1024  11 H                         0         4
 004015 Time increment                                                   MIN                        0        -2048  12 MIN                       0         4
 004016 Time increment                                                   S                          0        -4096  13 S                         0         4
 004017 Reference time period for accumulated or extreme data            MIN                        0        -1440  12 MIN                       0         4
 004021 Time period or displacement                                      A                          0        -1024  11 A                         0         4
 004022 Time period or displacement                                      MON                        0        -1024  11 MON                       0         4
 004023 Time period or displacement                                      D                          0        -1024  11 D                         0         4
 004024 Time period or displacement                                      H                          0        -2048  12 H                         0         4
 004025 Time period or displacement                                      MIN                        0        -2048  12 MIN                       0         4
 004026 Time period or displacement                                      S                          0        -4096  13 S                         0         4
 004031 Duration of time relating to following value                     H                          0            0   8 H                         0         3
 004032 Duration of time relating to following value                     MIN                        0            0   6 MIN                       0         2
 004041 Time difference, UTC - LMT                                       MIN                        0        -1440  12 MIN                       0         4
 004043 Day of the year                                                  D                          0            0   9 D                         0         3
 004051 Principal time of daily reading of maximum temperature           H                          0            0   5 H                         0         2
 004052 Principal time of daily reading of minimum temperature           H                          0            0   5 H                         0         2
 004053 Number of days with precipitation equal to or more than 1 mm     NUMERIC                    0            0   6 NUMERIC                   0         2
 004059 Times of observation used to compute the reported mean values    FLAG TABLE                 0            0   6 FLAG TABLE                0         2
 004065 Short time increment                                             MIN                        0         -128   8 MIN                       0         2
 004066 Short time increment                                             S                          0         -128   8 S                         0         2
 004073 Short time period or displacement                                D                          0         -128   8 D                         0         2
 004074 Short time period or displacement                                H                          0         -128   8 H                         0         2
 004075 Short time period or displacement                                MIN                        0         -128   8 MIN                       0         2
 004080 Averaging period for following value                             CODE TABLE                 0            0   4 CODE TABLE                0         2
 004086 Long time period or displacement                                 S                          0        -8192  15 S                         0         5
 005001 Latitude (high accuracy)                                         DEG                        5     -9000000  25 DEG                       5         7
 005002 Latitude (coarse accuracy)                                       DEG                        2        -9000  15 DEG                       2         4
 005011 Latitude increment (high accuracy)                               DEG                        5     -9000000  25 DEG                       5         7
 005012 Latitude increment (coarse accuracy)                             DEG                        2        -9000  15 DEG                       2         4
 005015 Latitude displacement (high accuracy)                            DEG                        5     -9000000  25 DEG                       5         7
 005016 Latitude displacement (coarse accuracy)                          DEG                        2        -9000  15 DEG                       2         4
 005021 Bearing or azimuth                                               DEGREE TRUE                2            0  16 DEGREE TRUE               2         5
 005022 Solar azimuth                                                    DEGREE TRUE                2            0  16 DEGREE TRUE               2         5
 005023 Sun to satellite azimuth difference                              DEG                        1        -1800  12 DEG                       1         4
 005030 Direction (spectral)                                             DEG                        0            0  12 DEG                       0         4
 005031 Row number                                                       NUMERIC                    0            0  12 NUMERIC                   0         4
 005033 Pixel size on horizontal - 1                                     M                         -1            0  16 M                        -1         5
 005034 Along track row number                                           NUMERIC                    0            0  11 NUMERIC                   0         4
 005035 Maximum size of x-dimension                                      NUMERIC                    0            0  12 NUMERIC                   0         4
 005036 Ship transect number according to SOOP                           NUMERIC                    0            0   7 NUMERIC                   0         2
 005040 Orbit number                                                     NUMERIC                    0            0  24 NUMERIC                   0         8
 005041 Scan line number                                                 NUMERIC                    0            0   8 NUMERIC                   0         3
 005042 Channel number                                                   NUMERIC                    0            0   6 NUMERIC                   0         2
 005043 Field of view number                                             NUMERIC                    0            0   8 NUMERIC                   0         3
 005044 Satellite cycle number                                           NUMERIC                    0            0  11 NUMERIC                   0         4
 005045 Field of regard number                                           NUMERIC                    0            0   8 NUMERIC                   0         3
 005052 Channel number increment                                         NUMERIC                    0            0   5 NUMERIC                   0         2
 005053 Field of view number increment                                   NUMERIC                    0            0   5 NUMERIC                   0         2
 005060 Y angular position from centre of gravity                        DEG                        6     -8000000  24 DEG                       6         8
 005061 Z angular position from centre of gravity                        DEG                        6     -8000000  24 DEG                       6         8
 006001 Longitude (high accuracy)                                        DEG                        5    -18000000  26 DEG                       5         8
 006002 Longitude (coarse accuracy)                                      DEG                        2       -18000  16 DEG                       2         5
 006011 Longitude increment (high accuracy)                              DEG                        5    -18000000  26 DEG                       5         8
 006012 Longitude increment (coarse accuracy)                            DEG                        2       -18000  16 DEG                       2         5
 006015 Longitude displacement (high accuracy)                           DEG                        5    -18000000  26 DEG                       5         8
 006016 Longitude displacement (coarse accuracy)                         DEG                        2       -18000  16 DEG                       2         5
 006021 Distance                                                         M                         -1            0  13 M                        -1         4
 006029 Wave number                                                      /M                         1            0  22 /M                        1         7
 006030 Wave number (spectral)                                           RAD/M                      5            0  13 RAD/M                     5         4
 006031 Column number                                                    NUMERIC                    0            0  12 NUMERIC                   0         4
 006033 Pixel size on horizontal - 2                                     M                         -1            0  16 M                        -1         5
 006034 Cross-track cell number                                          NUMERIC                    0            0   7 NUMERIC                   0         3
 006035 Maximum size of y-dimension                                      NUMERIC                    0            0  12 NUMERIC                   0         4
 006040 Radius of confidence                                             M                          0            0  13 M                         0         4
 007001 Height of station                                                M                          0         -400  15 M                         0         5
 007002 Height or altitude                                               M                         -1          -40  16 M                        -1         5
 007003 Geopotential                                                     M2 S-2                    -1         -400  17 M2 S-2                   -1         6
 007004 Pressure                                                         PA                        -1            0  14 PA                       -1         5
 007005 Height increment                                                 M                          0         -400  12 M                         0         4
 007006 Height above station                                             M                          0            0  15 M                         0         5
 007007 Height                                                           M                          0        -1000  17 M                         0         6
 007008 Geopotential                                                     M2 S-2                     0       -10000  20 M2 S-2                    0         7
 007009 Geopotential height                                              GPM                        0        -1000  17 GPM                       0         5
 007010 Flight level                                                     M                          0        -1024  16 FT                       -1         5
 007012 Grid point altitude                                              M                          2       -50000  20 M                         2         7
 007021 Elevation                                                        DEG                        2        -9000  15 DEG                       2         5
 007022 Solar elevation                                                  DEG                        2        -9000  15 DEG                       2         5
 007024 Satellite zenith angle                                           DEG                        2        -9000  15 DEG                       2         5
 007025 Solar zenith angle                                               DEG                        2        -9000  15 DEG                       2         5
 007026 Satellite zenith angle                                           DEG                        4      -900000  21 DEG                       4         7
 007030 Height of station ground above mean sea level                    M                          1        -4000  17 M                         1         5
 007031 Height of barometer above mean sea level                         M                          1        -4000  17 M                         1         5
 007032 Height of sensor above local ground (or deck of marine platform) M                          2            0  16 M                         2         5
 007033 Height of sensor above water surface                             M                          1            0  12 M                         1         4
 007035 Maximum size of z-dimension                                      NUMERIC                    0            0  12 NUMERIC                   0         4
 007036 Level index of z                                                 NUMERIC                    0            0  12 NUMERIC                   0         4
 007040 Impact parameter                                                 M                          1     62000000  22 M                         1         8
 007061 Depth below land surface                                         M                          2            0  14 M                         2         5
 007062 Depth below sea/water surface                                    M                          1            0  17 M                         1         6
 007063 Depth below sea/water surface (cm)                               M                          2            0  20 M                         2         7
 007064 Representative height of sensor above station                    M                          0            0   4 M                         0         2
 007065 Water pressure                                                   PA                        -3            0  17 PA                       -3         6
 007070 Drogue depth                                                     M                          0            0  10 M                         0         4
 008001 Vertical sounding significance                                   FLAG TABLE                 0            0   7 FLAG TABLE                0         3
 008002 Vertical significance (surface observations)                     CODE TABLE                 0            0   6 CODE TABLE                0         2
 008003 Vertical significance (satellite observations)                   CODE TABLE                 0            0   6 CODE TABLE                0         2
 008004 Phase of aircraft flight                                         CODE TABLE                 0            0   3 CODE TABLE                0         1
 008005 Meteorological attribute significance                            CODE TABLE                 0            0   4 CODE TABLE                0         2
 008006 Ozone vertical sounding significance                             FLAG TABLE                 0            0   9 FLAG TABLE                0         3
 008007 Dimensional significance                                         CODE TABLE                 0            0   4 CODE TABLE                0         2
 008008 Radiation vertical sounding significance                         FLAG TABLE                 0            0   9 FLAG TABLE                0         3
 008009 Detailed phase of flight                                         CODE TABLE                 0            0   4 CODE TABLE                0         2
 008010 Surface qualifier (for temperature data)                         CODE TABLE                 0            0   5 CODE TABLE                0         2
 008011 Meteorological feature                                           CODE TABLE                 0            0   6 CODE TABLE                0         2
 008012 Land/sea qualifier                                               CODE TABLE                 0            0   2 CODE TABLE                0         1
 008013 Day/night qualifier                                              CODE TABLE                 0            0   2 CODE TABLE                0         1
 008014 Qualifier for runway visual range                                CODE TABLE                 0            0   4 CODE TABLE                0         2
 008015 Significant qualifier for sensor                                 CODE TABLE                 0            0   3 CODE TABLE                0         1
 008016 Change qualifier of a trend-type forecast or an aerodrome foreca CODE TABLE                 0            0   3 CODE TABLE                0         1
 008017 Qualifier of the time when the forecast change is expected       CODE TABLE                 0            0   2 CODE TABLE                0         1
 008018 SEAWINDS land/ice surface type                                   FLAG TABLE                 0            0  17 FLAG TABLE                0         6
 008019 Qualifier for following centre identifier                        CODE TABLE                 0            0   4 CODE TABLE                0         2
 008020 Total number of missing entities (with respect to accumulation o NUMERIC                    0            0  16 NUMERIC                   0         5
 008021 Time significance                                                CODE TABLE                 0            0   5 CODE TABLE                0         2
 008022 Total number (with respect to accumulation or average)           NUMERIC                    0            0  16 NUMERIC                   0         5
 008023 First-order statistics                                           CODE TABLE                 0            0   6 CODE TABLE                0         2
 008024 Difference statistics                                            CODE TABLE                 0            0   6 CODE TABLE                0         2
 008025 Time difference qualifier                                        CODE TABLE                 0            0   4 CODE TABLE                0         2
 008026 Matrix significance                                              CODE TABLE                 0            0   6 CODE TABLE                0         2
 008029 Surface type                                                     CODE TABLE                 0            0   8 CODE TABLE                0         3
 008030 Manual on Codes (Volume I.1, Section C) Code table from which da NUMERIC                    0            0  13 NUMERIC                   0         4
 008031 Data category - CREX table A                                     NUMERIC                    0            0   8 NUMERIC                   0         3
 008032 Status of operation                                              CODE TABLE                 0            0   4 CODE TABLE                0         2
 008033 Method of derivation of percentage confidence                    CODE TABLE                 0            0   7 CODE TABLE                0         3
 008035 Type of monitoring exercise                                      CODE TABLE                 0            0   3 CODE TABLE                0         1
 008036 Type of centre or station performing monitoring                  CODE TABLE                 0            0   3 CODE TABLE                0         1
 008039 Time significance (Aviation forecast)                            CODE TABLE                 0            0   6 CODE TABLE                0         2
 008040 Flight level significance                                        CODE TABLE                 0            0   6 CODE TABLE                0         2
 008041 Data significance                                                CODE TABLE                 0            0   5 CODE TABLE                0         2
 008042 Extended vertical sounding significance                          FLAG TABLE                 0            0  18 FLAG TABLE                0         6
 008043 Atmospheric chemical or physical constituent type                CODE TABLE                 0            0   8 CODE TABLE                0         3
 008044 CAS registry number                                              CCITTIA5                   0            0  88 CHARACTER                 0        11
 008046 Atmospheric chemical or physical constituent type                COMMON CODE TABLE C-14     0            0  16 COMMON CODE TABLE C-14    0         5
 008049 Number of observations                                           NUMERIC                    0            0   8 NUMERIC                   0         3
 008050 Qualifier for number of missing values in calculation of statist CODE TABLE                 0            0   4 CODE TABLE                0         2
 008051 Qualifier for number of missing values in calculation of statist CODE TABLE                 0            0   3 CODE TABLE                0         1
 008052 Condition for which number of days of occurrence follows         CODE TABLE                 0            0   5 CODE TABLE                0         2
 008053 Day of occurrence qualifier                                      CODE TABLE                 0            0   2 CODE TABLE                0         1
 008054 Qualifier for wind speed or wind gusts                           CODE TABLE                 0            0   3 CODE TABLE                0         1
 008060 Sample scanning mode significance                                CODE TABLE                 0            0   4 CODE TABLE                0         2
 008065 Sun-glint indicator                                              CODE TABLE                 0            0   2 CODE TABLE                0         1
 008066 Semi-transparency indicator                                      CODE TABLE                 0            0   2 CODE TABLE                0         1
 008070 TOVS/ATOVS product qualifier                                     CODE TABLE                 0            0   4 CODE TABLE                0         2
 008072 Pixel(s) type                                                    CODE TABLE                 0            0   3 CODE TABLE                0         1
 008074 Altimeter echo type                                              CODE TABLE                 0            0   2 CODE TABLE                0         1
 008075 Ascending/descending orbit qualifier                             CODE TABLE                 0            0   2 CODE TABLE                0         1
 008076 Type of band                                                     CODE TABLE                 0            0   6 CODE TABLE                0         2
 008077 Radiometer sensed surface type                                   CODE TABLE                 0            0   7 CODE TABLE                0         3
 008079 Product status                                                   CODE TABLE                 0            0   4 CODE TABLE                0         2
 008080 Qualifier for GTSPP quality flag                                 CODE TABLE                 0            0   6 CODE TABLE                0         2
 008081 Type of equipment                                                CODE TABLE                 0            0   6 CODE TABLE                0         2
 008082 Modification of sensor height to another value                   CODE TABLE                 0            0   3 CODE TABLE                0         1
 008083 Nominal value indicator                                          FLAG TABLE                 0            0  15 FLAG TABLE                0         5
 008085 Beam identifier                                                  CODE TABLE                 0            0   3 CODE TABLE                0         1
 008086 Vertical significance for NWP                                    FLAG TABLE                 0            0  12 FLAG TABLE                0         4
 008090 Decimal scale of following significands                          NUMERIC                    0         -127   8 NUMERIC                   0         3
 010001 Height of land surface                                           M                          0         -400  15 M                         0         5
 010002 Height                                                           M                         -1          -40  16 M                        -1         5
 010003 Geopotential                                                     M2 S-2                    -1         -400  17 M2 S-2                   -1         6
 010004 Pressure                                                         PA                        -1            0  14 PA                       -1         5
 010007 Height                                                           M                          0        -1000  17 M                         0         6
 010008 Geopotential                                                     M2 S-2                     0       -10000  20 M2 S-2                    0         7
 010009 Geopotential height                                              GPM                        0        -1000  17 GPM                       0         5
 010010 Minimum pressure reduced to mean sea level                       PA                        -1            0  14 PA                       -1         5
 010011 Maximum pressure reduced to mean sea level                       PA                        -1            0  14 PA                       -1         5
 010031 In direction of the North Pole, distance from the Earth's centre M                          2  -1073741824  31 M                         2        10
 010032 Satellite distance to Earth's centre                             M                          1            0  27 M                         2         9
 010033 Altitude (platform to ellipsoid)                                 M                          1            0  27 M                         2         9
 010034 Earth's radius                                                   M                          1            0  27 M                         2         9
 010035 Earth's local radius of curvature                                M                          1     62000000  22 M                         1         8
 010036 Geoid undulation                                                 M                          2       -15000  15 M                         2         6
 010040 Number of retrieved layers                                       NUMERIC                    0            0  10 NUMERIC                   0         4
 010050 Standard deviation altitude                                      M                          2            0  16 M                         2         5
 010051 Pressure reduced to mean sea level                               PA                        -1            0  14 PA                       -1         5
 010052 Altimeter setting (QNH)                                          PA                        -1            0  14 PA                       -1         5
 010053 Global navigation satellite system altitude                      M                          0        -1000  17 M                         0         5
 010060 Pressure change                                                  PA                        -1        -1024  11 PA                       -1         4
 010061 3-hour pressure change                                           PA                        -1         -500  10 PA                       -1         4
 010062 24-hour pressure change                                          PA                        -1        -1000  11 PA                       -1         4
 010063 Characteristic of pressure tendency                              CODE TABLE                 0            0   4 CODE TABLE                0         2
 010064 SIGMET cruising level                                            CODE TABLE                 0            0   3 CODE TABLE                0         1
 010070 Indicated aircraft altitude                                      M                          0         -400  16 M                         0         5
 010079 Off-nadir angle of the satellite from platform data              DEG                        4            0  16 DEG                       4         5
 010080 Viewing zenith angle                                             DEG                        2        -9000  15 DEG                       2         5
 010081 Altitude of COG above reference ellipsoid                        M                          3            0  31 M                         3        10
 010082 Instantaneous altitude rate                                      M/S                        3       -65536  17 M/S                       3         6
 010083 Squared off-nadir angle of the satellite from platform data      DEG2                       2            0  16 DEG2                      2         5
 010084 Squared off-nadir angle of the satellite from waveform data      DEG2                       2            0  16 DEG2                      2         5
 010085 Mean sea-surface height                                          M                          3      -131072  18 M                         3         6
 010086 Geoid's height                                                   M                          3      -131072  18 M                         3         6
 010087 Ocean depth/land elevation                                       M                          1      -131072  18 M                         1         6
 010088 Total geocentric ocean tide height (solution 1)                  M                          3       -32768  16 M                         3         5
 010089 Total geocentric ocean tide height (solution 2)                  M                          3       -32768  16 M                         3         5
 010090 Long period tide height                                          M                          3       -32768  16 M                         3         5
 010091 Tidal loading height                                             M                          3       -32768  16 M                         3         5
 010092 Solid Earth tide height                                          M                          3       -32768  16 M                         3         5
 010093 Geocentric pole tide height                                      M                          3       -32768  16 M                         3         5
 010095 Height of atmosphere used                                        M                          0            0  16 M                         0         5
 010096 Mean dynamic topography                                          M                          3      -131072  18 M                         3         6
 010097 Mean sea-surface height from altimeter only                      M                          3      -131072  18 M                         3         6
 010098 Loading tide height geocentric ocean tide solution 1             M                          4        -2000  12 M                         4         4
 010099 Loading tide height geocentric ocean tide solution 2             M                          4        -2000  12 M                         4         4
 010100 Non-equilibrium long period tide height                          M                          4        -2000  12 M                         4         4
 010101 Squared off-nadir angle of the satellite from waveform data      DEG2                       2       -32768  16 DEG2                      2         5
 010102 Sea-surface height anomaly                                       M                          3       -32768  16 M                         3         5
 011001 Wind direction                                                   DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 011002 Wind speed                                                       M/S                        1            0  12 M/S                       1         4
 011003 u-component                                                      M/S                        1        -4096  13 M/S                       1         4
 011004 v-component                                                      M/S                        1        -4096  13 M/S                       1         4
 011005 w-component                                                      PA/S                       1         -512  10 PA/S                      1         4
 011006 w-component                                                      M/S                        2        -4096  13 M/S                       2         4
 011010 Wind direction associated with wind speed which follows          DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 011011 Wind direction at 10 m                                           DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 011012 Wind speed at 10 m                                               M/S                        1            0  12 M/S                       1         4
 011013 Wind direction at 5 m                                            DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 011014 Wind speed at 5 m                                                M/S                        1            0  12 M/S                       1         4
 011016 Extreme counterclockwise wind direction of a variable wind       DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 011017 Extreme clockwise wind direction of a variable wind              DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 011019 Steadiness of wind                                               %                          0            0   7 %                         0         3
 011021 Relative vorticity                                               /S                         9       -65536  17 /S                        9         6
 011022 Divergence                                                       /S                         9       -65536  17 /S                        9         6
 011023 Velocity potential                                               M2/S                      -2       -65536  17 M2/S                     -2         6
 011030 Extended degree of turbulence                                    CODE TABLE                 0            0   6 CODE TABLE                0         2
 011031 Degree of turbulence                                             CODE TABLE                 0            0   4 CODE TABLE                0         2
 011032 Height of base of turbulence                                     M                         -1          -40  16 M                        -1         5
 011033 Height of top of turbulence                                      M                         -1          -40  16 M                        -1         5
 011034 Vertical gust velocity                                           M/S                        1        -1024  11 M/S                       1         4
 011035 Vertical gust acceleration                                       M S-2                      2        -8192  14 M S-2                     2         5
 011036 Maximum derived equivalent vertical gust speed                   M/S                        1            0  10 M/S                       1         4
 011037 Turbulence index                                                 CODE TABLE                 0            0   6 CODE TABLE                0         2
 011038 Time of occurrence of peak eddy dissipation rate                 CODE TABLE                 0            0   5 CODE TABLE                0         2
 011039 Extended time of occurrence of peak eddy dissipation rate        CODE TABLE                 0            0   6 CODE TABLE                0         2
 011040 Maximum wind speed (mean wind)                                   M/S                        1            0  12 M/S                       1         4
 011041 Maximum wind gust speed                                          M/S                        1            0  12 M/S                       1         4
 011042 Maximum wind speed (10-minute mean wind)                         M/S                        1            0  12 M/S                       1         4
 011043 Maximum wind gust direction                                      DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 011044 Mean wind direction for surface - 1 500 m (5 000 feet)           DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 011045 Mean wind speed for surface - 1 500 m (5 000 feet)               M/S                        1            0  12 M/S                       1         4
 011046 Maximum instantaneous wind speed                                 M/S                        1            0  12 M/S                       1         4
 011047 Maximum instantaneous wind speed over 10 minutes                 M/S                        1            0  12 M/S                       1         4
 011049 Standard deviation of wind direction                             DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 011050 Standard deviation of horizontal wind speed                      M/S                        1            0  12 M/S                       1         4
 011051 Standard deviation of vertical wind speed                        M/S                        1            0   8 M/S                       1         3
 011052 Formal uncertainty in wind speed                                 M/S                        2            0  13 M/S                       2         5
 011053 Formal uncertainty in wind direction                             DEGREE TRUE                2            0  15 DEGREE TRUE               2         5
 011054 Mean wind direction for 1 500 - 3 000 m                          DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 011055 Mean wind speed for 1 500 - 3 000 m                              M/S                        1            0  12 M/S                       1         4
 011061 Absolute wind shear in 1 km layer below                          M/S                        1            0  12 M/S                       1         4
 011062 Absolute wind shear in 1 km layer above                          M/S                        1            0  12 M/S                       1         4
 011070 Designator of the runway affected by wind shear (including ALL)  CCITTIA5                   0            0  32 CHARACTER                 0         4
 011071 Turbulent vertical momentum flux                                 M2 S-2                     3         -128  14 M2 S-2                    3         5
 011072 Turbulent vertical buoyancy flux                                 K M S-1                    3         -128  11 K M S-1                   3         4
 011073 Turbulent kinetic energy                                         M2 S-2                     2        -1024  13 M2 S-2                    2         4
 011074 Dissipation energy                                               M2 S-2                     2        -1024  10 M2 S-2                    2         4
 011075 Mean turbulence intensity (eddy dissipation rate)                M2/3 S-1                   2            0   8 M2/3 S-1                  2         3
 011076 Peak turbulence intensity (eddy dissipation rate)                M2/3 S-1                   2            0   8 M2/3 S-1                  2         3
 011077 Reporting interval or averaging time for eddy dissipation rate   S                          0            0  12 S                         0         4
 011081 Model wind direction at 10 m                                     DEGREE TRUE                2            0  16 DEGREE TRUE               2         5
 011082 Model wind speed at 10 m                                         M/S                        2            0  14 M/S                       2         4
 011083 Wind speed                                                       KM/H                       0            0   9 KM/H                      0         3
 011084 Wind speed                                                       KT                         0            0   8 KT                        0         3
 011085 Maximum wind gust speed                                          KM/H                       0            0   9 KM/H                      0         3
 011086 Maximum wind gust speed                                          KT                         0            0   8 KT                        0         3
 011095 u-component of the model wind vector                             M/S                        1        -4096  13 M/S                       1         4
 011096 v-component of the model wind vector                             M/S                        1        -4096  13 M/S                       1         4
 011097 Wind speed from altimeter                                        M/S                        2            0  12 M/S                       2         4
 011098 Wind speed from radiometer                                       M/S                        2            0  12 M/S                       2         4
 011100 Aircraft true airspeed                                           M/S                        1            0  12 M/S                       1         4
 011101 Aircraft ground speed u-component                                M/S                        1        -4096  13 M/S                       1         4
 011102 Aircraft ground speed v-component                                M/S                        1        -4096  13 M/S                       1         4
 011103 Aircraft ground speed w-component                                M/S                        1         -512  10 M/S                       1         3
 011104 Aircraft true heading                                            DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 011105 EDR algorithm version                                            NUMERIC                    0            0   6 NUMERIC                   0         2
 011106 Running minimum confidence                                       NUMERIC                    1            0   4 NUMERIC                   1         2
 011107 Maximum number bad inputs                                        NUMERIC                    0            0   5 NUMERIC                   0         2
 011108 Peak location                                                    NUMERIC                    1            0   4 NUMERIC                   1         2
 011109 Number of good EDR                                               NUMERIC                    0            0   4 NUMERIC                   0         2
 012001 Temperature/air temperature                                      K                          1            0  12 C                         1         3
 012002 Wet-bulb temperature                                             K                          1            0  12 C                         1         3
 012003 Dewpoint temperature                                             K                          1            0  12 C                         1         3
 012004 Air temperature at 2 m                                           K                          1            0  12 C                         1         3
 012005 Wet-bulb temperature at 2 m                                      K                          1            0  12 C                         1         3
 012006 Dewpoint temperature at 2 m                                      K                          1            0  12 C                         1         3
 012007 Virtual temperature                                              K                          1            0  12 C                         1         3
 012011 Maximum temperature, at height and over period specified         K                          1            0  12 C                         1         3
 012012 Minimum temperature, at height and over period specified         K                          1            0  12 C                         1         3
 012013 Ground minimum temperature, past 12 hours                        K                          1            0  12 C                         1         3
 012014 Maximum temperature at 2 m, past 12 hours                        K                          1            0  12 C                         1         3
 012015 Minimum temperature at 2 m, past 12 hours                        K                          1            0  12 C                         1         3
 012016 Maximum temperature at 2 m, past 24 hours                        K                          1            0  12 C                         1         3
 012017 Minimum temperature at 2 m, past 24 hours                        K                          1            0  12 C                         1         3
 012021 Maximum temperature at 2 m                                       K                          2            0  16 C                         2         4
 012022 Minimum temperature at 2 m                                       K                          2            0  16 C                         2         4
 012023 Temperature                                                      C                          0          -99   8 C                         0         2
 012024 Dewpoint temperature                                             C                          0          -99   8 C                         0         2
 012030 Soil temperature                                                 K                          1            0  12 C                         1         3
 012049 Temperature change over specified period                         K                          0          -30   6 C                         0         2
 012051 Standard deviation temperature                                   K                          1            0  10 C                         1         3
 012052 Highest daily mean temperature                                   K                          1            0  12 C                         1         3
 012053 Lowest daily mean temperature                                    K                          1            0  12 C                         1         3
 012060 AWS enclosure internal temperature                               K                          1            0  12 C                         1         3
 012061 Skin temperature                                                 K                          1            0  12 C                         1         3
 012062 Equivalent black body temperature                                K                          1            0  12 C                         1         3
 012063 Brightness temperature                                           K                          1            0  12 C                         1         3
 012064 Instrument temperature                                           K                          1            0  12 K                         1         4
 012065 Standard deviation brightness temperature                        K                          1            0  12 K                         1         4
 012066 Antenna temperature                                              K                          2            0  16 C                         2         5
 012070 Warm load temperature                                            K                          2            0  16 K                         2         5
 012071 Coldest cluster temperature                                      K                          1            0  12 K                         1         4
 012072 Radiance                                                         W M-2 SR-1                 6            0  31 W M-2 SR-1                6         9
 012075 Spectral radiance                                                W M-3 SR-1                -3            0  16 W M-3 SR-1               -3         5
 012076 Radiance                                                         W M-2 SR-1                 3            0  16 W M-2 SR-1                3         5
 012080 Brightness temperature real part                                 K                          2       -10000  16 K                         2         5
 012081 Brightness temperature imaginary part                            K                          2       -10000  16 K                         2         5
 012082 Pixel radiometric accuracy                                       K                          2            0  12 K                         2         4
 012101 Temperature/air temperature                                      K                          2            0  16 C                         2         4
 012102 Wet-bulb temperature                                             K                          2            0  16 C                         2         4
 012103 Dewpoint temperature                                             K                          2            0  16 C                         2         4
 012104 Air temperature at 2 m                                           K                          2            0  16 C                         2         4
 012105 Web-bulb temperature at 2 m                                      K                          2            0  16 C                         2         4
 012106 Dewpoint temperature at 2 m                                      K                          2            0  16 C                         2         4
 012107 Virtual temperature                                              K                          2            0  16 C                         2         4
 012111 Maximum temperature, at height and over period specified         K                          2            0  16 C                         2         4
 012112 Minimum temperature, at height and over period specified         K                          2            0  16 C                         2         4
 012113 Ground minimum temperature, past 12 hours                        K                          2            0  16 C                         2         4
 012114 Maximum temperature at 2 m, past 12 hours                        K                          2            0  16 C                         2         4
 012115 Minimum temperature at 2 m, past 12 hours                        K                          2            0  16 C                         2         4
 012116 Maximum temperature at 2 m, past 24 hours                        K                          2            0  16 C                         2         4
 012117 Minimum temperature at 2 m, past 24 hours                        K                          2            0  16 C                         2         4
 012118 Maximum temperature at height specified, past 24 hours           K                          2            0  16 C                         2         4
 012119 Minimum temperature at height specified, past 24 hours           K                          2            0  16 C                         2         4
 012120 Ground temperature                                               K                          2            0  16 C                         2         4
 012121 Ground minimum temperature                                       K                          2            0  16 C                         2         4
 012122 Ground minimum temperature of the preceding night                K                          2            0  16 C                         2         4
 012130 Soil temperature                                                 K                          2            0  16 C                         2         4
 012131 Snow temperature                                                 K                          2            0  16 C                         2         4
 012132 Ice surface temperature                                          K                          2            0  16 C                         2         4
 012151 Standard deviation of daily mean temperature                     K                          2            0  12 C                         2         4
 012152 Highest daily mean temperature                                   K                          2            0  16 C                         2         4
 012153 Lowest daily mean temperature                                    K                          2            0  16 C                         2         4
 012158 Noise-equivalent delta temperature while viewing cold target     K                          2            0  12 C                         2         4
 012159 Noise-equivalent delta temperature while viewing warm target     K                          2            0  12 C                         2         4
 012161 Skin temperature                                                 K                          2            0  16 C                         2         4
 012162 Equivalent black body temperature                                K                          2            0  16 C                         2         4
 012163 Brightness temperature                                           K                          2            0  16 C                         2         4
 012164 Instrument temperature                                           K                          2            0  16 K                         2         5
 012165 Direct sun brightness temperature                                K                          0            0  23 K                         0         7
 012166 Snapshot accuracy                                                K                          1        -4000  13 K                         1         4
 012167 Radiometric accuracy (pure polarization)                         K                          1            0   9 K                         1         3
 012168 Radiometric accuracy (cross polarization)                        K                          1            0   9 K                         1         3
 012171 Coldest cluster temperature                                      K                          2            0  16 K                         2         5
 012180 Averaged 12 micron BT for all clear pixels at nadir              K                          2            0  16 K                         2         5
 012181 Averaged 11 micron BT for all clear pixels at nadir              K                          2            0  16 K                         2         5
 012182 Averaged 3.7 micron BT for all clear pixels at nadir             K                          2            0  16 K                         2         5
 012183 Averaged 12 micron BT for all clear pixels, forward view         K                          2            0  16 K                         2         5
 012184 Averaged 11 micron BT for all clear pixels, forward view         K                          2            0  16 K                         2         5
 012185 Averaged 3.7 micron BT for all clear pixels, forward view        K                          2            0  16 K                         2         5
 012186 Mean nadir sea-surface temperature                               K                          2            0  16 K                         2         5
 012187 Mean dual view sea-surface temperature                           K                          2            0  16 K                         2         5
 012188 Interpolated 23.8 GHz brightness T from MWR                      K                          2            0  16 K                         2         5
 012189 Interpolated 36.5 GHz brightness T from MWR                      K                          2            0  16 K                         2         5
 013001 Specific humidity                                                KG/KG                      5            0  14 KG/KG                     5         5
 013002 Mixing ratio                                                     KG/KG                      5            0  14 KG/KG                     5         5
 013003 Relative humidity                                                %                          0            0   7 %                         0         3
 013004 Vapour pressure                                                  PA                        -1            0  10 PA                       -1         4
 013005 Vapour density                                                   KG M-3                     3            0   7 KG M-3                    3         3
 013006 Mixing heights                                                   M                         -1          -40  16 M                        -1         5
 013007 Minimum relative humidity                                        %                          0            0   7 %                         0         3
 013008 Maximum relative humidity                                        %                          0            0   7 %                         0         3
 013009 Relative humidity                                                %                          1        -1000  12 %                         1         4
 013011 Total precipitation/total water equivalent                       KG M-2                     1           -1  14 KG M-2                    1         5
 013012 Depth of fresh snow                                              M                          2           -2  12 M                         2         4
 013013 Total snow depth                                                 M                          2           -2  16 M                         2         5
 013014 Rainfall/water equivalent of snow (averaged rate)                KG M-2 S-1                 4            0  12 KG M-2 S-1                4         4
 013015 Snowfall (averaged rate)                                         M/S                        7            0  12 M/S                       7         4
 013016 Precipitable water                                               KG M-2                     0            0   7 KG M-2                    0         3
 013019 Total precipitation past 1 hour                                  KG M-2                     1           -1  14 KG M-2                    1         4
 013020 Total precipitation past 3 hours                                 KG M-2                     1           -1  14 KG M-2                    1         5
 013021 Total precipitation past 6 hours                                 KG M-2                     1           -1  14 KG M-2                    1         5
 013022 Total precipitation past 12 hours                                KG M-2                     1           -1  14 KG M-2                    1         5
 013023 Total precipitation past 24 hours                                KG M-2                     1           -1  14 KG M-2                    1         5
 013031 Evapotranspiration                                               KG M-2                     0            0   7 KG M-2                    0         3
 013032 Evaporation/evapotranspiration                                   KG M-2                     1            0   8 KG M-2                    1         3
 013033 Evaporation/evapotranspiration                                   KG M-2                     1            0  10 KG M-2                    1         4
 013038 Superadiabatic indicator                                         CODE TABLE                 0            0   2 CODE TABLE                0         1
 013039 Terrain type (ice/snow)                                          CODE TABLE                 0            0   3 CODE TABLE                0         1
 013040 Surface flag                                                     CODE TABLE                 0            0   4 CODE TABLE                0         2
 013041 Pasquill-Gifford stability category                              CODE TABLE                 0            0   4 CODE TABLE                0         2
 013042 Parcel lifted index (to 500 hPa)                                 K                          0          -20   6 K                         0         2
 013043 Best lifted index (to 500 hPa)                                   K                          0          -20   6 K                         0         2
 013044 K index                                                          K                          0          -30   8 K                         0         3
 013045 KO index                                                         K                          0          -30   8 K                         0         3
 013046 Maximum buoyancy                                                 K                          0          -30   8 K                         0         3
 013047 Modified Showalter stability index                               K                          0          -60   6 C                         0         2
 013048 Water fraction                                                   %                          1            0  10 %                         1         4
 013051 Frequency group, precipitation                                   CODE TABLE                 0            0   4 CODE TABLE                0         2
 013052 Highest daily amount of precipitation                            KG M-2                     1           -1  14 KG M-2                    1         5
 013055 Intensity of precipitation                                       KG M-2 S-1                 4            0   8 MM/H                      1         4
 013056 Character and intensity of precipitation                         CODE TABLE                 0            0   4 CODE TABLE                0         2
 013057 Time of beginning or end of precipitation                        CODE TABLE                 0            0   4 CODE TABLE                0         2
 013058 Size of precipitating element                                    M                          4            0   7 MM                        1         3
 013059 Number of flashes (thunderstorm)                                 NUMERIC                    0            0   7 NUMERIC                   0         3
 013060 Total accumulated precipitation                                  KG M-2                     1           -1  17 KG M-2                    1         5
 013071 Upstream water level                                             M                          2            0  14 M                         2         4
 013072 Downstream water level                                           M                          2            0  14 M                         2         4
 013073 Maximum water level                                              M                          2            0  14 M                         2         4
 013074 Ground water level                                               M                          2            0  18 M                         2         6
 013080 Water pH                                                         PH UNIT                    1            0  10 PH UNIT                   1         3
 013081 Water conductivity                                               S/M                        3            0  14 S/M                       3         4
 013082 Water temperature                                                K                          1            0  12 K                         1         4
 013083 Dissolved oxygen                                                 KG M-3                     6            0  15 KG M-3                    6         5
 013084 Turbidity                                                        LM                         0            0  14 LM                        0         4
 013085 Oxidation Reduction Potential (ORP)                              V                          3            0  14 V                         3         4
 013090 Radiometer water vapour content                                  KG M-2                     1            0  10 KG M-2                    1         4
 013091 Radiometer liquid content                                        KG M-2                     2            0   8 KG M-2                    2         3
 013093 Cloud optical thickness                                          NUMERIC                    0            0   8 NUMERIC                   0         3
 013095 Total column water vapour                                        KG M-2                     4            0  19 KG M-2                    4         6
 013096 MWR water vapour content                                         KG M-2                     2            0  14 KG M-2                    2         5
 013097 MWR liquid water content                                         KG M-2                     2            0  14 KG M-2                    2         5
 013098 Integrated water vapour density                                  KG M-2                     8            0  30 KG M-2                    8        10
 013099 Log10 of integrated cloud particle density                       LOG(M-2)                   1            0   7 LOG(M-2)                  1         3
 013100 Log10 of integrated cloud particle area                          LOG(M2 M-2)                1          -70   7 LOG(M2 M-2)               1         2
 013101 Log10 of integrated cloud particle volume                        LOG(M3 M-2)                1         -140   7 LOG(M3 M-2)               1         3
 013110 Mass mixing ratio                                                %                          0            0   7 %                         0         3
 013111 Soil moisture                                                    G/KG                       0            0  10 G/KG                      0         4
 013112 Object wetness duration                                          S                          0            0  17 S                         0         5
 013114 Rate of ice accretion                                            KG M-2 H-1                 1            0  11 KG M-2 H-1                1         4
 013115 Ice thickness                                                    M                          2            0  19 M                         2         6
 013117 Snow density (liquid water content)                              KG M-3                     0            0  10 KG M-3                    0         3
 013118 Depth of fresh snow (high accuracy)                              M                          3           -2  14 M                         3         5
 013155 Intensity of precipitation (high accuracy)                       KG M-2 S-1                 5           -1  16 MM/H                      2         5
 014001 Long-wave radiation, integrated over 24 hours                    J M-2                     -3       -65536  17 J M-2                    -3         5
 014002 Long-wave radiation, integrated over period specified            J M-2                     -3       -65536  17 J M-2                    -3         5
 014003 Short-wave radiation, integrated over 24 hours                   J M-2                     -3       -65536  17 J M-2                    -3         5
 014004 Short-wave radiation, integrated over period specified           J M-2                     -3       -65536  17 J M-2                    -3         5
 014011 Net long-wave radiation, integrated over 24 hours                J M-2                     -3       -65536  17 J M-2                    -3         5
 014012 Net long-wave radiation, integrated over period specified        J M-2                     -3       -65536  17 J M-2                    -3         5
 014013 Net short-wave radiation, integrated over 24 hours               J M-2                     -3       -65536  17 J M-2                    -3         5
 014014 Net short-wave radiation, integrated over period specified       J M-2                     -3       -65536  17 J M-2                    -3         5
 014015 Net radiation, integrated over 24 hours                          J M-2                     -4       -16384  15 J M-2                    -4         5
 014016 Net radiation, integrated over period specified                  J M-2                     -4       -16384  15 J M-2                    -4         5
 014017 Instantaneous long-wave radiation                                W M-2                      0         -512  10 W M-2                     0         4
 014018 Instantaneous short-wave radiation                               W M-2                      0        -2048  12 W M-2                     0         4
 014019 Surface albedo                                                   %                          0            0   7 %                         0         3
 014020 Global solar radiation, integrated over 24 hours                 J M-2                     -4            0  15 J M-2                    -4         5
 014021 Global solar radiation, integrated over period specified         J M-2                     -4            0  15 J M-2                    -4         5
 014022 Diffuse solar radiation, integrated over 24 hours                J M-2                     -4            0  15 J M-2                    -4         5
 014023 Diffuse solar radiation, integrated over period specified        J M-2                     -4            0  15 J M-2                    -4         5
 014024 Direct solar radiation, integrated over 24 hours                 J M-2                     -4            0  15 J M-2                    -4         5
 014025 Direct solar radiation, integrated over period specified         J M-2                     -4            0  15 J M-2                    -4         5
 014026 Albedo at the top of clouds                                      %                          0            0   7 %                         0         3
 014027 Albedo                                                           %                          0            0   7 %                         0         3
 014028 Global solar radiation (high accuracy), integrated over period s J M-2                     -2            0  20 J M-2                    -2         6
 014029 Diffuse solar radiation (high accuracy), integrated over period  J M-2                     -2            0  20 J M-2                    -2         6
 014030 Direct solar radiation (high accuracy), integrated over period s J M-2                     -2            0  20 J M-2                    -2         6
 014031 Total sunshine                                                   MIN                        0            0  11 MIN                       0         4
 014032 Total sunshine                                                   H                          0            0  10 H                         0         4
 014033 Total sunshine                                                   %                          0            0   9 %                         0         3
 014034 Sunshine over period specified                                   MIN                        0            0  11 MIN                       0         4
 014035 Solar radiation flux                                             W M-2                      1            0  14 W M-2                     1         5
 014042 Bidirectional reflectance                                        %                          0            0   7 %                         0         3
 014043 Channel radiance                                                 W M-2 SR-1 UM-1            4            0  23 W M-2 SR-1 UM-1           4         7
 014044 Channel radiance                                                 W M-2 SR-1 CM              7      -100000  22 W M-2 SR-1 CM             7         7
 014045 Channel radiance                                                 W M-2 SR-1 CM              0            0  11 W M-2 SR-1 CM             0         4
 014046 Scaled IASI radiance                                             W M-2 SR-1 M               0        -5000  16 W M-2 SR-1 M              0         5
 014047 Scaled mean AVHRR radiance                                       W M-2 SR-1 M               0            0  31 W M-2 SR-1 M              0        10
 014048 Scaled standard deviation AVHRR radiance                         W M-2 SR-1 M               0            0  31 W M-2 SR-1 M              0        10
 014050 Emissivity                                                       %                          1            0  10 %                         1         4
 014051 Direct solar radiation integrated over last hour                 J M-2                     -3            0  14 J M-2                    -3         4
 014052 Global upward solar radiation, integrated over period specified  J M-2                     -2     -1048574  20 J M-2                    -2         7
 014053 Net radiation (high accuracy), integrated over period specified  J M-2                     -2     -1048574  21 J M-2                    -2         7
 014054 Photosynthetically active radiation, integrated over period spec J M-2                     -3            0  16 J M-2                    -3         5
 014055 Solar activity index                                             NUMERIC                    0       -32768  16 NUMERIC                   0         5
 014056 Background luminance                                             CD M-2                     0            0  18 CD M-2                    0         6
 014057 Soil heat flux                                                   J M-2                     -2     -1048574  21 J M-2                    -2         7
 014072 Global UV irradiation                                            J M-2                      0     -4000000  23 J M-2                     0         7
 015001 Total ozone                                                      DU                         0            0  10 DU                        0         4
 015002 Air mass (slant path at 22 km)                                   NUMERIC                    2            0  10 NUMERIC                   2         3
 015003 Measured ozone partial pressure (sounding)                       PA                         4            0   9 NBAR                      0         3
 015004 Ozone sounding correction factor (CF)                            NUMERIC                    3            0  11 NUMERIC                   3         4
 015005 Ozone p                                                          DU                         0            0  10 DU                        0         3
 015008 Significand of volumetric mixing ratio                           NUMERIC                    0            0  10 NUMERIC                   0         4
 015011 Log10 of integrated electron density                             LOG (M-2)                  3        14000  13 LOG (M-2)                 3         4
 015012 Total electron count per square metre                            M-2                      -16            0   6 M-2                      -16         2
 015015 Maximum image spectral component before normalization            NUMERIC                    0            0  31 NUMERIC                   0        10
 015020 Integrated ozone density                                         KG M-2                     8            0  21 KG M-2                    8         7
 015021 Integrated mass density                                          KG M-2                    11            0  31 KG M-2                   11        10
 015024 Optical depth                                                    NUMERIC                    4            0  24 NUMERIC                   4         8
 015025 Type of pollutant                                                CODE TABLE                 0            0   4 CODE TABLE                0         2
 015026 Concentration of pollutant (mol mol-1)                           MOL/MOL                    9            0   9 MOL/MOL                   9         3
 015027 Concentration of pollutant (kg m-3)                              KG M-3                     9            0  10 KG M-3                    9         4
 015029 Extinction coefficient                                           /M                         9            0  30 /M                        9        10
 015030 Aerosol contamination index                                      NUMERIC                    2        -1000  12 NUMERIC                   2         4
 015031 Atmospheric path delay in satellite signal                       M                          4        10000  15 M                         4         5
 015032 Estimated error in atmospheric path delay                        M                          4            0  10 M                         4         4
 015033 Difference in path delays for limb views at extremes of scan     M                          5       -10000  15 M                         5         5
 015034 Estimated error in path delay difference                         M                          5            0  14 M                         5         5
 015035 Component of zenith path delay due to water vapour               M                          4            0  14 M                         4         5
 015036 Atmospheric refractivity                                         N UNITS                    3            0  19 N UNITS                   3         6
 015037 Bending angle                                                    RAD                        8      -100000  23 RAD                       8         7
 015041 Sulphur dioxide index                                            NUMERIC                    2        -1200  14 NUMERIC                   2         4
 015042 Reflectance                                                      %                          2            0  14 %                         2         5
 015045 Sulphur dioxide                                                  DU                         2        -2000  15 DU                        2         5
 015046 Volcano contamination index                                      NUMERIC                    2        -1000  11 NUMERIC                   2         4
 015049 Aerosol Angstrom wavelength exponent                             NUMERIC                    3        -2000  14 NUMERIC                   3         5
 015051 Meteorological optical range                                     M                          0            0  18 M                         0         6
 015052 Log10 of number density of aerosol particles with diameter great LOG (M-3)                  1           60   6 LOG (M-3)                 1         3
 015053 Log10 of number density of aerosol particles with diameter great LOG (M-3)                  2          600   9 LOG (M-3)                 2         4
 015054 Log10 of number density of aerosol particles with diameter betwe LOG (M-3)                  2          550   9 LOG (M-3)                 2         4
 015055 Non volatile aerosol ratio                                       NUMERIC                    2            0   7 NUMERIC                   2         3
 015062 Aerosol optical thickness                                        NUMERIC                    3        -1000  14 NUMERIC                   3         5
 019001 Type of synoptic feature                                         CODE TABLE                 0            0   6 CODE TABLE                0         2
 019002 Effective radius of feature                                      M                         -2            0  12 M                        -2         4
 019003 Wind speed threshold                                             M/S                        0            0   8 M/S                       0         3
 019004 Effective radius with respect to wind speeds above threshold     M                         -2            0  12 M                        -2         4
 019005 Direction of motion of feature                                   DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 019006 Speed of motion of feature                                       M/S                        2            0  14 M/S                       2         5
 019007 Effective radius of feature                                      M                         -3            0  12 M                        -3         4
 019008 Vertical extent of circulation                                   CODE TABLE                 0            0   3 CODE TABLE                0         1
 019009 Effective radius with respect to wind speeds above threshold (la M                         -3            0  12 M                        -3         4
 019010 Method for tracking the centre of synoptic feature               CODE TABLE                 0            0   4 CODE TABLE                0         2
 019100 Time interval to calculate the movement of the tropical cyclone  CODE TABLE                 0            0   4 CODE TABLE                0         2
 019101 Accuracy of the position of the centre of the tropical cyclone   CODE TABLE                 0            0   4 CODE TABLE                0         2
 019102 Shape and definition of the eye of the tropical cyclone          CODE TABLE                 0            0   3 CODE TABLE                0         1
 019103 Diameter of major axis of the eye of the tropical cyclone        CODE TABLE                 0            0   4 CODE TABLE                0         2
 019104 Change in character of the eye during the 30 minutes             CODE TABLE                 0            0   4 CODE TABLE                0         2
 019105 Distance between the end of spiral band and the centre           CODE TABLE                 0            0   4 CODE TABLE                0         2
 019106 Identification number of tropical cyclone                        NUMERIC                    0            0   7 NUMERIC                   0         3
 019107 Time interval over which the movement of the tropical cyclone ha CODE TABLE                 0            0   4 CODE TABLE                0         2
 019108 Accuracy of geographical position of the tropical cyclone        CODE TABLE                 0            0   3 CODE TABLE                0         1
 019109 Mean diameter of the overcast cloud of the tropical cyclone      CODE TABLE                 0            0   4 CODE TABLE                0         2
 019110 Apparent 24-hour change in intensity of the tropical cyclone     CODE TABLE                 0            0   4 CODE TABLE                0         2
 019111 Current Intensity (CI) number of the tropical cyclone            NUMERIC                    1            0   7 NUMERIC                   1         3
 019112 Data Tropical (DT) number of the tropical cyclone                NUMERIC                    1            0   7 NUMERIC                   1         3
 019113 Cloud pattern type of the DT-number                              CODE TABLE                 0            0   4 CODE TABLE                0         2
 019114 Model Expected Tropical (MET) number of the tropical cyclone     NUMERIC                    1            0   7 NUMERIC                   1         3
 019115 Trend of the past 24-hour change (+: Developed, -: Weakened)     NUMERIC                    1          -30   6 NUMERIC                   1         2
 019116 Pattern Tropical (PT) number of the tropical cyclone             NUMERIC                    1            0   7 NUMERIC                   1         3
 019117 Cloud picture type of the PT-number                              CODE TABLE                 0            0   3 CODE TABLE                0         1
 019118 Final Tropical (T) number of the tropical cyclone                NUMERIC                    1            0   7 NUMERIC                   1         3
 019119 Type of the final T-number                                       CODE TABLE                 0            0   3 CODE TABLE                0         1
 019150 Typhoon International Common Number (Typhoon Committee)          CCITTIA5                   0            0  32 CHARACTER                 0         4
 020001 Horizontal visibility                                            M                         -1            0  13 M                        -1         4
 020002 Vertical visibility                                              M                         -1            0   7 M                        -1         3
 020003 Present weather                                                  CODE TABLE                 0            0   9 CODE TABLE                0         3
 020004 Past weather (1)                                                 CODE TABLE                 0            0   5 CODE TABLE                0         2
 020005 Past weather (2)                                                 CODE TABLE                 0            0   5 CODE TABLE                0         2
 020006 Flight rules                                                     CODE TABLE                 0            0   3 CODE TABLE                0         1
 020008 Cloud distribution for aviation                                  CODE TABLE                 0            0   5 CODE TABLE                0         2
 020009 General weather indicator (TAF/METAR)                            CODE TABLE                 0            0   4 CODE TABLE                0         2
 020010 Cloud cover (total)                                              %                          0            0   7 %                         0         3
 020011 Cloud amount                                                     CODE TABLE                 0            0   4 CODE TABLE                0         2
 020012 Cloud type                                                       CODE TABLE                 0            0   6 CODE TABLE                0         2
 020013 Height of base of cloud                                          M                         -1          -40  11 M                        -1         4
 020014 Height of top of cloud                                           M                         -1          -40  11 M                        -1         4
 020015 Pressure at base of cloud                                        PA                        -1            0  14 PA                       -1         5
 020016 Pressure at top of cloud                                         PA                        -1            0  14 PA                       -1         5
 020017 Cloud top description                                            CODE TABLE                 0            0   4 CODE TABLE                0         2
 020018 Tendency of runway visual range                                  CODE TABLE                 0            0   2 CODE TABLE                0         1
 020019 Significant present or forecast weather                          CCITTIA5                   0            0  72 CHARACTER                 0         9
 020020 Significant recent weather phenomena                             CCITTIA5                   0            0  32 CHARACTER                 0         4
 020021 Type of precipitation                                            FLAG TABLE                 0            0  30 FLAG TABLE                0        10
 020022 Character of precipitation                                       CODE TABLE                 0            0   4 CODE TABLE                0         2
 020023 Other weather phenomena                                          FLAG TABLE                 0            0  18 FLAG TABLE                0         6
 020024 Intensity of phenomena                                           CODE TABLE                 0            0   3 CODE TABLE                0         1
 020025 Obscuration                                                      FLAG TABLE                 0            0  21 FLAG TABLE                0         7
 020026 Character of obscuration                                         CODE TABLE                 0            0   4 CODE TABLE                0         2
 020027 Phenomena occurrence                                             FLAG TABLE                 0            0   9 FLAG TABLE                0         3
 020028 Expected change in intensity                                     CODE TABLE                 0            0   3 CODE TABLE                0         1
 020029 Rain flag                                                        CODE TABLE                 0            0   2 CODE TABLE                0         1
 020031 Ice deposit (thickness)                                          M                          2            0   7 M                         2         3
 020032 Rate of ice accretion (estimated)                                CODE TABLE                 0            0   3 CODE TABLE                0         1
 020033 Cause of ice accretion                                           FLAG TABLE                 0            0   4 FLAG TABLE                0         2
 020034 Sea ice concentration                                            CODE TABLE                 0            0   5 CODE TABLE                0         2
 020035 Amount and type of ice                                           CODE TABLE                 0            0   4 CODE TABLE                0         2
 020036 Ice situation                                                    CODE TABLE                 0            0   5 CODE TABLE                0         2
 020037 Ice development                                                  CODE TABLE                 0            0   5 CODE TABLE                0         2
 020038 Bearing of ice edge                                              DEGREE TRUE                0            0  12 DEGREE TRUE               0         3
 020039 Ice distance                                                     M                         -1            0  13 M                        -1         4
 020040 Evolution of drift snow                                          CODE TABLE                 0            0   4 CODE TABLE                0         2
 020041 Airframe icing                                                   CODE TABLE                 0            0   4 CODE TABLE                0         2
 020042 Airframe icing present                                           CODE TABLE                 0            0   2 CODE TABLE                0         1
 020043 Peak liquid water content                                        KG M-3                     4            0   7 KG M-3                    4         2
 020044 Average liquid water content                                     KG M-3                     4            0   7 KG M-3                    4         2
 020045 Supercooled large droplet (SLD) conditions                       CODE TABLE                 0            0   2 CODE TABLE                0         1
 020048 Evolution of feature                                             CODE TABLE                 0            0   4 CODE TABLE                0         2
 020050 Cloud index                                                      CODE TABLE                 0            0   8 CODE TABLE                0         3
 020051 Amount of low clouds                                             %                          0            0   7 %                         0         3
 020052 Amount of middle clouds                                          %                          0            0   7 %                         0         3
 020053 Amount of high clouds                                            %                          0            0   7 %                         0         3
 020054 True direction from which a phenomenon or clouds are moving or i DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 020055 State of sky in the tropics                                      CODE TABLE                 0            0   4 CODE TABLE                0         2
 020056 Cloud phase                                                      CODE TABLE                 0            0   3 CODE TABLE                0         1
 020058 Visibility seawards from a coastal station                       M                         -1            0  13 M                        -1         4
 020059 Minimum horizontal visibility                                    M                         -1            0   9 M                        -1         3
 020060 Prevailing horizontal visibility                                 M                         -1            0  10 M                        -1         4
 020061 Runway visual range (RVR)                                        M                          0            0  12 M                         0         4
 020062 State of the ground (with or without snow)                       CODE TABLE                 0            0   5 CODE TABLE                0         2
 020063 Special phenomena                                                CODE TABLE                 0            0  10 CODE TABLE                0         4
 020065 Snow cover                                                       %                          0            0   7 %                         0         3
 020066 Maximum diameter of hailstones                                   M                          3            0   8 M                         3         3
 020067 Diameter of deposit                                              M                          3            0   9 M                         3         3
 020070 Minimum number of atmospherics                                   NUMERIC                    0            0   7 NUMERIC                   0         3
 020071 Accuracy of fix and rate of atmospherics                         CODE TABLE                 0            0   4 CODE TABLE                0         2
 020081 Cloud amount in segment                                          %                          0            0   7 %                         0         3
 020082 Amount segment cloud free                                        %                          0            0   7 %                         0         3
 020083 Amount of segment covered by scene                               %                          0            0   7 %                         0         3
 020085 General condition of runway                                      CODE TABLE                 0            0   4 CODE TABLE                0         1
 020086 Runway deposits                                                  CODE TABLE                 0            0   4 CODE TABLE                0         1
 020087 Runway contamination                                             CODE TABLE                 0            0   4 CODE TABLE                0         1
 020088 Depth of runway deposits                                         M                          3            0  12 M                         0         4
 020089 Runway friction coefficient                                      CODE TABLE                 0            0   7 CODE TABLE                0         2
 020090 Special clouds                                                   CODE TABLE                 0            0   4 CODE TABLE                0         2
 020091 Vertical visibility                                              FT                        -2            0  10 FT                       -2         3
 020092 Height of base of cloud                                          FT                        -2            0  10 FT                       -2         3
 020093 Height of inversion                                              M                         -1            0   8 M                        -1         3
 020095 Ice probability                                                  NUMERIC                    3            0  10 NUMERIC                   3         4
 020096 Ice age ("A" parameter)                                          DB                         2        -4096  13 DB                        2         4
 020101 Locust (acridian) name                                           CODE TABLE                 0            0   4 CODE TABLE                0         2
 020102 Locust (maturity) colour                                         CODE TABLE                 0            0   4 CODE TABLE                0         2
 020103 Stage of development of locusts                                  CODE TABLE                 0            0   4 CODE TABLE                0         2
 020104 Organization state of swarm or band of locusts                   CODE TABLE                 0            0   4 CODE TABLE                0         2
 020105 Size of swarm or band of locusts and duration of passage of swar CODE TABLE                 0            0   4 CODE TABLE                0         2
 020106 Locust population density                                        CODE TABLE                 0            0   4 CODE TABLE                0         2
 020107 Direction of movements of locust swarm                           CODE TABLE                 0            0   4 CODE TABLE                0         2
 020108 Extent of vegetation                                             CODE TABLE                 0            0   4 CODE TABLE                0         2
 020111 x-axis error ellipse major component                             M                         -1            0  17 M                        -1         6
 020112 y-axis error ellipse minor component                             M                         -1            0  17 M                        -1         6
 020113 z-axis error ellipse component                                   M                         -1            0  17 M                        -1         6
 020114 Angle of x-axis in error ellipse                                 DEG                        2       -18000  16 DEG                       2         5
 020115 Angle of z-axis in error ellipse                                 DEG                        2       -18000  16 DEG                       2         5
 020116 Emission height of cloud stroke                                  M                          0            0  16 M                         0         5
 020117 Amplitude of lightning strike                                    A                         -1       -32000  16 A                        -1         5
 020118 Lightning detection error                                        M                          0            0  19 M                         0         6
 020119 Lightning discharge polarity                                     CODE TABLE                 0            0   2 CODE TABLE                0         1
 020121 Threshold value for polarity decision                            V                          3            0  16 V                         3         5
 020122 Threshold value for polarity decision                            A                          0            0  16 A                         0         5
 020123 Minimum threshold for detection                                  V/M                        3            0  16 V/M                       3         5
 020124 Lightning stroke or flash                                        CODE TABLE                 0            0   2 CODE TABLE                0         1
 020126 Lightning rate of discharge                                      /H                         0            0  23 /H                        0         7
 020127 Lightning - distance from station                                M                         -3            0   8 M                        -3         3
 020128 Lightning - direction from station                               DEGREE TRUE                1            0  12 DEGREE TRUE               1         4
 020130 Cloud hydrometeor concentration                                  NUMERIC                    0            0  10 NUMERIC                   0         3
 020131 Effective radius of cloud hydrometeors                           M                          5            0   6 M                         5         2
 020132 Cloud liquid water content                                       KG M-3                     5            0  11 KG M-3                    5         4
 020133 Hydrometeor radius                                               M                          5            0   6 M                         5         2
 020135 Ice mass (on a rod)                                              KG/M                       1            0  10 KG/M                      1         3
 020136 Supplementary cloud type                                         CODE TABLE                 0            0   9 CODE TABLE                0         3
 020137 Evolution of clouds                                              CODE TABLE                 0            0   4 CODE TABLE                0         2
 021001 Horizontal reflectivity                                          DB                         0          -64   7 DB                        0         3
 021002 Vertical reflectivity                                            DB                         0          -64   7 DB                        0         3
 021003 Differential reflectivity                                        DB                         1           -5   7 DB                        1         3
 021005 Linear depolarization ratio                                      DB                         0          -65   6 DB                        0         2
 021006 Circular depolarization ratio                                    DB                         0          -65   6 DB                        0         2
 021011 Doppler mean velocity in x-direction                             M/S                        0         -128   8 M/S                       0         3
 021012 Doppler mean velocity in y-direction                             M/S                        0         -128   8 M/S                       0         3
 021013 Doppler mean velocity in z-direction                             M/S                        0         -128   8 M/S                       0         3
 021014 Doppler mean velocity (radial)                                   M/S                        1        -4096  13 M/S                       1         4
 021017 Doppler velocity spectral width                                  M/S                        1            0   8 M/S                       1         3
 021018 Extended NYQUIST velocity                                        M/S                        1            0  10 M/S                       1         4
 021019 High NYQUIST velocity                                            M/S                        1            0  10 M/S                       1         3
 021021 Echo tops                                                        M                         -3            0   4 M                        -3         2
 021022 Range bin offset                                                 M                          1            0  14 M                         1         5
 021023 Range bin size                                                   M                          0            0  14 M                         0         5
 021024 Azimuth offset                                                   DEG                        1            0  12 DEG                       1         4
 021025 Azimuthal resolution                                             DEG                        1            0   8 DEG                       1         3
 021030 Signal to noise ratio                                            DB                         0          -32   8 DB                        0         3
 021031 Vertically integrated liquid-water content                       KG M-2                     0            0   7 KG M-2                    0         3
 021036 Radar rainfall intensity                                         M/S                        7            0  12 M/S                       7         4
 021041 Bright-band height                                               M                         -2            0   8 M                        -2         3
 021051 Signal power above 1 mW                                          DB                         0         -256   8 DB                        0         3
 021062 Backscatter                                                      DB                         2        -5000  13 DB                        2         4
 021063 Radiometric resolution (noise value)                             %                          1            0  10 %                         1         4
 021064 Clutter noise estimate                                           NUMERIC                    0            0   8 NUMERIC                   0         3
 021065 Missing packet counter                                           NUMERIC                    0         -127   8 NUMERIC                   0         3
 021066 Wave scatterometer product confidence data                       FLAG TABLE                 0            0  12 FLAG TABLE                0         4
 021067 Wind product confidence data                                     FLAG TABLE                 0            0  13 FLAG TABLE                0         5
 021068 Radar altimeter product confidence data                          FLAG TABLE                 0            0   8 FLAG TABLE                0         3
 021069 SST product confidence data                                      FLAG TABLE                 0            0  10 FLAG TABLE                0         4
 021070 SST product confidence data (SADIST-2)                           FLAG TABLE                 0            0  23 FLAG TABLE                0         6
 021071 Peakiness                                                        NUMERIC                    0            0  16 NUMERIC                   0         5
 021072 Satellite altimeter calibration status                           FLAG TABLE                 0            0   4 FLAG TABLE                0         2
 021073 Satellite altimeter instrument mode                              FLAG TABLE                 0            0   9 FLAG TABLE                0         3
 021075 Image spectrum intensity                                         NUMERIC                    0            0   8 NUMERIC                   0         3
 021076 Representation of intensities                                    CODE TABLE                 0            0   3 CODE TABLE                0         1
 021077 Altitude correction (ionosphere)                                 M                          3            0  14 M                         3         5
 021078 Altitude correction (dry troposphere)                            M                          3            0   9 M                         3         3
 021079 Altitude correction (wet troposphere)                            M                          3         2000  10 M                         3         4
 021080 Altitude correction (calibration constant)                       M                          3            0  11 M                         3         4
 021081 Open loop correction (height-time loop)                          M                          3            0  10 M                         3         4
 021082 Open loop correction (auto gain control)                         DB                         3        -3000  14 DB                        3         5
 021083 Warm target calibration                                          NUMERIC                    0            0  16 NUMERIC                   0         5
 021084 Cold target calibration                                          NUMERIC                    0            0  16 NUMERIC                   0         5
 021085 ATSR sea-surface temperature across-track band number            NUMERIC                    0            0   4 NUMERIC                   0         2
 021086 Number of pixels in nadir only, average                          NUMERIC                    0            0   9 NUMERIC                   0         3
 021087 Number of pixels in dual view, average                           NUMERIC                    0            0   9 NUMERIC                   0         3
 021088 Wet backscatter                                                  DB                         2        -5000  13 DB                        2         4
 021091 Radar signal Doppler spectrum 0th moment                         DB                         0         -100   8 DB                        0         3
 021092 RASS signal Doppler spectrum 0th moment, referring to RASS signa DB                         0         -100   8 DB                        0         3
 021093 Ku band peakiness                                                NUMERIC                    3            0  16 NUMERIC                   3         5
 021094 S band peakiness                                                 NUMERIC                    3            0  16 NUMERIC                   3         5
 021101 Number of vector ambiguities                                     NUMERIC                    0            0   3 NUMERIC                   0         1
 021102 Index of selected wind vector                                    NUMERIC                    0            0   3 NUMERIC                   0         1
 021103 Total number of sigma-0 measurements                             NUMERIC                    0            0   5 NUMERIC                   0         2
 021104 Likelihood computed for solution                                 NUMERIC                    3       -30000  15 NUMERIC                   3         5
 021105 Normalized radar cross-section                                   DB                         2       -10000  14 DB                        2         5
 021106 Kp variance coefficient (alpha)                                  NUMERIC                    3            0  14 NUMERIC                   3         5
 021107 Kp variance coefficient (beta)                                   NUMERIC                    8            0  16 NUMERIC                   8         5
 021109 SEAWINDS wind vector cell quality                                FLAG TABLE                 0            0  17 FLAG TABLE                0         6
 021110 Number of inner-beam sigma-0 (forward of satellite)              NUMERIC                    0            0   6 NUMERIC                   0         2
 021111 Number of outer-beam sigma-0 (forward of satellite)              NUMERIC                    0            0   6 NUMERIC                   0         2
 021112 Number of inner-beam sigma-0 (aft of satellite)                  NUMERIC                    0            0   6 NUMERIC                   0         2
 021113 Number of outer-beam sigma-0 (aft of satellite)                  NUMERIC                    0            0   6 NUMERIC                   0         2
 021114 Kp variance coefficient (gamma)                                  DB                         3      -140000  18 DB                        3         6
 021115 SEAWINDS sigma-0 quality                                         FLAG TABLE                 0            0  17 FLAG TABLE                0         6
 021116 SEAWINDS sigma-0 mode                                            FLAG TABLE                 0            0  17 FLAG TABLE                0         6
 021117 Sigma-0 variance quality control                                 NUMERIC                    2            0  16 NUMERIC                   2         5
 021118 Attenuation correction on sigma-0                                DB                         2       -10000  14 DB                        2         5
 021119 Wind scatterometer geophysical model function                    CODE TABLE                 0            0   6 CODE TABLE                0         2
 021120 Probability of rain                                              NUMERIC                    3            0  10 NUMERIC                   3         4
 021121 SEAWINDS NOF rain index                                          NUMERIC                    0            0   8 NUMERIC                   0         3
 021122 Attenuation correction on sigma-0 (from tB)                      DB                         2       -10000  14 DB                        2         5
 021123 SEAWINDS normalized radar cross-section                          DB                         2       -30000  15 DB                        2         5
 021128 Number of valid points per second used to derive previous parame NUMERIC                    0            0   8 NUMERIC                   0         3
 021130 Spectrum total energy                                            NUMERIC                    6            0  28 NUMERIC                   6         9
 021131 Spectrum max energy                                              NUMERIC                    6            0  28 NUMERIC                   6         9
 021132 Direction of spectrum max on higher resolution grid              DEG                        3            0  19 DEG                       3         6
 021133 Wavelength of spectrum max on higher resolution grid             M                          3            0  29 M                         3         9
 021134 Range resolution of cress covariance spectrum                    RAD/M                      3            0  19 RAD/M                     3         6
 021135 Real part of cross spectra polar grid number of bins             NUMERIC                    3      -524288  20 NUMERIC                   3         7
 021136 Imaginary part of cross spectra polar grid number of bins        NUMERIC                    3      -524288  20 NUMERIC                   3         7
 021137 Ku band corrected ocean backscatter coefficient                  DB                         2       -32768  16 DB                        2         5
 021138 Std Ku band corrected ocean backscatter coefficient              DB                         2       -32768  16 DB                        2         5
 021139 Ku band net instrumental correction for AGC                      DB                         2        -2048  12 DB                        2         4
 021140 S band corrected ocean backscatter coefficient                   DB                         2       -32768  16 DB                        2         5
 021141 Std S band corrected ocean backscatter coefficient               DB                         2       -32768  16 DB                        2         5
 021142 S band net instrumental correction for AGC                       DB                         2        -1024  11 DB                        2         4
 021143 Ku band rain attenuation                                         DB                         2  -1073741824  31 DB                        2        10
 021144 Altimeter rain flag                                              FLAG TABLE                 0            0   2 FLAG TABLE                0         1
 021145 Ku band automatic gain control                                   DB                         2            0  13 DB                        2         4
 021146 RMS Ku band automatic gain control                               DB                         2            0   8 DB                        2         3
 021147 Number of valid points for Ku band automatic gain control        NUMERIC                    0            0   5 NUMERIC                   0         2
 021150 Beam collocation                                                 CODE TABLE                 0            0   2 CODE TABLE                0         1
 021151 Estimated error in sigma-0 at 40 degrees incidence angle         DB                         2            0   9 DB                        2         3
 021152 Slope at 40 degrees incidence angle                              DB/DEG                     2          -80   7 DB/DEG                    2         2
 021153 Estimated error in slope at 40 degrees incidence angle           DB/DEG                     2          -40   6 DB/DEG                    2         2
 021154 Soil moisture sensitivity                                        DB                         2            0  12 DB                        2         4
 021155 Wind vector cell quality                                         FLAG TABLE                 0            0  24 FLAG TABLE                0         8
 021156 Backscatter distance                                             NUMERIC                    1        -4096  13 NUMERIC                   1         4
 021157 Loss per unit length of atmosphere used                          DB/M                      10            0  22 DB/M                     10         7
 021158 ASCAT Kp estimate quality                                        CODE TABLE                 0            0   2 CODE TABLE                0         1
 021159 ASCAT sigma-0 usability                                          CODE TABLE                 0            0   2 CODE TABLE                0         1
 021160 ASCAT use of synthetic data                                      NUMERIC                    3            0  10 NUMERIC                   3         4
 021161 ASCAT synthetic data quantity                                    NUMERIC                    3            0  10 NUMERIC                   3         4
 021162 ASCAT satellite orbit and attitude quality                       NUMERIC                    3            0  10 NUMERIC                   3         4
 021163 ASCAT solar array reflection contamination                       NUMERIC                    3            0  10 NUMERIC                   3         4
 021164 ASCAT telemetry presence and quality                             NUMERIC                    3            0  10 NUMERIC                   3         4
 021165 ASCAT extrapolated reference function presence                   NUMERIC                    3            0  10 NUMERIC                   3         4
 021166 Land fraction                                                    NUMERIC                    3            0  10 NUMERIC                   3         4
 021169 Ice presence indicator                                           CODE TABLE                 0            0   2 CODE TABLE                0         1
 021170 C band corrected ocean backscatter coefficient                   DB                         2       -32768  16 DB                        2         5
 021171 RMS C band corrected ocean backscatter coefficient               DB                         2       -32768  16 DB                        2         5
 021172 C band net instrumental correction for AGC                       DB                         2        -2048  12 DB                        2         4
 021173 C band automatic gain control                                    DB                         2            0  13 DB                        2         4
 021174 RMS C band automatic gain control                                DB                         2            0   9 DB                        2         3
 021175 Number of valid points for C band automatic gain control         NUMERIC                    0            0  10 NUMERIC                   0         4
 021176 High frequency variability correction                            M                          3            0  16 M                         3         5
 021177 Corrected OCOG backscatter coefficient                           DB                         2            0  16 DB                        2         5
 021178 STD of 20 Hz OCOG backscatter coefficient                        DB                         2            0  16 DB                        2         5
 021179 Number of 20 Hz valid points for OCOG backscatter coefficient    NUMERIC                    0            0  16 NUMERIC                   0         5
 021180 Number of 20 Hz valid points for ocean backscatter coefficient   NUMERIC                    0            0   8 NUMERIC                   0         3
 021181 20 Hz ocean backscatter coefficient                              DB                         2            0  16 DB                        2         5
 021182 20 Hz Ku band peakiness                                          NUMERIC                    3            0  16 NUMERIC                   3         5
 022001 Direction of waves                                               DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 022002 Direction of wind waves                                          DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 022003 Direction of swell waves                                         DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 022004 Direction of current                                             DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 022005 Direction of sea-surface current                                 DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 022011 Period of waves                                                  S                          0            0   6 S                         0         2
 022012 Period of wind waves                                             S                          0            0   6 S                         0         2
 022013 Period of swell waves                                            S                          0            0   6 S                         0         2
 022021 Height of waves                                                  M                          1            0  10 M                         1         4
 022022 Height of wind waves                                             M                          1            0  10 M                         1         4
 022023 Height of swell waves                                            M                          1            0  10 M                         1         4
 022025 Standard deviation wave height                                   M                          2            0  10 M                         2         4
 022026 Standard deviation of significant wave height                    M                          2            0  10 M                         2         4
 022031 Speed of current                                                 M/S                        2            0  13 M/S                       2         4
 022032 Speed of sea-surface current                                     M/S                        2            0  13 M/S                       2         4
 022035 Tidal elevation with respect to local chart datum                M                          2            0  14 M                         2         4
 022036 Meteorological residual tidal elevation (surge or offset)        M                          2            0  14 M                         2         4
 022037 Tidal elevation with respect to national land datum              M                          3       -10000  15 M                         3         5
 022038 Tidal elevation with respect to local chart datum                M                          3       -10000  15 M                         3         5
 022039 Meteorological residual tidal elevation (surge or offset)        M                          3        -5000  13 M                         3         4
 022040 Meteorological residual tidal elevation (surge or offset)        M                          3        -5000  14 M                         3         5
 022041 Sea-surface temperature (15-day running mean)                    K                          1            0  12 K                         1         4
 022042 Sea/water temperature                                            K                          1            0  12 K                         1         4
 022043 Sea/water temperature                                            K                          2            0  15 K                         2         5
 022044 Sound velocity                                                   M/S                        1            0  14 M/S                       1         5
 022045 Sea/water temperature                                            K                          3            0  19 K                         3         6
 022046 Sea ice fraction                                                 NUMERIC                    2            0   7 NUMERIC                   2         3
 022049 Sea-surface temperature                                          K                          2            0  15 K                         2         5
 022050 Standard deviation sea-surface temperature                       K                          2            0   8 K                         2         3
 022055 Float cycle number                                               NUMERIC                    0            0  10 NUMERIC                   0         3
 022056 Direction of profile                                             CODE TABLE                 0            0   2 CODE TABLE                0         1
 022059 Sea-surface salinity                                             0/00                       2            0  14 0/00                      2         5
 022060 Lagrangian drifter drogue status                                 CODE TABLE                 0            0   3 CODE TABLE                0         1
 022061 State of the sea                                                 CODE TABLE                 0            0   4 CODE TABLE                0         2
 022062 Salinity                                                         0/00                       2            0  14 0/00                      2         5
 022063 Total water depth                                                M                          0            0  14 M                         0         5
 022064 Salinity                                                         0/00                       3            0  17 0/00                      3         6
 022065 Water pressure                                                   PA                        -3            0  17 PA                       -3         6
 022066 Water conductivity                                               S/M                        6            0  26 S/M                       6         8
 022067 Instrument type for water temperature/salinity profile measureme CODE TABLE                 0            0  10 CODE TABLE                0         4
 022068 Water temperature profile recorder types                         CODE TABLE                 0            0   7 CODE TABLE                0         3
 022069 Spectral wave density                                            M2/HZ                      3            0  22 M2/HZ                     3         7
 022070 Significant wave height                                          M                          2            0  13 M                         2         4
 022071 Spectral peak wave period                                        S                          1            0   9 S                         1         3
 022072 Spectral peak wave length                                        M                          0            0  13 M                         0         4
 022073 Maximum wave height                                              M                          2            0  13 M                         2         4
 022074 Average wave period                                              S                          1            0   9 S                         1         3
 022075 Average wave length                                              M                          0            0  13 M                         0         4
 022076 Direction from which dominant waves are coming                   DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 022077 Directional spread of dominant wave                              DEG                        0            0   9 DEG                       0         3
 022078 Duration of wave record                                          S                          0            0  12 S                         0         4
 022079 Length of wave record                                            M                          0            0  16 M                         0         5
 022080 Waveband central frequency                                       HZ                         3            0  10 HZ                        3         4
 022081 Waveband central wave number                                     /M                         5            0  13 /M                        5         4
 022082 Maximum non-directional spectral wave density                    M2 S                       2            0  20 M2 S                      2         7
 022083 Maximum non-directional spectral wave number                     M3                         2            0  20 M3                        2         7
 022084 Band containing maximum non-directional spectral wave density    NUMERIC                    0            0   7 NUMERIC                   0         3
 022085 Spectral wave density ratio                                      NUMERIC                    0            0   7 NUMERIC                   0         3
 022086 Mean direction from which waves are coming                       DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 022087 Principal direction from which waves are coming                  DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 022088 First normalized polar coordinate from Fourier coefficients      NUMERIC                    2            0   7 NUMERIC                   2         3
 022089 Second normalized polar coordinate from Fourier coefficients     NUMERIC                    2            0   7 NUMERIC                   2         3
 022090 Non-directional spectral estimate by wave frequency              M2 S                       2            0  20 M2 S                      2         7
 022091 Non-directional spectral estimate by wave number                 M3                         2            0  20 M3                        2         7
 022092 Directional spectral estimate by wave frequency                  M2 RAD-1 S                 2            0  20 M2 RAD-1 S                2         7
 022093 Directional spectral estimate by wave number                     M4                         2            0  20 M4                        2         7
 022094 Total number of wave bands                                       NUMERIC                    0            0   7 NUMERIC                   0         3
 022095 Directional spread of individual waves                           DEG                        0            0   8 DEG                       0         3
 022096 Spectral band width                                              /S                         3            0   4 /S                        3         2
 022097 Mean wavelength > 731 m of image spectrum at low wave numbers    M                          0            0  14 M                         0         5
 022098 Wavelength spread (wavelength > 731 m) at low wave numbers       M                          0            0  14 M                         0         5
 022099 Mean direction at low wave numbers (wavelength > 731 m)          DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 022100 Direction spread at low wave numbers (wavelength > 731 m)        DEG                        0            0   9 DEG                       0         3
 022101 Total energy (wavelength > 731m) at low wave numbers             NUMERIC                    0            0  31 NUMERIC                   0        10
 022120 Tide station automated water level check                         CODE TABLE                 0            0   5 CODE TABLE                0         2
 022121 Tide station manual water level check                            CODE TABLE                 0            0   5 CODE TABLE                0         2
 022122 Tide station automated meteorological data check                 CODE TABLE                 0            0   5 CODE TABLE                0         2
 022123 Tide station manual meteorological data check                    CODE TABLE                 0            0   5 CODE TABLE                0         2
 022141 Sea-surface temperature (15-day running mean)                    K                          2            0  15 K                         2         5
 022142 Square of significant wave height                                M2                         3    -33554432  26 M2                        3         8
 022143 STD of 20 Hz SWH squared                                         M2                         3     -8388608  24 M2                        3         8
 022144 Number of 20 Hz valid points for SWH-squared                     NUMERIC                    0            0   9 NUMERIC                   0         3
 022145 STD of 20 Hz ocean range                                         M                          3    -33554432  31 M                         3        10
 022146 OCOG range                                                       M                          3            0  31 M                         3        10
 022147 STD of 20 Hz OCOG range                                          M                          3     -8388608  31 M                         3        10
 022148 Number of 20 Hz valid points for ocean range                     NUMERIC                    0            0   9 NUMERIC                   0         3
 022149 20 Hz significant wave height squared                            M2                         3    -33554432  26 M2                        3         8
 022150 Number of 18 Hz valid points for Ku band                         NUMERIC                    0            0  10 NUMERIC                   0         4
 022151 Ku band ocean range                                              M                          3            0  31 M                         3        10
 022152 STD of 18 Hz Ku band ocean range                                 M                          3            0  16 M                         3         5
 022153 Number of 18 Hz valid points for S band                          NUMERIC                    0            0  10 NUMERIC                   0         4
 022154 S band ocean range                                               M                          3            0  31 M                         3        10
 022155 STD of 18 Hz S band ocean range                                  M                          3            0  16 M                         3         5
 022156 Ku band significant wave height                                  M                          3            0  16 M                         3         5
 022157 STD of 18 Hz Ku band ocean range                                 M                          3            0  16 M                         3         5
 022158 S band significant wave height                                   M                          3            0  16 M                         3         5
 022159 STD of 18 Hz S band significant wave height                      M                          3            0  16 M                         3         5
 022160 Normalized inverse wave age                                      NUMERIC                    6            0  21 NUMERIC                   6         7
 022161 Wave spectra                                                     M4                         4            0  27 M4                        4         9
 022162 RMS of 20 Hz Ku band ocean range                                 M                          3            0  16 M                         3         5
 022163 Number of 20 Hz valid points for Ku band                         NUMERIC                    0            0  10 NUMERIC                   0         4
 022164 RMS 20 Hz Ku band significant wave height                        M                          3            0  16 M                         3         5
 022165 Number of 20 Hz valid points for Ku band significant wave height NUMERIC                    0            0  10 NUMERIC                   0         4
 022166 Ku band net instrumental correction for significant wave height  M                          3        -1000  11 M                         3         4
 022167 Number of valid points for Ku band backscatter                   NUMERIC                    0            0  10 NUMERIC                   0         4
 022168 C band ocean range                                               M                          3            0  31 M                         3        10
 022169 RMS of C band ocean range                                        M                          3            0  16 M                         3         5
 022170 Number of 20 Hz valid points for C band                          NUMERIC                    0            0  10 NUMERIC                   0         4
 022171 C band significant wave height                                   M                          3            0  16 M                         3         5
 022172 RMS 20 Hz C band significant wave height                         M                          3            0  16 M                         3         5
 022173 Number of 20 Hz valid points for C band significant wave height  NUMERIC                    0            0  10 NUMERIC                   0         4
 022174 C band net instrumental correction for significant wave height   M                          3        -1000  11 M                         3         4
 022175 Number of valid points for C band backscatter                    NUMERIC                    0            0  10 NUMERIC                   0         4
 022177 Height of XBT/XCTD launcher                                      M                          0            0   6 M                         0         3
 022178 XBT/XCTD launcher type                                           CODE TABLE                 0            0   8 CODE TABLE                0         3
 022182 Water column height                                              M                          3            0  23 M                         3         7
 022184 Water column height deviation from the reference value           M                          3        -2000  12 M                         3         4
 022185 BPR transmission count                                           NUMERIC                    0            0  10 NUMERIC                   0         3
 022188 Dissolved oxygen                                                 UMOL/KG                    3            0  19 UMOL/KG                   3         6
 023001 Accident early notification - article applicable                 CODE TABLE                 0            0   3 CODE TABLE                0         1
 023002 Activity or facility involved in incident                        CODE TABLE                 0            0   5 CODE TABLE                0         2
 023003 Type of release                                                  CODE TABLE                 0            0   3 CODE TABLE                0         1
 023004 Countermeasures taken near border                                CODE TABLE                 0            0   3 CODE TABLE                0         1
 023005 Cause of incident                                                CODE TABLE                 0            0   2 CODE TABLE                0         1
 023006 Incident situation                                               CODE TABLE                 0            0   3 CODE TABLE                0         1
 023007 Characteristics of release                                       CODE TABLE                 0            0   3 CODE TABLE                0         1
 023008 State of current release                                         CODE TABLE                 0            0   2 CODE TABLE                0         1
 023009 State of expected release                                        CODE TABLE                 0            0   2 CODE TABLE                0         1
 023016 Possibility of significant chemical toxic health effect          CODE TABLE                 0            0   2 CODE TABLE                0         1
 023017 Flow discharge of major recipient                                M3/S                       6            0  20 M3/S                      6         7
 023018 Release behaviour over time                                      CODE TABLE                 0            0   3 CODE TABLE                0         1
 023019 Actual release height                                            M                          0       -15000  17 M                         0         6
 023021 Effective release height                                         M                          0       -15000  17 M                         0         6
 023022 Distance of release point or site of incident                    M                          0            0  24 M                         0         8
 023023 Main transport speed in the atmosphere                           M/S                        1            0  12 M/S                       1         4
 023024 Main transport speed in water                                    M/S                        2            0  13 M/S                       2         4
 023025 Main transport speed in ground water                             M/S                        2            0  13 M/S                       2         4
 023027 Main transport direction in the atmosphere                       DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 023028 Main transport direction in water                                DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 023029 Main transport direction in ground water                         DEGREE TRUE                0            0   9 DEGREE TRUE               0         3
 023031 Possibility that plume will encounter precipitation in State in  CODE TABLE                 0            0   2 CODE TABLE                0         1
 023032 Plume will encounter change in wind direction and/or speed flag  CODE TABLE                 0            0   2 CODE TABLE                0         1
 023040 Flow discharge - river                                           M3/S                       1            0  22 M3/S                      1         7
 023041 Flow discharge - well                                            M3/S                       3            0  16 M3/S                      3         5
 024001 Estimate of amount of radioactivity released up to specified tim BQ                       -11            0  28 BQ                       -11         9
 024002 Estimated maximum potential release                              BQ                       -11            0  28 BQ                       -11         9
 024003 Composition of release                                           CODE TABLE                 0            0   5 CODE TABLE                0         2
 024004 Element name                                                     CCITTIA5                   0            0  16 CHARACTER                 0         2
 024005 Isotope mass                                                     NUMERIC                    0            0   9 NUMERIC                   0         3
 024011 Dose                                                             MSV                        2            0  32 MSV                       2        10
 024012 Trajectory dose (defined location and expected time of arrival)  MSV                        2            0  32 MSV                       2        10
 024013 Gamma dose in air along the main transport path (defined locatio MSV                        2            0  32 MSV                       2        10
 024014 Gamma radiation dose rate                                        NSV/H                      1            0  14 NSV/H                     1         4
 024021 Air concentration (of named isotope type including gross beta)   BQ M-3                     2            0  32 BQ M-3                    2        10
 024022 Concentration in precipitation (of named isotope type)           BQ/L                       2            0  32 BQ/L                      2        10
 024023 Pulse rate of beta radiation                                     /S                         1            0  14 /S                        1         4
 024024 Pulse rate of gamma radiation                                    /S                         1            0  14 /S                        1         4
 025001 Range-gate length                                                M                         -1            0   6 M                        -1         2
 025002 Number of gates averaged                                         NUMERIC                    0            0   4 NUMERIC                   0         2
 025003 Number of integrated pulses                                      NUMERIC                    0            0   8 NUMERIC                   0         3
 025004 Echo processing                                                  CODE TABLE                 0            0   2 CODE TABLE                0         1
 025005 Echo integration                                                 CODE TABLE                 0            0   2 CODE TABLE                0         1
 025006 Z to R conversion                                                CODE TABLE                 0            0   3 CODE TABLE                0         1
 025007 Z to R conversion factor                                         NUMERIC                    0            0  12 NUMERIC                   0         4
 025008 Z to R conversion exponent                                       NUMERIC                    2            0   9 NUMERIC                   2         3
 025009 Calibration method                                               FLAG TABLE                 0            0   4 FLAG TABLE                0         2
 025010 Clutter treatment                                                CODE TABLE                 0            0   4 CODE TABLE                0         2
 025011 Ground occultation correction (screening)                        CODE TABLE                 0            0   2 CODE TABLE                0         1
 025012 Range attenuation correction                                     CODE TABLE                 0            0   2 CODE TABLE                0         1
 025013 Bright-band correction                                           FLAG TABLE                 0            0   2 FLAG TABLE                0         1
 025014 Azimuth clutter cut-off                                          NUMERIC                    0            0  12 NUMERIC                   0         4
 025015 Radome attenuation correction                                    FLAG TABLE                 0            0   2 FLAG TABLE                0         1
 025016 Clear-air attenuation correction                                 DB/M                       5            0   6 DB/M                      5         2
 025017 Precipitation attenuation correction                             FLAG TABLE                 0            0   2 FLAG TABLE                0         1
 025018 A to Z law for attenuation factor                                NUMERIC                    7            0   6 NUMERIC                   7         2
 025019 A to Z law for attenuation exponent                              NUMERIC                    2            0   7 NUMERIC                   2         3
 025020 Mean speed estimation                                            CODE TABLE                 0            0   2 CODE TABLE                0         1
 025021 Wind computation enhancement                                     FLAG TABLE                 0            0   8 FLAG TABLE                0         3
 025022 GHRSST rejection flag                                            FLAG TABLE                 0            0   9 FLAG TABLE                0         3
 025023 GHRSST confidence flag                                           FLAG TABLE                 0            0   9 FLAG TABLE                0         3
 025024 GHRSST data quality                                              CODE TABLE                 0            0   4 CODE TABLE                0         2
 025025 Battery voltage                                                  V                          1            0   9 V                         1         3
 025026 Battery voltage (large range)                                    V                          1            0  12 V                         1         4
 025028 Operator or manufacturer defined parameter                       NUMERIC                    1       -16384  15 NUMERIC                   1         5
 025029 Calibration method                                               FLAG TABLE                 0            0   6 FLAG TABLE                0         2
 025030 Running mean sea-surface temperature usage                       CODE TABLE                 0            0   2 CODE TABLE                0         1
 025031 NWP-generated vertical profile thinning method                   CODE TABLE                 0            0   3 CODE TABLE                0         1
 025032 Wind profiler mode information                                   CODE TABLE                 0            0   2 CODE TABLE                0         1
 025033 Wind profiler submode information                                CODE TABLE                 0            0   2 CODE TABLE                0         1
 025034 Wind profiler quality control test results                       FLAG TABLE                 0            0   4 FLAG TABLE                0         2
 025035 Decision method for polarity                                     CODE TABLE                 0            0   3 CODE TABLE                0         1
 025036 Atmospherics location method                                     CODE TABLE                 0            0   4 CODE TABLE                0         2
 025037 SST bias                                                         K                          2         -127   8 K                         2         3
 025038 Difference between SST and analysis                              K                          1         -127   8 K                         1         3
 025040 CO2 wind product derivation                                      CODE TABLE                 0            0   4 CODE TABLE                0         2
 025041 Moving platform direction reporting method                       CODE TABLE                 0            0   2 CODE TABLE                0         1
 025042 Moving platform speed reporting method                           CODE TABLE                 0            0   2 CODE TABLE                0         1
 025043 Wave sampling interval (time)                                    S                          4            0  15 S                         4         5
 025044 Wave sampling interval (space)                                   M                          2            0  14 M                         2         5
 025045 HIRS channel combination                                         FLAG TABLE                 0            0  21 FLAG TABLE                0         7
 025046 MSU channel combination                                          FLAG TABLE                 0            0   5 FLAG TABLE                0         2
 025047 SSU channel combination                                          FLAG TABLE                 0            0   4 FLAG TABLE                0         2
 025048 AMSU-A channel combination                                       FLAG TABLE                 0            0  16 FLAG TABLE                0         6
 025049 AMSU-B channel combination                                       FLAG TABLE                 0            0   6 FLAG TABLE                0         2
 025050 Principal component score                                        NUMERIC                    4      -131072  18 NUMERIC                   4         6
 025051 AVHRR channel combination                                        FLAG TABLE                 0            0   7 FLAG TABLE                0         3
 025052 Log10 of principal components normalized fit to data             NUMERIC                    4            0  15 NUMERIC                   4         5
 025053 Observation quality                                              FLAG TABLE                 0            0  12 FLAG TABLE                0         4
 025054 SSMIS subframe ID number                                         NUMERIC                    0            0   5 NUMERIC                   0         2
 025055 Multiplexer housekeeping                                         K                          2            0  16 K                         2         5
 025060 Software identification                                          NUMERIC                    0            0  14 NUMERIC                   0         5
 025061 Software identification and version number                       CCITTIA5                   0            0  96 CHARACTER                 0        12
 025062 Database identification                                          NUMERIC                    0            0  14 NUMERIC                   0         5
 025063 Central processor or system identifier                           CODE TABLE                 0            0   8 CODE TABLE                0         3
 025065 Orientation correction (azimuth)                                 DEG                        2        -1000  11 DEG                       2         4
 025066 Orientation correction (elevation)                               DEG                        2        -1000  11 DEG                       2         4
 025067 Radiosonde release point pressure correction                     PA                         0        -8000  14 PA                        0         4
 025068 Number of archive recomputes                                     NUMERIC                    0            0   7 NUMERIC                   0         3
 025069 Flight level pressure corrections                                FLAG TABLE                 0            0   8 FLAG TABLE                0         3
 025070 Major frame count                                                NUMERIC                    0            0   4 NUMERIC                   0         2
 025071 Frame count                                                      NUMERIC                    0            0   5 NUMERIC                   0         2
 025075 Satellite antenna corrections version number                     NUMERIC                    0            0   5 NUMERIC                   0         2
 025076 Log10 of (temperature-radiance central wave number) for ATOVS    LOG (M-1)                  8            0  30 LOG (M-1)                 8        10
 025077 Bandwidth correction coefficient 1 for ATOVS                     NUMERIC                    5      -100000  18 NUMERIC                   5         7
 025078 Bandwidth correction coefficient 2 for ATOVS                     NUMERIC                    5            0  17 NUMERIC                   5         6
 025079 Albedo-radiance solar filtered irradiance for ATOVS              W M-2                      4            0  24 W M-2                     4         8
 025080 Albedo-radiance equivalent filter width for ATOVS                M                         10            0  14 M                        10         5
 025081 Incidence angle                                                  DEG                        3            0  17 DEG                       3         6
 025082 Azimuth angle                                                    DEG                        3            0  19 DEG                       3         6
 025083 Faraday rotational angle                                         DEG                        3            0  19 DEG                       3         6
 025084 Geometric rotational angle                                       DEG                        5            0  26 DEG                       5         8
 025085 Fraction of clear pixels in HIRS FOV                             NUMERIC                    0            0   7 NUMERIC                   0         3
 025086 Depth correction indicator                                       CODE TABLE                 0            0   2 CODE TABLE                0         1
 025090 Orbit state flag                                                 CODE TABLE                 0            0   4 CODE TABLE                0         2
 025091 Structure constant of the refraction index (Cn2)                 DB                         3       -18192  13 DB                        3         5
 025092 Acoustic propagation velocity                                    M/S                        2        28000  14 M/S                       2         5
 025093 RASS computation correction                                      FLAG TABLE                 0            0   8 FLAG TABLE                0         3
 025095 Altimeter state flag                                             FLAG TABLE                 0            0   2 FLAG TABLE                0         1
 025096 Radiometer state flag                                            FLAG TABLE                 0            0   5 FLAG TABLE                0         2
 025097 Three-dimensional error estimate of the navigator orbit          CODE TABLE                 0            0   4 CODE TABLE                0         2
 025098 Altimeter data quality flag                                      FLAG TABLE                 0            0   9 FLAG TABLE                0         3
 025099 Altimeter correction quality flag                                FLAG TABLE                 0            0   9 FLAG TABLE                0         3
 025100 XBT/XCTD fall rate equation coefficient a                        NUMERIC                    5            0  20 NUMERIC                   5         6
 025101 XBT/XCTD fall rate equation coefficient b                        NUMERIC                    5      -500000  21 NUMERIC                   5         6
 025102 Number of missing lines excluding data gaps                      NUMERIC                    0            0   8 NUMERIC                   0         3
 025103 Number of directional bins                                       NUMERIC                    0            0   8 NUMERIC                   0         3
 025104 Number of wavelength bins                                        NUMERIC                    0            0   8 NUMERIC                   0         3
 025105 First directional bin                                            DEG                        3            0  19 DEG                       3         6
 025106 Directional bin step                                             DEG                        3            0  19 DEG                       3         6
 025107 First wavelength bin                                             M                          3            0  29 M                         3         9
 025108 Last wavelength bin                                              M                          3            0  29 M                         3         9
 025110 Image processing summary                                         FLAG TABLE                 0            0  10 FLAG TABLE                0         4
 025111 Number of input data gaps                                        NUMERIC                    0            0   8 NUMERIC                   0         3
 025120 RA2-L2-processing flag                                           CODE TABLE                 0            0   2 CODE TABLE                0         1
 025121 RA2-L2-processing quality                                        %                          0            0   7 %                         0         3
 025122 Hardware configuration for RF                                    CODE TABLE                 0            0   2 CODE TABLE                0         1
 025123 Hardware configuration for HPA                                   CODE TABLE                 0            0   2 CODE TABLE                0         1
 025124 MWR-L2-processing flag                                           CODE TABLE                 0            0   2 CODE TABLE                0         1
 025125 MWR-L2-processing quality                                        %                          0            0   7 %                         0         3
 025126 Model dry tropospheric correction                                M                          3       -32768  16 M                         3         5
 025127 Inverted barometer correction                                    M                          3       -32768  16 M                         3         5
 025128 Model wet tropospheric correction                                M                          3       -32768  16 M                         3         5
 025129 MWR derived wet tropospheric correction                          M                          3       -32768  16 M                         3         5
 025130 RA2 ionospheric correction on Ku band                            M                          3       -32768  16 M                         3         5
 025131 Ionospheric correction from Doris on Ku band                     M                          3       -32768  16 M                         3         5
 025132 Ionospheric correction from model on Ku band                     M                          3       -32768  16 M                         3         5
 025133 Sea state bias correction on Ku band                             M                          3       -32768  16 M                         3         5
 025134 RA2 ionospheric correction on S band                             M                          3       -32768  16 M                         3         5
 025135 Ionospheric correction from Doris on S band                      M                          3       -32768  16 M                         3         5
 025136 Ionospheric correction from model on S band                      M                          3       -32768  16 M                         3         5
 025137 Sea state bias correction on S band                              M                          3       -32768  16 M                         3         5
 025138 Average signal-to-noise ratio                                    NUMERIC                    0        -2048  12 NUMERIC                   0         4
 025140 Start channel                                                    NUMERIC                    0            0  14 NUMERIC                   0         5
 025141 End channel                                                      NUMERIC                    0            0  14 NUMERIC                   0         5
 025142 Channel scale factor                                             NUMERIC                    0            0   6 NUMERIC                   0         2
 025143 Linear coefficient                                               NUMERIC                    6     -5000000  24 NUMERIC                   6         8
 025150 Method of tropical cyclone intensity analysis using satellite da CODE TABLE                 0            0   4 CODE TABLE                0         2
 025160 Ku band net instrumental correction                              M                          4      -120000  18 M                         4         6
 025161 C band net instrumental correction                               M                          4      -120000  18 M                         4         6
 025162 Sea state bias correction on C band                              M                          4        -6000  13 M                         4         4
 025163 Altimeter ionospheric correction on Ku band                      M                          3       -32768  16 M                         3         5
 025164 Radiometer wet tropospheric correction                           M                          4        -5000  13 M                         4         4
 025170 Sampling interval (time)                                         S                          0            0  10 S                         0         4
 025171 Sample averaging period                                          S                          0            0  10 S                         0         4
 025172 Number of samples                                                NUMERIC                    0            0  10 NUMERIC                   0         4
 025174 SMOS information flag                                            FLAG TABLE                 0            0  14 FLAG TABLE                0         5
 025175 Modified residual                                                NUMERIC                    2            0  13 NUMERIC                   2         4
 025180 LRM per cent                                                     %                          2            0  16 %                         2         5
 025181 L2 processing flag                                               CODE TABLE                 0            0   2 CODE TABLE                0         1
 025182 L1 processing flag                                               CODE TABLE                 0            0   2 CODE TABLE                0         1
 025183 L1 processing quality                                            %                          2            0  14 %                         2         5
 025184 L2 product status                                                CODE TABLE                 0            0   2 CODE TABLE                0         1
 026001 Principal time of daily reading in UTC of maximum temperature    H                          1            0  12 H                         1         3
 026002 Principal time of daily reading in UTC of minimum temperature    H                          1            0  12 H                         1         3
 026003 Time difference                                                  MIN                        0        -1440  12 MIN                       0         4
 026010 Hours included                                                   FLAG TABLE                 0            0  26 FLAG TABLE                0         9
 026020 Duration of precipitation                                        MIN                        0            0  11 MIN                       0         4
 026021 Year                                                             A                          0            0  12 A                         0         4
 026022 Month                                                            MON                        0            0   4 MON                       0         2
 026023 Day                                                              D                          0            0   6 D                         0         2
 026030 Measurement integration time                                     S                          2            0   8 S                         2         3
 027001 Latitude (high accuracy)                                         DEG                        5     -9000000  25 DEG                       5         7
 027002 Latitude (coarse accuracy)                                       DEG                        2        -9000  15 DEG                       2         4
 027003 Alternate latitude (coarse accuracy)                             DEG                        2        -9000  15 DEG                       2         4
 027004 Alternate latitude (high accuracy)                               DEG                        5     -9000000  25 DEG                       5         7
 027010 Footprint axis 1                                                 M                         -1            0  14 M                        -1         5
 027020 Satellite location counter                                       NUMERIC                    0            0  16 NUMERIC                   0         5
 027021 Satellite sublocation dimension                                  NUMERIC                    0            0  16 NUMERIC                   0         5
 027031 In direction of 0 degrees longitude, distance from the Earth's c M                          2  -1073741824  31 M                         2        10
 027080 Viewing azimuth angle                                            DEGREE TRUE                2            0  16 DEGREE TRUE               0         5
 028001 Longitude (high accuracy)                                        DEG                        5    -18000000  26 DEG                       5         8
 028002 Longitude (coarse accuracy)                                      DEG                        2       -18000  16 DEG                       2         5
 028003 Alternate longitude (coarse accuracy)                            DEG                        2       -18000  16 DEG                       2         5
 028004 Alternate longitude (high accuracy)                              DEG                        5    -18000000  26 DEG                       5         8
 028010 Footprint axis 2                                                 M                         -1            0  14 M                        -1         5
 028031 In direction 90 degrees East, distance from the Earth's centre   M                          2  -1073741824  31 M                         2        10
 029001 Projection type                                                  CODE TABLE                 0            0   3 CODE TABLE                0         1
 029002 Coordinate grid type                                             CODE TABLE                 0            0   3 CODE TABLE                0         1
 030001 Pixel value (4 bits)                                             NUMERIC                    0            0   4 NUMERIC                   0         2
 030002 Pixel value (8 bits)                                             NUMERIC                    0            0   8 NUMERIC                   0         3
 030004 Pixel value (16 bits)                                            NUMERIC                    0            0  16 NUMERIC                   0         5
 030010 Number of grid points                                            NUMERIC                    0            0  13 NUMERIC                   0         4
 030021 Number of pixels per row                                         NUMERIC                    0            0  12 NUMERIC                   0         4
 030022 Number of pixels per column                                      NUMERIC                    0            0  12 NUMERIC                   0         4
 030031 Picture type                                                     CODE TABLE                 0            0   4 CODE TABLE                0         2
 030032 Combination with other data                                      FLAG TABLE                 0            0  16 FLAG TABLE                0         6
 030033 Number of bins along the radial                                  NUMERIC                    0            0  12 NUMERIC                   0         4
 030034 Number of azimuths                                               NUMERIC                    0            0  12 NUMERIC                   0         4
 031000 Short delayed descriptor replication factor                      NUMERIC                    0            0   1
 031001 Delayed descriptor replication factor                            NUMERIC                    0            0   8
 031002 Extended delayed descriptor replication factor                   NUMERIC                    0            0  16
 031011 Delayed descriptor and data repetition factor                    NUMERIC                    0            0   8
 031012 Extended delayed descriptor and data repetition factor           NUMERIC                    0            0  16
 031021 Associated field significance                                    CODE TABLE                 0            0   6
 031031 Data present indicator                                           FLAG TABLE                 0            0   1
 033002 Quality information                                              CODE TABLE                 0            0   2 CODE TABLE                0         1
 033003 Quality information                                              CODE TABLE                 0            0   3 CODE TABLE                0         1
 033005 Quality information (AWS data)                                   FLAG TABLE                 0            0  30 FLAG TABLE                0        10
 033006 Internal measurement status information (AWS)                    CODE TABLE                 0            0   3 CODE TABLE                0         1
 033007 Per cent confidence                                              %                          0            0   7 %                         0         3
 033015 Data quality-check indicator                                     CODE TABLE                 0            0   6 CODE TABLE                0         2
 033020 Quality control indication of following value                    CODE TABLE                 0            0   3 CODE TABLE                0         1
 033021 Quality of following value                                       CODE TABLE                 0            0   2 CODE TABLE                0         1
 033022 Quality of buoy satellite transmission                           CODE TABLE                 0            0   2 CODE TABLE                0         1
 033023 Quality of buoy location                                         CODE TABLE                 0            0   2 CODE TABLE                0         1
 033024 Station elevation quality mark (for mobile stations)             CODE TABLE                 0            0   4 CODE TABLE                0         2
 033025 ACARS interpolated values indicator                              CODE TABLE                 0            0   3 CODE TABLE                0         1
 033026 Moisture quality                                                 CODE TABLE                 0            0   6 CODE TABLE                0         2
 033027 Location quality class (range of radius of 66 % confidence)      CODE TABLE                 0            0   3 CODE TABLE                0         1
 033028 Snapshot overall quality                                         CODE TABLE                 0            0   3 CODE TABLE                0         1
 033030 Scan line status flags for ATOVS                                 FLAG TABLE                 0            0  24 FLAG TABLE                0         8
 033031 Scan line quality flags for ATOVS                                FLAG TABLE                 0            0  24 FLAG TABLE                0         8
 033032 Channel quality flags for ATOVS                                  FLAG TABLE                 0            0  24 FLAG TABLE                0         8
 033033 Field of view quality flags for ATOVS                            FLAG TABLE                 0            0  24 FLAG TABLE                0         8
 033035 Manual/automatic quality control                                 CODE TABLE                 0            0   4 CODE TABLE                0         2
 033036 Nominal confidence threshold                                     %                          0            0   7 %                         0         3
 033037 Wind correlation error                                           FLAG TABLE                 0            0  20 FLAG TABLE                0         7
 033038 Quality flags for ground-based GNSS data                         FLAG TABLE                 0            0  10 FLAG TABLE                0         4
 033039 Quality flags for radio occultation data                         FLAG TABLE                 0            0  16 FLAG TABLE                0         6
 033040 Confidence interval                                              %                          0            0   7 %                         0         3
 033041 Attribute of following value                                     CODE TABLE                 0            0   2 CODE TABLE                0         1
 033042 Type of limit represented by following value                     CODE TABLE                 0            0   3 CODE TABLE                0         1
 033043 AST confidence                                                   FLAG TABLE                 0            0   8 FLAG TABLE                0         3
 033044 ASAR quality information                                         FLAG TABLE                 0            0  15 FLAG TABLE                0         5
 033045 Probability of following event                                   %                          0            0   7 %                         0         3
 033046 Conditional probability of following event with respect to speci %                          0            0   7 %                         0         3
 033047 Measurement confidence data                                      FLAG TABLE                 0            0  31 FLAG TABLE                0        11
 033048 Confidence measure of SAR inversion                              CODE TABLE                 0            0   2 CODE TABLE                0         1
 033049 Confidence measure of wind retrieval                             CODE TABLE                 0            0   2 CODE TABLE                0         1
 033050 Global GTSPP quality flag                                        CODE TABLE                 0            0   4 CODE TABLE                0         2
 033052 S band ocean retracking quality                                  FLAG TABLE                 0            0  21 FLAG TABLE                0         7
 033053 Ku band ocean retracking quality                                 FLAG TABLE                 0            0  21 FLAG TABLE                0         7
 033060 GqisFlagQual - individual IASI-System quality flag               CODE TABLE                 0            0   2 CODE TABLE                0         1
 033061 GqisQualIndex - indicator for instrument noise performance (cont %                          0            0   7 %                         0         3
 033062 GqisQualIndexLoc - indicator for geometric quality index         %                          0            0   7 %                         0         3
 033063 GqisQualIndexRad - indicator for instrument noise performance (c %                          0            0   7 %                         0         3
 033064 GqisQualIndexSpect - indicator for instrument noise performance  %                          0            0   7 %                         0         3
 033065 GqisSysTecSondQual - output of system TEC (Technical Expertise C NUMERIC                    0            0  24 NUMERIC                   0         8
 033070 Total ozone quality                                              CODE TABLE                 0            0   4 CODE TABLE                0         2
 033071 Profile ozone quality                                            CODE TABLE                 0            0   4 CODE TABLE                0         2
 033072 Ozone error                                                      CODE TABLE                 0            0   5 CODE TABLE                0         2
 033075 Scan-level quality flags                                         FLAG TABLE                 0            0  13 FLAG TABLE                0         5
 033076 Calibration quality flags                                        FLAG TABLE                 0            0   9 FLAG TABLE                0         3
 033077 Field-of-view quality flags                                      FLAG TABLE                 0            0  19 FLAG TABLE                0         7
 033078 Geolocation quality                                              CODE TABLE                 0            0   4 CODE TABLE                0         2
 033079 Granule level quality flags                                      FLAG TABLE                 0            0  16 FLAG TABLE                0         6
 033080 Scan level quality flags                                         FLAG TABLE                 0            0  20 FLAG TABLE                0         7
 033081 Channel data quality flags                                       FLAG TABLE                 0            0  12 FLAG TABLE                0         4
 033082 Geolocation quality flags                                        FLAG TABLE                 0            0  16 FLAG TABLE                0         6
 033083 Radiance data quality flags                                      FLAG TABLE                 0            0  16 FLAG TABLE                0         6
 033084 Pixel level quality flags                                        FLAG TABLE                 0            0  16 FLAG TABLE                0         6
 033085 Aerosol optical thickness quality flags                          FLAG TABLE                 0            0  18 FLAG TABLE                0         6
 033086 Quality of pixel level retrieval                                 CODE TABLE                 0            0   3 CODE TABLE                0         1
 033087 Extent of satellite within South Atlantic anomaly (based on clim CODE TABLE                 0            0   4 CODE TABLE                0         1
 033088 Ozone total column quality flag                                  FLAG TABLE                 0            0  18 FLAG TABLE                0         6
 035000 FM and Regional Code number                                      CODE TABLE                 0            0  10 CODE TABLE                0         3
 035001 Time frame for monitoring                                        CODE TABLE                 0            0   3 CODE TABLE                0         1
 035011 Number of reports actually received                              NUMERIC                    0            0  14 NUMERIC                   0         4
 035021 Bulletin being monitored (TTAAii)                                CCITTIA5                   0            0  48 CHARACTER                 0         6
 035022 Bulletin being monitored (YYGGgg)                                CCITTIA5                   0            0  48 CHARACTER                 0         6
 035023 Bulletin being monitored (CCCC)                                  CCITTIA5                   0            0  32 CHARACTER                 0         4
 035024 Bulletin being monitored (BBB)                                   CCITTIA5                   0            0  24 CHARACTER                 0         3
 035030 Discrepancies in the availability of expected data               CODE TABLE                 0            0   4 CODE TABLE                0         1
 035031 Qualifier on monitoring results                                  CODE TABLE                 0            0   7 CODE TABLE                0         2
 035032 Cause of missing data                                            CODE TABLE                 0            0   4 CODE TABLE                0         1
 035033 Observation and collection deficiencies                          CODE TABLE                 0            0   7 CODE TABLE                0         2
 035034 Statistical trends for availability of data (during the survey p CODE TABLE                 0            0   3 CODE TABLE                0         1
 035035 Reason for termination                                           CODE TABLE                 0            0   5 CODE TABLE                0         2
 040001 Surface soil moisture (ms)                                       %                          1            0  10 %                         1         4
 040002 Estimated error in surface soil moisture                         %                          1            0  10 %                         1         4
 040003 Mean surface soil moisture                                       NUMERIC                    3            0  10 NUMERIC                   3         4
 040004 Rain fall detection                                              NUMERIC                    3            0  10 NUMERIC                   3         4
 040005 Soil moisture correction flag                                    FLAG TABLE                 0            0   8 FLAG TABLE                0         3
 040006 Soil moisture processing flag                                    FLAG TABLE                 0            0  16 FLAG TABLE                0         6
 040007 Soil moisture quality                                            %                          1            0  10 %                         1         4
 040008 Frozen land surface fraction                                     %                          1            0  10 %                         1         4
 040009 Inundation and wetland fraction                                  %                          1            0  10 %                         1         4
 040010 Topographic complexity                                           %                          1            0  10 %                         1         4
 040011 Interpolation flag                                               FLAG TABLE                 0            0   8 FLAG TABLE                0         3
 040012 Radiometer data quality flag                                     FLAG TABLE                 0            0   8 FLAG TABLE                0         3
 040013 Radiometer brightness temperature interpretation flag            CODE TABLE                 0            0   3 CODE TABLE                0         1
 040014 High-frequency fluctuations of the sea-surface topography correc M                          4        -3000  13 M                         4         4
 040015 Normalized differential vegetation index (NDVI)                  NUMERIC                    2         -100   8 NUMERIC                   2         3
 040016 Residual RMS in band                                             NUMERIC                    3            0  14 NUMERIC                   3         5
 040017 Non-normalized principal component score                         NUMERIC                    0  -1073741824  31 NUMERIC                   0        10
 040018 GIacAvgImagIIS - average of imager measurements                  W M-2 SR-1 M               6            0  24 W M-2 SR-1 M              6         8
 040019 GIacVarImagIIS - variance of imager measurements                 W M-2 SR-1 M               6            0  24 W M-2 SR-1 M              6         8
 040020 GqisFlagQualDetailed - quality flag for the system               FLAG TABLE                 0            0  17 FLAG TABLE                0         6
 040021 Fraction of weighted AVHRR pixel in IASI FOV covered with snow/i %                          0            0   7 %                         0         3
 040022 Number of missing, bad or failed AVHRR pixels                    NUMERIC                    0            0   7 NUMERIC                   0         3
 040023 Auxiliary altimeter state flags                                  FLAG TABLE                 0            0   5 FLAG TABLE                0         2
 040024 Meteorological map availability                                  CODE TABLE                 0            0   3 CODE TABLE                0         1
 040025 Interpolation flag for mean diurnal tide                         CODE TABLE                 0            0   2 CODE TABLE                0         1
 040026 Score quantization factor                                        NUMERIC                    2            0  16 NUMERIC                   2         5