NCEPLIBS-bufr  12.1.0
moda_msgcwd Module Reference

Declare 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 file ID. 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

Declare 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 file ID.

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

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

◆ inode

◆ msub

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

Total number of data subsets in message.

Definition at line 324 of file modules_arrs.F90.

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

◆ nmsg

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

Current message pointer within logical unit.

Definition at line 320 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