MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
olf-zdgidm.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 olf_zdg_subpackages
13 
15  logical :: auxiliary = .false.
16  logical :: boundnames = .false.
17  logical :: iprpak = .false.
18  logical :: iprflow = .false.
19  logical :: ipakcb = .false.
20  logical :: ts_filerecord = .false.
21  logical :: ts6 = .false.
22  logical :: filein = .false.
23  logical :: ts6_filename = .false.
24  logical :: obs_filerecord = .false.
25  logical :: obs6 = .false.
26  logical :: obs6_filename = .false.
27  logical :: maxbound = .false.
28  logical :: cellid = .false.
29  logical :: idcxs = .false.
30  logical :: width = .false.
31  logical :: slope = .false.
32  logical :: rough = .false.
33  logical :: auxvar = .false.
34  logical :: boundname = .false.
35  end type olfzdgparamfoundtype
36 
37  logical :: olf_zdg_multi_package = .true.
38 
39  character(len=16), parameter :: &
40  olf_zdg_subpackages(*) = &
41  [ &
42  ' ' &
43  ]
44 
45  type(inputparamdefinitiontype), parameter :: &
47  ( &
48  'OLF', & ! component
49  'ZDG', & ! subcomponent
50  'OPTIONS', & ! block
51  'AUXILIARY', & ! tag name
52  'AUXILIARY', & ! fortran variable
53  'STRING', & ! type
54  'NAUX', & ! shape
55  'keyword to specify aux variables', & ! longname
56  .false., & ! required
57  .false., & ! prerelease
58  .false., & ! multi-record
59  .false., & ! preserve case
60  .false., & ! layered
61  .false. & ! timeseries
62  )
63 
64  type(inputparamdefinitiontype), parameter :: &
66  ( &
67  'OLF', & ! component
68  'ZDG', & ! subcomponent
69  'OPTIONS', & ! block
70  'BOUNDNAMES', & ! tag name
71  'BOUNDNAMES', & ! fortran variable
72  'KEYWORD', & ! type
73  '', & ! shape
74  '', & ! longname
75  .false., & ! required
76  .false., & ! prerelease
77  .false., & ! multi-record
78  .false., & ! preserve case
79  .false., & ! layered
80  .false. & ! timeseries
81  )
82 
83  type(inputparamdefinitiontype), parameter :: &
85  ( &
86  'OLF', & ! component
87  'ZDG', & ! subcomponent
88  'OPTIONS', & ! block
89  'PRINT_INPUT', & ! tag name
90  'IPRPAK', & ! fortran variable
91  'KEYWORD', & ! type
92  '', & ! shape
93  'print input to listing file', & ! longname
94  .false., & ! required
95  .false., & ! prerelease
96  .false., & ! multi-record
97  .false., & ! preserve case
98  .false., & ! layered
99  .false. & ! timeseries
100  )
101 
102  type(inputparamdefinitiontype), parameter :: &
104  ( &
105  'OLF', & ! component
106  'ZDG', & ! subcomponent
107  'OPTIONS', & ! block
108  'PRINT_FLOWS', & ! tag name
109  'IPRFLOW', & ! fortran variable
110  'KEYWORD', & ! type
111  '', & ! shape
112  'print calculated flows to listing file', & ! longname
113  .false., & ! required
114  .false., & ! prerelease
115  .false., & ! multi-record
116  .false., & ! preserve case
117  .false., & ! layered
118  .false. & ! timeseries
119  )
120 
121  type(inputparamdefinitiontype), parameter :: &
123  ( &
124  'OLF', & ! component
125  'ZDG', & ! subcomponent
126  'OPTIONS', & ! block
127  'SAVE_FLOWS', & ! tag name
128  'IPAKCB', & ! fortran variable
129  'KEYWORD', & ! type
130  '', & ! shape
131  'save flows to budget file', & ! longname
132  .false., & ! required
133  .false., & ! prerelease
134  .false., & ! multi-record
135  .false., & ! preserve case
136  .false., & ! layered
137  .false. & ! timeseries
138  )
139 
140  type(inputparamdefinitiontype), parameter :: &
142  ( &
143  'OLF', & ! component
144  'ZDG', & ! subcomponent
145  'OPTIONS', & ! block
146  'TS_FILERECORD', & ! tag name
147  'TS_FILERECORD', & ! fortran variable
148  'RECORD TS6 FILEIN TS6_FILENAME', & ! type
149  '', & ! shape
150  '', & ! longname
151  .false., & ! required
152  .false., & ! prerelease
153  .false., & ! multi-record
154  .false., & ! preserve case
155  .false., & ! layered
156  .false. & ! timeseries
157  )
158 
159  type(inputparamdefinitiontype), parameter :: &
161  ( &
162  'OLF', & ! component
163  'ZDG', & ! subcomponent
164  'OPTIONS', & ! block
165  'TS6', & ! tag name
166  'TS6', & ! fortran variable
167  'KEYWORD', & ! type
168  '', & ! shape
169  'head keyword', & ! longname
170  .true., & ! required
171  .false., & ! prerelease
172  .true., & ! multi-record
173  .false., & ! preserve case
174  .false., & ! layered
175  .false. & ! timeseries
176  )
177 
178  type(inputparamdefinitiontype), parameter :: &
180  ( &
181  'OLF', & ! component
182  'ZDG', & ! subcomponent
183  'OPTIONS', & ! block
184  'FILEIN', & ! tag name
185  'FILEIN', & ! fortran variable
186  'KEYWORD', & ! type
187  '', & ! shape
188  'file keyword', & ! longname
189  .true., & ! required
190  .false., & ! prerelease
191  .true., & ! multi-record
192  .false., & ! preserve case
193  .false., & ! layered
194  .false. & ! timeseries
195  )
196 
197  type(inputparamdefinitiontype), parameter :: &
199  ( &
200  'OLF', & ! component
201  'ZDG', & ! subcomponent
202  'OPTIONS', & ! block
203  'TS6_FILENAME', & ! tag name
204  'TS6_FILENAME', & ! fortran variable
205  'STRING', & ! type
206  '', & ! shape
207  'file name of time series information', & ! longname
208  .true., & ! required
209  .false., & ! prerelease
210  .true., & ! multi-record
211  .true., & ! preserve case
212  .false., & ! layered
213  .false. & ! timeseries
214  )
215 
216  type(inputparamdefinitiontype), parameter :: &
218  ( &
219  'OLF', & ! component
220  'ZDG', & ! subcomponent
221  'OPTIONS', & ! block
222  'OBS_FILERECORD', & ! tag name
223  'OBS_FILERECORD', & ! fortran variable
224  'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type
225  '', & ! shape
226  '', & ! longname
227  .false., & ! required
228  .false., & ! prerelease
229  .false., & ! multi-record
230  .false., & ! preserve case
231  .false., & ! layered
232  .false. & ! timeseries
233  )
234 
235  type(inputparamdefinitiontype), parameter :: &
237  ( &
238  'OLF', & ! component
239  'ZDG', & ! subcomponent
240  'OPTIONS', & ! block
241  'OBS6', & ! tag name
242  'OBS6', & ! fortran variable
243  'KEYWORD', & ! type
244  '', & ! shape
245  'obs keyword', & ! longname
246  .true., & ! required
247  .false., & ! prerelease
248  .true., & ! multi-record
249  .false., & ! preserve case
250  .false., & ! layered
251  .false. & ! timeseries
252  )
253 
254  type(inputparamdefinitiontype), parameter :: &
256  ( &
257  'OLF', & ! component
258  'ZDG', & ! subcomponent
259  'OPTIONS', & ! block
260  'OBS6_FILENAME', & ! tag name
261  'OBS6_FILENAME', & ! fortran variable
262  'STRING', & ! type
263  '', & ! shape
264  'obs6 input filename', & ! longname
265  .true., & ! required
266  .false., & ! prerelease
267  .true., & ! multi-record
268  .true., & ! preserve case
269  .false., & ! layered
270  .false. & ! timeseries
271  )
272 
273  type(inputparamdefinitiontype), parameter :: &
275  ( &
276  'OLF', & ! component
277  'ZDG', & ! subcomponent
278  'DIMENSIONS', & ! block
279  'MAXBOUND', & ! tag name
280  'MAXBOUND', & ! fortran variable
281  'INTEGER', & ! type
282  '', & ! shape
283  'maximum number of zero-depth-gradient boundaries', & ! longname
284  .true., & ! required
285  .false., & ! prerelease
286  .false., & ! multi-record
287  .false., & ! preserve case
288  .false., & ! layered
289  .false. & ! timeseries
290  )
291 
292  type(inputparamdefinitiontype), parameter :: &
294  ( &
295  'OLF', & ! component
296  'ZDG', & ! subcomponent
297  'PERIOD', & ! block
298  'CELLID', & ! tag name
299  'CELLID', & ! fortran variable
300  'INTEGER1D', & ! type
301  'NCELLDIM', & ! shape
302  'cell identifier', & ! longname
303  .true., & ! required
304  .false., & ! prerelease
305  .true., & ! multi-record
306  .false., & ! preserve case
307  .false., & ! layered
308  .false. & ! timeseries
309  )
310 
311  type(inputparamdefinitiontype), parameter :: &
313  ( &
314  'OLF', & ! component
315  'ZDG', & ! subcomponent
316  'PERIOD', & ! block
317  'IDCXS', & ! tag name
318  'IDCXS', & ! fortran variable
319  'INTEGER', & ! type
320  '', & ! shape
321  'cross section identifier', & ! longname
322  .true., & ! required
323  .false., & ! prerelease
324  .true., & ! multi-record
325  .false., & ! preserve case
326  .false., & ! layered
327  .false. & ! timeseries
328  )
329 
330  type(inputparamdefinitiontype), parameter :: &
332  ( &
333  'OLF', & ! component
334  'ZDG', & ! subcomponent
335  'PERIOD', & ! block
336  'WIDTH', & ! tag name
337  'WIDTH', & ! fortran variable
338  'DOUBLE', & ! type
339  '', & ! shape
340  'width of the zero-depth gradient boundary', & ! longname
341  .true., & ! required
342  .false., & ! prerelease
343  .true., & ! multi-record
344  .false., & ! preserve case
345  .false., & ! layered
346  .true. & ! timeseries
347  )
348 
349  type(inputparamdefinitiontype), parameter :: &
351  ( &
352  'OLF', & ! component
353  'ZDG', & ! subcomponent
354  'PERIOD', & ! block
355  'SLOPE', & ! tag name
356  'SLOPE', & ! fortran variable
357  'DOUBLE', & ! type
358  '', & ! shape
359  'channel slope', & ! longname
360  .true., & ! required
361  .false., & ! prerelease
362  .true., & ! multi-record
363  .false., & ! preserve case
364  .false., & ! layered
365  .true. & ! timeseries
366  )
367 
368  type(inputparamdefinitiontype), parameter :: &
370  ( &
371  'OLF', & ! component
372  'ZDG', & ! subcomponent
373  'PERIOD', & ! block
374  'ROUGH', & ! tag name
375  'ROUGH', & ! fortran variable
376  'DOUBLE', & ! type
377  '', & ! shape
378  'channel roughness', & ! longname
379  .true., & ! required
380  .false., & ! prerelease
381  .true., & ! multi-record
382  .false., & ! preserve case
383  .false., & ! layered
384  .true. & ! timeseries
385  )
386 
387  type(inputparamdefinitiontype), parameter :: &
389  ( &
390  'OLF', & ! component
391  'ZDG', & ! subcomponent
392  'PERIOD', & ! block
393  'AUX', & ! tag name
394  'AUXVAR', & ! fortran variable
395  'DOUBLE1D', & ! type
396  'NAUX', & ! shape
397  'auxiliary variables', & ! longname
398  .false., & ! required
399  .false., & ! prerelease
400  .true., & ! multi-record
401  .false., & ! preserve case
402  .false., & ! layered
403  .true. & ! timeseries
404  )
405 
406  type(inputparamdefinitiontype), parameter :: &
408  ( &
409  'OLF', & ! component
410  'ZDG', & ! subcomponent
411  'PERIOD', & ! block
412  'BOUNDNAME', & ! tag name
413  'BOUNDNAME', & ! fortran variable
414  'STRING', & ! type
415  '', & ! shape
416  'zero-depth-gradient boundary name', & ! longname
417  .false., & ! required
418  .false., & ! prerelease
419  .true., & ! multi-record
420  .false., & ! preserve case
421  .false., & ! layered
422  .false. & ! timeseries
423  )
424 
425  type(inputparamdefinitiontype), parameter :: &
427  [ &
430  olfzdg_iprpak, &
431  olfzdg_iprflow, &
432  olfzdg_ipakcb, &
434  olfzdg_ts6, &
435  olfzdg_filein, &
438  olfzdg_obs6, &
440  olfzdg_maxbound, &
441  olfzdg_cellid, &
442  olfzdg_idcxs, &
443  olfzdg_width, &
444  olfzdg_slope, &
445  olfzdg_rough, &
446  olfzdg_auxvar, &
448  ]
449 
450  type(inputparamdefinitiontype), parameter :: &
452  ( &
453  'OLF', & ! component
454  'ZDG', & ! subcomponent
455  'PERIOD', & ! block
456  'STRESS_PERIOD_DATA', & ! tag name
457  'SPD', & ! fortran variable
458  'RECARRAY CELLID IDCXS WIDTH SLOPE ROUGH AUX BOUNDNAME', & ! type
459  'MAXBOUND', & ! shape
460  '', & ! longname
461  .true., & ! required
462  .false., & ! prerelease
463  .false., & ! multi-record
464  .false., & ! preserve case
465  .false., & ! layered
466  .false. & ! timeseries
467  )
468 
469  type(inputparamdefinitiontype), parameter :: &
471  [ &
472  olfzdg_spd &
473  ]
474 
475  type(inputblockdefinitiontype), parameter :: &
477  [ &
479  'OPTIONS', & ! blockname
480  .false., & ! required
481  .false., & ! aggregate
482  .false. & ! block_variable
483  ), &
485  'DIMENSIONS', & ! blockname
486  .true., & ! required
487  .false., & ! aggregate
488  .false. & ! block_variable
489  ), &
491  'PERIOD', & ! blockname
492  .true., & ! required
493  .true., & ! aggregate
494  .true. & ! block_variable
495  ) &
496  ]
497 
498 end module olfzdginputmodule
This module contains simulation constants.
Definition: Constants.f90:9
integer(i4b), parameter lenvarname
maximum length of a variable name
Definition: Constants.f90:17
This module contains the InputDefinitionModule.
character(len=16), dimension(*), parameter, public olf_zdg_subpackages
Definition: olf-zdgidm.f90:39
type(inputparamdefinitiontype), dimension(*), parameter, public olf_zdg_param_definitions
Definition: olf-zdgidm.f90:425
type(inputparamdefinitiontype), parameter olfzdg_ipakcb
Definition: olf-zdgidm.f90:121
logical, public olf_zdg_multi_package
Definition: olf-zdgidm.f90:37
type(inputparamdefinitiontype), parameter olfzdg_idcxs
Definition: olf-zdgidm.f90:311
type(inputparamdefinitiontype), parameter olfzdg_spd
Definition: olf-zdgidm.f90:450
type(inputparamdefinitiontype), parameter olfzdg_boundname
Definition: olf-zdgidm.f90:406
type(inputparamdefinitiontype), parameter olfzdg_ts_filerecord
Definition: olf-zdgidm.f90:140
type(inputblockdefinitiontype), dimension(*), parameter, public olf_zdg_block_definitions
Definition: olf-zdgidm.f90:475
type(inputparamdefinitiontype), parameter olfzdg_iprflow
Definition: olf-zdgidm.f90:102
type(inputparamdefinitiontype), parameter olfzdg_iprpak
Definition: olf-zdgidm.f90:83
type(inputparamdefinitiontype), parameter olfzdg_obs6_filename
Definition: olf-zdgidm.f90:254
type(inputparamdefinitiontype), parameter olfzdg_slope
Definition: olf-zdgidm.f90:349
type(inputparamdefinitiontype), parameter olfzdg_auxvar
Definition: olf-zdgidm.f90:387
type(inputparamdefinitiontype), parameter olfzdg_auxiliary
Definition: olf-zdgidm.f90:45
type(inputparamdefinitiontype), parameter olfzdg_maxbound
Definition: olf-zdgidm.f90:273
type(inputparamdefinitiontype), parameter olfzdg_ts6_filename
Definition: olf-zdgidm.f90:197
type(inputparamdefinitiontype), parameter olfzdg_rough
Definition: olf-zdgidm.f90:368
type(inputparamdefinitiontype), parameter olfzdg_ts6
Definition: olf-zdgidm.f90:159
type(inputparamdefinitiontype), dimension(*), parameter, public olf_zdg_aggregate_definitions
Definition: olf-zdgidm.f90:469
type(inputparamdefinitiontype), parameter olfzdg_obs_filerecord
Definition: olf-zdgidm.f90:216
type(inputparamdefinitiontype), parameter olfzdg_cellid
Definition: olf-zdgidm.f90:292
type(inputparamdefinitiontype), parameter olfzdg_filein
Definition: olf-zdgidm.f90:178
type(inputparamdefinitiontype), parameter olfzdg_obs6
Definition: olf-zdgidm.f90:235
type(inputparamdefinitiontype), parameter olfzdg_boundnames
Definition: olf-zdgidm.f90:64
type(inputparamdefinitiontype), parameter olfzdg_width
Definition: olf-zdgidm.f90:330