Function memorymanagermodule::allocate_dbl3d

Function Documentation

subroutine memorymanagermodule::allocate_dbl3d(adbl, ncol, nrow, nlay, name, mem_path, memtype)

Allocate a 3-dimensional real array.

Parameters
  • [inout] adbl: 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.