NCEPLIBS-bufr  12.1.0
moda_ivttmp Module Reference

Declare arrays which provide working space in several subprograms (usrtpl() and ufbcup()) which manipulate the contents of internal subset buffers where the contents of an evolving BUFR message are accumulated and stored under user control prior to being written out. More...

Variables

integer, dimension(:), allocatable itmp
 inv array elements for new sections of a growing subset buffer. More...
 
character *10, dimension(:), allocatable ttmp
 tag array elements for new sections of a growing subset buffer. More...
 
real *8, dimension(:), allocatable vtmp
 val array elements for new sections of a growing subset buffer. More...
 

Detailed Description

Declare arrays which provide working space in several subprograms (usrtpl() and ufbcup()) which manipulate the contents of internal subset buffers where the contents of an evolving BUFR message are accumulated and stored under user control prior to being written out.

Author
J. Woollen
Date
1994-01-06

Variable Documentation

◆ itmp

integer, dimension(:), allocatable moda_ivttmp::itmp

inv array elements for new sections of a growing subset buffer.

Definition at line 263 of file modules_arrs.F90.

Referenced by arallocf(), ardllocf(), ufbcup(), and usrtpl().

◆ ttmp

character*10, dimension(:), allocatable moda_ivttmp::ttmp

tag array elements for new sections of a growing subset buffer.

Definition at line 261 of file modules_arrs.F90.

Referenced by arallocf(), ardllocf(), and ufbcup().

◆ vtmp

real*8, dimension(:), allocatable moda_ivttmp::vtmp

val array elements for new sections of a growing subset buffer.

Definition at line 265 of file modules_arrs.F90.

Referenced by arallocf(), ardllocf(), and usrtpl().