NCEPLIBS-bufr  11.5.0
 All Data Structures Files Functions Variables Pages
igetntbi.f File Reference

Go to the source code of this file.

Functions/Subroutines

function igetntbi (LUN, CTB)
 THIS FUNCTION RETURNS THE NEXT AVAILABLE INDEX FOR STORING AN ENTRY WITHIN INTERNAL BUFR TABLE CTB. More...
 

Detailed Description

Author
ATOR
Date
2009-03-23

Definition in file igetntbi.f.

Function/Subroutine Documentation

function igetntbi (   LUN,
character*1  CTB 
)

THIS FUNCTION RETURNS THE NEXT AVAILABLE INDEX FOR STORING AN ENTRY WITHIN INTERNAL BUFR TABLE CTB.

PROGRAM HISTORY LOG: 2009-03-23 J. ATOR – ORIGINAL AUTHOR 2014-12-10 J. ATOR – USE MODULES INSTEAD OF COMMON BLOCKS

USAGE: CALL IGETNTBI ( LUN, CTB ) INPUT ARGUMENT LIST: LUN - INTEGER: I/O STREAM INDEX INTO INTERNAL MEMORY ARRAYS CTB - CHARACTER*1: INTERNAL BUFR TABLE FROM WHICH TO RETURN THE NEXT AVAILABLE INDEX ('A','B', OR 'D')

OUTPUT ARGUMENT LIST: IGETNTBI - INTEGER: NEXT AVAILABLE INDEX IN TABLE CTB

REMARKS: THIS ROUTINE CALLS: BORT THIS ROUTINE IS CALLED BY: RDUSDX READS3 STBFDX STSEQ Not normally called by application programs.

Definition at line 26 of file igetntbi.f.

References bort().

Referenced by rdusdx(), reads3(), stbfdx(), and stseq().