MODFLOW 6  version 6.7.0.dev1
USGS Modular Hydrologic Model
gwt-disuidm.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 :: voffsettol = .false.
25  logical :: export_ascii = .false.
26  logical :: nodes = .false.
27  logical :: nja = .false.
28  logical :: nvert = .false.
29  logical :: top = .false.
30  logical :: bot = .false.
31  logical :: area = .false.
32  logical :: idomain = .false.
33  logical :: iac = .false.
34  logical :: ja = .false.
35  logical :: ihc = .false.
36  logical :: cl12 = .false.
37  logical :: hwva = .false.
38  logical :: angldegx = .false.
39  logical :: iv = .false.
40  logical :: xv = .false.
41  logical :: yv = .false.
42  logical :: icell2d = .false.
43  logical :: xc = .false.
44  logical :: yc = .false.
45  logical :: ncvert = .false.
46  logical :: icvert = .false.
47  end type gwtdisuparamfoundtype
48 
49  logical :: gwt_disu_multi_package = .false.
50 
51  character(len=16), parameter :: &
53  [ &
54  ' ' &
55  ]
56 
57  type(inputparamdefinitiontype), parameter :: &
59  ( &
60  'GWT', & ! component
61  'DISU', & ! subcomponent
62  'OPTIONS', & ! block
63  'LENGTH_UNITS', & ! tag name
64  'LENGTH_UNITS', & ! fortran variable
65  'STRING', & ! type
66  '', & ! shape
67  'model length units', & ! longname
68  .false., & ! required
69  .false., & ! multi-record
70  .false., & ! preserve case
71  .false., & ! layered
72  .false. & ! timeseries
73  )
74 
75  type(inputparamdefinitiontype), parameter :: &
77  ( &
78  'GWT', & ! component
79  'DISU', & ! subcomponent
80  'OPTIONS', & ! block
81  'NOGRB', & ! tag name
82  'NOGRB', & ! fortran variable
83  'KEYWORD', & ! type
84  '', & ! shape
85  'do not write binary grid file', & ! longname
86  .false., & ! required
87  .false., & ! multi-record
88  .false., & ! preserve case
89  .false., & ! layered
90  .false. & ! timeseries
91  )
92 
93  type(inputparamdefinitiontype), parameter :: &
95  ( &
96  'GWT', & ! component
97  'DISU', & ! subcomponent
98  'OPTIONS', & ! block
99  'GRB_FILERECORD', & ! tag name
100  'GRB_FILERECORD', & ! fortran variable
101  'RECORD GRB6 FILEOUT GRB6_FILENAME', & ! type
102  '', & ! shape
103  '', & ! longname
104  .false., & ! required
105  .false., & ! multi-record
106  .false., & ! preserve case
107  .false., & ! layered
108  .false. & ! timeseries
109  )
110 
111  type(inputparamdefinitiontype), parameter :: &
113  ( &
114  'GWT', & ! component
115  'DISU', & ! subcomponent
116  'OPTIONS', & ! block
117  'GRB6', & ! tag name
118  'GRB6', & ! fortran variable
119  'KEYWORD', & ! type
120  '', & ! shape
121  'grb keyword', & ! longname
122  .true., & ! required
123  .true., & ! multi-record
124  .false., & ! preserve case
125  .false., & ! layered
126  .false. & ! timeseries
127  )
128 
129  type(inputparamdefinitiontype), parameter :: &
131  ( &
132  'GWT', & ! component
133  'DISU', & ! subcomponent
134  'OPTIONS', & ! block
135  'FILEOUT', & ! tag name
136  'FILEOUT', & ! fortran variable
137  'KEYWORD', & ! type
138  '', & ! shape
139  'file keyword', & ! longname
140  .true., & ! required
141  .true., & ! multi-record
142  .false., & ! preserve case
143  .false., & ! layered
144  .false. & ! timeseries
145  )
146 
147  type(inputparamdefinitiontype), parameter :: &
149  ( &
150  'GWT', & ! component
151  'DISU', & ! subcomponent
152  'OPTIONS', & ! block
153  'GRB6_FILENAME', & ! tag name
154  'GRB6_FILENAME', & ! fortran variable
155  'STRING', & ! type
156  '', & ! shape
157  'file name of GRB information', & ! longname
158  .true., & ! required
159  .true., & ! multi-record
160  .true., & ! preserve case
161  .false., & ! layered
162  .false. & ! timeseries
163  )
164 
165  type(inputparamdefinitiontype), parameter :: &
167  ( &
168  'GWT', & ! component
169  'DISU', & ! subcomponent
170  'OPTIONS', & ! block
171  'XORIGIN', & ! tag name
172  'XORIGIN', & ! fortran variable
173  'DOUBLE', & ! type
174  '', & ! shape
175  'x-position origin of the model grid coordinate system', & ! longname
176  .false., & ! required
177  .false., & ! multi-record
178  .false., & ! preserve case
179  .false., & ! layered
180  .false. & ! timeseries
181  )
182 
183  type(inputparamdefinitiontype), parameter :: &
185  ( &
186  'GWT', & ! component
187  'DISU', & ! subcomponent
188  'OPTIONS', & ! block
189  'YORIGIN', & ! tag name
190  'YORIGIN', & ! fortran variable
191  'DOUBLE', & ! type
192  '', & ! shape
193  'y-position origin of the model grid coordinate system', & ! longname
194  .false., & ! required
195  .false., & ! multi-record
196  .false., & ! preserve case
197  .false., & ! layered
198  .false. & ! timeseries
199  )
200 
201  type(inputparamdefinitiontype), parameter :: &
203  ( &
204  'GWT', & ! component
205  'DISU', & ! subcomponent
206  'OPTIONS', & ! block
207  'ANGROT', & ! tag name
208  'ANGROT', & ! fortran variable
209  'DOUBLE', & ! type
210  '', & ! shape
211  'rotation angle', & ! longname
212  .false., & ! required
213  .false., & ! multi-record
214  .false., & ! preserve case
215  .false., & ! layered
216  .false. & ! timeseries
217  )
218 
219  type(inputparamdefinitiontype), parameter :: &
221  ( &
222  'GWT', & ! component
223  'DISU', & ! subcomponent
224  'OPTIONS', & ! block
225  'VERTICAL_OFFSET_TOLERANCE', & ! tag name
226  'VOFFSETTOL', & ! fortran variable
227  'DOUBLE', & ! type
228  '', & ! shape
229  'vertical length dimension for top and bottom checking', & ! longname
230  .false., & ! required
231  .false., & ! multi-record
232  .false., & ! preserve case
233  .false., & ! layered
234  .false. & ! timeseries
235  )
236 
237  type(inputparamdefinitiontype), parameter :: &
239  ( &
240  'GWT', & ! component
241  'DISU', & ! subcomponent
242  'OPTIONS', & ! block
243  'EXPORT_ARRAY_ASCII', & ! tag name
244  'EXPORT_ASCII', & ! fortran variable
245  'KEYWORD', & ! type
246  '', & ! shape
247  'export array variables to layered ascii files.', & ! longname
248  .false., & ! required
249  .false., & ! multi-record
250  .false., & ! preserve case
251  .false., & ! layered
252  .false. & ! timeseries
253  )
254 
255  type(inputparamdefinitiontype), parameter :: &
257  ( &
258  'GWT', & ! component
259  'DISU', & ! subcomponent
260  'DIMENSIONS', & ! block
261  'NODES', & ! tag name
262  'NODES', & ! fortran variable
263  'INTEGER', & ! type
264  '', & ! shape
265  'number of layers', & ! longname
266  .true., & ! required
267  .false., & ! multi-record
268  .false., & ! preserve case
269  .false., & ! layered
270  .false. & ! timeseries
271  )
272 
273  type(inputparamdefinitiontype), parameter :: &
275  ( &
276  'GWT', & ! component
277  'DISU', & ! subcomponent
278  'DIMENSIONS', & ! block
279  'NJA', & ! tag name
280  'NJA', & ! fortran variable
281  'INTEGER', & ! type
282  '', & ! shape
283  'number of columns', & ! longname
284  .true., & ! required
285  .false., & ! multi-record
286  .false., & ! preserve case
287  .false., & ! layered
288  .false. & ! timeseries
289  )
290 
291  type(inputparamdefinitiontype), parameter :: &
293  ( &
294  'GWT', & ! component
295  'DISU', & ! subcomponent
296  'DIMENSIONS', & ! block
297  'NVERT', & ! tag name
298  'NVERT', & ! fortran variable
299  'INTEGER', & ! type
300  '', & ! shape
301  'number of vertices', & ! longname
302  .false., & ! required
303  .false., & ! multi-record
304  .false., & ! preserve case
305  .false., & ! layered
306  .false. & ! timeseries
307  )
308 
309  type(inputparamdefinitiontype), parameter :: &
311  ( &
312  'GWT', & ! component
313  'DISU', & ! subcomponent
314  'GRIDDATA', & ! block
315  'TOP', & ! tag name
316  'TOP', & ! fortran variable
317  'DOUBLE1D', & ! type
318  'NODES', & ! shape
319  'cell top elevation', & ! longname
320  .true., & ! required
321  .false., & ! multi-record
322  .false., & ! preserve case
323  .false., & ! layered
324  .false. & ! timeseries
325  )
326 
327  type(inputparamdefinitiontype), parameter :: &
329  ( &
330  'GWT', & ! component
331  'DISU', & ! subcomponent
332  'GRIDDATA', & ! block
333  'BOT', & ! tag name
334  'BOT', & ! fortran variable
335  'DOUBLE1D', & ! type
336  'NODES', & ! shape
337  'cell bottom elevation', & ! longname
338  .true., & ! required
339  .false., & ! multi-record
340  .false., & ! preserve case
341  .false., & ! layered
342  .false. & ! timeseries
343  )
344 
345  type(inputparamdefinitiontype), parameter :: &
347  ( &
348  'GWT', & ! component
349  'DISU', & ! subcomponent
350  'GRIDDATA', & ! block
351  'AREA', & ! tag name
352  'AREA', & ! fortran variable
353  'DOUBLE1D', & ! type
354  'NODES', & ! shape
355  'cell surface area', & ! longname
356  .true., & ! required
357  .false., & ! multi-record
358  .false., & ! preserve case
359  .false., & ! layered
360  .false. & ! timeseries
361  )
362 
363  type(inputparamdefinitiontype), parameter :: &
365  ( &
366  'GWT', & ! component
367  'DISU', & ! subcomponent
368  'GRIDDATA', & ! block
369  'IDOMAIN', & ! tag name
370  'IDOMAIN', & ! fortran variable
371  'INTEGER1D', & ! type
372  'NODES', & ! shape
373  'idomain existence array', & ! longname
374  .false., & ! required
375  .false., & ! multi-record
376  .false., & ! preserve case
377  .false., & ! layered
378  .false. & ! timeseries
379  )
380 
381  type(inputparamdefinitiontype), parameter :: &
383  ( &
384  'GWT', & ! component
385  'DISU', & ! subcomponent
386  'CONNECTIONDATA', & ! block
387  'IAC', & ! tag name
388  'IAC', & ! fortran variable
389  'INTEGER1D', & ! type
390  'NODES', & ! shape
391  'number of cell connections', & ! longname
392  .true., & ! required
393  .false., & ! multi-record
394  .false., & ! preserve case
395  .false., & ! layered
396  .false. & ! timeseries
397  )
398 
399  type(inputparamdefinitiontype), parameter :: &
401  ( &
402  'GWT', & ! component
403  'DISU', & ! subcomponent
404  'CONNECTIONDATA', & ! block
405  'JA', & ! tag name
406  'JA', & ! fortran variable
407  'INTEGER1D', & ! type
408  'NJA', & ! shape
409  'grid connectivity', & ! longname
410  .true., & ! required
411  .false., & ! multi-record
412  .false., & ! preserve case
413  .false., & ! layered
414  .false. & ! timeseries
415  )
416 
417  type(inputparamdefinitiontype), parameter :: &
419  ( &
420  'GWT', & ! component
421  'DISU', & ! subcomponent
422  'CONNECTIONDATA', & ! block
423  'IHC', & ! tag name
424  'IHC', & ! fortran variable
425  'INTEGER1D', & ! type
426  'NJA', & ! shape
427  'connection type', & ! longname
428  .true., & ! required
429  .false., & ! multi-record
430  .false., & ! preserve case
431  .false., & ! layered
432  .false. & ! timeseries
433  )
434 
435  type(inputparamdefinitiontype), parameter :: &
437  ( &
438  'GWT', & ! component
439  'DISU', & ! subcomponent
440  'CONNECTIONDATA', & ! block
441  'CL12', & ! tag name
442  'CL12', & ! fortran variable
443  'DOUBLE1D', & ! type
444  'NJA', & ! shape
445  'connection lengths', & ! longname
446  .true., & ! required
447  .false., & ! multi-record
448  .false., & ! preserve case
449  .false., & ! layered
450  .false. & ! timeseries
451  )
452 
453  type(inputparamdefinitiontype), parameter :: &
455  ( &
456  'GWT', & ! component
457  'DISU', & ! subcomponent
458  'CONNECTIONDATA', & ! block
459  'HWVA', & ! tag name
460  'HWVA', & ! fortran variable
461  'DOUBLE1D', & ! type
462  'NJA', & ! shape
463  'connection lengths', & ! longname
464  .true., & ! required
465  .false., & ! multi-record
466  .false., & ! preserve case
467  .false., & ! layered
468  .false. & ! timeseries
469  )
470 
471  type(inputparamdefinitiontype), parameter :: &
473  ( &
474  'GWT', & ! component
475  'DISU', & ! subcomponent
476  'CONNECTIONDATA', & ! block
477  'ANGLDEGX', & ! tag name
478  'ANGLDEGX', & ! fortran variable
479  'DOUBLE1D', & ! type
480  'NJA', & ! shape
481  'angle of face normal to connection', & ! longname
482  .false., & ! required
483  .false., & ! multi-record
484  .false., & ! preserve case
485  .false., & ! layered
486  .false. & ! timeseries
487  )
488 
489  type(inputparamdefinitiontype), parameter :: &
491  ( &
492  'GWT', & ! component
493  'DISU', & ! subcomponent
494  'VERTICES', & ! block
495  'IV', & ! tag name
496  'IV', & ! fortran variable
497  'INTEGER', & ! type
498  '', & ! shape
499  'vertex number', & ! longname
500  .true., & ! required
501  .true., & ! multi-record
502  .false., & ! preserve case
503  .false., & ! layered
504  .false. & ! timeseries
505  )
506 
507  type(inputparamdefinitiontype), parameter :: &
509  ( &
510  'GWT', & ! component
511  'DISU', & ! subcomponent
512  'VERTICES', & ! block
513  'XV', & ! tag name
514  'XV', & ! fortran variable
515  'DOUBLE', & ! type
516  '', & ! shape
517  'x-coordinate for vertex', & ! longname
518  .true., & ! required
519  .true., & ! multi-record
520  .false., & ! preserve case
521  .false., & ! layered
522  .false. & ! timeseries
523  )
524 
525  type(inputparamdefinitiontype), parameter :: &
527  ( &
528  'GWT', & ! component
529  'DISU', & ! subcomponent
530  'VERTICES', & ! block
531  'YV', & ! tag name
532  'YV', & ! fortran variable
533  'DOUBLE', & ! type
534  '', & ! shape
535  'y-coordinate for vertex', & ! longname
536  .true., & ! required
537  .true., & ! multi-record
538  .false., & ! preserve case
539  .false., & ! layered
540  .false. & ! timeseries
541  )
542 
543  type(inputparamdefinitiontype), parameter :: &
545  ( &
546  'GWT', & ! component
547  'DISU', & ! subcomponent
548  'CELL2D', & ! block
549  'ICELL2D', & ! tag name
550  'ICELL2D', & ! fortran variable
551  'INTEGER', & ! type
552  '', & ! shape
553  'cell2d number', & ! longname
554  .true., & ! required
555  .true., & ! multi-record
556  .false., & ! preserve case
557  .false., & ! layered
558  .false. & ! timeseries
559  )
560 
561  type(inputparamdefinitiontype), parameter :: &
563  ( &
564  'GWT', & ! component
565  'DISU', & ! subcomponent
566  'CELL2D', & ! block
567  'XC', & ! tag name
568  'XC', & ! fortran variable
569  'DOUBLE', & ! type
570  '', & ! shape
571  'x-coordinate for cell center', & ! longname
572  .true., & ! required
573  .true., & ! multi-record
574  .false., & ! preserve case
575  .false., & ! layered
576  .false. & ! timeseries
577  )
578 
579  type(inputparamdefinitiontype), parameter :: &
581  ( &
582  'GWT', & ! component
583  'DISU', & ! subcomponent
584  'CELL2D', & ! block
585  'YC', & ! tag name
586  'YC', & ! fortran variable
587  'DOUBLE', & ! type
588  '', & ! shape
589  'y-coordinate for cell center', & ! longname
590  .true., & ! required
591  .true., & ! multi-record
592  .false., & ! preserve case
593  .false., & ! layered
594  .false. & ! timeseries
595  )
596 
597  type(inputparamdefinitiontype), parameter :: &
599  ( &
600  'GWT', & ! component
601  'DISU', & ! subcomponent
602  'CELL2D', & ! block
603  'NCVERT', & ! tag name
604  'NCVERT', & ! fortran variable
605  'INTEGER', & ! type
606  '', & ! shape
607  'number of cell vertices', & ! longname
608  .true., & ! required
609  .true., & ! multi-record
610  .false., & ! preserve case
611  .false., & ! layered
612  .false. & ! timeseries
613  )
614 
615  type(inputparamdefinitiontype), parameter :: &
617  ( &
618  'GWT', & ! component
619  'DISU', & ! subcomponent
620  'CELL2D', & ! block
621  'ICVERT', & ! tag name
622  'ICVERT', & ! fortran variable
623  'INTEGER1D', & ! type
624  'NCVERT', & ! shape
625  'array of vertex numbers', & ! longname
626  .true., & ! required
627  .true., & ! multi-record
628  .false., & ! preserve case
629  .false., & ! layered
630  .false. & ! timeseries
631  )
632 
633  type(inputparamdefinitiontype), parameter :: &
635  [ &
637  gwtdisu_nogrb, &
639  gwtdisu_grb6, &
640  gwtdisu_fileout, &
642  gwtdisu_xorigin, &
643  gwtdisu_yorigin, &
644  gwtdisu_angrot, &
647  gwtdisu_nodes, &
648  gwtdisu_nja, &
649  gwtdisu_nvert, &
650  gwtdisu_top, &
651  gwtdisu_bot, &
652  gwtdisu_area, &
653  gwtdisu_idomain, &
654  gwtdisu_iac, &
655  gwtdisu_ja, &
656  gwtdisu_ihc, &
657  gwtdisu_cl12, &
658  gwtdisu_hwva, &
660  gwtdisu_iv, &
661  gwtdisu_xv, &
662  gwtdisu_yv, &
663  gwtdisu_icell2d, &
664  gwtdisu_xc, &
665  gwtdisu_yc, &
666  gwtdisu_ncvert, &
668  ]
669 
670  type(inputparamdefinitiontype), parameter :: &
672  ( &
673  'GWT', & ! component
674  'DISU', & ! subcomponent
675  'VERTICES', & ! block
676  'VERTICES', & ! tag name
677  'VERTICES', & ! fortran variable
678  'RECARRAY IV XV YV', & ! type
679  'NVERT', & ! shape
680  'vertices data', & ! longname
681  .false., & ! required
682  .false., & ! multi-record
683  .false., & ! preserve case
684  .false., & ! layered
685  .false. & ! timeseries
686  )
687 
688  type(inputparamdefinitiontype), parameter :: &
690  ( &
691  'GWT', & ! component
692  'DISU', & ! subcomponent
693  'CELL2D', & ! block
694  'CELL2D', & ! tag name
695  'CELL2D', & ! fortran variable
696  'RECARRAY ICELL2D XC YC NCVERT ICVERT', & ! type
697  'NODES', & ! shape
698  'cell2d data', & ! longname
699  .false., & ! required
700  .false., & ! multi-record
701  .false., & ! preserve case
702  .false., & ! layered
703  .false. & ! timeseries
704  )
705 
706  type(inputparamdefinitiontype), parameter :: &
708  [ &
711  ]
712 
713  type(inputblockdefinitiontype), parameter :: &
715  [ &
717  'OPTIONS', & ! blockname
718  .false., & ! required
719  .false., & ! aggregate
720  .false. & ! block_variable
721  ), &
723  'DIMENSIONS', & ! blockname
724  .true., & ! required
725  .false., & ! aggregate
726  .false. & ! block_variable
727  ), &
729  'GRIDDATA', & ! blockname
730  .true., & ! required
731  .false., & ! aggregate
732  .false. & ! block_variable
733  ), &
735  'CONNECTIONDATA', & ! blockname
736  .true., & ! required
737  .false., & ! aggregate
738  .false. & ! block_variable
739  ), &
741  'VERTICES', & ! blockname
742  .false., & ! required
743  .true., & ! aggregate
744  .false. & ! block_variable
745  ), &
747  'CELL2D', & ! blockname
748  .false., & ! required
749  .true., & ! aggregate
750  .false. & ! block_variable
751  ) &
752  ]
753 
754 end module gwtdisuinputmodule
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 gwtdisu_xv
type(inputparamdefinitiontype), parameter gwtdisu_cl12
type(inputparamdefinitiontype), parameter gwtdisu_top
type(inputparamdefinitiontype), parameter gwtdisu_idomain
type(inputparamdefinitiontype), parameter gwtdisu_iv
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_disu_aggregate_definitions
type(inputparamdefinitiontype), parameter gwtdisu_length_units
Definition: gwt-disuidm.f90:57
type(inputparamdefinitiontype), parameter gwtdisu_icvert
type(inputparamdefinitiontype), parameter gwtdisu_grb_filerecord
Definition: gwt-disuidm.f90:93
type(inputparamdefinitiontype), parameter gwtdisu_area
type(inputparamdefinitiontype), parameter gwtdisu_fileout
type(inputparamdefinitiontype), parameter gwtdisu_voffsettol
type(inputparamdefinitiontype), parameter gwtdisu_export_ascii
type(inputparamdefinitiontype), parameter gwtdisu_ncvert
logical, public gwt_disu_multi_package
Definition: gwt-disuidm.f90:49
type(inputparamdefinitiontype), parameter gwtdisu_vertices
type(inputparamdefinitiontype), parameter gwtdisu_ihc
type(inputparamdefinitiontype), parameter gwtdisu_nvert
type(inputparamdefinitiontype), parameter gwtdisu_hwva
type(inputparamdefinitiontype), parameter gwtdisu_yv
type(inputparamdefinitiontype), parameter gwtdisu_nodes
character(len=16), dimension(*), parameter, public gwt_disu_subpackages
Definition: gwt-disuidm.f90:51
type(inputparamdefinitiontype), parameter gwtdisu_grb6
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_disu_param_definitions
type(inputparamdefinitiontype), parameter gwtdisu_yorigin
type(inputparamdefinitiontype), parameter gwtdisu_ja
type(inputblockdefinitiontype), dimension(*), parameter, public gwt_disu_block_definitions
type(inputparamdefinitiontype), parameter gwtdisu_bot
type(inputparamdefinitiontype), parameter gwtdisu_nja
type(inputparamdefinitiontype), parameter gwtdisu_angrot
type(inputparamdefinitiontype), parameter gwtdisu_angldegx
type(inputparamdefinitiontype), parameter gwtdisu_yc
type(inputparamdefinitiontype), parameter gwtdisu_grb6_filename
type(inputparamdefinitiontype), parameter gwtdisu_icell2d
type(inputparamdefinitiontype), parameter gwtdisu_xorigin
type(inputparamdefinitiontype), parameter gwtdisu_nogrb
Definition: gwt-disuidm.f90:75
type(inputparamdefinitiontype), parameter gwtdisu_cell2d
type(inputparamdefinitiontype), parameter gwtdisu_xc
type(inputparamdefinitiontype), parameter gwtdisu_iac
This module contains the InputDefinitionModule.