MODFLOW 6  version 6.7.0.dev1
USGS Modular Hydrologic Model
gwf-disidm.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 gwf_dis_subpackages
13 
15  logical :: length_units = .false.
16  logical :: nogrb = .false.
17  logical :: grb_filerecord = .false.
18  logical :: grb6 = .false.
19  logical :: fileout = .false.
20  logical :: grb6_filename = .false.
21  logical :: xorigin = .false.
22  logical :: yorigin = .false.
23  logical :: angrot = .false.
24  logical :: export_ascii = .false.
25  logical :: export_nc = .false.
26  logical :: ncf_filerecord = .false.
27  logical :: ncf6 = .false.
28  logical :: filein = .false.
29  logical :: ncf6_filename = .false.
30  logical :: nlay = .false.
31  logical :: nrow = .false.
32  logical :: ncol = .false.
33  logical :: delr = .false.
34  logical :: delc = .false.
35  logical :: top = .false.
36  logical :: botm = .false.
37  logical :: idomain = .false.
38  end type gwfdisparamfoundtype
39 
40  logical :: gwf_dis_multi_package = .false.
41 
42  character(len=16), parameter :: &
43  gwf_dis_subpackages(*) = &
44  [ &
45  'UTL-NCF ' &
46  ]
47 
48  type(inputparamdefinitiontype), parameter :: &
50  ( &
51  'GWF', & ! component
52  'DIS', & ! subcomponent
53  'OPTIONS', & ! block
54  'LENGTH_UNITS', & ! tag name
55  'LENGTH_UNITS', & ! fortran variable
56  'STRING', & ! type
57  '', & ! shape
58  'model length units', & ! longname
59  .false., & ! required
60  .false., & ! multi-record
61  .false., & ! preserve case
62  .false., & ! layered
63  .false. & ! timeseries
64  )
65 
66  type(inputparamdefinitiontype), parameter :: &
68  ( &
69  'GWF', & ! component
70  'DIS', & ! subcomponent
71  'OPTIONS', & ! block
72  'NOGRB', & ! tag name
73  'NOGRB', & ! fortran variable
74  'KEYWORD', & ! type
75  '', & ! shape
76  'do not write binary grid file', & ! longname
77  .false., & ! required
78  .false., & ! multi-record
79  .false., & ! preserve case
80  .false., & ! layered
81  .false. & ! timeseries
82  )
83 
84  type(inputparamdefinitiontype), parameter :: &
86  ( &
87  'GWF', & ! component
88  'DIS', & ! subcomponent
89  'OPTIONS', & ! block
90  'GRB_FILERECORD', & ! tag name
91  'GRB_FILERECORD', & ! fortran variable
92  'RECORD GRB6 FILEOUT GRB6_FILENAME', & ! type
93  '', & ! shape
94  '', & ! longname
95  .false., & ! required
96  .false., & ! multi-record
97  .false., & ! preserve case
98  .false., & ! layered
99  .false. & ! timeseries
100  )
101 
102  type(inputparamdefinitiontype), parameter :: &
104  ( &
105  'GWF', & ! component
106  'DIS', & ! subcomponent
107  'OPTIONS', & ! block
108  'GRB6', & ! tag name
109  'GRB6', & ! fortran variable
110  'KEYWORD', & ! type
111  '', & ! shape
112  'grb keyword', & ! longname
113  .true., & ! required
114  .true., & ! multi-record
115  .false., & ! preserve case
116  .false., & ! layered
117  .false. & ! timeseries
118  )
119 
120  type(inputparamdefinitiontype), parameter :: &
122  ( &
123  'GWF', & ! component
124  'DIS', & ! subcomponent
125  'OPTIONS', & ! block
126  'FILEOUT', & ! tag name
127  'FILEOUT', & ! fortran variable
128  'KEYWORD', & ! type
129  '', & ! shape
130  'file keyword', & ! longname
131  .true., & ! required
132  .true., & ! multi-record
133  .false., & ! preserve case
134  .false., & ! layered
135  .false. & ! timeseries
136  )
137 
138  type(inputparamdefinitiontype), parameter :: &
140  ( &
141  'GWF', & ! component
142  'DIS', & ! subcomponent
143  'OPTIONS', & ! block
144  'GRB6_FILENAME', & ! tag name
145  'GRB6_FILENAME', & ! fortran variable
146  'STRING', & ! type
147  '', & ! shape
148  'file name of GRB information', & ! longname
149  .true., & ! required
150  .true., & ! multi-record
151  .true., & ! preserve case
152  .false., & ! layered
153  .false. & ! timeseries
154  )
155 
156  type(inputparamdefinitiontype), parameter :: &
158  ( &
159  'GWF', & ! component
160  'DIS', & ! subcomponent
161  'OPTIONS', & ! block
162  'XORIGIN', & ! tag name
163  'XORIGIN', & ! fortran variable
164  'DOUBLE', & ! type
165  '', & ! shape
166  'x-position of the model grid origin', & ! longname
167  .false., & ! required
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  'DIS', & ! subcomponent
179  'OPTIONS', & ! block
180  'YORIGIN', & ! tag name
181  'YORIGIN', & ! fortran variable
182  'DOUBLE', & ! type
183  '', & ! shape
184  'y-position of the model grid origin', & ! longname
185  .false., & ! required
186  .false., & ! multi-record
187  .false., & ! preserve case
188  .false., & ! layered
189  .false. & ! timeseries
190  )
191 
192  type(inputparamdefinitiontype), parameter :: &
194  ( &
195  'GWF', & ! component
196  'DIS', & ! subcomponent
197  'OPTIONS', & ! block
198  'ANGROT', & ! tag name
199  'ANGROT', & ! fortran variable
200  'DOUBLE', & ! type
201  '', & ! shape
202  'rotation angle', & ! longname
203  .false., & ! required
204  .false., & ! multi-record
205  .false., & ! preserve case
206  .false., & ! layered
207  .false. & ! timeseries
208  )
209 
210  type(inputparamdefinitiontype), parameter :: &
212  ( &
213  'GWF', & ! component
214  'DIS', & ! subcomponent
215  'OPTIONS', & ! block
216  'EXPORT_ARRAY_ASCII', & ! tag name
217  'EXPORT_ASCII', & ! fortran variable
218  'KEYWORD', & ! type
219  '', & ! shape
220  'export array variables to layered ascii files.', & ! longname
221  .false., & ! required
222  .false., & ! multi-record
223  .false., & ! preserve case
224  .false., & ! layered
225  .false. & ! timeseries
226  )
227 
228  type(inputparamdefinitiontype), parameter :: &
230  ( &
231  'GWF', & ! component
232  'DIS', & ! subcomponent
233  'OPTIONS', & ! block
234  'EXPORT_ARRAY_NETCDF', & ! tag name
235  'EXPORT_NC', & ! fortran variable
236  'KEYWORD', & ! type
237  '', & ! shape
238  'export array variables to netcdf output files.', & ! longname
239  .false., & ! required
240  .false., & ! multi-record
241  .false., & ! preserve case
242  .false., & ! layered
243  .false. & ! timeseries
244  )
245 
246  type(inputparamdefinitiontype), parameter :: &
248  ( &
249  'GWF', & ! component
250  'DIS', & ! subcomponent
251  'OPTIONS', & ! block
252  'NCF_FILERECORD', & ! tag name
253  'NCF_FILERECORD', & ! fortran variable
254  'RECORD NCF6 FILEIN NCF6_FILENAME', & ! type
255  '', & ! shape
256  '', & ! longname
257  .false., & ! required
258  .false., & ! multi-record
259  .false., & ! preserve case
260  .false., & ! layered
261  .false. & ! timeseries
262  )
263 
264  type(inputparamdefinitiontype), parameter :: &
266  ( &
267  'GWF', & ! component
268  'DIS', & ! subcomponent
269  'OPTIONS', & ! block
270  'NCF6', & ! tag name
271  'NCF6', & ! fortran variable
272  'KEYWORD', & ! type
273  '', & ! shape
274  'ncf keyword', & ! longname
275  .true., & ! required
276  .true., & ! multi-record
277  .false., & ! preserve case
278  .false., & ! layered
279  .false. & ! timeseries
280  )
281 
282  type(inputparamdefinitiontype), parameter :: &
284  ( &
285  'GWF', & ! component
286  'DIS', & ! subcomponent
287  'OPTIONS', & ! block
288  'FILEIN', & ! tag name
289  'FILEIN', & ! fortran variable
290  'KEYWORD', & ! type
291  '', & ! shape
292  'file keyword', & ! longname
293  .true., & ! required
294  .true., & ! multi-record
295  .false., & ! preserve case
296  .false., & ! layered
297  .false. & ! timeseries
298  )
299 
300  type(inputparamdefinitiontype), parameter :: &
302  ( &
303  'GWF', & ! component
304  'DIS', & ! subcomponent
305  'OPTIONS', & ! block
306  'NCF6_FILENAME', & ! tag name
307  'NCF6_FILENAME', & ! fortran variable
308  'STRING', & ! type
309  '', & ! shape
310  'file name of NCF information', & ! longname
311  .true., & ! required
312  .true., & ! multi-record
313  .true., & ! preserve case
314  .false., & ! layered
315  .false. & ! timeseries
316  )
317 
318  type(inputparamdefinitiontype), parameter :: &
320  ( &
321  'GWF', & ! component
322  'DIS', & ! subcomponent
323  'DIMENSIONS', & ! block
324  'NLAY', & ! tag name
325  'NLAY', & ! fortran variable
326  'INTEGER', & ! type
327  '', & ! shape
328  'number of layers', & ! longname
329  .true., & ! required
330  .false., & ! multi-record
331  .false., & ! preserve case
332  .false., & ! layered
333  .false. & ! timeseries
334  )
335 
336  type(inputparamdefinitiontype), parameter :: &
338  ( &
339  'GWF', & ! component
340  'DIS', & ! subcomponent
341  'DIMENSIONS', & ! block
342  'NROW', & ! tag name
343  'NROW', & ! fortran variable
344  'INTEGER', & ! type
345  '', & ! shape
346  'number of rows', & ! longname
347  .true., & ! required
348  .false., & ! multi-record
349  .false., & ! preserve case
350  .false., & ! layered
351  .false. & ! timeseries
352  )
353 
354  type(inputparamdefinitiontype), parameter :: &
356  ( &
357  'GWF', & ! component
358  'DIS', & ! subcomponent
359  'DIMENSIONS', & ! block
360  'NCOL', & ! tag name
361  'NCOL', & ! fortran variable
362  'INTEGER', & ! type
363  '', & ! shape
364  'number of columns', & ! longname
365  .true., & ! required
366  .false., & ! multi-record
367  .false., & ! preserve case
368  .false., & ! layered
369  .false. & ! timeseries
370  )
371 
372  type(inputparamdefinitiontype), parameter :: &
374  ( &
375  'GWF', & ! component
376  'DIS', & ! subcomponent
377  'GRIDDATA', & ! block
378  'DELR', & ! tag name
379  'DELR', & ! fortran variable
380  'DOUBLE1D', & ! type
381  'NCOL', & ! shape
382  'spacing along a row', & ! longname
383  .true., & ! required
384  .false., & ! multi-record
385  .false., & ! preserve case
386  .false., & ! layered
387  .false. & ! timeseries
388  )
389 
390  type(inputparamdefinitiontype), parameter :: &
392  ( &
393  'GWF', & ! component
394  'DIS', & ! subcomponent
395  'GRIDDATA', & ! block
396  'DELC', & ! tag name
397  'DELC', & ! fortran variable
398  'DOUBLE1D', & ! type
399  'NROW', & ! shape
400  'spacing along a column', & ! longname
401  .true., & ! required
402  .false., & ! multi-record
403  .false., & ! preserve case
404  .false., & ! layered
405  .false. & ! timeseries
406  )
407 
408  type(inputparamdefinitiontype), parameter :: &
410  ( &
411  'GWF', & ! component
412  'DIS', & ! subcomponent
413  'GRIDDATA', & ! block
414  'TOP', & ! tag name
415  'TOP', & ! fortran variable
416  'DOUBLE2D', & ! type
417  'NCOL NROW', & ! shape
418  'cell top elevation', & ! longname
419  .true., & ! required
420  .false., & ! multi-record
421  .false., & ! preserve case
422  .false., & ! layered
423  .false. & ! timeseries
424  )
425 
426  type(inputparamdefinitiontype), parameter :: &
428  ( &
429  'GWF', & ! component
430  'DIS', & ! subcomponent
431  'GRIDDATA', & ! block
432  'BOTM', & ! tag name
433  'BOTM', & ! fortran variable
434  'DOUBLE3D', & ! type
435  'NCOL NROW NLAY', & ! shape
436  'cell bottom elevation', & ! longname
437  .true., & ! required
438  .false., & ! multi-record
439  .false., & ! preserve case
440  .true., & ! layered
441  .false. & ! timeseries
442  )
443 
444  type(inputparamdefinitiontype), parameter :: &
446  ( &
447  'GWF', & ! component
448  'DIS', & ! subcomponent
449  'GRIDDATA', & ! block
450  'IDOMAIN', & ! tag name
451  'IDOMAIN', & ! fortran variable
452  'INTEGER3D', & ! type
453  'NCOL NROW NLAY', & ! shape
454  'idomain existence array', & ! longname
455  .false., & ! required
456  .false., & ! multi-record
457  .false., & ! preserve case
458  .true., & ! layered
459  .false. & ! timeseries
460  )
461 
462  type(inputparamdefinitiontype), parameter :: &
464  [ &
466  gwfdis_nogrb, &
468  gwfdis_grb6, &
469  gwfdis_fileout, &
471  gwfdis_xorigin, &
472  gwfdis_yorigin, &
473  gwfdis_angrot, &
477  gwfdis_ncf6, &
478  gwfdis_filein, &
480  gwfdis_nlay, &
481  gwfdis_nrow, &
482  gwfdis_ncol, &
483  gwfdis_delr, &
484  gwfdis_delc, &
485  gwfdis_top, &
486  gwfdis_botm, &
488  ]
489 
490  type(inputparamdefinitiontype), parameter :: &
492  [ &
494  ( &
495  '', & ! component
496  '', & ! subcomponent
497  '', & ! block
498  '', & ! tag name
499  '', & ! fortran variable
500  '', & ! type
501  '', & ! shape
502  '', & ! longname
503  .false., & ! required
504  .false., & ! multi-record
505  .false., & ! preserve case
506  .false., & ! layered
507  .false. & ! timeseries
508  ) &
509  ]
510 
511  type(inputblockdefinitiontype), parameter :: &
513  [ &
515  'OPTIONS', & ! blockname
516  .false., & ! required
517  .false., & ! aggregate
518  .false. & ! block_variable
519  ), &
521  'DIMENSIONS', & ! blockname
522  .true., & ! required
523  .false., & ! aggregate
524  .false. & ! block_variable
525  ), &
527  'GRIDDATA', & ! blockname
528  .true., & ! required
529  .false., & ! aggregate
530  .false. & ! block_variable
531  ) &
532  ]
533 
534 end module gwfdisinputmodule
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), dimension(*), parameter, public gwf_dis_param_definitions
Definition: gwf-disidm.f90:462
type(inputparamdefinitiontype), parameter gwfdis_botm
Definition: gwf-disidm.f90:426
type(inputparamdefinitiontype), parameter gwfdis_top
Definition: gwf-disidm.f90:408
logical, public gwf_dis_multi_package
Definition: gwf-disidm.f90:40
type(inputparamdefinitiontype), parameter gwfdis_grb6
Definition: gwf-disidm.f90:102
type(inputparamdefinitiontype), parameter gwfdis_filein
Definition: gwf-disidm.f90:282
type(inputparamdefinitiontype), parameter gwfdis_export_nc
Definition: gwf-disidm.f90:228
type(inputblockdefinitiontype), dimension(*), parameter, public gwf_dis_block_definitions
Definition: gwf-disidm.f90:511
type(inputparamdefinitiontype), parameter gwfdis_fileout
Definition: gwf-disidm.f90:120
type(inputparamdefinitiontype), parameter gwfdis_yorigin
Definition: gwf-disidm.f90:174
type(inputparamdefinitiontype), parameter gwfdis_nrow
Definition: gwf-disidm.f90:336
type(inputparamdefinitiontype), parameter gwfdis_delc
Definition: gwf-disidm.f90:390
type(inputparamdefinitiontype), parameter gwfdis_delr
Definition: gwf-disidm.f90:372
type(inputparamdefinitiontype), parameter gwfdis_ncf_filerecord
Definition: gwf-disidm.f90:246
character(len=16), dimension(*), parameter, public gwf_dis_subpackages
Definition: gwf-disidm.f90:42
type(inputparamdefinitiontype), parameter gwfdis_angrot
Definition: gwf-disidm.f90:192
type(inputparamdefinitiontype), parameter gwfdis_length_units
Definition: gwf-disidm.f90:48
type(inputparamdefinitiontype), parameter gwfdis_nogrb
Definition: gwf-disidm.f90:66
type(inputparamdefinitiontype), parameter gwfdis_ncf6_filename
Definition: gwf-disidm.f90:300
type(inputparamdefinitiontype), parameter gwfdis_nlay
Definition: gwf-disidm.f90:318
type(inputparamdefinitiontype), parameter gwfdis_export_ascii
Definition: gwf-disidm.f90:210
type(inputparamdefinitiontype), parameter gwfdis_xorigin
Definition: gwf-disidm.f90:156
type(inputparamdefinitiontype), parameter gwfdis_grb_filerecord
Definition: gwf-disidm.f90:84
type(inputparamdefinitiontype), parameter gwfdis_ncf6
Definition: gwf-disidm.f90:264
type(inputparamdefinitiontype), parameter gwfdis_idomain
Definition: gwf-disidm.f90:444
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_dis_aggregate_definitions
Definition: gwf-disidm.f90:490
type(inputparamdefinitiontype), parameter gwfdis_ncol
Definition: gwf-disidm.f90:354
type(inputparamdefinitiontype), parameter gwfdis_grb6_filename
Definition: gwf-disidm.f90:138
This module contains the InputDefinitionModule.