NCEPLIBS-bufr  12.0.1
msgini.f File Reference

Initialize a new uncompressed BUFR message for output. More...

Go to the source code of this file.

Functions/Subroutines

subroutine msgini (LUN)
 This subroutine initializes, within the internal arrays, a new uncompressed BUFR message for output. More...
 

Detailed Description

Initialize a new uncompressed BUFR message for output.

Author
Woollen
Date
1994-01-06

Definition in file msgini.f.

Function/Subroutine Documentation

◆ msgini()

subroutine msgini (   LUN)

This subroutine initializes, within the internal arrays, a new uncompressed BUFR message for output.

Arrays are filled in common blocks msgptr and modules moda_msgcwd and moda_bitbuf.

Parameters
[in]LUN- integer: I/O stream index into internal memory arrays.
Author
Woollen
Date
1994-01-06

Definition at line 13 of file msgini.f.

References bort(), moda_msgcwd::idate, moda_msgcwd::inode, moda_ufbcpl::luncpy, moda_bitbuf::mbay, moda_bitbuf::mbyt, nemtab(), nemtba(), moda_msgcwd::nmsg, moda_msgcwd::nsub, pkb(), pkc(), and moda_tables::tag.

Referenced by cpyupd(), msgupd(), openmb(), and openmg().