42 IF (
icmpdx .EQ. 1 )
RETURN
47 IF ( ( ntba(lud) .EQ. 0 ) .OR.
48 . ( ntba(lun) .NE. ntba(lud) ) )
RETURN
50 IF ( idna(i,lun,1) .NE. idna(i,lud,1) )
RETURN
51 IF ( idna(i,lun,2) .NE. idna(i,lud,2) )
RETURN
52 IF ( taba(i,lun) .NE. taba(i,lud) )
RETURN
55 IF ( ( ntbb(lud) .EQ. 0 ) .OR.
56 . ( ntbb(lun) .NE. ntbb(lud) ) )
RETURN
58 IF ( idnb(i,lun) .NE. idnb(i,lud) )
RETURN
59 IF ( tabb(i,lun) .NE. tabb(i,lud) )
RETURN
62 IF ( ( ntbd(lud) .EQ. 0 ) .OR.
63 . ( ntbd(lun) .NE. ntbd(lud) ) )
RETURN
65 IF ( idnd(i,lun) .NE. idnd(i,lud) )
RETURN
66 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...