30 CHARACTER*128 bort_str
36 IF ( ctb .EQ.
'A' )
THEN
39 ELSE IF ( ctb .EQ.
'B' )
THEN
42 ELSE IF ( ctb .EQ.
'D' )
THEN
49 900
WRITE(bort_str,
'("BUFRLIB: IGETNTBI - NUMBER OF INTERNAL TABLE'
50 . //
'",A1," ENTRIES EXCEEDS THE LIMIT (",I4,")")') ctb, imax
This module contains array and variable declarations used to store DX BUFR tables internally for mult...
function igetntbi(LUN, CTB)
THIS FUNCTION RETURNS THE NEXT AVAILABLE INDEX FOR STORING AN ENTRY WITHIN INTERNAL BUFR TABLE CTB...
subroutine bort(STR)
This subroutine calls subroutine errwrt() to log an error message, then calls subroutine bort_exit() ...