|
NCEPLIBS-bufr
12.0.1
|
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... | |
| 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.
| [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. |
Definition at line 18 of file dxmini.f.
References bort(), iupm(), modv_mxmsgl::mxmsgld4, pkb(), and pkc().
Referenced by wrdxtb().