NCEPLIBS-bufr
12.1.0
|
Declare arrays for internal storage of pointers to BUFR data subset values. More...
Variables | |
integer, dimension(:), allocatable | mbit |
Pointer in data subset to first bit of each packed data value. More... | |
integer, dimension(:), allocatable | nbit |
Length (in bits) of each packed data value in data subset. More... | |
Declare arrays for internal storage of pointers to BUFR data subset values.
These are used when unpacking an input data subset via subroutines rcstpl() and rdtree().
integer, dimension(:), allocatable moda_usrbit::mbit |
Pointer in data subset to first bit of each packed data value.
Definition at line 783 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), rcstpl(), rdtree(), readlc(), and ufbget().
integer, dimension(:), allocatable moda_usrbit::nbit |
Length (in bits) of each packed data value in data subset.
Definition at line 781 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), rcstpl(), rdtree(), readlc(), and ufbget().