NCEPLIBS-bufr  11.6.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  INTEGER, ALLOCATABLE :: msglen(:)
14  INTEGER, ALLOCATABLE :: msgtxt(:,:)
15 
16  END MODULE
This module declares and initializes the NFILES variable.
Definition: modv_NFILES.f90:13
This module declares and initializes the MXMSGL variable.
Definition: modv_MXMSGL.f:13