NCEPLIBS-bufr
11.5.0
|
Encapsulate a BUFR message with IEEE Fortran control words. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | blocks (MBAY, MWRD) |
This subroutine encapsulates a BUFR message with IEEE Fortran control words as specified via the most recent call to subroutine setblock(). More... | |
Encapsulate a BUFR message with IEEE Fortran control words.
Definition in file blocks.f.
subroutine blocks | ( | integer*4, dimension(mwrd) | MBAY, |
MWRD | |||
) |
This subroutine encapsulates a BUFR message with IEEE Fortran control words as specified via the most recent call to subroutine setblock().
A previous call to subroutine setblock() is required in order to activate encapsulation with control words, and to specify whether the control words should be encoded using big-endian or little-endian byte ordering. In such cases, the input parameter MBAY is then modified to add the specified control words to the existing BUFR message whenever this subroutine is called, and MWRD is also modified accordingly.
Alternatively, if subroutine setblock() was never previously called, or if no encapsulation was specified during the most recent call to subroutine setblock(), then this subroutine simply returns without modifying either of its input parameters.
[in,out] | MBAY | - integer(*): BUFR message, possibly with added control words on output |
[in,out] | MWRD | - integer: Size (in integers) of contents of MBAY |
Program history log:
Definition at line 43 of file blocks.f.
Referenced by msgwrt().