NCEPLIBS-bufr
12.1.0
|
Declare arrays used to store file and message status indicators for all logical units that have been connected to the library via previous calls to subroutine openbf(). More...
Variables | |
integer, dimension(:), allocatable | iolun |
File status indicators. More... | |
integer, dimension(:), allocatable | iomsg |
Message status indicator corresponding to iolun, denoting whether a BUFR message is currently open within the internal arrays for the corresponding logical unit: More... | |
Declare arrays used to store file and message status indicators for all logical units that have been connected to the library via previous calls to subroutine openbf().
integer, dimension(:), allocatable moda_stbfr::iolun |
File status indicators.
Every connected file ID has a non-zero value in this array:
Definition at line 604 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), bfrini(), exitbufr(), makestab(), status(), and wtstat().
integer, dimension(:), allocatable moda_stbfr::iomsg |
Message status indicator corresponding to iolun, denoting whether a BUFR message is currently open within the internal arrays for the corresponding logical unit:
Definition at line 609 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), bfrini(), makestab(), status(), and wtstat().