|
NCEPLIBS-bufr
12.2.0
|
Declare arrays used in subroutine rcstpl() to store subset segments that are being copied from a subset template into internal subset arrays. More...
Variables | |
| integer, dimension(:,:), allocatable | iutmp |
| inv array elements for new sections of a growing subset buffer. More... | |
| real *8, dimension(:,:), allocatable | vutmp |
| val array elements for new sections of a growing subset buffer. More... | |
Declare arrays used in subroutine rcstpl() to store subset segments that are being copied from a subset template into internal subset arrays.
| integer, dimension(:,:), allocatable moda_usrtmp::iutmp |
inv array elements for new sections of a growing subset buffer.
Definition at line 827 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), and rcstpl().
| real*8, dimension(:,:), allocatable moda_usrtmp::vutmp |
val array elements for new sections of a growing subset buffer.
Definition at line 829 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), and rcstpl().