Function memorymanagermodule::reallocate_dbl2d

Function Documentation

subroutine memorymanagermodule::reallocate_dbl2d(adbl, ncol, nrow, name, mem_path)

Reallocate a 2-dimensional real array.

Parameters
  • [inout] adbl: the reallocated 2d real array

  • [in] ncol: number of columns

  • [in] nrow: number of rows

  • [in] name: variable name

  • [in] mem_path: path where variable is stored