MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
mf6filelistinputmodule::boundlistinputtype Type Reference

Boundary package list loader. More...

Inheritance diagram for mf6filelistinputmodule::boundlistinputtype:
Inheritance graph
Collaboration diagram for mf6filelistinputmodule::boundlistinputtype:
Collaboration graph

Private Member Functions

procedure ainit => bndlist_init
 
procedure df => bndlist_df
 
procedure ad => bndlist_ad
 
procedure reset => bndlist_reset
 
procedure rp => bndlist_rp
 
procedure destroy => bndlist_destroy
 
procedure ts_link_bnd => bndlist_ts_link_bnd
 
procedure ts_link_aux => bndlist_ts_link_aux
 
procedure ts_link => bndlist_ts_link
 
procedure ts_update => bndlist_ts_update
 
procedure create_structarray => bndlist_create_structarray
 
procedure init => dynamic_init
 

Private Attributes

type(timeseriesmanagertype), pointer tsmanager => null()
 
type(structarraytype), pointer structarray => null()
 
type(boundinputcontexttypebound_context
 
integer(i4b) ts_active
 
integer(i4b) iboundname
 
type(modflowinputtypemf6_input
 description of modflow6 input More...
 
type(ncpackagevarstype), pointer nc_vars => null()
 
character(len=lencomponentname) component_name
 name of component More...
 
character(len=linelength) component_input_name
 component input name, e.g. model name file More...
 
character(len=linelength) input_name
 input name, e.g. package *.chd file More...
 
character(len=linelength), dimension(:), allocatable param_names
 dynamic param tagnames More...
 
logical(lgp) readasarrays
 is this array based input More...
 
integer(i4b) iperblock
 index of period block on block definition list More...
 
integer(i4b) iout
 inunit number for logging More...
 
integer(i4b) nparam
 number of in scope params More...
 

Detailed Description

Creates boundary input context for a package, (e.g. CHD or MAW) and updates that context in read and prepare (RP) routines.

Definition at line 32 of file Mf6FileListInput.f90.

Member Function/Subroutine Documentation

◆ ad()

procedure mf6filelistinputmodule::boundlistinputtype::ad
private

Definition at line 41 of file Mf6FileListInput.f90.

◆ ainit()

procedure mf6filelistinputmodule::boundlistinputtype::ainit
private

Definition at line 39 of file Mf6FileListInput.f90.

◆ create_structarray()

procedure mf6filelistinputmodule::boundlistinputtype::create_structarray
private

Definition at line 49 of file Mf6FileListInput.f90.

◆ destroy()

procedure mf6filelistinputmodule::boundlistinputtype::destroy
private

Definition at line 44 of file Mf6FileListInput.f90.

◆ df()

procedure mf6filelistinputmodule::boundlistinputtype::df
private

Definition at line 40 of file Mf6FileListInput.f90.

◆ init()

procedure inputloadtypemodule::dynamicpkgloadtype::init
privateinherited

Definition at line 90 of file InputLoadType.f90.

◆ reset()

procedure mf6filelistinputmodule::boundlistinputtype::reset
private

Definition at line 42 of file Mf6FileListInput.f90.

◆ rp()

procedure mf6filelistinputmodule::boundlistinputtype::rp
private

Definition at line 43 of file Mf6FileListInput.f90.

◆ ts_link()

procedure mf6filelistinputmodule::boundlistinputtype::ts_link
private

Definition at line 47 of file Mf6FileListInput.f90.

◆ ts_link_aux()

procedure mf6filelistinputmodule::boundlistinputtype::ts_link_aux
private

Definition at line 46 of file Mf6FileListInput.f90.

◆ ts_link_bnd()

procedure mf6filelistinputmodule::boundlistinputtype::ts_link_bnd
private

Definition at line 45 of file Mf6FileListInput.f90.

◆ ts_update()

procedure mf6filelistinputmodule::boundlistinputtype::ts_update
private

Definition at line 48 of file Mf6FileListInput.f90.

Member Data Documentation

◆ bound_context

type(boundinputcontexttype) mf6filelistinputmodule::boundlistinputtype::bound_context
private

Definition at line 35 of file Mf6FileListInput.f90.

35  type(BoundInputContextType) :: bound_context

◆ component_input_name

character(len=linelength) inputloadtypemodule::dynamicpkgloadtype::component_input_name
privateinherited

Definition at line 82 of file InputLoadType.f90.

82  character(len=LINELENGTH) :: component_input_name !< component input name, e.g. model name file

◆ component_name

character(len=lencomponentname) inputloadtypemodule::dynamicpkgloadtype::component_name
privateinherited

Definition at line 81 of file InputLoadType.f90.

81  character(len=LENCOMPONENTNAME) :: component_name !< name of component

◆ iboundname

integer(i4b) mf6filelistinputmodule::boundlistinputtype::iboundname
private

Definition at line 37 of file Mf6FileListInput.f90.

37  integer(I4B) :: iboundname

◆ input_name

character(len=linelength) inputloadtypemodule::dynamicpkgloadtype::input_name
privateinherited

Definition at line 83 of file InputLoadType.f90.

83  character(len=LINELENGTH) :: input_name !< input name, e.g. package *.chd file

◆ iout

integer(i4b) inputloadtypemodule::dynamicpkgloadtype::iout
privateinherited

Definition at line 87 of file InputLoadType.f90.

87  integer(I4B) :: iout !< inunit number for logging

◆ iperblock

integer(i4b) inputloadtypemodule::dynamicpkgloadtype::iperblock
privateinherited

Definition at line 86 of file InputLoadType.f90.

86  integer(I4B) :: iperblock !< index of period block on block definition list

◆ mf6_input

type(modflowinputtype) inputloadtypemodule::dynamicpkgloadtype::mf6_input
privateinherited

Definition at line 79 of file InputLoadType.f90.

79  type(ModflowInputType) :: mf6_input !< description of modflow6 input

◆ nc_vars

type(ncpackagevarstype), pointer inputloadtypemodule::dynamicpkgloadtype::nc_vars => null()
privateinherited

Definition at line 80 of file InputLoadType.f90.

80  type(NCPackageVarsType), pointer :: nc_vars => null()

◆ nparam

integer(i4b) inputloadtypemodule::dynamicpkgloadtype::nparam
privateinherited

Definition at line 88 of file InputLoadType.f90.

88  integer(I4B) :: nparam !< number of in scope params

◆ param_names

character(len=linelength), dimension(:), allocatable inputloadtypemodule::dynamicpkgloadtype::param_names
privateinherited

Definition at line 84 of file InputLoadType.f90.

84  character(len=LINELENGTH), dimension(:), allocatable :: param_names !< dynamic param tagnames

◆ readasarrays

logical(lgp) inputloadtypemodule::dynamicpkgloadtype::readasarrays
privateinherited

Definition at line 85 of file InputLoadType.f90.

85  logical(LGP) :: readasarrays !< is this array based input

◆ structarray

type(structarraytype), pointer mf6filelistinputmodule::boundlistinputtype::structarray => null()
private

Definition at line 34 of file Mf6FileListInput.f90.

34  type(StructArrayType), pointer :: structarray => null()

◆ ts_active

integer(i4b) mf6filelistinputmodule::boundlistinputtype::ts_active
private

Definition at line 36 of file Mf6FileListInput.f90.

36  integer(I4B) :: ts_active

◆ tsmanager

type(timeseriesmanagertype), pointer mf6filelistinputmodule::boundlistinputtype::tsmanager => null()
private

Definition at line 33 of file Mf6FileListInput.f90.

33  type(TimeSeriesManagerType), pointer :: tsmanager => null()

The documentation for this type was generated from the following file: