NCEPLIBS-bufr  12.0.0
rdusdx.f File Reference

Read a complete DX BUFR table. More...

Go to the source code of this file.

Functions/Subroutines

subroutine rdusdx (LUNDX, LUN)
 Read a complete DX BUFR table. More...
 

Detailed Description

Read a complete DX BUFR table.

Author
Woollen
Date
1994-01-06

Definition in file rdusdx.f.

Function/Subroutine Documentation

◆ rdusdx()

subroutine rdusdx (   LUNDX,
  LUN 
)

Read a complete DX BUFR table.

This subroutine reads and parses a file containing a user- supplied DX BUFR table in character format, and then stores this information into internal arrays in module moda_tababd. This subroutine performs a function similar to BUFR archive library subroutine rdbfdx(), except that rdbfdx() reads the DX BUFR table directly from messages at the beginning of an input BUFR file.

Parameters
[in]LUNDX- integer: Fortran logical unit number for user- supplied DX BUFR table in character format.
[in]LUN- integer: File ID.
Author
Woollen
Date
1994-01-06

Definition at line 21 of file rdusdx.f.

References bort2(), dxinit(), elemdx(), igetntbi(), makestab(), nemock(), numbck(), seqsdx(), stntbi(), and stntbia().

Referenced by cktaba(), and readdx().