NCEPLIBS-bufr
12.0.1
|
This module contains arrays which provide working space in several subprograms (usrtpl() and ufbcup()) which manipulate the contents of the internal subset buffers where the contents of an evolving BUFR message are sccumulated 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... | |
This module contains arrays which provide working space in several subprograms (usrtpl() and ufbcup()) which manipulate the contents of the internal subset buffers where the contents of an evolving BUFR message are sccumulated and stored under user control prior to being written out.
integer, dimension(:), allocatable moda_ivttmp::itmp |
inv array elements for new sections of a growing subset buffer.
Definition at line 271 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), ufbcup(), and usrtpl().
character*10, dimension(:), allocatable moda_ivttmp::ttmp |
tag array elements for new sections of a growing subset buffer.
Definition at line 269 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), and ufbcup().
real*8, dimension(:), allocatable moda_ivttmp::vtmp |
val array elements for new sections of a growing subset buffer.
Definition at line 273 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), and usrtpl().