NCEPLIBS-bufr
12.0.1
|
Pad a BUFR message with zeroed-out bytes up to the next 8-byte boundary. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | padmsg (MESG, LMESG, NPBYT) |
This subroutine pads a BUFR message with zeroed-out bytes from the end of the message up to the next 8-byte boundary. More... | |
Pad a BUFR message with zeroed-out bytes up to the next 8-byte boundary.
Definition in file padmsg.f.
subroutine padmsg | ( | dimension(*) | MESG, |
LMESG, | |||
NPBYT | |||
) |
This subroutine pads a BUFR message with zeroed-out bytes from the end of the message up to the next 8-byte boundary.
[in,out] | MESG | - integer(*):
|
[in] | LMESG | - integer: dimensioned size (in integer words) of MESG; used by the subroutine to ensure that it does not overflow the MESG array. |
[out] | NPBYT | - integer: number of zeroed-out bytes appended to MESG. |
Definition at line 18 of file padmsg.f.
References bort(), iupbs01(), nmwrd(), and pkb().
Referenced by msgwrt().