NCEPLIBS-bufr
11.5.0
Main Page
Related Pages
Data Types List
Files
File List
Globals
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
moda_bufrmg
Definition:
moda_bufrmg.F:1
modv_mxmsgl
This module declares and initializes the MXMSGL variable.
Definition:
modv_MXMSGL.F:16
modv_nfiles
This module declares and initializes the NFILES variable.
Definition:
modv_NFILES.F:16
nceplibs-bufr
src
moda_bufrmg.F
Generated by
1.8.5