NCEPLIBS-bufr  12.0.0
moda_usrint Module Reference

This module contains declarations for arrays used to store data values and associated metadata for the current BUFR data subset in scope for each I/O stream index. 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

This module contains declarations for arrays used to store data values and associated metadata for the current BUFR data subset in scope for each I/O stream index.

This module is used by numerous subroutines throughout the library which read or write BUFR data subsets.

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 800 of file modules_arrs.F90.

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

◆ nval

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

◆ val