NCEPLIBS-bufr 11.7.1
|
Read the header lines from a master table B, table D or Code/Flag table. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | gettbh (LUNS, LUNL, TAB, IMT, IMTV, IOGCE, ILTV) |
This subroutine reads the header lines from two separate ASCII files (one standard and one local) containing master table B, table D or Code/Flag table information. More... | |
Read the header lines from a master table B, table D or Code/Flag table.
Definition in file gettbh.f.
subroutine gettbh | ( | LUNS, | |
LUNL, | |||
character*1 | TAB, | ||
IMT, | |||
IMTV, | |||
IOGCE, | |||
ILTV | |||
) |
This subroutine reads the header lines from two separate ASCII files (one standard and one local) containing master table B, table D or Code/Flag table information.
[in] | LUNS | – integer: Fortran logical unit number for ASCII file containing standard table information |
[in] | LUNL | – integer: Fortran logical unit number for ASCII file containing local table information |
[out] | TAB | – character: Type of table
|
[out] | IMT | – integer: Master table
|
[out] | IMTV | – integer: Version number of master table
|
[out] | IOGCE | – integer: Originating center
|
[out] | ILTV | – integer: Version number of local table
|
Program history log:
Date | Programmer | Comments |
---|---|---|
2007-01-19 | J. Ator | Original author |
Definition at line 40 of file gettbh.f.
References bort(), igetntbl(), parstr(), and valx().