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

Get the next index for storing an entry within an internal DX BUFR table. More...

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 a specified internal DX BUFR table. More...
 

Detailed Description

Get the next index for storing an entry within an internal DX BUFR table.

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 a specified internal DX BUFR table.

Author
J. Ator
Date
2009-03-23
Parameters
[in]LUN– integer: Internal I/O stream index associated with BUFR file
[in]CTB– character: Type of internal DX BUFR table for which to return the next available index
  • 'A' = Table A
  • 'B' = Table B
  • 'D' = Table D
Returns
igetntbi – integer: Next available index for storing an entry within CTB

Program history log:

Date Programmer Comments
2009-03-23 J. Ator Original author
2014-12-10 J. Ator Use modules instead of COMMON blocks

Definition at line 27 of file igetntbi.f.

References bort().

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