NCEPLIBS-bufr
11.6.0
|
Check whether two BUFR files are sharing the same DX BUFR table. More...
Go to the source code of this file.
Functions/Subroutines | |
INTEGER function | ishrdx (LUD, LUN) |
This function determines whether the same DX BUFR Table is being shared between two Fortran logical units. More... | |
Check whether two BUFR files are sharing the same DX BUFR table.
Definition in file ishrdx.f.
INTEGER function ishrdx | ( | LUD, | |
LUN | |||
) |
This function determines whether the same DX BUFR Table is being shared between two Fortran logical units.
[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 29 of file ishrdx.f.
Referenced by icmpdx(), and makestab().