NCEPLIBS-bufr  12.1.0
moda_usrtmp Module Reference

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...
 

Detailed Description

Declare arrays used in subroutine rcstpl() to store subset segments that are being copied from a subset template into internal subset arrays.

Author
J. Woollen 1994-01-06

Variable Documentation

◆ iutmp

integer, dimension(:,:), allocatable moda_usrtmp::iutmp

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

Definition at line 810 of file modules_arrs.F90.

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

◆ vutmp

real*8, dimension(:,:), allocatable moda_usrtmp::vutmp

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

Definition at line 812 of file modules_arrs.F90.

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