NCEPLIBS-bufr  12.1.0
moda_usrint Module Reference

Declare arrays used to store data values and associated metadata for the current BUFR data subset in scope for each file ID. More...

Variables

integer, dimension(:,:), allocatable, target inv
 Inventory pointer which links each data value to its corresponding node in the internal jump/link table. More...
 
integer, dimension(:,:), allocatable nrfelm
 Referenced data value, for data values which refer to a previous data value in the BUFR data subset via an internal bitmap. More...
 
integer, dimension(:), allocatable nval
 Number of data values in BUFR data subset. More...
 
real *8, dimension(:,:), allocatable, target val
 Data values. More...
 

Detailed Description

Declare arrays used to store data values and associated metadata for the current BUFR data subset in scope for each file ID.

Author
J. Woollen
Date
1994-01-06

Variable Documentation

◆ inv

integer, dimension(:,:), allocatable, target moda_usrint::inv

◆ nrfelm

integer, dimension(:,:), allocatable moda_usrint::nrfelm

Referenced data value, for data values which refer to a previous data value in the BUFR data subset via an internal bitmap.

Definition at line 798 of file modules_arrs.F90.

Referenced by arallocf(), ardllocf(), gettagre(), rcstpl(), rdcmps(), ufbcpy(), and ufdump().

◆ nval

integer, dimension(:), allocatable moda_usrint::nval

◆ val