![]() |
MODFLOW 6
version 6.8.0.dev0
USGS Modular Hydrologic Model
|
type for structured array More...

Private Member Functions | |
| procedure | mem_create_vector |
| procedure | count |
| procedure | get |
| procedure | allocate_int_type |
| procedure | allocate_dbl_type |
| procedure | allocate_charstr_type |
| procedure | allocate_int1d_type |
| procedure | allocate_dbl1d_type |
| procedure | read_param |
| procedure | read_from_parser |
| procedure | read_from_parser_keystring |
| procedure | read_from_binary |
| procedure | memload_vectors |
| procedure | load_deferred_vector |
| procedure | log_structarray_vars |
| procedure | check_reallocate |
| procedure | ts_update |
Private Attributes | |
| integer(i4b) | ncol |
| integer(i4b) | nrow |
| integer(i4b) | blocknum |
| logical(lgp) | deferred_shape = .false. |
| integer(i4b) | deferred_size_init = 5 |
| character(len=lenmempath) | mempath |
| character(len=lenmempath) | component_mempath |
| type(structvectortype), dimension(:), allocatable | struct_vectors |
| integer(i4b), dimension(:), allocatable | startidx |
| integer(i4b), dimension(:), allocatable | numcols |
| type(modflowinputtype) | mf6_input |
This type is used to read and store a list that consists of multiple one-dimensional vectors.
Definition at line 41 of file StructArray.f90.
|
private |
Definition at line 59 of file StructArray.f90.
|
private |
Definition at line 61 of file StructArray.f90.
|
private |
Definition at line 58 of file StructArray.f90.
|
private |
Definition at line 60 of file StructArray.f90.
|
private |
Definition at line 57 of file StructArray.f90.
|
private |
Definition at line 69 of file StructArray.f90.
|
private |
Definition at line 55 of file StructArray.f90.
|
private |
Definition at line 56 of file StructArray.f90.
|
private |
Definition at line 67 of file StructArray.f90.
|
private |
Definition at line 68 of file StructArray.f90.
|
private |
Definition at line 54 of file StructArray.f90.
|
private |
Definition at line 66 of file StructArray.f90.
|
private |
Definition at line 65 of file StructArray.f90.
|
private |
Definition at line 63 of file StructArray.f90.
|
private |
Definition at line 64 of file StructArray.f90.
|
private |
Definition at line 62 of file StructArray.f90.
|
private |
Definition at line 70 of file StructArray.f90.
|
private |
Definition at line 44 of file StructArray.f90.
|
private |
Definition at line 48 of file StructArray.f90.
|
private |
Definition at line 45 of file StructArray.f90.
|
private |
Definition at line 46 of file StructArray.f90.
|
private |
Definition at line 47 of file StructArray.f90.
|
private |
Definition at line 52 of file StructArray.f90.
|
private |
Definition at line 42 of file StructArray.f90.
|
private |
Definition at line 43 of file StructArray.f90.
|
private |
Definition at line 51 of file StructArray.f90.
|
private |
Definition at line 50 of file StructArray.f90.
|
private |
Definition at line 49 of file StructArray.f90.