NCEPLIBS-bufr  12.1.0
moda_idrdm Module Reference

Declare an array used by subroutine readerme() to read in a new DX dictionary table as a consecutive set of one or more DX BUFR tables messages. More...

Variables

integer, dimension(:), allocatable idrdm
 DX BUFR tables message count for each file ID. More...
 

Detailed Description

Declare an array used by subroutine readerme() to read in a new DX dictionary table as a consecutive set of one or more DX BUFR tables messages.

Author
J. Ator
Date
2009-03-23

Variable Documentation

◆ idrdm

integer, dimension(:), allocatable moda_idrdm::idrdm

DX BUFR tables message count for each file ID.

Set to a value of zero unless a new DX dictionary table is in the process of being read in by subroutine readerme() for the associated logical unit, and in which case it keeps track of how many such messages have been read in so far.

Definition at line 238 of file modules_arrs.F90.

Referenced by arallocf(), ardllocf(), bfrini(), and readerme().