47 CHARACTER*(*) ATAG,ATYP
48 CHARACTER*128 BORT_STR
63 900
WRITE(bort_str,
'("BUFRLIB: INCTAB - THE NUMBER OF JUMP/LINK '//
64 .
'TABLE ENTRIES EXCEEDS THE LIMIT, MAXTAB (",I7,")")')
maxtab
subroutine bort(STR)
This subroutine calls subroutine errwrt() to log an error message, then calls subroutine bort_exit() ...
subroutine inctab(ATAG, ATYP, NODE)
THIS SUBROUTINE RETURNS THE NEXT AVAILABLE POSITIONAL INDEX FOR WRITING INTO THE INTERNAL JUMP/LINK T...
This module contains array and variable declarations used to store the internal jump/link table.
character *3, dimension(:), allocatable typ
Type indicators corresponding to tag:
character *10, dimension(:), allocatable tag
Mnemonics in the jump/link table.
integer maxtab
Maximum number of entries in the jump/link table; equivalent to MAXJL.
integer ntab
Number of entries in the jump/link table.