24 CHARACTER*(*) ATAG,ATYP
25 CHARACTER*128 BORT_STR
40 900
WRITE(bort_str,
'("BUFRLIB: INCTAB - THE NUMBER OF JUMP/LINK '//
41 .
'TABLE ENTRIES EXCEEDS THE LIMIT, MAXTAB (",I7,")")')
maxtab
subroutine bort(STR)
Log one error message and abort application program.
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.
integer maxtab
Maximum number of entries in the jump/link table; equivalent to MAXJL.
character *3, dimension(:), allocatable typ
Type indicators corresponding to tag:
character *10, dimension(:), allocatable tag
Mnemonics in the jump/link table.
integer ntab
Number of entries in the jump/link table.