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

Read the first line of the next entry from an ASCII master table B, table D or Code/Flag file. More...

Go to the source code of this file.

Functions/Subroutines

subroutine getntbe (LUNT, IFXYN, LINE, IRET)
 This subroutine gets the first line of the next entry in the specified ASCII master table B, table D or table F (Code/Flag) file. More...
 

Detailed Description

Read the first line of the next entry from an ASCII master table B, table D or Code/Flag file.

Definition in file getntbe.f.

Function/Subroutine Documentation

subroutine getntbe (   LUNT,
  IFXYN,
character*(*)  LINE,
  IRET 
)

This subroutine gets the first line of the next entry in the specified ASCII master table B, table D or table F (Code/Flag) file.

This line contains, among other things, the FXY number corresponding to this entry.

Author
J. Ator
Date
2007-01-19
Parameters
[in]LUNTinteger: Fortran logical unit number of ASCII file containing master table B, table D or table F (Code/Flag) information
[out]IFXYNinteger: bit-wise representation of FXY number for next table entry
[out]LINEcharacter*(*): first line of next table entry
[out]IRETinteger: return code:
  • 0 = normal return
  • -1 = end-of-file encountered while reading from LUNT
  • -2 = I/O error encountered while reading from LUNT

Program history log:

  • 2007-01-19 J. Ator – Original author

Definition at line 26 of file getntbe.f.

References bort2(), ifxy(), igetfxy(), igetntbl(), and parstr().

Referenced by rdmtbb(), rdmtbd(), and rdmtbf().