25 LOGICAL FUNCTION msgfull(MSIZ,ITOADD,MXSIZ)
30 COMMON /tnkrcp/ itryr,itrmo,itrdy,itrhr,itrmi,ctrt
54 IF(ctrt.EQ.
'Y') iwgbyt = iwgbyt + 6
59 IF(csmf.EQ.
'Y') iwgbyt = iwgbyt + (
maxnc*2)
63 IF ( ( msiz + itoadd + iwgbyt ) .GT. mxsiz )
THEN
logical function msgfull(MSIZ, ITOADD, MXSIZ)
This function determines whether the current data subset in the internal arrays will fit within the c...
This module declares and initializes the MAXNC variable.
integer, parameter, public maxnc
Maximum number of descriptors within Section 3 of a BUFR message.