MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
gwe-icidm.f90
Go to the documentation of this file.
1 ! ** Do Not Modify! MODFLOW 6 system generated file. **
3  use constantsmodule, only: lenvarname
6  private
10  public gweicparamfoundtype
12 
14  logical :: export_ascii = .false.
15  logical :: strt = .false.
16  end type gweicparamfoundtype
17 
18  logical :: gwe_ic_multi_package = .false.
19 
20  type(inputparamdefinitiontype), parameter :: &
22  ( &
23  'GWE', & ! component
24  'IC', & ! subcomponent
25  'OPTIONS', & ! block
26  'EXPORT_ARRAY_ASCII', & ! tag name
27  'EXPORT_ASCII', & ! fortran variable
28  'KEYWORD', & ! type
29  '', & ! shape
30  .false., & ! required
31  .false., & ! multi-record
32  .false., & ! preserve case
33  .false., & ! layered
34  .false. & ! timeseries
35  )
36 
37  type(inputparamdefinitiontype), parameter :: &
39  ( &
40  'GWE', & ! component
41  'IC', & ! subcomponent
42  'GRIDDATA', & ! block
43  'STRT', & ! tag name
44  'STRT', & ! fortran variable
45  'DOUBLE1D', & ! type
46  'NODES', & ! shape
47  .true., & ! required
48  .false., & ! multi-record
49  .false., & ! preserve case
50  .true., & ! layered
51  .false. & ! timeseries
52  )
53 
54  type(inputparamdefinitiontype), parameter :: &
56  [ &
58  gweic_strt &
59  ]
60 
61  type(inputparamdefinitiontype), parameter :: &
63  [ &
65  ( &
66  '', & ! component
67  '', & ! subcomponent
68  '', & ! block
69  '', & ! tag name
70  '', & ! fortran variable
71  '', & ! type
72  '', & ! shape
73  .false., & ! required
74  .false., & ! multi-record
75  .false., & ! preserve case
76  .false., & ! layered
77  .false. & ! timeseries
78  ) &
79  ]
80 
81  type(inputblockdefinitiontype), parameter :: &
83  [ &
85  'OPTIONS', & ! blockname
86  .false., & ! required
87  .false., & ! aggregate
88  .false. & ! block_variable
89  ), &
91  'GRIDDATA', & ! blockname
92  .true., & ! required
93  .false., & ! aggregate
94  .false. & ! block_variable
95  ) &
96  ]
97 
98 end module gweicinputmodule
This module contains simulation constants.
Definition: Constants.f90:9
integer(i4b), parameter lenvarname
maximum length of a variable name
Definition: Constants.f90:17
type(inputblockdefinitiontype), dimension(*), parameter, public gwe_ic_block_definitions
Definition: gwe-icidm.f90:81
logical, public gwe_ic_multi_package
Definition: gwe-icidm.f90:18
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_ic_aggregate_definitions
Definition: gwe-icidm.f90:61
type(inputparamdefinitiontype), parameter gweic_export_ascii
Definition: gwe-icidm.f90:20
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_ic_param_definitions
Definition: gwe-icidm.f90:54
type(inputparamdefinitiontype), parameter gweic_strt
Definition: gwe-icidm.f90:37
This module contains the InputDefinitionModule.