MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
exggwfprtinputmodule Module Reference

Data Types

type  exggwfprtparamfoundtype
 

Variables

logical, public exg_gwfprt_multi_package = .false.
 
character(len=16), dimension(*), parameter, public exg_gwfprt_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public exg_gwfprt_param_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public exg_gwfprt_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public exg_gwfprt_block_definitions = [ InputBlockDefinitionType ( '', .false., .false., .false. ) ]
 

Variable Documentation

◆ exg_gwfprt_aggregate_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public exggwfprtinputmodule::exg_gwfprt_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]

Definition at line 46 of file exg-gwfprtidm.f90.

46  type(InputParamDefinitionType), parameter :: &
47  exg_gwfprt_aggregate_definitions(*) = &
48  [ &
49  inputparamdefinitiontype &
50  ( &
51  '', & ! component
52  '', & ! subcomponent
53  '', & ! block
54  '', & ! tag name
55  '', & ! fortran variable
56  '', & ! type
57  '', & ! shape
58  '', & ! longname
59  .false., & ! required
60  .false., & ! multi-record
61  .false., & ! preserve case
62  .false., & ! layered
63  .false. & ! timeseries
64  ) &
65  ]

◆ exg_gwfprt_block_definitions

type(inputblockdefinitiontype), dimension(*), parameter, public exggwfprtinputmodule::exg_gwfprt_block_definitions = [ InputBlockDefinitionType ( '', .false., .false., .false. ) ]

Definition at line 67 of file exg-gwfprtidm.f90.

67  type(InputBlockDefinitionType), parameter :: &
68  exg_gwfprt_block_definitions(*) = &
69  [ &
70  inputblockdefinitiontype &
71  ( &
72  '', & ! blockname
73  .false., & ! required
74  .false., & ! aggregate
75  .false. & ! block_varaible
76  ) &
77  ]

◆ exg_gwfprt_multi_package

logical, public exggwfprtinputmodule::exg_gwfprt_multi_package = .false.

Definition at line 17 of file exg-gwfprtidm.f90.

17  logical :: exg_gwfprt_multi_package = .false.

◆ exg_gwfprt_param_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public exggwfprtinputmodule::exg_gwfprt_param_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]

Definition at line 25 of file exg-gwfprtidm.f90.

25  type(InputParamDefinitionType), parameter :: &
26  exg_gwfprt_param_definitions(*) = &
27  [ &
28  inputparamdefinitiontype &
29  ( &
30  '', & ! component
31  '', & ! subcomponent
32  '', & ! block
33  '', & ! tag name
34  '', & ! fortran variable
35  '', & ! type
36  '', & ! shape
37  '', & ! longname
38  .false., & ! required
39  .false., & ! multi-record
40  .false., & ! preserve case
41  .false., & ! layered
42  .false. & ! timeseries
43  ) &
44  ]

◆ exg_gwfprt_subpackages

character(len=16), dimension(*), parameter, public exggwfprtinputmodule::exg_gwfprt_subpackages = [ ' ' ]

Definition at line 19 of file exg-gwfprtidm.f90.

19  character(len=16), parameter :: &
20  exg_gwfprt_subpackages(*) = &
21  [ &
22  ' ' &
23  ]