![]() |
MODFLOW 6
version 6.9.0.dev0
USGS Modular Hydrologic Model
|
derived type for boundary package input context More...

Private Member Functions | |
| procedure | init |
| procedure | allocate_scalars |
| procedure | allocate_arrays |
| procedure | allocate_param |
| procedure | tags |
| procedure | in_scope |
| procedure | set_params |
| procedure | keystring_member_names |
| procedure | rsv_alloc |
| procedure | destroy |
Private Attributes | |
| character(len=lenvarname) | blockname |
| load block name More... | |
| character(len=lenvarname), dimension(:), allocatable | named_bound |
| dimension variable names to sum for maxbound More... | |
| integer(i4b), pointer | naux => null() |
| number of auxiliary variables More... | |
| integer(i4b), pointer | maxbound => null() |
| value associated with named_bound More... | |
| integer(i4b), pointer | boundnames => null() |
| are bound names optioned More... | |
| integer(i4b), pointer | iprpak => null() |
| integer(i4b), pointer | nbound => null() |
| number of bounds in period More... | |
| integer(i4b), pointer | ncpl => null() |
| ncpl associated with model shape More... | |
| integer(i4b), pointer | nodes => null() |
| nodes associated with model shape More... | |
| integer(i4b) | loadtype |
| enum load type More... | |
| integer(i4b) | ctxtype |
| enum context type More... | |
| integer(i4b) | nleading = 0 |
| count of leading (pre-keystring) columns; LIST packages only More... | |
| logical(lgp) | readarray |
| is this an array based load More... | |
| logical(lgp) | is_dimensions_scoped = .false. |
| .true. for DIMENSIONS-block-paired (e.g. SPC) KEYSTRING loadtype More... | |
| logical(lgp) | is_cellid_scoped = .false. |
| .true. for CELLID-addressed (e.g. TVK/TVS) KEYSTRING loadtype More... | |
| logical(lgp) | has_setting_dispatch = .false. |
| .true. when is_dimensions_scoped .or. is_cellid_scoped More... | |
| type(inputparamdefinitiontype), pointer | setting_idt => null() |
| internal idt for SETTING column More... | |
| type(characterstringtype), dimension(:), pointer, contiguous | auxname_cst => null() |
| array of auxiliary names More... | |
| type(characterstringtype), dimension(:), pointer, contiguous | boundname_cst => null() |
| array of bound names More... | |
| real(dp), dimension(:, :), pointer, contiguous | auxvar => null() |
| auxiliary variable array More... | |
| integer(i4b), dimension(:), pointer, contiguous | mshape => null() |
| model shape More... | |
| character(len=linelength), dimension(:), allocatable | params |
| in scope param tags More... | |
| type(modflowinputtype) | mf6_input |
| description of input More... | |
Input Load Context for generic dynamic loaders and StructArray based static loads
Definition at line 65 of file LoadContext.f90.
|
private |
Definition at line 95 of file LoadContext.f90.
|
private |
Definition at line 96 of file LoadContext.f90.
|
private |
Definition at line 94 of file LoadContext.f90.
|
private |
Definition at line 102 of file LoadContext.f90.
|
private |
Definition at line 98 of file LoadContext.f90.
|
private |
Definition at line 93 of file LoadContext.f90.
|
private |
Definition at line 100 of file LoadContext.f90.
|
private |
Definition at line 101 of file LoadContext.f90.
|
private |
Definition at line 99 of file LoadContext.f90.
|
private |
Definition at line 97 of file LoadContext.f90.
|
private |
Definition at line 83 of file LoadContext.f90.
|
private |
Definition at line 87 of file LoadContext.f90.
|
private |
Definition at line 66 of file LoadContext.f90.
|
private |
Definition at line 85 of file LoadContext.f90.
|
private |
Definition at line 70 of file LoadContext.f90.
|
private |
Definition at line 76 of file LoadContext.f90.
|
private |
Definition at line 81 of file LoadContext.f90.
|
private |
Definition at line 71 of file LoadContext.f90.
|
private |
Definition at line 80 of file LoadContext.f90.
|
private |
Definition at line 79 of file LoadContext.f90.
|
private |
Definition at line 75 of file LoadContext.f90.
|
private |
Definition at line 69 of file LoadContext.f90.
|
private |
Definition at line 91 of file LoadContext.f90.
|
private |
Definition at line 89 of file LoadContext.f90.
|
private |
Definition at line 67 of file LoadContext.f90.
|
private |
Definition at line 68 of file LoadContext.f90.
|
private |
Definition at line 72 of file LoadContext.f90.
|
private |
Definition at line 73 of file LoadContext.f90.
|
private |
Definition at line 77 of file LoadContext.f90.
|
private |
Definition at line 74 of file LoadContext.f90.
|
private |
Definition at line 90 of file LoadContext.f90.
|
private |
Definition at line 78 of file LoadContext.f90.
|
private |
Definition at line 82 of file LoadContext.f90.