NCEPLIBS-bufr 11.7.1
|
Read the first line of the next entry from a master table B, table D or Code/Flag table file. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | getntbe (LUNT, IFXYN, LINE, IRET) |
This subroutine reads the first line of the next entry from the specified ASCII master table B, table D or table F (Code/Flag) file. More... | |
Read the first line of the next entry from a master table B, table D or Code/Flag table file.
Definition in file getntbe.f.
subroutine getntbe | ( | LUNT, | |
IFXYN, | |||
character*(*) | LINE, | ||
IRET | |||
) |
This subroutine reads the first line of the next entry from 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.
[in] | LUNT | – integer: Fortran logical unit number of master table B, table D or Code/Flag table file |
[out] | IFXYN | – integer: Bit-wise representation of FXY number for next table entry |
[out] | LINE | – character*(*): First line of next table entry |
[out] | IRET | – integer: return code
|
Program history log:
Date | Programmer | Comments |
---|---|---|
2007-01-19 | J. Ator | Original author |
Definition at line 30 of file getntbe.f.
References bort2(), ifxy(), igetfxy(), igetntbl(), and parstr().