NCEPLIBS-bufr 11.7.1
|
Check for the existence of any long character strings (greater than 8 bytes) within a data subset definition. More...
Go to the source code of this file.
Functions/Subroutines | |
integer function | lcmgdf (LUNIT, SUBSET) |
This function checks whether the subset definition for a given message type contains any long character strings (greater than 8 bytes). More... | |
Check for the existence of any long character strings (greater than 8 bytes) within a data subset definition.
Definition in file lcmgdf.f.
integer function lcmgdf | ( | LUNIT, | |
character*8 | SUBSET | ||
) |
This function checks whether the subset definition for a given message type contains any long character strings (greater than 8 bytes).
[in] | LUNIT | – integer: Fortran logical unit number for BUFR file |
[in] | SUBSET | – character*8: Table A mnemonic of message type to be checked |
Program history log:
Date | Programmer | Comments |
---|---|---|
2009-07-09 | J. Ator | Original author |
2014-12-10 | J. Ator | Use modules instead of COMMON blocks |
Definition at line 44 of file lcmgdf.f.
References bort(), moda_tables::ibt, moda_tables::isc, lcmgdf(), nemtba(), status(), and moda_tables::typ.
Referenced by lcmgdf().