MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
gwf-ghbgidm.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 :: readarraygrid = .false.
16  logical :: auxiliary = .false.
17  logical :: auxmultname = .false.
18  logical :: iprpak = .false.
19  logical :: iprflow = .false.
20  logical :: ipakcb = .false.
21  logical :: obs_filerecord = .false.
22  logical :: obs6 = .false.
23  logical :: filein = .false.
24  logical :: obs6_filename = .false.
25  logical :: mover = .false.
26  logical :: export_nc = .false.
27  logical :: maxbound = .false.
28  logical :: bhead = .false.
29  logical :: cond = .false.
30  logical :: auxvar = .false.
31  end type gwfghbgparamfoundtype
32 
33  logical :: gwf_ghbg_multi_package = .true.
34 
35  character(len=16), parameter :: &
37  [ &
38  ' ' &
39  ]
40 
41  type(inputparamdefinitiontype), parameter :: &
43  ( &
44  'GWF', & ! component
45  'GHBG', & ! subcomponent
46  'OPTIONS', & ! block
47  'READARRAYGRID', & ! tag name
48  'READARRAYGRID', & ! fortran variable
49  'KEYWORD', & ! type
50  '', & ! shape
51  'use array-based grid input', & ! longname
52  .true., & ! required
53  .true., & ! prerelease
54  .false., & ! multi-record
55  .false., & ! preserve case
56  .false., & ! layered
57  .false. & ! timeseries
58  )
59 
60  type(inputparamdefinitiontype), parameter :: &
62  ( &
63  'GWF', & ! component
64  'GHBG', & ! subcomponent
65  'OPTIONS', & ! block
66  'AUXILIARY', & ! tag name
67  'AUXILIARY', & ! fortran variable
68  'STRING', & ! type
69  'NAUX', & ! shape
70  'keyword to specify aux variables', & ! longname
71  .false., & ! required
72  .false., & ! prerelease
73  .false., & ! multi-record
74  .false., & ! preserve case
75  .false., & ! layered
76  .false. & ! timeseries
77  )
78 
79  type(inputparamdefinitiontype), parameter :: &
81  ( &
82  'GWF', & ! component
83  'GHBG', & ! subcomponent
84  'OPTIONS', & ! block
85  'AUXMULTNAME', & ! tag name
86  'AUXMULTNAME', & ! fortran variable
87  'STRING', & ! type
88  '', & ! shape
89  'name of auxiliary variable for multiplier', & ! longname
90  .false., & ! required
91  .false., & ! prerelease
92  .false., & ! multi-record
93  .false., & ! preserve case
94  .false., & ! layered
95  .false. & ! timeseries
96  )
97 
98  type(inputparamdefinitiontype), parameter :: &
100  ( &
101  'GWF', & ! component
102  'GHBG', & ! subcomponent
103  'OPTIONS', & ! block
104  'PRINT_INPUT', & ! tag name
105  'IPRPAK', & ! fortran variable
106  'KEYWORD', & ! type
107  '', & ! shape
108  'print input to listing file', & ! longname
109  .false., & ! required
110  .false., & ! prerelease
111  .false., & ! multi-record
112  .false., & ! preserve case
113  .false., & ! layered
114  .false. & ! timeseries
115  )
116 
117  type(inputparamdefinitiontype), parameter :: &
119  ( &
120  'GWF', & ! component
121  'GHBG', & ! subcomponent
122  'OPTIONS', & ! block
123  'PRINT_FLOWS', & ! tag name
124  'IPRFLOW', & ! fortran variable
125  'KEYWORD', & ! type
126  '', & ! shape
127  'print calculated flows to listing file', & ! longname
128  .false., & ! required
129  .false., & ! prerelease
130  .false., & ! multi-record
131  .false., & ! preserve case
132  .false., & ! layered
133  .false. & ! timeseries
134  )
135 
136  type(inputparamdefinitiontype), parameter :: &
138  ( &
139  'GWF', & ! component
140  'GHBG', & ! subcomponent
141  'OPTIONS', & ! block
142  'SAVE_FLOWS', & ! tag name
143  'IPAKCB', & ! fortran variable
144  'KEYWORD', & ! type
145  '', & ! shape
146  'save GHBG flows to budget file', & ! longname
147  .false., & ! required
148  .false., & ! prerelease
149  .false., & ! multi-record
150  .false., & ! preserve case
151  .false., & ! layered
152  .false. & ! timeseries
153  )
154 
155  type(inputparamdefinitiontype), parameter :: &
157  ( &
158  'GWF', & ! component
159  'GHBG', & ! subcomponent
160  'OPTIONS', & ! block
161  'OBS_FILERECORD', & ! tag name
162  'OBS_FILERECORD', & ! fortran variable
163  'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type
164  '', & ! shape
165  '', & ! longname
166  .false., & ! required
167  .false., & ! prerelease
168  .false., & ! multi-record
169  .false., & ! preserve case
170  .false., & ! layered
171  .false. & ! timeseries
172  )
173 
174  type(inputparamdefinitiontype), parameter :: &
176  ( &
177  'GWF', & ! component
178  'GHBG', & ! subcomponent
179  'OPTIONS', & ! block
180  'OBS6', & ! tag name
181  'OBS6', & ! fortran variable
182  'KEYWORD', & ! type
183  '', & ! shape
184  'obs keyword', & ! longname
185  .true., & ! required
186  .false., & ! prerelease
187  .true., & ! multi-record
188  .false., & ! preserve case
189  .false., & ! layered
190  .false. & ! timeseries
191  )
192 
193  type(inputparamdefinitiontype), parameter :: &
195  ( &
196  'GWF', & ! component
197  'GHBG', & ! subcomponent
198  'OPTIONS', & ! block
199  'FILEIN', & ! tag name
200  'FILEIN', & ! fortran variable
201  'KEYWORD', & ! type
202  '', & ! shape
203  'file keyword', & ! longname
204  .true., & ! required
205  .false., & ! prerelease
206  .true., & ! multi-record
207  .false., & ! preserve case
208  .false., & ! layered
209  .false. & ! timeseries
210  )
211 
212  type(inputparamdefinitiontype), parameter :: &
214  ( &
215  'GWF', & ! component
216  'GHBG', & ! subcomponent
217  'OPTIONS', & ! block
218  'OBS6_FILENAME', & ! tag name
219  'OBS6_FILENAME', & ! fortran variable
220  'STRING', & ! type
221  '', & ! shape
222  'obs6 input filename', & ! longname
223  .true., & ! required
224  .false., & ! prerelease
225  .true., & ! multi-record
226  .true., & ! preserve case
227  .false., & ! layered
228  .false. & ! timeseries
229  )
230 
231  type(inputparamdefinitiontype), parameter :: &
233  ( &
234  'GWF', & ! component
235  'GHBG', & ! subcomponent
236  'OPTIONS', & ! block
237  'MOVER', & ! tag name
238  'MOVER', & ! fortran variable
239  'KEYWORD', & ! type
240  '', & ! shape
241  '', & ! longname
242  .false., & ! required
243  .false., & ! prerelease
244  .false., & ! multi-record
245  .false., & ! preserve case
246  .false., & ! layered
247  .false. & ! timeseries
248  )
249 
250  type(inputparamdefinitiontype), parameter :: &
252  ( &
253  'GWF', & ! component
254  'GHBG', & ! subcomponent
255  'OPTIONS', & ! block
256  'EXPORT_ARRAY_NETCDF', & ! tag name
257  'EXPORT_NC', & ! fortran variable
258  'KEYWORD', & ! type
259  '', & ! shape
260  'export array variables to netcdf output files.', & ! longname
261  .false., & ! required
262  .false., & ! prerelease
263  .false., & ! multi-record
264  .false., & ! preserve case
265  .false., & ! layered
266  .false. & ! timeseries
267  )
268 
269  type(inputparamdefinitiontype), parameter :: &
271  ( &
272  'GWF', & ! component
273  'GHBG', & ! subcomponent
274  'DIMENSIONS', & ! block
275  'MAXBOUND', & ! tag name
276  'MAXBOUND', & ! fortran variable
277  'INTEGER', & ! type
278  '', & ! shape
279  'maximum number of general-head boundaries in any stress period', & ! longname
280  .false., & ! required
281  .false., & ! prerelease
282  .false., & ! multi-record
283  .false., & ! preserve case
284  .false., & ! layered
285  .false. & ! timeseries
286  )
287 
288  type(inputparamdefinitiontype), parameter :: &
290  ( &
291  'GWF', & ! component
292  'GHBG', & ! subcomponent
293  'PERIOD', & ! block
294  'BHEAD', & ! tag name
295  'BHEAD', & ! fortran variable
296  'DOUBLE1D', & ! type
297  'NODES', & ! shape
298  'boundary head', & ! longname
299  .true., & ! required
300  .false., & ! prerelease
301  .false., & ! multi-record
302  .false., & ! preserve case
303  .true., & ! layered
304  .false. & ! timeseries
305  )
306 
307  type(inputparamdefinitiontype), parameter :: &
309  ( &
310  'GWF', & ! component
311  'GHBG', & ! subcomponent
312  'PERIOD', & ! block
313  'COND', & ! tag name
314  'COND', & ! fortran variable
315  'DOUBLE1D', & ! type
316  'NODES', & ! shape
317  'boundary conductance', & ! longname
318  .true., & ! required
319  .false., & ! prerelease
320  .false., & ! multi-record
321  .false., & ! preserve case
322  .true., & ! layered
323  .false. & ! timeseries
324  )
325 
326  type(inputparamdefinitiontype), parameter :: &
328  ( &
329  'GWF', & ! component
330  'GHBG', & ! subcomponent
331  'PERIOD', & ! block
332  'AUX', & ! tag name
333  'AUXVAR', & ! fortran variable
334  'DOUBLE2D', & ! type
335  'NAUX NODES', & ! shape
336  'general-head boundary auxiliary variable iaux', & ! longname
337  .false., & ! required
338  .false., & ! prerelease
339  .false., & ! multi-record
340  .false., & ! preserve case
341  .true., & ! layered
342  .false. & ! timeseries
343  )
344 
345  type(inputparamdefinitiontype), parameter :: &
347  [ &
351  gwfghbg_iprpak, &
352  gwfghbg_iprflow, &
353  gwfghbg_ipakcb, &
355  gwfghbg_obs6, &
356  gwfghbg_filein, &
358  gwfghbg_mover, &
361  gwfghbg_bhead, &
362  gwfghbg_cond, &
364  ]
365 
366  type(inputparamdefinitiontype), parameter :: &
368  [ &
370  ( &
371  '', & ! component
372  '', & ! subcomponent
373  '', & ! block
374  '', & ! tag name
375  '', & ! fortran variable
376  '', & ! type
377  '', & ! shape
378  '', & ! longname
379  .false., & ! required
380  .false., & ! prerelease
381  .false., & ! multi-record
382  .false., & ! preserve case
383  .false., & ! layered
384  .false. & ! timeseries
385  ) &
386  ]
387 
388  type(inputblockdefinitiontype), parameter :: &
390  [ &
392  'OPTIONS', & ! blockname
393  .true., & ! required
394  .false., & ! aggregate
395  .false. & ! block_variable
396  ), &
398  'DIMENSIONS', & ! blockname
399  .false., & ! required
400  .false., & ! aggregate
401  .false. & ! block_variable
402  ), &
404  'PERIOD', & ! blockname
405  .true., & ! required
406  .false., & ! aggregate
407  .true. & ! block_variable
408  ) &
409  ]
410 
411 end module gwfghbginputmodule
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 gwfghbg_maxbound
type(inputparamdefinitiontype), parameter gwfghbg_cond
type(inputparamdefinitiontype), parameter gwfghbg_readarraygrid
Definition: gwf-ghbgidm.f90:41
type(inputparamdefinitiontype), parameter gwfghbg_ipakcb
type(inputparamdefinitiontype), parameter gwfghbg_iprflow
type(inputparamdefinitiontype), parameter gwfghbg_obs_filerecord
type(inputparamdefinitiontype), parameter gwfghbg_filein
character(len=16), dimension(*), parameter, public gwf_ghbg_subpackages
Definition: gwf-ghbgidm.f90:35
type(inputparamdefinitiontype), parameter gwfghbg_export_nc
type(inputparamdefinitiontype), parameter gwfghbg_mover
type(inputparamdefinitiontype), parameter gwfghbg_auxmultname
Definition: gwf-ghbgidm.f90:79
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_ghbg_param_definitions
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_ghbg_aggregate_definitions
type(inputblockdefinitiontype), dimension(*), parameter, public gwf_ghbg_block_definitions
type(inputparamdefinitiontype), parameter gwfghbg_iprpak
Definition: gwf-ghbgidm.f90:98
type(inputparamdefinitiontype), parameter gwfghbg_auxiliary
Definition: gwf-ghbgidm.f90:60
type(inputparamdefinitiontype), parameter gwfghbg_auxvar
logical, public gwf_ghbg_multi_package
Definition: gwf-ghbgidm.f90:33
type(inputparamdefinitiontype), parameter gwfghbg_obs6_filename
type(inputparamdefinitiontype), parameter gwfghbg_obs6
type(inputparamdefinitiontype), parameter gwfghbg_bhead
This module contains the InputDefinitionModule.