24 INTEGER,
ALLOCATABLE :: ibay(:)
25 INTEGER,
ALLOCATABLE ::
mbyt(:)
26 INTEGER,
ALLOCATABLE ::
mbay(:,:)
This module contains array and variable declarations used to store BUFR messages internally for multi...
integer maxbyt
Maximum length of an output BUFR message.
integer, dimension(:), allocatable mbyt
Length (in bytes) of current BUFR message for each internal I/O stream.
integer, dimension(:,:), allocatable mbay
Current BUFR message for each internal I/O stream.