NCEPLIBS-bufr  11.5.0
 All Data Structures Files Functions Variables Pages
moda_bufrmg.F
1  MODULE moda_bufrmg
2 
3 #ifndef MXMSGL_H
4 #define MXMSGL_H
5  USE modv_mxmsgl
6 #endif
7 
8 #ifndef NFILES_H
9 #define NFILES_H
10  USE modv_nfiles
11 #endif
12 
13 #ifdef DYNAMIC_ALLOCATION
14  INTEGER, ALLOCATABLE :: msglen(:)
15  INTEGER, ALLOCATABLE :: msgtxt(:,:)
16 #else
17  INTEGER :: msglen(nfiles)
18  INTEGER :: msgtxt(mxmsgld4,nfiles)
19 #endif
20 
21  END MODULE
This module declares and initializes the MXMSGL variable.
Definition: modv_MXMSGL.F:16
This module declares and initializes the NFILES variable.
Definition: modv_NFILES.F:16