NCEPLIBS-bufr  12.0.0
writdx.f File Reference

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...
 

Detailed Description

Write DX BUFR tables messages to the beginning of a BUFR file.

Author
Woollen
Date
1994-01-06

Definition in file writdx.f.

Function/Subroutine Documentation

◆ writdx()

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.

Parameters
[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().
Author
Woollen
Date
1994-01-06

Definition at line 25 of file writdx.f.

References bort(), readdx(), and wrdxtb().

Referenced by openbf().