MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Private Member Functions | |
subroutine | allocate_logical (sclr, name, mem_path) |
Allocate a logical scalar. More... | |
subroutine | allocate_str (sclr, ilen, name, mem_path) |
Allocate a character string. More... | |
subroutine | allocate_str1d (astr1d, ilen, nrow, name, mem_path) |
Allocate a 1-dimensional defined length string array. More... | |
subroutine | allocate_int (sclr, name, mem_path) |
Allocate a integer scalar. More... | |
subroutine | allocate_int1d (aint, nrow, name, mem_path) |
Allocate a 1-dimensional integer array. More... | |
subroutine | allocate_int2d (aint, ncol, nrow, name, mem_path) |
Allocate a 2-dimensional integer array. More... | |
subroutine | allocate_int3d (aint, ncol, nrow, nlay, name, mem_path) |
Allocate a 3-dimensional integer array. More... | |
subroutine | allocate_dbl (sclr, name, mem_path) |
Allocate a real scalar. More... | |
subroutine | allocate_dbl1d (adbl, nrow, name, mem_path) |
Allocate a 1-dimensional real array. More... | |
subroutine | allocate_dbl2d (adbl, ncol, nrow, name, mem_path) |
Allocate a 2-dimensional real array. More... | |
subroutine | allocate_dbl3d (adbl, ncol, nrow, nlay, name, mem_path) |
Allocate a 3-dimensional real array. More... | |
subroutine | allocate_charstr1d (acharstr1d, ilen, nrow, name, mem_path) |
Allocate a 1-dimensional array of deferred-length CharacterStringType. More... | |
Definition at line 54 of file MemoryManager.f90.
|
private |
[in,out] | acharstr1d | variable for allocation |
[in] | ilen | string length |
[in] | nrow | number of strings in array |
[in] | name | variable name |
[in] | mem_path | path where the variable is stored |
Definition at line 502 of file MemoryManager.f90.
|
private |
[in,out] | sclr | variable for allocation |
[in] | name | variable name |
[in] | mem_path | path where variable is stored |
Definition at line 730 of file MemoryManager.f90.
|
private |
[in,out] | adbl | variable for allocation |
[in] | nrow | number of rows |
[in] | name | variable name |
[in] | mem_path | path where variable is stored |
Definition at line 768 of file MemoryManager.f90.
|
private |
[in,out] | adbl | variable for allocation |
[in] | ncol | number of columns |
[in] | nrow | number of rows |
[in] | name | variable name |
[in] | mem_path | path where variable is stored |
Definition at line 811 of file MemoryManager.f90.
|
private |
[in,out] | 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 |
Definition at line 855 of file MemoryManager.f90.
|
private |
[in,out] | sclr | variable for allocation |
[in] | name | variable name |
[in] | mem_path | path where the variable is stored |
Definition at line 559 of file MemoryManager.f90.
|
private |
[in,out] | aint | variable for allocation |
[in] | nrow | integer array number of rows |
[in] | name | variable name |
[in] | mem_path | path where variable is stored |
Definition at line 597 of file MemoryManager.f90.
|
private |
[in,out] | aint | variable for allocation |
[in] | ncol | number of columns |
[in] | nrow | number of rows |
[in] | name | variable name |
[in] | mem_path | path where variable is stored |
Definition at line 640 of file MemoryManager.f90.
|
private |
[in,out] | 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 |
Definition at line 684 of file MemoryManager.f90.
|
private |
[in,out] | sclr | variable for allocation |
[in] | name | variable name |
[in] | mem_path | path where the variable is stored |
Definition at line 349 of file MemoryManager.f90.
|
private |
[in] | ilen | string length |
[in,out] | sclr | variable for allocation |
[in] | name | variable name |
[in] | mem_path | path where the variable is stored |
Definition at line 387 of file MemoryManager.f90.
|
private |
[in] | ilen | string length |
[in,out] | astr1d | variable for allocation |
[in] | nrow | number of strings in array |
[in] | name | variable name |
[in] | mem_path | path where the variable is stored |
Definition at line 436 of file MemoryManager.f90.