MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
gwe-fmiidm.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  public gwe_fmi_subpackages
13 
15  logical :: save_flows = .false.
16  logical :: imbalancecorrect = .false.
17  logical :: flowtype = .false.
18  logical :: filein = .false.
19  logical :: fname = .false.
20  end type gwefmiparamfoundtype
21 
22  logical :: gwe_fmi_multi_package = .false.
23 
24  character(len=16), parameter :: &
25  gwe_fmi_subpackages(*) = &
26  [ &
27  ' ' &
28  ]
29 
30  type(inputparamdefinitiontype), parameter :: &
32  ( &
33  'GWE', & ! component
34  'FMI', & ! subcomponent
35  'OPTIONS', & ! block
36  'SAVE_FLOWS', & ! tag name
37  'SAVE_FLOWS', & ! fortran variable
38  'KEYWORD', & ! type
39  '', & ! shape
40  'save calculated flow imbalance correction to budget file', & ! longname
41  .false., & ! required
42  .false., & ! prerelease
43  .false., & ! multi-record
44  .false., & ! preserve case
45  .false., & ! layered
46  .false. & ! timeseries
47  )
48 
49  type(inputparamdefinitiontype), parameter :: &
51  ( &
52  'GWE', & ! component
53  'FMI', & ! subcomponent
54  'OPTIONS', & ! block
55  'FLOW_IMBALANCE_CORRECTION', & ! tag name
56  'IMBALANCECORRECT', & ! fortran variable
57  'KEYWORD', & ! type
58  '', & ! shape
59  'correct for flow imbalance', & ! longname
60  .false., & ! required
61  .false., & ! prerelease
62  .false., & ! multi-record
63  .false., & ! preserve case
64  .false., & ! layered
65  .false. & ! timeseries
66  )
67 
68  type(inputparamdefinitiontype), parameter :: &
70  ( &
71  'GWE', & ! component
72  'FMI', & ! subcomponent
73  'PACKAGEDATA', & ! block
74  'FLOWTYPE', & ! tag name
75  'FLOWTYPE', & ! fortran variable
76  'STRING', & ! type
77  '', & ! shape
78  'flow type', & ! longname
79  .true., & ! required
80  .false., & ! prerelease
81  .true., & ! multi-record
82  .false., & ! preserve case
83  .false., & ! layered
84  .false. & ! timeseries
85  )
86 
87  type(inputparamdefinitiontype), parameter :: &
89  ( &
90  'GWE', & ! component
91  'FMI', & ! subcomponent
92  'PACKAGEDATA', & ! block
93  'FILEIN', & ! tag name
94  'FILEIN', & ! fortran variable
95  'KEYWORD', & ! type
96  '', & ! shape
97  'file keyword', & ! longname
98  .true., & ! required
99  .false., & ! prerelease
100  .true., & ! multi-record
101  .false., & ! preserve case
102  .false., & ! layered
103  .false. & ! timeseries
104  )
105 
106  type(inputparamdefinitiontype), parameter :: &
108  ( &
109  'GWE', & ! component
110  'FMI', & ! subcomponent
111  'PACKAGEDATA', & ! block
112  'FNAME', & ! tag name
113  'FNAME', & ! fortran variable
114  'STRING', & ! type
115  '', & ! shape
116  'file name', & ! longname
117  .true., & ! required
118  .false., & ! prerelease
119  .true., & ! multi-record
120  .true., & ! preserve case
121  .false., & ! layered
122  .false. & ! timeseries
123  )
124 
125  type(inputparamdefinitiontype), parameter :: &
127  [ &
130  gwefmi_flowtype, &
131  gwefmi_filein, &
132  gwefmi_fname &
133  ]
134 
135  type(inputparamdefinitiontype), parameter :: &
137  ( &
138  'GWE', & ! component
139  'FMI', & ! subcomponent
140  'PACKAGEDATA', & ! block
141  'PACKAGEDATA', & ! tag name
142  'PACKAGEDATA', & ! fortran variable
143  'RECARRAY FLOWTYPE FILEIN FNAME', & ! type
144  '', & ! shape
145  'flowtype list', & ! longname
146  .false., & ! required
147  .false., & ! prerelease
148  .false., & ! multi-record
149  .false., & ! preserve case
150  .false., & ! layered
151  .false. & ! timeseries
152  )
153 
154  type(inputparamdefinitiontype), parameter :: &
156  [ &
158  ]
159 
160  type(inputblockdefinitiontype), parameter :: &
162  [ &
164  'OPTIONS', & ! blockname
165  .false., & ! required
166  .false., & ! aggregate
167  .false. & ! block_variable
168  ), &
170  'PACKAGEDATA', & ! blockname
171  .false., & ! required
172  .true., & ! aggregate
173  .false. & ! block_variable
174  ) &
175  ]
176 
177 end module gwefmiinputmodule
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), parameter gwefmi_save_flows
Definition: gwe-fmiidm.f90:30
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_fmi_param_definitions
Definition: gwe-fmiidm.f90:125
type(inputblockdefinitiontype), dimension(*), parameter, public gwe_fmi_block_definitions
Definition: gwe-fmiidm.f90:160
type(inputparamdefinitiontype), parameter gwefmi_fname
Definition: gwe-fmiidm.f90:106
logical, public gwe_fmi_multi_package
Definition: gwe-fmiidm.f90:22
type(inputparamdefinitiontype), parameter gwefmi_flowtype
Definition: gwe-fmiidm.f90:68
character(len=16), dimension(*), parameter, public gwe_fmi_subpackages
Definition: gwe-fmiidm.f90:24
type(inputparamdefinitiontype), parameter gwefmi_filein
Definition: gwe-fmiidm.f90:87
type(inputparamdefinitiontype), parameter gwefmi_packagedata
Definition: gwe-fmiidm.f90:135
type(inputparamdefinitiontype), parameter gwefmi_imbalancecorrect
Definition: gwe-fmiidm.f90:49
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_fmi_aggregate_definitions
Definition: gwe-fmiidm.f90:154
This module contains the InputDefinitionModule.