NCEPLIBS-bufr
12.0.1
|
Write DX BUFR tables messages to the beginning of a BUFR file. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | writdx (LUNIT, LUN, LUNDX) |
Write DX BUFR tables messages to the beginning of a BUFR file. More... | |
Write DX BUFR tables messages to the beginning of a BUFR file.
Definition in file writdx.f.
subroutine writdx | ( | LUNIT, | |
LUN, | |||
LUNDX | |||
) |
Write DX BUFR tables messages to the beginning of a BUFR file.
This subroutine writes BUFR table (dictionary) messages to the beginning of an output BUFR file in lunit. The table messages are read from arrays in internal memory (module moda_tababd). An initial call to BUFR archive library subroutine readdx() generates these internal arrays.
[in] | lunit | - integer: fortran logical unit number for BUFR file being written. |
[in] | lun | - integer: file ID of open BUFR file. |
[in] | lundx | - integer: fortran logical unit number containing dictionary table information to be used (by readdx()) to create internal tables written to lunit; if set equal to lunit, this subroutine calls bort(). |
Definition at line 25 of file writdx.f.
References bort(), readdx(), and wrdxtb().
Referenced by openbf().