NCEPLIBS-bufr
12.0.1
|
Initialize a new compressed BUFR message for output. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | cmsgini (LUN, MESG, SUBSET, IDATE, NSUB, NBYT) |
This subroutine initializes a new BUFR message for output in compressed format. More... | |
subroutine cmsgini | ( | LUN, | |
dimension(*) | MESG, | ||
character*8 | SUBSET, | ||
IDATE, | |||
NSUB, | |||
NBYT | |||
) |
This subroutine initializes a new BUFR message for output in compressed format.
[in] | LUN | - integer: I/O stream index into internal memory arrays. |
[out] | MESG | - integer(*): BUFR message. |
[in] | SUBSET | - character*8: Table A mnemonic for type of BUFR message being written. |
[in] | IDATE | - integer: date-time stored within Section 1 of BUFR message being written, in format of either YYMMDDHH or YYYYMMDDHH, depending on datelen() value. |
[in] | NSUB | - integer: number of subsets in MESG |
[in,out] | NBYT | - integer:
|
Definition at line 22 of file cmsgini.f.
References bort(), i4dy(), nemtab(), nemtba(), pkb(), and pkc().
Referenced by wrcmps().