NCEPLIBS-bufr  12.0.1
dxmini.f File Reference

Initialize a DX BUFR tables message. More...

Go to the source code of this file.

Functions/Subroutines

subroutine dxmini (MBAY, MBYT, MB4, MBA, MBB, MBD)
 This subroutine initializes a DX BUFR tables (dictionary) message, writing all the preliminary information into Sections 0, 1, 3, 4. More...
 

Detailed Description

Initialize a DX BUFR tables message.

Author
Woollen
Date
1994-01-06

Definition in file dxmini.f.

Function/Subroutine Documentation

◆ dxmini()

subroutine dxmini ( dimension(*)  MBAY,
  MBYT,
  MB4,
  MBA,
  MBB,
  MBD 
)

This subroutine initializes a DX BUFR tables (dictionary) message, writing all the preliminary information into Sections 0, 1, 3, 4.

Subroutine wrdxtb() will write the actual table information into the message.

Parameters
[out]MBAY- integer: BUFR message.
[out]MBYT- integer: length (in bytes) of BUFR message.
[out]MB4- integer: byte number in message of first byte in Section 4.
[out]MBA- integer: byte number in message of fourth byte in Section 4.
[out]MBB- integer: byte number in message of fifth byte in Section 4.
[out]MBD- integer: byte number in message of sixth byte in Section 4.
Author
Woollen
Date
1994-01-06

Definition at line 18 of file dxmini.f.

References bort(), iupm(), modv_mxmsgl::mxmsgld4, pkb(), and pkc().

Referenced by wrdxtb().