Merge remote-tracking branch 'origin/release-v4.6.1'
[WRF.git] / var / obsproc / kmabufr_to_littler / README
blob342957f9489b68f4b3993d277d58afa38dc90d0f
1 Yong-Run Guo, 04/27/2006
3 This kmabufr converter program is fully tested in PC Linux with pgi compiler
4 by Jim Bresch and Yong-Run Guo.
6 In this directory,
8 1, kma_bufr_src            ---- code to convert kma bufr obs to little_r obs
10 2, KMABUFR_to_LITTLE_R.csh ---- a shell script to compile and run 
11                                 the convertor program
13 3, kma_bufr_obs            ---- a set of the kma bufr obs data files 
14                                 as an example.
16 4, README file.
18 Before run KMABUFR_to_LITTLE_R.csh, you should
20 (1) Build the ecmwf library first;
22     The ECMWF bufr library, while freeware, is licensed and 
23     cannot be distributed with OBSPROC.
25 (2) Modify kma_bufr_src/Makefile to set the correct ecmwf library;
27 (3) Creat a "flist" file under the data directory 
28     (here it is "kma_bufr_obs", see kma_bufr_obs/README.KMABUFR for details).
30 (4) Edit KMABUFR_to_LITTLE_R.csh to provide the correct directories.