NCEPLIBS-bufr
12.1.0
|
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... | |
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.
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().
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().
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().