-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
40 lines (29 loc) · 1.9 KB
/
README
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
Last updated 14 October 2013
ds351.0 (NCEP ADP Global Upper Air Observation Subsets, daily Apr1998-continuing)
Description and instructions to use the included extraction program:
=================================================================================
These individual programs can be used to extract general
atmospheric variables from adp BUFR files into simple text
files.
To compile the BUFR libraries and extraction code, go to the
install directory. Execute the install.sh script to complete the compilations.
The executables will be placed in the exe directory. Execute
the desired executable and enter the BUFR input file name to extract
the basic meteorological varibles into obs format text format.
exe/dumpbufr.x: used to dump out all contents of BUFR files.
exe/bufr_upa2ob.x: used to convert gdas.adpupa.tHHz.YYYYMMHH.bufr files to obs format.
exe/bufr_craft2ob.x: used to convert gdas.aircft.tHHz.YYYYMMHH.bufr files to obs format.
exe/bufr_aircar2ob.x: used to convert gdas.aircar.tHHz.YYYYMMHH.bufr files to obs format.
exe/bufr_sat2ob.x: used to convert gdas.satwnd.tHHz.YYYYMMHH.bufr files to obs format.
exe/runob2lit_imd_obs.x: used to convert/combine obs format files into one littlr format file.
exe/files.txt edit to include desired obs files to be input into the runob2lit_imd_obs.x program.
example files are currently listed in the files.txt file.
** To convert muliple files, place input BUFR data in "bufrdecodelr/bufrobs",
and edit and run the exe/convert.csh script accordingly. **
References:
================================================================================
A guide to the BUFR libraries can be found at:
http://www.nco.ncep.noaa.gov/dmqab/decoders/BUFRLIB/toc/
Definitions for BUFR MNEMONIC headers can be found in the doc directory
and at:
http://www.emc.ncep.noaa.gov/mmb/data_processing/bufrtab_tableb.htm