MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
chf-cdbidm.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 chf_cdb_subpackages
13 
15  logical :: auxiliary = .false.
16  logical :: boundnames = .false.
17  logical :: iprpak = .false.
18  logical :: iprflow = .false.
19  logical :: ipakcb = .false.
20  logical :: filein = .false.
21  logical :: obs_filerecord = .false.
22  logical :: obs6 = .false.
23  logical :: obs6_filename = .false.
24  logical :: maxbound = .false.
25  logical :: cellid = .false.
26  logical :: idcxs = .false.
27  logical :: width = .false.
28  logical :: auxvar = .false.
29  logical :: boundname = .false.
30  end type chfcdbparamfoundtype
31 
32  logical :: chf_cdb_multi_package = .true.
33 
34  character(len=16), parameter :: &
35  chf_cdb_subpackages(*) = &
36  [ &
37  ' ' &
38  ]
39 
40  type(inputparamdefinitiontype), parameter :: &
42  ( &
43  'CHF', & ! component
44  'CDB', & ! subcomponent
45  'OPTIONS', & ! block
46  'AUXILIARY', & ! tag name
47  'AUXILIARY', & ! fortran variable
48  'STRING', & ! type
49  'NAUX', & ! shape
50  'keyword to specify aux variables', & ! longname
51  .false., & ! required
52  .false., & ! prerelease
53  .false., & ! multi-record
54  .false., & ! preserve case
55  .false., & ! layered
56  .false. & ! timeseries
57  )
58 
59  type(inputparamdefinitiontype), parameter :: &
61  ( &
62  'CHF', & ! component
63  'CDB', & ! subcomponent
64  'OPTIONS', & ! block
65  'BOUNDNAMES', & ! tag name
66  'BOUNDNAMES', & ! fortran variable
67  'KEYWORD', & ! type
68  '', & ! shape
69  '', & ! longname
70  .false., & ! required
71  .false., & ! prerelease
72  .false., & ! multi-record
73  .false., & ! preserve case
74  .false., & ! layered
75  .false. & ! timeseries
76  )
77 
78  type(inputparamdefinitiontype), parameter :: &
80  ( &
81  'CHF', & ! component
82  'CDB', & ! subcomponent
83  'OPTIONS', & ! block
84  'PRINT_INPUT', & ! tag name
85  'IPRPAK', & ! fortran variable
86  'KEYWORD', & ! type
87  '', & ! shape
88  'print input to listing file', & ! longname
89  .false., & ! required
90  .false., & ! prerelease
91  .false., & ! multi-record
92  .false., & ! preserve case
93  .false., & ! layered
94  .false. & ! timeseries
95  )
96 
97  type(inputparamdefinitiontype), parameter :: &
99  ( &
100  'CHF', & ! component
101  'CDB', & ! subcomponent
102  'OPTIONS', & ! block
103  'PRINT_FLOWS', & ! tag name
104  'IPRFLOW', & ! fortran variable
105  'KEYWORD', & ! type
106  '', & ! shape
107  'print calculated flows to listing file', & ! longname
108  .false., & ! required
109  .false., & ! prerelease
110  .false., & ! multi-record
111  .false., & ! preserve case
112  .false., & ! layered
113  .false. & ! timeseries
114  )
115 
116  type(inputparamdefinitiontype), parameter :: &
118  ( &
119  'CHF', & ! component
120  'CDB', & ! subcomponent
121  'OPTIONS', & ! block
122  'SAVE_FLOWS', & ! tag name
123  'IPAKCB', & ! fortran variable
124  'KEYWORD', & ! type
125  '', & ! shape
126  'save flows to budget file', & ! longname
127  .false., & ! required
128  .false., & ! prerelease
129  .false., & ! multi-record
130  .false., & ! preserve case
131  .false., & ! layered
132  .false. & ! timeseries
133  )
134 
135  type(inputparamdefinitiontype), parameter :: &
137  ( &
138  'CHF', & ! component
139  'CDB', & ! subcomponent
140  'OPTIONS', & ! block
141  'FILEIN', & ! tag name
142  'FILEIN', & ! fortran variable
143  'KEYWORD', & ! type
144  '', & ! shape
145  'file keyword', & ! longname
146  .true., & ! required
147  .false., & ! prerelease
148  .true., & ! multi-record
149  .false., & ! preserve case
150  .false., & ! layered
151  .false. & ! timeseries
152  )
153 
154  type(inputparamdefinitiontype), parameter :: &
156  ( &
157  'CHF', & ! component
158  'CDB', & ! subcomponent
159  'OPTIONS', & ! block
160  'OBS_FILERECORD', & ! tag name
161  'OBS_FILERECORD', & ! fortran variable
162  'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type
163  '', & ! shape
164  '', & ! longname
165  .false., & ! required
166  .false., & ! prerelease
167  .false., & ! multi-record
168  .false., & ! preserve case
169  .false., & ! layered
170  .false. & ! timeseries
171  )
172 
173  type(inputparamdefinitiontype), parameter :: &
175  ( &
176  'CHF', & ! component
177  'CDB', & ! subcomponent
178  'OPTIONS', & ! block
179  'OBS6', & ! tag name
180  'OBS6', & ! fortran variable
181  'KEYWORD', & ! type
182  '', & ! shape
183  'obs keyword', & ! longname
184  .true., & ! required
185  .false., & ! prerelease
186  .true., & ! multi-record
187  .false., & ! preserve case
188  .false., & ! layered
189  .false. & ! timeseries
190  )
191 
192  type(inputparamdefinitiontype), parameter :: &
194  ( &
195  'CHF', & ! component
196  'CDB', & ! subcomponent
197  'OPTIONS', & ! block
198  'OBS6_FILENAME', & ! tag name
199  'OBS6_FILENAME', & ! fortran variable
200  'STRING', & ! type
201  '', & ! shape
202  'obs6 input filename', & ! longname
203  .true., & ! required
204  .false., & ! prerelease
205  .true., & ! multi-record
206  .true., & ! preserve case
207  .false., & ! layered
208  .false. & ! timeseries
209  )
210 
211  type(inputparamdefinitiontype), parameter :: &
213  ( &
214  'CHF', & ! component
215  'CDB', & ! subcomponent
216  'DIMENSIONS', & ! block
217  'MAXBOUND', & ! tag name
218  'MAXBOUND', & ! fortran variable
219  'INTEGER', & ! type
220  '', & ! shape
221  'maximum number of critical depth boundaries', & ! longname
222  .true., & ! required
223  .false., & ! prerelease
224  .false., & ! multi-record
225  .false., & ! preserve case
226  .false., & ! layered
227  .false. & ! timeseries
228  )
229 
230  type(inputparamdefinitiontype), parameter :: &
232  ( &
233  'CHF', & ! component
234  'CDB', & ! subcomponent
235  'PERIOD', & ! block
236  'CELLID', & ! tag name
237  'CELLID', & ! fortran variable
238  'INTEGER1D', & ! type
239  'NCELLDIM', & ! shape
240  'cell identifier', & ! longname
241  .true., & ! required
242  .false., & ! prerelease
243  .true., & ! multi-record
244  .false., & ! preserve case
245  .false., & ! layered
246  .false. & ! timeseries
247  )
248 
249  type(inputparamdefinitiontype), parameter :: &
251  ( &
252  'CHF', & ! component
253  'CDB', & ! subcomponent
254  'PERIOD', & ! block
255  'IDCXS', & ! tag name
256  'IDCXS', & ! fortran variable
257  'INTEGER', & ! type
258  '', & ! shape
259  'cross section identifier', & ! longname
260  .true., & ! required
261  .false., & ! prerelease
262  .true., & ! multi-record
263  .false., & ! preserve case
264  .false., & ! layered
265  .false. & ! timeseries
266  )
267 
268  type(inputparamdefinitiontype), parameter :: &
270  ( &
271  'CHF', & ! component
272  'CDB', & ! subcomponent
273  'PERIOD', & ! block
274  'WIDTH', & ! tag name
275  'WIDTH', & ! fortran variable
276  'DOUBLE', & ! type
277  '', & ! shape
278  'width of the zero-depth gradient boundary', & ! longname
279  .true., & ! required
280  .false., & ! prerelease
281  .true., & ! multi-record
282  .false., & ! preserve case
283  .false., & ! layered
284  .true. & ! timeseries
285  )
286 
287  type(inputparamdefinitiontype), parameter :: &
289  ( &
290  'CHF', & ! component
291  'CDB', & ! subcomponent
292  'PERIOD', & ! block
293  'AUX', & ! tag name
294  'AUXVAR', & ! fortran variable
295  'DOUBLE1D', & ! type
296  'NAUX', & ! shape
297  'auxiliary variables', & ! longname
298  .false., & ! required
299  .false., & ! prerelease
300  .true., & ! multi-record
301  .false., & ! preserve case
302  .false., & ! layered
303  .true. & ! timeseries
304  )
305 
306  type(inputparamdefinitiontype), parameter :: &
308  ( &
309  'CHF', & ! component
310  'CDB', & ! subcomponent
311  'PERIOD', & ! block
312  'BOUNDNAME', & ! tag name
313  'BOUNDNAME', & ! fortran variable
314  'STRING', & ! type
315  '', & ! shape
316  'zero-depth-gradient boundary name', & ! longname
317  .false., & ! required
318  .false., & ! prerelease
319  .true., & ! multi-record
320  .false., & ! preserve case
321  .false., & ! layered
322  .false. & ! timeseries
323  )
324 
325  type(inputparamdefinitiontype), parameter :: &
327  [ &
330  chfcdb_iprpak, &
331  chfcdb_iprflow, &
332  chfcdb_ipakcb, &
333  chfcdb_filein, &
335  chfcdb_obs6, &
337  chfcdb_maxbound, &
338  chfcdb_cellid, &
339  chfcdb_idcxs, &
340  chfcdb_width, &
341  chfcdb_auxvar, &
343  ]
344 
345  type(inputparamdefinitiontype), parameter :: &
347  ( &
348  'CHF', & ! component
349  'CDB', & ! subcomponent
350  'PERIOD', & ! block
351  'STRESS_PERIOD_DATA', & ! tag name
352  'SPD', & ! fortran variable
353  'RECARRAY CELLID IDCXS WIDTH AUX BOUNDNAME', & ! type
354  'MAXBOUND', & ! shape
355  '', & ! longname
356  .true., & ! required
357  .false., & ! prerelease
358  .false., & ! multi-record
359  .false., & ! preserve case
360  .false., & ! layered
361  .false. & ! timeseries
362  )
363 
364  type(inputparamdefinitiontype), parameter :: &
366  [ &
367  chfcdb_spd &
368  ]
369 
370  type(inputblockdefinitiontype), parameter :: &
372  [ &
374  'OPTIONS', & ! blockname
375  .false., & ! required
376  .false., & ! aggregate
377  .false. & ! block_variable
378  ), &
380  'DIMENSIONS', & ! blockname
381  .true., & ! required
382  .false., & ! aggregate
383  .false. & ! block_variable
384  ), &
386  'PERIOD', & ! blockname
387  .true., & ! required
388  .true., & ! aggregate
389  .true. & ! block_variable
390  ) &
391  ]
392 
393 end module chfcdbinputmodule
type(inputparamdefinitiontype), dimension(*), parameter, public chf_cdb_aggregate_definitions
Definition: chf-cdbidm.f90:364
type(inputparamdefinitiontype), parameter chfcdb_auxvar
Definition: chf-cdbidm.f90:287
type(inputparamdefinitiontype), parameter chfcdb_spd
Definition: chf-cdbidm.f90:345
logical, public chf_cdb_multi_package
Definition: chf-cdbidm.f90:32
type(inputparamdefinitiontype), parameter chfcdb_obs6_filename
Definition: chf-cdbidm.f90:192
type(inputparamdefinitiontype), parameter chfcdb_auxiliary
Definition: chf-cdbidm.f90:40
type(inputparamdefinitiontype), parameter chfcdb_obs6
Definition: chf-cdbidm.f90:173
type(inputparamdefinitiontype), parameter chfcdb_obs_filerecord
Definition: chf-cdbidm.f90:154
type(inputparamdefinitiontype), parameter chfcdb_iprflow
Definition: chf-cdbidm.f90:97
type(inputparamdefinitiontype), parameter chfcdb_maxbound
Definition: chf-cdbidm.f90:211
type(inputparamdefinitiontype), parameter chfcdb_boundname
Definition: chf-cdbidm.f90:306
type(inputparamdefinitiontype), parameter chfcdb_width
Definition: chf-cdbidm.f90:268
type(inputparamdefinitiontype), parameter chfcdb_iprpak
Definition: chf-cdbidm.f90:78
type(inputparamdefinitiontype), parameter chfcdb_cellid
Definition: chf-cdbidm.f90:230
type(inputparamdefinitiontype), parameter chfcdb_boundnames
Definition: chf-cdbidm.f90:59
type(inputparamdefinitiontype), dimension(*), parameter, public chf_cdb_param_definitions
Definition: chf-cdbidm.f90:325
type(inputblockdefinitiontype), dimension(*), parameter, public chf_cdb_block_definitions
Definition: chf-cdbidm.f90:370
type(inputparamdefinitiontype), parameter chfcdb_idcxs
Definition: chf-cdbidm.f90:249
character(len=16), dimension(*), parameter, public chf_cdb_subpackages
Definition: chf-cdbidm.f90:34
type(inputparamdefinitiontype), parameter chfcdb_ipakcb
Definition: chf-cdbidm.f90:116
type(inputparamdefinitiontype), parameter chfcdb_filein
Definition: chf-cdbidm.f90:135
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.