97 #ifdef DYNAMIC_ALLOCATION
100 INTEGER,
ALLOCATABLE :: MSGP(:)
101 INTEGER,
ALLOCATABLE :: MSGS(:)
102 INTEGER,
ALLOCATABLE :: MDX(:)
103 INTEGER,
ALLOCATABLE :: IPDXM(:)
104 INTEGER,
ALLOCATABLE :: IFDXTS(:)
105 INTEGER,
ALLOCATABLE :: ICDXTS(:)
106 INTEGER,
ALLOCATABLE :: IPMSGS(:)
108 parameter( mxdxm = mxdxts*3 )
109 parameter( mxdxw = mxdxm*mxmsgld4 )
110 INTEGER :: MSGP(0:MAXMSG)
111 INTEGER :: MSGS(MAXMEM)
112 INTEGER :: MDX(MXDXW)
113 INTEGER :: IPDXM(MXDXM)
114 INTEGER :: IFDXTS(MXDXTS)
115 INTEGER :: ICDXTS(MXDXTS)
116 INTEGER :: IPMSGS(MXDXTS)
This module declares and initializes the MAXMSG variable.
This module declares and initializes the MXDXTS variable.
This module declares and initializes the MAXMEM variable.
This module declares and initializes the MXMSGL variable.
This module contains array and variable declarations used to store the contents of one or more BUFR f...