25 CHARACTER*128 bort_str
31 IF ( ctb .EQ.
'A' )
THEN
34 ELSE IF ( ctb .EQ.
'B' )
THEN
37 ELSE IF ( ctb .EQ.
'D' )
THEN
44 900
WRITE(bort_str,
'("BUFRLIB: IGETNTBI - NUMBER OF INTERNAL TABLE'
45 . //
'",A1," ENTRIES EXCEEDS THE LIMIT (",I4,")")') ctb, imax
subroutine bort(STR)
Log one error message and abort application program.
function igetntbi(LUN, CTB)
This function returns the next available index for storing an entry within a specified internal DX BU...
This module contains array and variable declarations used to store DX BUFR tables internally for mult...
integer, dimension(:), allocatable ntba
Number of Table A entries for each internal I/O stream (up to a maximum of MAXTBA,...
integer, dimension(:), allocatable ntbd
Number of Table D entries for each internal I/O stream (up to a maximum of MAXTBD,...
integer, dimension(:), allocatable ntbb
Number of Table B entries for each internal I/O stream (up to a maximum of MAXTBB,...