|
NCEPLIBS-bufr
11.7.0
|
Check for an abnormal status code associated with the processing of a file. More...
Go to the source code of this file.
Functions/Subroutines | |
| function | igetsc (LUNIT) |
| This function returns a status code associated with any file that was previously opened via a call to subroutine openbf(), so that the application program can check whether the BUFRLIB software encountered any specific problems while processing the file. More... | |
Check for an abnormal status code associated with the processing of a file.
Definition in file igetsc.f.
| function igetsc | ( | LUNIT | ) |
This function returns a status code associated with any file that was previously opened via a call to subroutine openbf(), so that the application program can check whether the BUFRLIB software encountered any specific problems while processing the file.
| [in] | LUNIT | – integer: Fortran logical unit number for BUFR file |
Program history log:
| Date | Programmer | Comments |
|---|---|---|
| 2010-05-11 | J. Ator | Original author |
| 2014-12-10 | J. Ator | Use modules instead of COMMON blocks |