31 CHARACTER*128 bort_str
37 IF ( ctb .EQ.
'A' )
THEN
40 ELSE IF ( ctb .EQ.
'B' )
THEN
43 ELSE IF ( ctb .EQ.
'D' )
THEN
50900
WRITE(bort_str,
'("BUFRLIB: IGETNTBI - NUMBER OF INTERNAL TABLE'
51 . //
'",A1," ENTRIES EXCEEDS THE LIMIT (",I4,")")') ctb, imax
subroutine bort(STR)
This subroutine calls subroutine errwrt() to log an error message, then calls subroutine bort_exit() ...
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 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,...
integer, dimension(:), allocatable ntba
Number of Table A entries for each internal I/O stream (up to a maximum of MAXTBA,...