MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
exg-gwfgweidm.f90
Go to the documentation of this file.
1 ! ** Do Not Modify! MODFLOW 6 system generated file. **
3  use constantsmodule, only: lenvarname
6  private
13 
16 
17  logical :: exg_gwfgwe_multi_package = .false.
18 
19  character(len=16), parameter :: &
21  [ &
22  ' ' &
23  ]
24 
25  type(inputparamdefinitiontype), parameter :: &
27  [ &
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  ]
45 
46  type(inputparamdefinitiontype), parameter :: &
48  [ &
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  ]
66 
67  type(inputblockdefinitiontype), parameter :: &
69  [ &
71  ( &
72  '', & ! blockname
73  .false., & ! required
74  .false., & ! aggregate
75  .false. & ! block_varaible
76  ) &
77  ]
78 
79 end module exggwfgweinputmodule
This module contains simulation constants.
Definition: Constants.f90:9
integer(i4b), parameter lenvarname
maximum length of a variable name
Definition: Constants.f90:17
type(inputparamdefinitiontype), dimension(*), parameter, public exg_gwfgwe_param_definitions
type(inputparamdefinitiontype), dimension(*), parameter, public exg_gwfgwe_aggregate_definitions
logical, public exg_gwfgwe_multi_package
type(inputblockdefinitiontype), dimension(*), parameter, public exg_gwfgwe_block_definitions
character(len=16), dimension(*), parameter, public exg_gwfgwe_subpackages
This module contains the InputDefinitionModule.