MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
exg-swfgwfidm.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 
15  logical :: ipr_input = .false.
16  logical :: ipr_flow = .false.
17  logical :: ifixedcond = .false.
18  logical :: obs_filerecord = .false.
19  logical :: obs6 = .false.
20  logical :: filein = .false.
21  logical :: obs6_filename = .false.
22  logical :: nexg = .false.
23  logical :: cellidm1 = .false.
24  logical :: cellidm2 = .false.
25  logical :: bedleak = .false.
26  logical :: cfact = .false.
28 
29  logical :: exg_swfgwf_multi_package = .true.
30 
31  character(len=16), parameter :: &
33  [ &
34  ' ' &
35  ]
36 
37  type(inputparamdefinitiontype), parameter :: &
39  ( &
40  'EXG', & ! component
41  'SWFGWF', & ! subcomponent
42  'OPTIONS', & ! block
43  'PRINT_INPUT', & ! tag name
44  'IPR_INPUT', & ! fortran variable
45  'KEYWORD', & ! type
46  '', & ! shape
47  'keyword to print input to list file', & ! longname
48  .false., & ! required
49  .false., & ! multi-record
50  .false., & ! preserve case
51  .false., & ! layered
52  .false. & ! timeseries
53  )
54 
55  type(inputparamdefinitiontype), parameter :: &
57  ( &
58  'EXG', & ! component
59  'SWFGWF', & ! subcomponent
60  'OPTIONS', & ! block
61  'PRINT_FLOWS', & ! tag name
62  'IPR_FLOW', & ! fortran variable
63  'KEYWORD', & ! type
64  '', & ! shape
65  'keyword to print swfgwf flows to list file', & ! longname
66  .false., & ! required
67  .false., & ! multi-record
68  .false., & ! preserve case
69  .false., & ! layered
70  .false. & ! timeseries
71  )
72 
73  type(inputparamdefinitiontype), parameter :: &
75  ( &
76  'EXG', & ! component
77  'SWFGWF', & ! subcomponent
78  'OPTIONS', & ! block
79  'FIXED_CONDUCTANCE', & ! tag name
80  'IFIXEDCOND', & ! fortran variable
81  'KEYWORD', & ! type
82  '', & ! shape
83  'keyword to indicate conductance is fixed', & ! longname
84  .false., & ! required
85  .false., & ! multi-record
86  .false., & ! preserve case
87  .false., & ! layered
88  .false. & ! timeseries
89  )
90 
91  type(inputparamdefinitiontype), parameter :: &
93  ( &
94  'EXG', & ! component
95  'SWFGWF', & ! subcomponent
96  'OPTIONS', & ! block
97  'OBS_FILERECORD', & ! tag name
98  'OBS_FILERECORD', & ! fortran variable
99  'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type
100  '', & ! shape
101  '', & ! longname
102  .false., & ! required
103  .false., & ! multi-record
104  .false., & ! preserve case
105  .false., & ! layered
106  .false. & ! timeseries
107  )
108 
109  type(inputparamdefinitiontype), parameter :: &
111  ( &
112  'EXG', & ! component
113  'SWFGWF', & ! subcomponent
114  'OPTIONS', & ! block
115  'OBS6', & ! tag name
116  'OBS6', & ! fortran variable
117  'KEYWORD', & ! type
118  '', & ! shape
119  'obs keyword', & ! longname
120  .true., & ! required
121  .true., & ! multi-record
122  .false., & ! preserve case
123  .false., & ! layered
124  .false. & ! timeseries
125  )
126 
127  type(inputparamdefinitiontype), parameter :: &
129  ( &
130  'EXG', & ! component
131  'SWFGWF', & ! subcomponent
132  'OPTIONS', & ! block
133  'FILEIN', & ! tag name
134  'FILEIN', & ! fortran variable
135  'KEYWORD', & ! type
136  '', & ! shape
137  'file keyword', & ! longname
138  .true., & ! required
139  .true., & ! multi-record
140  .false., & ! preserve case
141  .false., & ! layered
142  .false. & ! timeseries
143  )
144 
145  type(inputparamdefinitiontype), parameter :: &
147  ( &
148  'EXG', & ! component
149  'SWFGWF', & ! subcomponent
150  'OPTIONS', & ! block
151  'OBS6_FILENAME', & ! tag name
152  'OBS6_FILENAME', & ! fortran variable
153  'STRING', & ! type
154  '', & ! shape
155  'obs6 input filename', & ! longname
156  .true., & ! required
157  .true., & ! multi-record
158  .true., & ! preserve case
159  .false., & ! layered
160  .false. & ! timeseries
161  )
162 
163  type(inputparamdefinitiontype), parameter :: &
165  ( &
166  'EXG', & ! component
167  'SWFGWF', & ! subcomponent
168  'DIMENSIONS', & ! block
169  'NEXG', & ! tag name
170  'NEXG', & ! fortran variable
171  'INTEGER', & ! type
172  '', & ! shape
173  'number of exchanges', & ! longname
174  .true., & ! required
175  .false., & ! multi-record
176  .false., & ! preserve case
177  .false., & ! layered
178  .false. & ! timeseries
179  )
180 
181  type(inputparamdefinitiontype), parameter :: &
183  ( &
184  'EXG', & ! component
185  'SWFGWF', & ! subcomponent
186  'EXCHANGEDATA', & ! block
187  'CELLIDM1', & ! tag name
188  'CELLIDM1', & ! fortran variable
189  'INTEGER1D', & ! type
190  'NCELLDIM', & ! shape
191  'cellid of cell in surface water model', & ! longname
192  .true., & ! required
193  .true., & ! multi-record
194  .false., & ! preserve case
195  .false., & ! layered
196  .false. & ! timeseries
197  )
198 
199  type(inputparamdefinitiontype), parameter :: &
201  ( &
202  'EXG', & ! component
203  'SWFGWF', & ! subcomponent
204  'EXCHANGEDATA', & ! block
205  'CELLIDM2', & ! tag name
206  'CELLIDM2', & ! fortran variable
207  'INTEGER1D', & ! type
208  'NCELLDIM', & ! shape
209  'cellid of cell in groundwater model', & ! longname
210  .true., & ! required
211  .true., & ! multi-record
212  .false., & ! preserve case
213  .false., & ! layered
214  .false. & ! timeseries
215  )
216 
217  type(inputparamdefinitiontype), parameter :: &
219  ( &
220  'EXG', & ! component
221  'SWFGWF', & ! subcomponent
222  'EXCHANGEDATA', & ! block
223  'BEDLEAK', & ! tag name
224  'BEDLEAK', & ! fortran variable
225  'DOUBLE', & ! type
226  '', & ! shape
227  'bed leakance', & ! longname
228  .true., & ! required
229  .true., & ! multi-record
230  .false., & ! preserve case
231  .false., & ! layered
232  .false. & ! timeseries
233  )
234 
235  type(inputparamdefinitiontype), parameter :: &
237  ( &
238  'EXG', & ! component
239  'SWFGWF', & ! subcomponent
240  'EXCHANGEDATA', & ! block
241  'CFACT', & ! tag name
242  'CFACT', & ! fortran variable
243  'DOUBLE', & ! type
244  '', & ! shape
245  'factor used for conductance calculation', & ! longname
246  .true., & ! required
247  .true., & ! multi-record
248  .false., & ! preserve case
249  .false., & ! layered
250  .false. & ! timeseries
251  )
252 
253  type(inputparamdefinitiontype), parameter :: &
255  [ &
260  exgswfgwf_obs6, &
263  exgswfgwf_nexg, &
268  ]
269 
270  type(inputparamdefinitiontype), parameter :: &
272  ( &
273  'EXG', & ! component
274  'SWFGWF', & ! subcomponent
275  'EXCHANGEDATA', & ! block
276  'EXCHANGEDATA', & ! tag name
277  'EXCHANGEDATA', & ! fortran variable
278  'RECARRAY CELLIDM1 CELLIDM2 BEDLEAK CFACT', & ! type
279  'NEXG', & ! shape
280  'exchange data', & ! longname
281  .true., & ! required
282  .false., & ! multi-record
283  .false., & ! preserve case
284  .false., & ! layered
285  .false. & ! timeseries
286  )
287 
288  type(inputparamdefinitiontype), parameter :: &
290  [ &
292  ]
293 
294  type(inputblockdefinitiontype), parameter :: &
296  [ &
298  'OPTIONS', & ! blockname
299  .false., & ! required
300  .false., & ! aggregate
301  .false. & ! block_variable
302  ), &
304  'DIMENSIONS', & ! blockname
305  .true., & ! required
306  .false., & ! aggregate
307  .false. & ! block_variable
308  ), &
310  'EXCHANGEDATA', & ! blockname
311  .true., & ! required
312  .true., & ! aggregate
313  .false. & ! block_variable
314  ) &
315  ]
316 
317 end module exgswfgwfinputmodule
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 exgswfgwf_cfact
type(inputparamdefinitiontype), parameter exgswfgwf_exchangedata
logical, public exg_swfgwf_multi_package
type(inputparamdefinitiontype), parameter exgswfgwf_bedleak
type(inputparamdefinitiontype), parameter exgswfgwf_filein
type(inputparamdefinitiontype), parameter exgswfgwf_nexg
type(inputparamdefinitiontype), parameter exgswfgwf_ipr_input
type(inputparamdefinitiontype), parameter exgswfgwf_ifixedcond
type(inputparamdefinitiontype), dimension(*), parameter, public exg_swfgwf_aggregate_definitions
type(inputparamdefinitiontype), parameter exgswfgwf_obs_filerecord
type(inputblockdefinitiontype), dimension(*), parameter, public exg_swfgwf_block_definitions
type(inputparamdefinitiontype), parameter exgswfgwf_cellidm2
type(inputparamdefinitiontype), dimension(*), parameter, public exg_swfgwf_param_definitions
character(len=16), dimension(*), parameter, public exg_swfgwf_subpackages
type(inputparamdefinitiontype), parameter exgswfgwf_cellidm1
type(inputparamdefinitiontype), parameter exgswfgwf_obs6_filename
type(inputparamdefinitiontype), parameter exgswfgwf_obs6
type(inputparamdefinitiontype), parameter exgswfgwf_ipr_flow
This module contains the InputDefinitionModule.