wrf svn trunk commit r4103
[wrffire.git] / wrfv2_fire / var / external / README.bufr
blob51fbf0a790343db61edefa1217688383f93c321f
2 Web site for bufr:
3 http://www.nco.ncep.noaa.gov/sib/decoders/BUFRLIB/
5 BUFR library is a Fortran/C subroutine library of encoding or decoding BUFR messages,
6 developed at the National Centers for Environmental Prediction.
8 ==========
10 The WRFDA usage of the bufr package is for reading/writing bufr
11 data for usage in the prepbufr and satellite radiance data assimilation.  The files have been 
12 moved from .f files to .inc files (to adopt the WRFDA convention).
13 Additionally, the bufrlib.h has been modified to accomodate the convention of C <-> F on  
14 different platforms. a da_bufr.f90 is used as a wrapper to include all *.inc
16 The bufr source has been changed by the convert.f90 program, turning
17 the code into free-format.  The only other modification is that the
18 imbedded tabs in the source have been turned into spaces (otherwise
19 convert.f90 coughs up a spleen).
21 Web site for convert.f90:
22 ftp://ftp.numerical.rl.ac.uk/pub/MandR/convert.f90
24 !     Copyright CERN, Geneva 1991, 1997 - Copyright and any other
25 !     appropriate legal protection of these computer programs
26 !     and associated documentation reserved in all countries
27 !     of the world.
28 !     Author: Michael Metcalf  (MichaelMetcalf@compuserve.com)
30 ======================================================