![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Private Member Functions | |
subroutine | deallocate_logical (sclr) |
DEPRECATED. The memory manager will handle the deallocation of the pointer. More... | |
subroutine | deallocate_logical1d (alog, name, mem_path) |
DEPRECATED. The memory manager will handle the deallocation of the pointer. More... | |
subroutine | deallocate_str (sclr, name, mem_path) |
DEPRECATED. The memory manager will handle the deallocation of the pointer. More... | |
subroutine | deallocate_str1d (astr1d, name, mem_path) |
Deallocate an array of defined-length character strings. More... | |
subroutine | deallocate_charstr1d (astr1d, name, mem_path) |
DEPRECATED. The memory manager will handle the deallocation of the pointer. More... | |
subroutine | deallocate_int (sclr) |
DEPRECATED. The memory manager will handle the deallocation of the pointer. More... | |
subroutine | deallocate_int1d (aint, name, mem_path) |
DEPRECATED. The memory manager will handle the deallocation of the pointer. More... | |
subroutine | deallocate_int2d (aint, name, mem_path) |
DEPRECATED. The memory manager will handle the deallocation of the pointer. More... | |
subroutine | deallocate_int3d (aint, name, mem_path) |
DEPRECATED. The memory manager will handle the deallocation of the pointer. More... | |
subroutine | deallocate_dbl (sclr) |
DEPRECATED. The memory manager will handle the deallocation of the pointer. More... | |
subroutine | deallocate_dbl1d (adbl, name, mem_path) |
DEPRECATED. The memory manager will handle the deallocation of the pointer. More... | |
subroutine | deallocate_dbl2d (adbl, name, mem_path) |
DEPRECATED. The memory manager will handle the deallocation of the pointer. More... | |
subroutine | deallocate_dbl3d (adbl, name, mem_path) |
DEPRECATED. The memory manager will handle the deallocation of the pointer. More... | |
Definition at line 128 of file MemoryManager.f90.
|
private |
[in,out] | astr1d | array of strings |
[in] | name | variable name |
[in] | mem_path | path where variable is stored |
Definition at line 2159 of file MemoryManager.f90.
|
private |
[in,out] | sclr | real variable to deallocate |
Definition at line 2186 of file MemoryManager.f90.
|
private |
[in,out] | adbl | 1d real array to deallocate |
name | variable name | |
mem_path | path where variable is stored |
Definition at line 2234 of file MemoryManager.f90.
|
private |
[in,out] | adbl | 2d real array to deallocate |
name | variable name | |
mem_path | path where variable is stored |
Definition at line 2244 of file MemoryManager.f90.
|
private |
[in,out] | adbl | 3d real array to deallocate |
name | variable name | |
mem_path | path where variable is stored |
Definition at line 2254 of file MemoryManager.f90.
|
private |
[in,out] | sclr | integer variable to deallocate |
Definition at line 2178 of file MemoryManager.f90.
|
private |
[in,out] | aint | 1d integer array to deallocate |
name | variable name | |
mem_path | path where variable is stored |
Definition at line 2204 of file MemoryManager.f90.
|
private |
[in,out] | aint | 2d integer array to deallocate |
name | variable name | |
mem_path | path where variable is stored |
Definition at line 2214 of file MemoryManager.f90.
|
private |
[in,out] | aint | 3d integer array to deallocate |
name | variable name | |
mem_path | path where variable is stored |
Definition at line 2224 of file MemoryManager.f90.
|
private |
[in,out] | sclr | logical scalar to deallocate |
Definition at line 2170 of file MemoryManager.f90.
|
private |
[in,out] | alog | 1d logical array to deallocate |
name | variable name | |
mem_path | path where variable is stored |
Definition at line 2194 of file MemoryManager.f90.
|
private |
[in,out] | sclr | pointer to string |
[in] | name | variable name |
[in] | mem_path | path where variable is stored |
Definition at line 2136 of file MemoryManager.f90.
|
private |
[in,out] | astr1d | array of strings |
[in] | name | variable name |
[in] | mem_path | path where variable is stored |
Definition at line 2147 of file MemoryManager.f90.