NCEPLIBS-bufr
12.0.1
|
This module contains array declarations 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... | |
This module contains array declarations 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 I/O stream index has a non-zero value in this array:
Definition at line 602 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 607 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), bfrini(), makestab(), status(), and wtstat().