NCEPLIBS-bufr  11.6.0
 All Data Structures Files Functions Variables Pages
moda_usrbit.F
1  MODULE moda_usrbit
2 
3 #ifndef MAXSS_H
4 #define MAXSS_H
5  USE modv_maxss
6 #endif
7 
8  INTEGER, ALLOCATABLE :: nbit(:)
9  INTEGER, ALLOCATABLE :: mbit(:)
10 
11  END MODULE
This module declares and initializes the MAXSS variable.
Definition: modv_MAXSS.f:13