![]() |
MODFLOW 6
version 6.8.0.dev0
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 129 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 2160 of file MemoryManager.f90.
|
private |
| [in,out] | sclr | real variable to deallocate |
Definition at line 2187 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 2235 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 2245 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 2255 of file MemoryManager.f90.
|
private |
| [in,out] | sclr | integer variable to deallocate |
Definition at line 2179 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 2205 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 2215 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 2225 of file MemoryManager.f90.
|
private |
| [in,out] | sclr | logical scalar to deallocate |
Definition at line 2171 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 2195 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 2137 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 2148 of file MemoryManager.f90.