43 IF ( (
ntba(lud) .GE. 1 ) .AND.
44 + (
ntba(lud) .EQ.
ntba(lun) ) )
THEN
47 DO WHILE ( ( ii .LE.
ntba(lud) ) .AND. (
ishrdx .EQ. 1 ) )
48 IF ( (
mtab(ii,lud) .NE. 0 ) .AND.
49 + (
mtab(ii,lud) .EQ.
mtab(ii,lun) ) )
THEN
integer function ishrdx(LUD, LUN)
This function determines whether the same DX BUFR Table is being shared between two Fortran logical u...
This module contains array and variable declarations used to store DX BUFR tables internally for mult...
integer, dimension(:,:), allocatable mtab
Entries within jump/link table corresponding to taba.
integer, dimension(:), allocatable ntba
Number of Table A entries for each internal I/O stream (up to a maximum of MAXTBA,...