44 IF (
icmpdx .EQ. 1 )
RETURN
49 IF ( ( ntba(lud) .EQ. 0 ) .OR.
50 . ( ntba(lun) .NE. ntba(lud) ) )
RETURN
52 IF ( idna(i,lun,1) .NE. idna(i,lud,1) )
RETURN
53 IF ( idna(i,lun,2) .NE. idna(i,lud,2) )
RETURN
54 IF ( taba(i,lun) .NE. taba(i,lud) )
RETURN
57 IF ( ( ntbb(lud) .EQ. 0 ) .OR.
58 . ( ntbb(lun) .NE. ntbb(lud) ) )
RETURN
60 IF ( idnb(i,lun) .NE. idnb(i,lud) )
RETURN
61 IF ( tabb(i,lun) .NE. tabb(i,lud) )
RETURN
64 IF ( ( ntbd(lud) .EQ. 0 ) .OR.
65 . ( ntbd(lun) .NE. ntbd(lud) ) )
RETURN
67 IF ( idnd(i,lun) .NE. idnd(i,lud) )
RETURN
68 IF ( tabd(i,lun) .NE. tabd(i,lud) )
RETURN
This module contains array and variable declarations used to store DX BUFR tables internally for mult...
INTEGER function ishrdx(LUD, LUN)
This function determines whether the same DX BUFR Table is being shared between two Fortran logical u...
INTEGER function icmpdx(LUD, LUN)
This function determines whether the full set of associated DX BUFR Table information is identical be...