MODFLOW 6  version 6.7.0.dev1
USGS Modular Hydrologic Model
gwt-disvidm.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 :: 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 :: ncpl = .false.
32  logical :: nvert = .false.
33  logical :: top = .false.
34  logical :: botm = .false.
35  logical :: idomain = .false.
36  logical :: iv = .false.
37  logical :: xv = .false.
38  logical :: yv = .false.
39  logical :: icell2d = .false.
40  logical :: xc = .false.
41  logical :: yc = .false.
42  logical :: ncvert = .false.
43  logical :: icvert = .false.
44  end type gwtdisvparamfoundtype
45 
46  logical :: gwt_disv_multi_package = .false.
47 
48  character(len=16), parameter :: &
50  [ &
51  'UTL-NCF ' &
52  ]
53 
54  type(inputparamdefinitiontype), parameter :: &
56  ( &
57  'GWT', & ! component
58  'DISV', & ! subcomponent
59  'OPTIONS', & ! block
60  'LENGTH_UNITS', & ! tag name
61  'LENGTH_UNITS', & ! fortran variable
62  'STRING', & ! type
63  '', & ! shape
64  'model length units', & ! longname
65  .false., & ! required
66  .false., & ! multi-record
67  .false., & ! preserve case
68  .false., & ! layered
69  .false. & ! timeseries
70  )
71 
72  type(inputparamdefinitiontype), parameter :: &
74  ( &
75  'GWT', & ! component
76  'DISV', & ! subcomponent
77  'OPTIONS', & ! block
78  'NOGRB', & ! tag name
79  'NOGRB', & ! fortran variable
80  'KEYWORD', & ! type
81  '', & ! shape
82  'do not write binary grid file', & ! longname
83  .false., & ! required
84  .false., & ! multi-record
85  .false., & ! preserve case
86  .false., & ! layered
87  .false. & ! timeseries
88  )
89 
90  type(inputparamdefinitiontype), parameter :: &
92  ( &
93  'GWT', & ! component
94  'DISV', & ! subcomponent
95  'OPTIONS', & ! block
96  'GRB_FILERECORD', & ! tag name
97  'GRB_FILERECORD', & ! fortran variable
98  'RECORD GRB6 FILEOUT GRB6_FILENAME', & ! type
99  '', & ! shape
100  '', & ! longname
101  .false., & ! required
102  .false., & ! multi-record
103  .false., & ! preserve case
104  .false., & ! layered
105  .false. & ! timeseries
106  )
107 
108  type(inputparamdefinitiontype), parameter :: &
110  ( &
111  'GWT', & ! component
112  'DISV', & ! subcomponent
113  'OPTIONS', & ! block
114  'GRB6', & ! tag name
115  'GRB6', & ! fortran variable
116  'KEYWORD', & ! type
117  '', & ! shape
118  'grb keyword', & ! longname
119  .true., & ! required
120  .true., & ! multi-record
121  .false., & ! preserve case
122  .false., & ! layered
123  .false. & ! timeseries
124  )
125 
126  type(inputparamdefinitiontype), parameter :: &
128  ( &
129  'GWT', & ! component
130  'DISV', & ! subcomponent
131  'OPTIONS', & ! block
132  'FILEOUT', & ! tag name
133  'FILEOUT', & ! fortran variable
134  'KEYWORD', & ! type
135  '', & ! shape
136  'file keyword', & ! longname
137  .true., & ! required
138  .true., & ! multi-record
139  .false., & ! preserve case
140  .false., & ! layered
141  .false. & ! timeseries
142  )
143 
144  type(inputparamdefinitiontype), parameter :: &
146  ( &
147  'GWT', & ! component
148  'DISV', & ! subcomponent
149  'OPTIONS', & ! block
150  'GRB6_FILENAME', & ! tag name
151  'GRB6_FILENAME', & ! fortran variable
152  'STRING', & ! type
153  '', & ! shape
154  'file name of GRB information', & ! longname
155  .true., & ! required
156  .true., & ! multi-record
157  .true., & ! preserve case
158  .false., & ! layered
159  .false. & ! timeseries
160  )
161 
162  type(inputparamdefinitiontype), parameter :: &
164  ( &
165  'GWT', & ! component
166  'DISV', & ! subcomponent
167  'OPTIONS', & ! block
168  'XORIGIN', & ! tag name
169  'XORIGIN', & ! fortran variable
170  'DOUBLE', & ! type
171  '', & ! shape
172  'x-position origin of the model grid coordinate system', & ! longname
173  .false., & ! required
174  .false., & ! multi-record
175  .false., & ! preserve case
176  .false., & ! layered
177  .false. & ! timeseries
178  )
179 
180  type(inputparamdefinitiontype), parameter :: &
182  ( &
183  'GWT', & ! component
184  'DISV', & ! subcomponent
185  'OPTIONS', & ! block
186  'YORIGIN', & ! tag name
187  'YORIGIN', & ! fortran variable
188  'DOUBLE', & ! type
189  '', & ! shape
190  'y-position origin of the model grid coordinate system', & ! longname
191  .false., & ! required
192  .false., & ! multi-record
193  .false., & ! preserve case
194  .false., & ! layered
195  .false. & ! timeseries
196  )
197 
198  type(inputparamdefinitiontype), parameter :: &
200  ( &
201  'GWT', & ! component
202  'DISV', & ! subcomponent
203  'OPTIONS', & ! block
204  'ANGROT', & ! tag name
205  'ANGROT', & ! fortran variable
206  'DOUBLE', & ! type
207  '', & ! shape
208  'rotation angle', & ! longname
209  .false., & ! required
210  .false., & ! multi-record
211  .false., & ! preserve case
212  .false., & ! layered
213  .false. & ! timeseries
214  )
215 
216  type(inputparamdefinitiontype), parameter :: &
218  ( &
219  'GWT', & ! component
220  'DISV', & ! subcomponent
221  'OPTIONS', & ! block
222  'EXPORT_ARRAY_ASCII', & ! tag name
223  'EXPORT_ASCII', & ! fortran variable
224  'KEYWORD', & ! type
225  '', & ! shape
226  'export array variables to layered ascii files.', & ! longname
227  .false., & ! required
228  .false., & ! multi-record
229  .false., & ! preserve case
230  .false., & ! layered
231  .false. & ! timeseries
232  )
233 
234  type(inputparamdefinitiontype), parameter :: &
236  ( &
237  'GWT', & ! component
238  'DISV', & ! subcomponent
239  'OPTIONS', & ! block
240  'EXPORT_ARRAY_NETCDF', & ! tag name
241  'EXPORT_NC', & ! fortran variable
242  'KEYWORD', & ! type
243  '', & ! shape
244  'export array variables to netcdf output files.', & ! longname
245  .false., & ! required
246  .false., & ! multi-record
247  .false., & ! preserve case
248  .false., & ! layered
249  .false. & ! timeseries
250  )
251 
252  type(inputparamdefinitiontype), parameter :: &
254  ( &
255  'GWT', & ! component
256  'DISV', & ! subcomponent
257  'OPTIONS', & ! block
258  'NCF_FILERECORD', & ! tag name
259  'NCF_FILERECORD', & ! fortran variable
260  'RECORD NCF6 FILEIN NCF6_FILENAME', & ! type
261  '', & ! shape
262  '', & ! longname
263  .false., & ! required
264  .false., & ! multi-record
265  .false., & ! preserve case
266  .false., & ! layered
267  .false. & ! timeseries
268  )
269 
270  type(inputparamdefinitiontype), parameter :: &
272  ( &
273  'GWT', & ! component
274  'DISV', & ! subcomponent
275  'OPTIONS', & ! block
276  'NCF6', & ! tag name
277  'NCF6', & ! fortran variable
278  'KEYWORD', & ! type
279  '', & ! shape
280  'ncf keyword', & ! longname
281  .true., & ! required
282  .true., & ! multi-record
283  .false., & ! preserve case
284  .false., & ! layered
285  .false. & ! timeseries
286  )
287 
288  type(inputparamdefinitiontype), parameter :: &
290  ( &
291  'GWT', & ! component
292  'DISV', & ! subcomponent
293  'OPTIONS', & ! block
294  'FILEIN', & ! tag name
295  'FILEIN', & ! fortran variable
296  'KEYWORD', & ! type
297  '', & ! shape
298  'file keyword', & ! longname
299  .true., & ! required
300  .true., & ! multi-record
301  .false., & ! preserve case
302  .false., & ! layered
303  .false. & ! timeseries
304  )
305 
306  type(inputparamdefinitiontype), parameter :: &
308  ( &
309  'GWT', & ! component
310  'DISV', & ! subcomponent
311  'OPTIONS', & ! block
312  'NCF6_FILENAME', & ! tag name
313  'NCF6_FILENAME', & ! fortran variable
314  'STRING', & ! type
315  '', & ! shape
316  'file name of NCF information', & ! longname
317  .true., & ! required
318  .true., & ! multi-record
319  .true., & ! preserve case
320  .false., & ! layered
321  .false. & ! timeseries
322  )
323 
324  type(inputparamdefinitiontype), parameter :: &
326  ( &
327  'GWT', & ! component
328  'DISV', & ! subcomponent
329  'DIMENSIONS', & ! block
330  'NLAY', & ! tag name
331  'NLAY', & ! fortran variable
332  'INTEGER', & ! type
333  '', & ! shape
334  'number of layers', & ! longname
335  .true., & ! required
336  .false., & ! multi-record
337  .false., & ! preserve case
338  .false., & ! layered
339  .false. & ! timeseries
340  )
341 
342  type(inputparamdefinitiontype), parameter :: &
344  ( &
345  'GWT', & ! component
346  'DISV', & ! subcomponent
347  'DIMENSIONS', & ! block
348  'NCPL', & ! tag name
349  'NCPL', & ! fortran variable
350  'INTEGER', & ! type
351  '', & ! shape
352  'number of cells per layer', & ! longname
353  .true., & ! required
354  .false., & ! multi-record
355  .false., & ! preserve case
356  .false., & ! layered
357  .false. & ! timeseries
358  )
359 
360  type(inputparamdefinitiontype), parameter :: &
362  ( &
363  'GWT', & ! component
364  'DISV', & ! subcomponent
365  'DIMENSIONS', & ! block
366  'NVERT', & ! tag name
367  'NVERT', & ! fortran variable
368  'INTEGER', & ! type
369  '', & ! shape
370  'number of columns', & ! longname
371  .true., & ! required
372  .false., & ! multi-record
373  .false., & ! preserve case
374  .false., & ! layered
375  .false. & ! timeseries
376  )
377 
378  type(inputparamdefinitiontype), parameter :: &
380  ( &
381  'GWT', & ! component
382  'DISV', & ! subcomponent
383  'GRIDDATA', & ! block
384  'TOP', & ! tag name
385  'TOP', & ! fortran variable
386  'DOUBLE1D', & ! type
387  'NCPL', & ! shape
388  'model top elevation', & ! longname
389  .true., & ! required
390  .false., & ! multi-record
391  .false., & ! preserve case
392  .false., & ! layered
393  .false. & ! timeseries
394  )
395 
396  type(inputparamdefinitiontype), parameter :: &
398  ( &
399  'GWT', & ! component
400  'DISV', & ! subcomponent
401  'GRIDDATA', & ! block
402  'BOTM', & ! tag name
403  'BOTM', & ! fortran variable
404  'DOUBLE2D', & ! type
405  'NCPL NLAY', & ! shape
406  'model bottom elevation', & ! longname
407  .true., & ! required
408  .false., & ! multi-record
409  .false., & ! preserve case
410  .true., & ! layered
411  .false. & ! timeseries
412  )
413 
414  type(inputparamdefinitiontype), parameter :: &
416  ( &
417  'GWT', & ! component
418  'DISV', & ! subcomponent
419  'GRIDDATA', & ! block
420  'IDOMAIN', & ! tag name
421  'IDOMAIN', & ! fortran variable
422  'INTEGER2D', & ! type
423  'NCPL NLAY', & ! shape
424  'idomain existence array', & ! longname
425  .false., & ! required
426  .false., & ! multi-record
427  .false., & ! preserve case
428  .true., & ! layered
429  .false. & ! timeseries
430  )
431 
432  type(inputparamdefinitiontype), parameter :: &
434  ( &
435  'GWT', & ! component
436  'DISV', & ! subcomponent
437  'VERTICES', & ! block
438  'IV', & ! tag name
439  'IV', & ! fortran variable
440  'INTEGER', & ! type
441  '', & ! shape
442  'vertex number', & ! longname
443  .true., & ! required
444  .true., & ! multi-record
445  .false., & ! preserve case
446  .false., & ! layered
447  .false. & ! timeseries
448  )
449 
450  type(inputparamdefinitiontype), parameter :: &
452  ( &
453  'GWT', & ! component
454  'DISV', & ! subcomponent
455  'VERTICES', & ! block
456  'XV', & ! tag name
457  'XV', & ! fortran variable
458  'DOUBLE', & ! type
459  '', & ! shape
460  'x-coordinate for vertex', & ! longname
461  .true., & ! required
462  .true., & ! multi-record
463  .false., & ! preserve case
464  .false., & ! layered
465  .false. & ! timeseries
466  )
467 
468  type(inputparamdefinitiontype), parameter :: &
470  ( &
471  'GWT', & ! component
472  'DISV', & ! subcomponent
473  'VERTICES', & ! block
474  'YV', & ! tag name
475  'YV', & ! fortran variable
476  'DOUBLE', & ! type
477  '', & ! shape
478  'y-coordinate for vertex', & ! longname
479  .true., & ! required
480  .true., & ! multi-record
481  .false., & ! preserve case
482  .false., & ! layered
483  .false. & ! timeseries
484  )
485 
486  type(inputparamdefinitiontype), parameter :: &
488  ( &
489  'GWT', & ! component
490  'DISV', & ! subcomponent
491  'CELL2D', & ! block
492  'ICELL2D', & ! tag name
493  'ICELL2D', & ! fortran variable
494  'INTEGER', & ! type
495  '', & ! shape
496  'cell2d number', & ! longname
497  .true., & ! required
498  .true., & ! multi-record
499  .false., & ! preserve case
500  .false., & ! layered
501  .false. & ! timeseries
502  )
503 
504  type(inputparamdefinitiontype), parameter :: &
506  ( &
507  'GWT', & ! component
508  'DISV', & ! subcomponent
509  'CELL2D', & ! block
510  'XC', & ! tag name
511  'XC', & ! fortran variable
512  'DOUBLE', & ! type
513  '', & ! shape
514  'x-coordinate for cell center', & ! longname
515  .true., & ! required
516  .true., & ! multi-record
517  .false., & ! preserve case
518  .false., & ! layered
519  .false. & ! timeseries
520  )
521 
522  type(inputparamdefinitiontype), parameter :: &
524  ( &
525  'GWT', & ! component
526  'DISV', & ! subcomponent
527  'CELL2D', & ! block
528  'YC', & ! tag name
529  'YC', & ! fortran variable
530  'DOUBLE', & ! type
531  '', & ! shape
532  'y-coordinate for cell center', & ! longname
533  .true., & ! required
534  .true., & ! multi-record
535  .false., & ! preserve case
536  .false., & ! layered
537  .false. & ! timeseries
538  )
539 
540  type(inputparamdefinitiontype), parameter :: &
542  ( &
543  'GWT', & ! component
544  'DISV', & ! subcomponent
545  'CELL2D', & ! block
546  'NCVERT', & ! tag name
547  'NCVERT', & ! fortran variable
548  'INTEGER', & ! type
549  '', & ! shape
550  'number of cell vertices', & ! longname
551  .true., & ! required
552  .true., & ! multi-record
553  .false., & ! preserve case
554  .false., & ! layered
555  .false. & ! timeseries
556  )
557 
558  type(inputparamdefinitiontype), parameter :: &
560  ( &
561  'GWT', & ! component
562  'DISV', & ! subcomponent
563  'CELL2D', & ! block
564  'ICVERT', & ! tag name
565  'ICVERT', & ! fortran variable
566  'INTEGER1D', & ! type
567  'NCVERT', & ! shape
568  'array of vertex numbers', & ! longname
569  .true., & ! required
570  .true., & ! multi-record
571  .false., & ! preserve case
572  .false., & ! layered
573  .false. & ! timeseries
574  )
575 
576  type(inputparamdefinitiontype), parameter :: &
578  [ &
580  gwtdisv_nogrb, &
582  gwtdisv_grb6, &
583  gwtdisv_fileout, &
585  gwtdisv_xorigin, &
586  gwtdisv_yorigin, &
587  gwtdisv_angrot, &
591  gwtdisv_ncf6, &
592  gwtdisv_filein, &
594  gwtdisv_nlay, &
595  gwtdisv_ncpl, &
596  gwtdisv_nvert, &
597  gwtdisv_top, &
598  gwtdisv_botm, &
599  gwtdisv_idomain, &
600  gwtdisv_iv, &
601  gwtdisv_xv, &
602  gwtdisv_yv, &
603  gwtdisv_icell2d, &
604  gwtdisv_xc, &
605  gwtdisv_yc, &
606  gwtdisv_ncvert, &
608  ]
609 
610  type(inputparamdefinitiontype), parameter :: &
612  ( &
613  'GWT', & ! component
614  'DISV', & ! subcomponent
615  'VERTICES', & ! block
616  'VERTICES', & ! tag name
617  'VERTICES', & ! fortran variable
618  'RECARRAY IV XV YV', & ! type
619  'NVERT', & ! shape
620  'vertices data', & ! longname
621  .true., & ! required
622  .false., & ! multi-record
623  .false., & ! preserve case
624  .false., & ! layered
625  .false. & ! timeseries
626  )
627 
628  type(inputparamdefinitiontype), parameter :: &
630  ( &
631  'GWT', & ! component
632  'DISV', & ! subcomponent
633  'CELL2D', & ! block
634  'CELL2D', & ! tag name
635  'CELL2D', & ! fortran variable
636  'RECARRAY ICELL2D XC YC NCVERT ICVERT', & ! type
637  'NCPL', & ! shape
638  'cell2d data', & ! longname
639  .true., & ! required
640  .false., & ! multi-record
641  .false., & ! preserve case
642  .false., & ! layered
643  .false. & ! timeseries
644  )
645 
646  type(inputparamdefinitiontype), parameter :: &
648  [ &
651  ]
652 
653  type(inputblockdefinitiontype), parameter :: &
655  [ &
657  'OPTIONS', & ! blockname
658  .false., & ! required
659  .false., & ! aggregate
660  .false. & ! block_variable
661  ), &
663  'DIMENSIONS', & ! blockname
664  .true., & ! required
665  .false., & ! aggregate
666  .false. & ! block_variable
667  ), &
669  'GRIDDATA', & ! blockname
670  .true., & ! required
671  .false., & ! aggregate
672  .false. & ! block_variable
673  ), &
675  'VERTICES', & ! blockname
676  .true., & ! required
677  .true., & ! aggregate
678  .false. & ! block_variable
679  ), &
681  'CELL2D', & ! blockname
682  .true., & ! required
683  .true., & ! aggregate
684  .false. & ! block_variable
685  ) &
686  ]
687 
688 end module gwtdisvinputmodule
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 gwtdisv_nvert
type(inputparamdefinitiontype), parameter gwtdisv_ncf_filerecord
type(inputparamdefinitiontype), parameter gwtdisv_top
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_disv_aggregate_definitions
type(inputparamdefinitiontype), parameter gwtdisv_grb6_filename
type(inputparamdefinitiontype), parameter gwtdisv_botm
type(inputparamdefinitiontype), parameter gwtdisv_cell2d
type(inputparamdefinitiontype), parameter gwtdisv_vertices
type(inputparamdefinitiontype), parameter gwtdisv_yc
type(inputparamdefinitiontype), parameter gwtdisv_iv
type(inputparamdefinitiontype), parameter gwtdisv_idomain
type(inputparamdefinitiontype), parameter gwtdisv_fileout
type(inputparamdefinitiontype), parameter gwtdisv_ncf6_filename
type(inputparamdefinitiontype), parameter gwtdisv_yv
type(inputparamdefinitiontype), parameter gwtdisv_nlay
type(inputparamdefinitiontype), parameter gwtdisv_grb6
type(inputparamdefinitiontype), parameter gwtdisv_ncvert
type(inputparamdefinitiontype), parameter gwtdisv_export_ascii
character(len=16), dimension(*), parameter, public gwt_disv_subpackages
Definition: gwt-disvidm.f90:48
type(inputparamdefinitiontype), parameter gwtdisv_ncpl
type(inputparamdefinitiontype), parameter gwtdisv_xorigin
type(inputparamdefinitiontype), parameter gwtdisv_yorigin
type(inputparamdefinitiontype), parameter gwtdisv_icell2d
type(inputparamdefinitiontype), parameter gwtdisv_grb_filerecord
Definition: gwt-disvidm.f90:90
type(inputparamdefinitiontype), parameter gwtdisv_xv
type(inputparamdefinitiontype), parameter gwtdisv_icvert
type(inputparamdefinitiontype), parameter gwtdisv_nogrb
Definition: gwt-disvidm.f90:72
type(inputparamdefinitiontype), parameter gwtdisv_length_units
Definition: gwt-disvidm.f90:54
type(inputparamdefinitiontype), parameter gwtdisv_ncf6
type(inputparamdefinitiontype), parameter gwtdisv_angrot
type(inputparamdefinitiontype), parameter gwtdisv_filein
type(inputparamdefinitiontype), parameter gwtdisv_export_nc
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_disv_param_definitions
type(inputblockdefinitiontype), dimension(*), parameter, public gwt_disv_block_definitions
logical, public gwt_disv_multi_package
Definition: gwt-disvidm.f90:46
type(inputparamdefinitiontype), parameter gwtdisv_xc
This module contains the InputDefinitionModule.