NCEPLIBS-bufr  11.7.0
 All Data Structures Files Functions Variables Pages
moda_bufrsr.F
1  MODULE moda_bufrsr
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 :: junn
14  INTEGER :: jill
15  INTEGER :: jimm
16  INTEGER :: jbit
17  INTEGER :: jbyt
18  INTEGER :: jmsg
19  INTEGER :: jsub
20  INTEGER :: ksub
21  INTEGER :: jnod
22  INTEGER :: jdat
23  INTEGER, ALLOCATABLE :: jsr(:)
24  INTEGER, ALLOCATABLE :: jbay(:)
25 
26  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