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

Go to the source code of this file.

Functions/Subroutines

function igetntbl (LUNT, LINE)
 THIS FUNCTION GETS THE NEXT LINE FROM THE ASCII MASTER TABLE FILE SPECIFIED BY LUNT, IGNORING ANY BLANK LINES OR COMMENT LINES IN THE PROCESS. More...
 

Detailed Description

Author
ATOR
Date
2007-01-19

Definition in file igetntbl.f.

Function/Subroutine Documentation

function igetntbl (   LUNT,
character*(*)  LINE 
)

THIS FUNCTION GETS THE NEXT LINE FROM THE ASCII MASTER TABLE FILE SPECIFIED BY LUNT, IGNORING ANY BLANK LINES OR COMMENT LINES IN THE PROCESS.

PROGRAM HISTORY LOG: 2007-01-19 J. ATOR – ORIGINAL AUTHOR

USAGE: IGETNTBL ( LUNT, LINE ) INPUT ARGUMENT LIST: LUNT - INTEGER: FORTRAN LOGICAL UNIT NUMBER OF ASCII FILE CONTAINING MASTER TABLE INFORMATION

OUTPUT ARGUMENT LIST: LINE - CHARACTER*(*): NEXT NON-BLANK, NON-COMMENT LINE READ FROM LUNT IGETNTBL - INTEGER: RETURN CODE: 0 = normal return -1 = end-of-file encountered while reading from LUNT -2 = I/O error encountered while reading from LUNT REMARKS: THIS ROUTINE CALLS: None THIS ROUTINE IS CALLED BY: GETNTBE GETTBH SNTBDE SNTBFE Normally not called by any application programs.

Definition at line 31 of file igetntbl.f.

Referenced by getntbe(), gettbh(), sntbde(), and sntbfe().