Function memorymanagermodule::allocate_int3d

Function Documentation

subroutine memorymanagermodule::allocate_int3d(aint, ncol, nrow, nlay, name, mem_path, memtype)

Allocate a 3-dimensional integer array.

Parameters
  • [inout] aint: variable for allocation

  • [in] ncol: number of columns

  • [in] nrow: number of rows

  • [in] nlay: number of layers

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