MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
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
12 
15 
16  logical :: exg_gwfgwe_multi_package = .false.
17 
18  type(inputparamdefinitiontype), parameter :: &
20  [ &
22  ( &
23  '', & ! component
24  '', & ! subcomponent
25  '', & ! block
26  '', & ! tag name
27  '', & ! fortran variable
28  '', & ! type
29  '', & ! shape
30  .false., & ! required
31  .false., & ! multi-record
32  .false., & ! preserve case
33  .false., & ! layered
34  .false. & ! timeseries
35  ) &
36  ]
37 
38  type(inputparamdefinitiontype), parameter :: &
40  [ &
42  ( &
43  '', & ! component
44  '', & ! subcomponent
45  '', & ! block
46  '', & ! tag name
47  '', & ! fortran variable
48  '', & ! type
49  '', & ! shape
50  .false., & ! required
51  .false., & ! multi-record
52  .false., & ! preserve case
53  .false., & ! layered
54  .false. & ! timeseries
55  ) &
56  ]
57 
58  type(inputblockdefinitiontype), parameter :: &
60  [ &
62  ( &
63  '', & ! blockname
64  .false., & ! required
65  .false., & ! aggregate
66  .false. & ! block_varaible
67  ) &
68  ]
69 
70 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
This module contains the InputDefinitionModule.