34 parameter( idxmin = 62976 )
37 parameter( idxmax = 63231 )
40 character*128 bort_str
47 IF ( iflag .EQ. 0 )
THEN
57 IF ( idx .GT. idxmax )
GOTO 900
62 900
CALL bort(
'BUFRLIB: IGETTDI - IDXMAX OVERFLOW')
subroutine bort(STR)
This subroutine calls subroutine errwrt() to log an error message, then calls subroutine bort_exit() ...
function igettdi(IFLAG)
DEPENDING ON THE VALUE OF THE INPUT FLAG, THIS FUNCTION EITHER RETURNS THE NEXT USABLE SCRATCH TABLE ...