29 RECURSIVE FUNCTION igetdate(MBAY,IYR,IMO,IDY,IHR)
RESULT(IRET)
33 COMMON /dateln/ lendat
62 iret = (iyr*1000000) + (imo*10000) + (idy*100) + ihr
recursive function igetdate(MBAY, IYR, IMO, IDY, IHR)
This function returns the date-time from within Section 1 of a BUFR message.
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 ...
subroutine x48(IIN4, IOUT8, NVAL)
Encode one or more 4-byte integer values as 8-byte integer values.