NCEPLIBS-bufr  11.7.0
 All Data Structures Files Functions Variables Pages
moda_rlccmn.F
1  MODULE moda_rlccmn
2 
3 #ifndef MXRST_H
4 #define MXRST_H
5  USE modv_mxrst
6 #endif
7 
8  INTEGER :: nrst
9  INTEGER, ALLOCATABLE :: irnch(:)
10  INTEGER, ALLOCATABLE :: irbit(:)
11  CHARACTER*10, ALLOCATABLE :: crtag(:)
12 
13  END MODULE
This module declares and initializes the MXRST variable.
Definition: modv_MXRST.f:13