NCEPLIBS-bufr  12.0.1
moda_stcode Module Reference

This module contains an array declaration used to store a status code for each internal I/O stream index 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...
 

Detailed Description

This module contains an array declaration used to store a status code for each internal I/O stream index 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().

Author
J. Ator
Date
2010-05-11

Variable Documentation

◆ iscodes

integer, dimension(:), allocatable moda_stcode::iscodes

Abnormal status codes.

  • 0 all is normal; no error occurred
  • 1 replication factor overflow in subroutine usrtpl()

Definition at line 621 of file modules_arrs.F90.

Referenced by arallocf(), ardllocf(), igetsc(), openbf(), rdcmps(), readsb(), and usrtpl().