MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
derived type for boundary package input context More...
Private Member Functions | |
procedure | create |
procedure | allocate_scalars |
procedure | allocate_arrays |
procedure | list_params_create |
procedure | array_params_create |
procedure | destroy |
procedure | rsv_alloc |
procedure | bound_params |
Private Attributes | |
integer(i4b), pointer | naux => null() |
number of auxiliary variables More... | |
integer(i4b), pointer | maxbound => null() |
max list input records per period More... | |
integer(i4b), pointer | inamedbound => 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() |
number of cells per layer 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... | |
logical(lgp) | readasarrays |
grid or list based input More... | |
type(dynamicpackageparamstype) | package_params |
type(modflowinputtype) | mf6_input |
description of input More... | |
This derived type defines input context used by dynamic package loaders. Some variables (e.g. iprpak) in the type may have already been created by a static loader whereas others (e.g. nboound) are created by this type, updated by to dynamic loader, and accessed from the model package.
Definition at line 39 of file BoundInputContext.f90.
|
private |
Definition at line 59 of file BoundInputContext.f90.
|
private |
Definition at line 58 of file BoundInputContext.f90.
|
private |
Definition at line 61 of file BoundInputContext.f90.
|
private |
Definition at line 64 of file BoundInputContext.f90.
|
private |
Definition at line 57 of file BoundInputContext.f90.
|
private |
Definition at line 62 of file BoundInputContext.f90.
|
private |
Definition at line 60 of file BoundInputContext.f90.
|
private |
Definition at line 63 of file BoundInputContext.f90.
|
private |
Definition at line 46 of file BoundInputContext.f90.
|
private |
Definition at line 50 of file BoundInputContext.f90.
|
private |
Definition at line 48 of file BoundInputContext.f90.
|
private |
Definition at line 42 of file BoundInputContext.f90.
|
private |
Definition at line 43 of file BoundInputContext.f90.
|
private |
Definition at line 41 of file BoundInputContext.f90.
|
private |
Definition at line 55 of file BoundInputContext.f90.
|
private |
Definition at line 52 of file BoundInputContext.f90.
|
private |
Definition at line 40 of file BoundInputContext.f90.
|
private |
Definition at line 44 of file BoundInputContext.f90.
|
private |
Definition at line 45 of file BoundInputContext.f90.
|
private |
Definition at line 54 of file BoundInputContext.f90.
|
private |
Definition at line 53 of file BoundInputContext.f90.