111 COMMON /reptab/ idnr(5,2),typs(5,2),reps(5,2),lens(5)
114 CHARACTER*6 adn30,cid
128 IF(idn.GE.idnr(1,1) .AND. idn.LE.idnr(1,2))
THEN
142 IF(idn.EQ.idnr(i,1))
THEN
146 ELSEIF(idn.EQ.idnr(i,2))
THEN
156 CALL
numtbd(lun,idn,nemo,tab,iret)
157 IF(iret.NE.0) goto 100
165 READ(nemo,
'(1X,I2)') iret
subroutine numtab(LUN, IDN, NEMO, TAB, IRET)
THIS SUBROUTINE FIRST SEARCHES FOR AN INTEGER IDN, CONTAINING THE BIT-WISE REPRESENTATION OF A DESCRI...
subroutine numtbd(LUN, IDN, NEMO, TAB, IRET)
THIS SUBROUTINE SEARCHES FOR AN INTEGER IDN, CONTAINING THE BIT-WISE REPRESENTATION OF A DESCRIPTOR (...
character *(*) function adn30(IDN, L30)
This function converts a descriptor from its bit-wise (integer) representation to its 5 or 6 characte...
INTEGER function iokoper(NEMO)
This function determines whether a specified mnemonic is a Table C operator supported by the BUFRLIB ...