MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
interface | expandarraywrapper |
interface | expandarray |
interface | expandarray2d |
interface | extendptrarray |
interface | concatarray |
interface | ifind |
Functions/Subroutines | |
subroutine | expand_integer_wrapper (nsize, array, minvalue, loginc) |
subroutine | expand_integer (array, increment) |
subroutine | expand_double (array, increment) |
subroutine | expand_logical (array, increment) |
subroutine | expand_character (array, increment) |
subroutine | expand_integer_2d (array, increment1, increment2) |
subroutine | expand_double_2d (array, increment1, increment2) |
subroutine | extend_double (array, increment) |
subroutine | extend_integer (array, increment) |
subroutine | extend_string (array, increment) |
subroutine | concat_integer (array, array_to_add) |
Concatenate integer arrays. More... | |
integer(i4b) function | ifind_character (array, str) |
Find the 1st array element containing str, or -1 if not found. More... | |
integer(i4b) function | ifind_charstring (array, str) |
Find the 1st array element containing str, or -1 if not found. More... | |
integer(i4b) function | ifind_integer (iarray, ival) |
Find the first element containing ival, or -1 if not found. More... | |
subroutine, public | remove_character (array, ipos) |
Remove the element at ipos from the array. More... | |
|
private |
Definition at line 459 of file ArrayHandlers.f90.
|
private |
Definition at line 205 of file ArrayHandlers.f90.
|
private |
Definition at line 139 of file ArrayHandlers.f90.
|
private |
Definition at line 302 of file ArrayHandlers.f90.
|
private |
Definition at line 107 of file ArrayHandlers.f90.
|
private |
Definition at line 256 of file ArrayHandlers.f90.
|
private |
Definition at line 50 of file ArrayHandlers.f90.
|
private |
Definition at line 172 of file ArrayHandlers.f90.
|
private |
Definition at line 350 of file ArrayHandlers.f90.
|
private |
Definition at line 389 of file ArrayHandlers.f90.
|
private |
Definition at line 428 of file ArrayHandlers.f90.
|
private |
|
private |
Definition at line 493 of file ArrayHandlers.f90.
integer(i4b) function arrayhandlersmodule::ifind_integer | ( | integer(i4b), dimension(:) | iarray, |
integer(i4b) | ival | ||
) |
subroutine, public arrayhandlersmodule::remove_character | ( | character(len=*), dimension(:), intent(inout), allocatable | array, |
integer(i4b), intent(in) | ipos | ||
) |