MODFLOW 6  version 6.7.0.dev2
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  .false., & ! multi-record
54  .false., & ! preserve case
55  .false., & ! layered
56  .false. & ! timeseries
57  )
58 
59  type(inputparamdefinitiontype), parameter :: &
61  ( &
62  'GWF', & ! component
63  'GHBG', & ! subcomponent
64  'OPTIONS', & ! block
65  'AUXILIARY', & ! tag name
66  'AUXILIARY', & ! fortran variable
67  'STRING', & ! type
68  'NAUX', & ! shape
69  'keyword to specify aux variables', & ! longname
70  .false., & ! required
71  .false., & ! multi-record
72  .false., & ! preserve case
73  .false., & ! layered
74  .false. & ! timeseries
75  )
76 
77  type(inputparamdefinitiontype), parameter :: &
79  ( &
80  'GWF', & ! component
81  'GHBG', & ! subcomponent
82  'OPTIONS', & ! block
83  'AUXMULTNAME', & ! tag name
84  'AUXMULTNAME', & ! fortran variable
85  'STRING', & ! type
86  '', & ! shape
87  'name of auxiliary variable for multiplier', & ! longname
88  .false., & ! required
89  .false., & ! multi-record
90  .false., & ! preserve case
91  .false., & ! layered
92  .false. & ! timeseries
93  )
94 
95  type(inputparamdefinitiontype), parameter :: &
97  ( &
98  'GWF', & ! component
99  'GHBG', & ! subcomponent
100  'OPTIONS', & ! block
101  'PRINT_INPUT', & ! tag name
102  'IPRPAK', & ! fortran variable
103  'KEYWORD', & ! type
104  '', & ! shape
105  'print input to listing file', & ! longname
106  .false., & ! required
107  .false., & ! multi-record
108  .false., & ! preserve case
109  .false., & ! layered
110  .false. & ! timeseries
111  )
112 
113  type(inputparamdefinitiontype), parameter :: &
115  ( &
116  'GWF', & ! component
117  'GHBG', & ! subcomponent
118  'OPTIONS', & ! block
119  'PRINT_FLOWS', & ! tag name
120  'IPRFLOW', & ! fortran variable
121  'KEYWORD', & ! type
122  '', & ! shape
123  'print calculated flows to listing file', & ! longname
124  .false., & ! required
125  .false., & ! multi-record
126  .false., & ! preserve case
127  .false., & ! layered
128  .false. & ! timeseries
129  )
130 
131  type(inputparamdefinitiontype), parameter :: &
133  ( &
134  'GWF', & ! component
135  'GHBG', & ! subcomponent
136  'OPTIONS', & ! block
137  'SAVE_FLOWS', & ! tag name
138  'IPAKCB', & ! fortran variable
139  'KEYWORD', & ! type
140  '', & ! shape
141  'save GHBG flows to budget file', & ! longname
142  .false., & ! required
143  .false., & ! multi-record
144  .false., & ! preserve case
145  .false., & ! layered
146  .false. & ! timeseries
147  )
148 
149  type(inputparamdefinitiontype), parameter :: &
151  ( &
152  'GWF', & ! component
153  'GHBG', & ! subcomponent
154  'OPTIONS', & ! block
155  'OBS_FILERECORD', & ! tag name
156  'OBS_FILERECORD', & ! fortran variable
157  'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type
158  '', & ! shape
159  '', & ! longname
160  .false., & ! required
161  .false., & ! multi-record
162  .false., & ! preserve case
163  .false., & ! layered
164  .false. & ! timeseries
165  )
166 
167  type(inputparamdefinitiontype), parameter :: &
169  ( &
170  'GWF', & ! component
171  'GHBG', & ! subcomponent
172  'OPTIONS', & ! block
173  'OBS6', & ! tag name
174  'OBS6', & ! fortran variable
175  'KEYWORD', & ! type
176  '', & ! shape
177  'obs keyword', & ! longname
178  .true., & ! required
179  .true., & ! multi-record
180  .false., & ! preserve case
181  .false., & ! layered
182  .false. & ! timeseries
183  )
184 
185  type(inputparamdefinitiontype), parameter :: &
187  ( &
188  'GWF', & ! component
189  'GHBG', & ! subcomponent
190  'OPTIONS', & ! block
191  'FILEIN', & ! tag name
192  'FILEIN', & ! fortran variable
193  'KEYWORD', & ! type
194  '', & ! shape
195  'file keyword', & ! longname
196  .true., & ! required
197  .true., & ! multi-record
198  .false., & ! preserve case
199  .false., & ! layered
200  .false. & ! timeseries
201  )
202 
203  type(inputparamdefinitiontype), parameter :: &
205  ( &
206  'GWF', & ! component
207  'GHBG', & ! subcomponent
208  'OPTIONS', & ! block
209  'OBS6_FILENAME', & ! tag name
210  'OBS6_FILENAME', & ! fortran variable
211  'STRING', & ! type
212  '', & ! shape
213  'obs6 input filename', & ! longname
214  .true., & ! required
215  .true., & ! multi-record
216  .true., & ! preserve case
217  .false., & ! layered
218  .false. & ! timeseries
219  )
220 
221  type(inputparamdefinitiontype), parameter :: &
223  ( &
224  'GWF', & ! component
225  'GHBG', & ! subcomponent
226  'OPTIONS', & ! block
227  'MOVER', & ! tag name
228  'MOVER', & ! fortran variable
229  'KEYWORD', & ! type
230  '', & ! shape
231  '', & ! longname
232  .false., & ! required
233  .false., & ! multi-record
234  .false., & ! preserve case
235  .false., & ! layered
236  .false. & ! timeseries
237  )
238 
239  type(inputparamdefinitiontype), parameter :: &
241  ( &
242  'GWF', & ! component
243  'GHBG', & ! subcomponent
244  'OPTIONS', & ! block
245  'EXPORT_ARRAY_NETCDF', & ! tag name
246  'EXPORT_NC', & ! fortran variable
247  'KEYWORD', & ! type
248  '', & ! shape
249  'export array variables to netcdf output files.', & ! longname
250  .false., & ! required
251  .false., & ! multi-record
252  .false., & ! preserve case
253  .false., & ! layered
254  .false. & ! timeseries
255  )
256 
257  type(inputparamdefinitiontype), parameter :: &
259  ( &
260  'GWF', & ! component
261  'GHBG', & ! subcomponent
262  'DIMENSIONS', & ! block
263  'MAXBOUND', & ! tag name
264  'MAXBOUND', & ! fortran variable
265  'INTEGER', & ! type
266  '', & ! shape
267  'maximum number of general-head boundaries in any stress period', & ! longname
268  .false., & ! required
269  .false., & ! multi-record
270  .false., & ! preserve case
271  .false., & ! layered
272  .false. & ! timeseries
273  )
274 
275  type(inputparamdefinitiontype), parameter :: &
277  ( &
278  'GWF', & ! component
279  'GHBG', & ! subcomponent
280  'PERIOD', & ! block
281  'BHEAD', & ! tag name
282  'BHEAD', & ! fortran variable
283  'DOUBLE1D', & ! type
284  'NODES', & ! shape
285  'boundary head', & ! longname
286  .true., & ! required
287  .false., & ! multi-record
288  .false., & ! preserve case
289  .true., & ! layered
290  .false. & ! timeseries
291  )
292 
293  type(inputparamdefinitiontype), parameter :: &
295  ( &
296  'GWF', & ! component
297  'GHBG', & ! subcomponent
298  'PERIOD', & ! block
299  'COND', & ! tag name
300  'COND', & ! fortran variable
301  'DOUBLE1D', & ! type
302  'NODES', & ! shape
303  'boundary conductance', & ! longname
304  .true., & ! required
305  .false., & ! multi-record
306  .false., & ! preserve case
307  .true., & ! layered
308  .false. & ! timeseries
309  )
310 
311  type(inputparamdefinitiontype), parameter :: &
313  ( &
314  'GWF', & ! component
315  'GHBG', & ! subcomponent
316  'PERIOD', & ! block
317  'AUX', & ! tag name
318  'AUXVAR', & ! fortran variable
319  'DOUBLE2D', & ! type
320  'NAUX NODES', & ! shape
321  'general-head boundary auxiliary variable iaux', & ! longname
322  .false., & ! required
323  .false., & ! multi-record
324  .false., & ! preserve case
325  .true., & ! layered
326  .false. & ! timeseries
327  )
328 
329  type(inputparamdefinitiontype), parameter :: &
331  [ &
335  gwfghbg_iprpak, &
336  gwfghbg_iprflow, &
337  gwfghbg_ipakcb, &
339  gwfghbg_obs6, &
340  gwfghbg_filein, &
342  gwfghbg_mover, &
345  gwfghbg_bhead, &
346  gwfghbg_cond, &
348  ]
349 
350  type(inputparamdefinitiontype), parameter :: &
352  [ &
354  ( &
355  '', & ! component
356  '', & ! subcomponent
357  '', & ! block
358  '', & ! tag name
359  '', & ! fortran variable
360  '', & ! type
361  '', & ! shape
362  '', & ! longname
363  .false., & ! required
364  .false., & ! multi-record
365  .false., & ! preserve case
366  .false., & ! layered
367  .false. & ! timeseries
368  ) &
369  ]
370 
371  type(inputblockdefinitiontype), parameter :: &
373  [ &
375  'OPTIONS', & ! blockname
376  .true., & ! required
377  .false., & ! aggregate
378  .false. & ! block_variable
379  ), &
381  'DIMENSIONS', & ! blockname
382  .false., & ! required
383  .false., & ! aggregate
384  .false. & ! block_variable
385  ), &
387  'PERIOD', & ! blockname
388  .true., & ! required
389  .false., & ! aggregate
390  .true. & ! block_variable
391  ) &
392  ]
393 
394 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:77
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:95
type(inputparamdefinitiontype), parameter gwfghbg_auxiliary
Definition: gwf-ghbgidm.f90:59
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.