MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
exggwfgwtinputmodule Module Reference

Data Types

type  exggwfgwtparamfoundtype
 

Variables

logical, public exg_gwfgwt_multi_package = .false.
 
character(len=16), dimension(*), parameter, public exg_gwfgwt_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public exg_gwfgwt_param_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false., .false. ) ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public exg_gwfgwt_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public exg_gwfgwt_block_definitions = [ InputBlockDefinitionType ( '', .false., .false., .false. ) ]
 

Variable Documentation

◆ exg_gwfgwt_aggregate_definitions

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

Definition at line 47 of file exg-gwfgwtidm.f90.

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

◆ exg_gwfgwt_block_definitions

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

Definition at line 69 of file exg-gwfgwtidm.f90.

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

◆ exg_gwfgwt_multi_package

logical, public exggwfgwtinputmodule::exg_gwfgwt_multi_package = .false.

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

17  logical :: exg_gwfgwt_multi_package = .false.

◆ exg_gwfgwt_param_definitions

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

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

25  type(InputParamDefinitionType), parameter :: &
26  exg_gwfgwt_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., & ! prerelease
40  .false., & ! multi-record
41  .false., & ! preserve case
42  .false., & ! layered
43  .false. & ! timeseries
44  ) &
45  ]

◆ exg_gwfgwt_subpackages

character(len=16), dimension(*), parameter, public exggwfgwtinputmodule::exg_gwfgwt_subpackages = [ ' ' ]

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

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