NCEPLIBS-bufr 11.7.1
|
Check whether two BUFR files have the same DX BUFR table information. More...
Go to the source code of this file.
Functions/Subroutines | |
integer function | icmpdx (LUD, LUN) |
This function determines whether the full set of associated DX BUFR Table information is identical between two Fortran logical units. More... | |
Check whether two BUFR files have the same DX BUFR table information.
Definition in file icmpdx.f.
integer function icmpdx | ( | LUD, | |
LUN | |||
) |
This function determines whether the full set of associated DX BUFR Table information is identical between two Fortran logical units.
Note that two different logical units can have identical DX BUFR Table information associated with them even if they aren't actually sharing the same DX BUFR table.
[in] | LUD | – integer: Internal I/O stream index associated with first BUFR file |
[in] | LUN | – integer: Internal I/O stream index associated with second BUFR file |
Program history log:
Date | Programmer | Comments |
---|---|---|
2009-06-18 | J. Ator | Original author |
2014-12-10 | J. Ator | Use modules instead of COMMON blocks |
Definition at line 33 of file icmpdx.f.
References icmpdx(), moda_tababd::idna, moda_tababd::idnb, moda_tababd::idnd, ishrdx(), moda_tababd::ntba, moda_tababd::ntbb, moda_tababd::ntbd, moda_tababd::taba, moda_tababd::tabb, and moda_tababd::tabd.
Referenced by icmpdx(), iok2cpy(), and makestab().