NCEPLIBS-bufr
12.0.1
|
Read master Code/Flag table information from local file system. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | rdmtbf (LUNSTF, LUNLTF) |
This subroutine reads master Code/Flag table information from two separate ASCII files (one standard and one local) and then merges the output into a single set of arrays. More... | |
Read master Code/Flag table information from local file system.
Definition in file rdmtbf.f.
subroutine rdmtbf | ( | LUNSTF, | |
LUNLTF | |||
) |
This subroutine reads master Code/Flag table information from two separate ASCII files (one standard and one local) and then merges the output into a single set of arrays.
Each of the two ASCII files must already be individually sorted in ascending order with respect to the FXY numbers.
[in] | LUNSTF | – integer: Fortran logical unit number for ASCII file containing standard Code/Flag table information |
[in] | LUNLTF | – integer: Fortran logical unit number for ASCII file containing local Code/Flag table information |
Definition at line 21 of file rdmtbf.f.
References bort(), getntbe(), gettbh(), sntbfe(), and wrdlen().
Referenced by ireadmt().