22 RECURSIVE FUNCTION idxmsg( MESG )
RESULT( IRET )
46 IF ( (
iupbs01(mesg,
'MTYP').EQ.11) .AND.
47 . (
iupbs01(mesg,
'MNTH').EQ.0) .AND.
48 . (
iupbs01(mesg,
'DAYS').EQ.0) .AND.
49 . (
iupbs01(mesg,
'HOUR').EQ.0) )
THEN
recursive function idxmsg(MESG)
Check whether a BUFR message contains DX BUFR tables information.
recursive function iupbs01(MBAY, S01MNEM)
Read a data value from Section 0 or Section 1 of a BUFR message.
This module declares and initializes the IM8B variable.
logical, public im8b
Status indicator to keep track of whether all future calls to BUFRLIB subroutines and functions from ...