NCEPLIBS-bufr
12.1.0
|
Declare an array used to store a status code for each file ID if an error or other abnormal result occurs while processing a BUFR message within the associated logical unit. More...
Variables | |
integer, dimension(:), allocatable | iscodes |
Abnormal status codes. More... | |
Declare an array used to store a status code for each file ID if an error or other abnormal result occurs while processing a BUFR message within the associated logical unit.
The status code can be retrieved at any time by the application program via a call to subroutine igetsc().
integer, dimension(:), allocatable moda_stcode::iscodes |
Abnormal status codes.
Definition at line 623 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), igetsc(), openbf(), rdcmps(), readsb(), and usrtpl().