NCEPLIBS-bufr
11.6.0
|
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 |
Program history log:
Date | Programmer | Comments |
---|---|---|
2017-10-17 | J. Ator | Original author |
Definition at line 26 of file rdmtbf.f.
References adn30(), bort(), getntbe(), gettbh(), inittbf(), sntbfe(), sorttbf(), and wrdlen().
Referenced by ireadmt().