Function memorymanagermodule::allocate_dbl2d¶
Defined in File MemoryManager.f90
Function Documentation¶
-
subroutine
memorymanagermodule::allocate_dbl2d(adbl, ncol, nrow, name, mem_path, memtype)¶ Allocate a 2-dimensional real array.
- Parameters
[inout] adbl: variable for allocation[in] ncol: number of columns[in] nrow: number of rows[in] name: variable name[in] mem_path: path where variable is stored[in] memtype: optional integer value that defines memaccess for variable name. valid values are MEMHIDDEN, MEMREADONLY, and MEMREADWRITE.