NCEPLIBS-bufr  12.0.0
moda_msgcwd Module Reference

This module contains declarations for arrays used to store information about the current BUFR message that is in the process of being read from or written to the logical unit associated with each internal I/O stream index. More...

Variables

integer, dimension(:), allocatable idate
 Section 1 date-time of message. More...
 
integer, dimension(:), allocatable inode
 Table A mnemonic for type of BUFR message. More...
 
integer, dimension(:), allocatable msub
 Total number of data subsets in message. More...
 
integer, dimension(:), allocatable nmsg
 Current message pointer within logical unit. More...
 
integer, dimension(:), allocatable nsub
 Current subset pointer within message. More...
 

Detailed Description

This module contains declarations for arrays used to store information about the current BUFR message that is in the process of being read from or written to the logical unit associated with each internal I/O stream index.

Author
J. Woollen
Date
1994-01-06

Variable Documentation

◆ idate

integer, dimension(:), allocatable moda_msgcwd::idate

Section 1 date-time of message.

Definition at line 325 of file modules_arrs.F90.

Referenced by arallocf(), ardllocf(), cktaba(), copymg(), cpymem(), msgini(), openbf(), openmb(), openmg(), readmg(), readns(), rewnbf(), and wrcmps().

◆ inode

◆ msub

integer, dimension(:), allocatable moda_msgcwd::msub

Total number of data subsets in message.

Definition at line 321 of file modules_arrs.F90.

Referenced by arallocf(), ardllocf(), cktaba(), copymg(), copysb(), cpymem(), ifbget(), nmsub(), openbf(), rdcmps(), rdmems(), readsb(), rewnbf(), ufbget(), ufbinx(), ufbmms(), ufbrms(), ufbtab(), and ufbtam().

◆ nmsg

integer, dimension(:), allocatable moda_msgcwd::nmsg

Current message pointer within logical unit.

Definition at line 317 of file modules_arrs.F90.

Referenced by arallocf(), ardllocf(), cktaba(), closmg(), copymg(), cpymem(), msgini(), openbf(), rdmemm(), rewnbf(), ufbcnt(), ufbpos(), ufbtab(), and ufbtam().

◆ nsub

integer, dimension(:), allocatable moda_msgcwd::nsub