34 #ifdef DYNAMIC_ALLOCATION
35 INTEGER,
ALLOCATABLE :: IBAY(:)
36 INTEGER,
ALLOCATABLE :: MBYT(:)
37 INTEGER,
ALLOCATABLE :: MBAY(:,:)
39 INTEGER :: IBAY(MXMSGLD4)
40 INTEGER :: MBYT(NFILES)
41 INTEGER :: MBAY(MXMSGLD4,NFILES)
This module declares and initializes the MXMSGL variable.
This module contains array and variable declarations used to store BUFR messages internally for multi...
This module declares and initializes the NFILES variable.