MODFLOW 6  version 6.7.0.dev2
USGS Modular Hydrologic Model
gwe-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 :: crs = .false.
27  logical :: nodes = .false.
28  logical :: nja = .false.
29  logical :: nvert = .false.
30  logical :: top = .false.
31  logical :: bot = .false.
32  logical :: area = .false.
33  logical :: idomain = .false.
34  logical :: iac = .false.
35  logical :: ja = .false.
36  logical :: ihc = .false.
37  logical :: cl12 = .false.
38  logical :: hwva = .false.
39  logical :: angldegx = .false.
40  logical :: iv = .false.
41  logical :: xv = .false.
42  logical :: yv = .false.
43  logical :: icell2d = .false.
44  logical :: xc = .false.
45  logical :: yc = .false.
46  logical :: ncvert = .false.
47  logical :: icvert = .false.
48  end type gwedisuparamfoundtype
49 
50  logical :: gwe_disu_multi_package = .false.
51 
52  character(len=16), parameter :: &
54  [ &
55  ' ' &
56  ]
57 
58  type(inputparamdefinitiontype), parameter :: &
60  ( &
61  'GWE', & ! component
62  'DISU', & ! subcomponent
63  'OPTIONS', & ! block
64  'LENGTH_UNITS', & ! tag name
65  'LENGTH_UNITS', & ! fortran variable
66  'STRING', & ! type
67  '', & ! shape
68  'model length units', & ! longname
69  .false., & ! required
70  .false., & ! multi-record
71  .false., & ! preserve case
72  .false., & ! layered
73  .false. & ! timeseries
74  )
75 
76  type(inputparamdefinitiontype), parameter :: &
78  ( &
79  'GWE', & ! component
80  'DISU', & ! subcomponent
81  'OPTIONS', & ! block
82  'NOGRB', & ! tag name
83  'NOGRB', & ! fortran variable
84  'KEYWORD', & ! type
85  '', & ! shape
86  'do not write binary grid file', & ! longname
87  .false., & ! required
88  .false., & ! multi-record
89  .false., & ! preserve case
90  .false., & ! layered
91  .false. & ! timeseries
92  )
93 
94  type(inputparamdefinitiontype), parameter :: &
96  ( &
97  'GWE', & ! component
98  'DISU', & ! subcomponent
99  'OPTIONS', & ! block
100  'GRB_FILERECORD', & ! tag name
101  'GRB_FILERECORD', & ! fortran variable
102  'RECORD GRB6 FILEOUT GRB6_FILENAME', & ! type
103  '', & ! shape
104  '', & ! longname
105  .false., & ! required
106  .false., & ! multi-record
107  .false., & ! preserve case
108  .false., & ! layered
109  .false. & ! timeseries
110  )
111 
112  type(inputparamdefinitiontype), parameter :: &
114  ( &
115  'GWE', & ! component
116  'DISU', & ! subcomponent
117  'OPTIONS', & ! block
118  'GRB6', & ! tag name
119  'GRB6', & ! fortran variable
120  'KEYWORD', & ! type
121  '', & ! shape
122  'grb keyword', & ! longname
123  .true., & ! required
124  .true., & ! multi-record
125  .false., & ! preserve case
126  .false., & ! layered
127  .false. & ! timeseries
128  )
129 
130  type(inputparamdefinitiontype), parameter :: &
132  ( &
133  'GWE', & ! component
134  'DISU', & ! subcomponent
135  'OPTIONS', & ! block
136  'FILEOUT', & ! tag name
137  'FILEOUT', & ! fortran variable
138  'KEYWORD', & ! type
139  '', & ! shape
140  'file keyword', & ! longname
141  .true., & ! required
142  .true., & ! multi-record
143  .false., & ! preserve case
144  .false., & ! layered
145  .false. & ! timeseries
146  )
147 
148  type(inputparamdefinitiontype), parameter :: &
150  ( &
151  'GWE', & ! component
152  'DISU', & ! subcomponent
153  'OPTIONS', & ! block
154  'GRB6_FILENAME', & ! tag name
155  'GRB6_FILENAME', & ! fortran variable
156  'STRING', & ! type
157  '', & ! shape
158  'file name of GRB information', & ! longname
159  .true., & ! required
160  .true., & ! multi-record
161  .true., & ! preserve case
162  .false., & ! layered
163  .false. & ! timeseries
164  )
165 
166  type(inputparamdefinitiontype), parameter :: &
168  ( &
169  'GWE', & ! component
170  'DISU', & ! subcomponent
171  'OPTIONS', & ! block
172  'XORIGIN', & ! tag name
173  'XORIGIN', & ! fortran variable
174  'DOUBLE', & ! type
175  '', & ! shape
176  'x-position origin of the model grid coordinate system', & ! longname
177  .false., & ! required
178  .false., & ! multi-record
179  .false., & ! preserve case
180  .false., & ! layered
181  .false. & ! timeseries
182  )
183 
184  type(inputparamdefinitiontype), parameter :: &
186  ( &
187  'GWE', & ! component
188  'DISU', & ! subcomponent
189  'OPTIONS', & ! block
190  'YORIGIN', & ! tag name
191  'YORIGIN', & ! fortran variable
192  'DOUBLE', & ! type
193  '', & ! shape
194  'y-position origin of the model grid coordinate system', & ! longname
195  .false., & ! required
196  .false., & ! multi-record
197  .false., & ! preserve case
198  .false., & ! layered
199  .false. & ! timeseries
200  )
201 
202  type(inputparamdefinitiontype), parameter :: &
204  ( &
205  'GWE', & ! component
206  'DISU', & ! subcomponent
207  'OPTIONS', & ! block
208  'ANGROT', & ! tag name
209  'ANGROT', & ! fortran variable
210  'DOUBLE', & ! type
211  '', & ! shape
212  'rotation angle', & ! longname
213  .false., & ! required
214  .false., & ! multi-record
215  .false., & ! preserve case
216  .false., & ! layered
217  .false. & ! timeseries
218  )
219 
220  type(inputparamdefinitiontype), parameter :: &
222  ( &
223  'GWE', & ! component
224  'DISU', & ! subcomponent
225  'OPTIONS', & ! block
226  'VERTICAL_OFFSET_TOLERANCE', & ! tag name
227  'VOFFSETTOL', & ! fortran variable
228  'DOUBLE', & ! type
229  '', & ! shape
230  'vertical length dimension for top and bottom checking', & ! longname
231  .false., & ! required
232  .false., & ! multi-record
233  .false., & ! preserve case
234  .false., & ! layered
235  .false. & ! timeseries
236  )
237 
238  type(inputparamdefinitiontype), parameter :: &
240  ( &
241  'GWE', & ! component
242  'DISU', & ! subcomponent
243  'OPTIONS', & ! block
244  'EXPORT_ARRAY_ASCII', & ! tag name
245  'EXPORT_ASCII', & ! fortran variable
246  'KEYWORD', & ! type
247  '', & ! shape
248  'export array variables to layered ascii files.', & ! longname
249  .false., & ! required
250  .false., & ! multi-record
251  .false., & ! preserve case
252  .false., & ! layered
253  .false. & ! timeseries
254  )
255 
256  type(inputparamdefinitiontype), parameter :: &
258  ( &
259  'GWE', & ! component
260  'DISU', & ! subcomponent
261  'OPTIONS', & ! block
262  'CRS', & ! tag name
263  'CRS', & ! fortran variable
264  'STRING', & ! type
265  'LENBIGLINE', & ! shape
266  'CRS user input string', & ! longname
267  .false., & ! required
268  .false., & ! multi-record
269  .true., & ! preserve case
270  .false., & ! layered
271  .false. & ! timeseries
272  )
273 
274  type(inputparamdefinitiontype), parameter :: &
276  ( &
277  'GWE', & ! component
278  'DISU', & ! subcomponent
279  'DIMENSIONS', & ! block
280  'NODES', & ! tag name
281  'NODES', & ! fortran variable
282  'INTEGER', & ! type
283  '', & ! shape
284  'number of layers', & ! longname
285  .true., & ! required
286  .false., & ! multi-record
287  .false., & ! preserve case
288  .false., & ! layered
289  .false. & ! timeseries
290  )
291 
292  type(inputparamdefinitiontype), parameter :: &
294  ( &
295  'GWE', & ! component
296  'DISU', & ! subcomponent
297  'DIMENSIONS', & ! block
298  'NJA', & ! tag name
299  'NJA', & ! fortran variable
300  'INTEGER', & ! type
301  '', & ! shape
302  'number of columns', & ! longname
303  .true., & ! required
304  .false., & ! multi-record
305  .false., & ! preserve case
306  .false., & ! layered
307  .false. & ! timeseries
308  )
309 
310  type(inputparamdefinitiontype), parameter :: &
312  ( &
313  'GWE', & ! component
314  'DISU', & ! subcomponent
315  'DIMENSIONS', & ! block
316  'NVERT', & ! tag name
317  'NVERT', & ! fortran variable
318  'INTEGER', & ! type
319  '', & ! shape
320  'number of vertices', & ! longname
321  .false., & ! required
322  .false., & ! multi-record
323  .false., & ! preserve case
324  .false., & ! layered
325  .false. & ! timeseries
326  )
327 
328  type(inputparamdefinitiontype), parameter :: &
330  ( &
331  'GWE', & ! component
332  'DISU', & ! subcomponent
333  'GRIDDATA', & ! block
334  'TOP', & ! tag name
335  'TOP', & ! fortran variable
336  'DOUBLE1D', & ! type
337  'NODES', & ! shape
338  'cell top elevation', & ! longname
339  .true., & ! required
340  .false., & ! multi-record
341  .false., & ! preserve case
342  .false., & ! layered
343  .false. & ! timeseries
344  )
345 
346  type(inputparamdefinitiontype), parameter :: &
348  ( &
349  'GWE', & ! component
350  'DISU', & ! subcomponent
351  'GRIDDATA', & ! block
352  'BOT', & ! tag name
353  'BOT', & ! fortran variable
354  'DOUBLE1D', & ! type
355  'NODES', & ! shape
356  'cell bottom elevation', & ! longname
357  .true., & ! required
358  .false., & ! multi-record
359  .false., & ! preserve case
360  .false., & ! layered
361  .false. & ! timeseries
362  )
363 
364  type(inputparamdefinitiontype), parameter :: &
366  ( &
367  'GWE', & ! component
368  'DISU', & ! subcomponent
369  'GRIDDATA', & ! block
370  'AREA', & ! tag name
371  'AREA', & ! fortran variable
372  'DOUBLE1D', & ! type
373  'NODES', & ! shape
374  'cell surface area', & ! longname
375  .true., & ! required
376  .false., & ! multi-record
377  .false., & ! preserve case
378  .false., & ! layered
379  .false. & ! timeseries
380  )
381 
382  type(inputparamdefinitiontype), parameter :: &
384  ( &
385  'GWE', & ! component
386  'DISU', & ! subcomponent
387  'GRIDDATA', & ! block
388  'IDOMAIN', & ! tag name
389  'IDOMAIN', & ! fortran variable
390  'INTEGER1D', & ! type
391  'NODES', & ! shape
392  'idomain existence array', & ! longname
393  .false., & ! required
394  .false., & ! multi-record
395  .false., & ! preserve case
396  .false., & ! layered
397  .false. & ! timeseries
398  )
399 
400  type(inputparamdefinitiontype), parameter :: &
402  ( &
403  'GWE', & ! component
404  'DISU', & ! subcomponent
405  'CONNECTIONDATA', & ! block
406  'IAC', & ! tag name
407  'IAC', & ! fortran variable
408  'INTEGER1D', & ! type
409  'NODES', & ! shape
410  'number of cell connections', & ! longname
411  .true., & ! required
412  .false., & ! multi-record
413  .false., & ! preserve case
414  .false., & ! layered
415  .false. & ! timeseries
416  )
417 
418  type(inputparamdefinitiontype), parameter :: &
420  ( &
421  'GWE', & ! component
422  'DISU', & ! subcomponent
423  'CONNECTIONDATA', & ! block
424  'JA', & ! tag name
425  'JA', & ! fortran variable
426  'INTEGER1D', & ! type
427  'NJA', & ! shape
428  'grid connectivity', & ! longname
429  .true., & ! required
430  .false., & ! multi-record
431  .false., & ! preserve case
432  .false., & ! layered
433  .false. & ! timeseries
434  )
435 
436  type(inputparamdefinitiontype), parameter :: &
438  ( &
439  'GWE', & ! component
440  'DISU', & ! subcomponent
441  'CONNECTIONDATA', & ! block
442  'IHC', & ! tag name
443  'IHC', & ! fortran variable
444  'INTEGER1D', & ! type
445  'NJA', & ! shape
446  'connection type', & ! longname
447  .true., & ! required
448  .false., & ! multi-record
449  .false., & ! preserve case
450  .false., & ! layered
451  .false. & ! timeseries
452  )
453 
454  type(inputparamdefinitiontype), parameter :: &
456  ( &
457  'GWE', & ! component
458  'DISU', & ! subcomponent
459  'CONNECTIONDATA', & ! block
460  'CL12', & ! tag name
461  'CL12', & ! fortran variable
462  'DOUBLE1D', & ! type
463  'NJA', & ! shape
464  'connection lengths', & ! longname
465  .true., & ! required
466  .false., & ! multi-record
467  .false., & ! preserve case
468  .false., & ! layered
469  .false. & ! timeseries
470  )
471 
472  type(inputparamdefinitiontype), parameter :: &
474  ( &
475  'GWE', & ! component
476  'DISU', & ! subcomponent
477  'CONNECTIONDATA', & ! block
478  'HWVA', & ! tag name
479  'HWVA', & ! fortran variable
480  'DOUBLE1D', & ! type
481  'NJA', & ! shape
482  'connection lengths', & ! longname
483  .true., & ! required
484  .false., & ! multi-record
485  .false., & ! preserve case
486  .false., & ! layered
487  .false. & ! timeseries
488  )
489 
490  type(inputparamdefinitiontype), parameter :: &
492  ( &
493  'GWE', & ! component
494  'DISU', & ! subcomponent
495  'CONNECTIONDATA', & ! block
496  'ANGLDEGX', & ! tag name
497  'ANGLDEGX', & ! fortran variable
498  'DOUBLE1D', & ! type
499  'NJA', & ! shape
500  'angle of face normal to connection', & ! longname
501  .false., & ! required
502  .false., & ! multi-record
503  .false., & ! preserve case
504  .false., & ! layered
505  .false. & ! timeseries
506  )
507 
508  type(inputparamdefinitiontype), parameter :: &
510  ( &
511  'GWE', & ! component
512  'DISU', & ! subcomponent
513  'VERTICES', & ! block
514  'IV', & ! tag name
515  'IV', & ! fortran variable
516  'INTEGER', & ! type
517  '', & ! shape
518  'vertex number', & ! longname
519  .true., & ! required
520  .true., & ! multi-record
521  .false., & ! preserve case
522  .false., & ! layered
523  .false. & ! timeseries
524  )
525 
526  type(inputparamdefinitiontype), parameter :: &
528  ( &
529  'GWE', & ! component
530  'DISU', & ! subcomponent
531  'VERTICES', & ! block
532  'XV', & ! tag name
533  'XV', & ! fortran variable
534  'DOUBLE', & ! type
535  '', & ! shape
536  'x-coordinate for vertex', & ! longname
537  .true., & ! required
538  .true., & ! multi-record
539  .false., & ! preserve case
540  .false., & ! layered
541  .false. & ! timeseries
542  )
543 
544  type(inputparamdefinitiontype), parameter :: &
546  ( &
547  'GWE', & ! component
548  'DISU', & ! subcomponent
549  'VERTICES', & ! block
550  'YV', & ! tag name
551  'YV', & ! fortran variable
552  'DOUBLE', & ! type
553  '', & ! shape
554  'y-coordinate for vertex', & ! longname
555  .true., & ! required
556  .true., & ! multi-record
557  .false., & ! preserve case
558  .false., & ! layered
559  .false. & ! timeseries
560  )
561 
562  type(inputparamdefinitiontype), parameter :: &
564  ( &
565  'GWE', & ! component
566  'DISU', & ! subcomponent
567  'CELL2D', & ! block
568  'ICELL2D', & ! tag name
569  'ICELL2D', & ! fortran variable
570  'INTEGER', & ! type
571  '', & ! shape
572  'cell2d number', & ! longname
573  .true., & ! required
574  .true., & ! multi-record
575  .false., & ! preserve case
576  .false., & ! layered
577  .false. & ! timeseries
578  )
579 
580  type(inputparamdefinitiontype), parameter :: &
582  ( &
583  'GWE', & ! component
584  'DISU', & ! subcomponent
585  'CELL2D', & ! block
586  'XC', & ! tag name
587  'XC', & ! fortran variable
588  'DOUBLE', & ! type
589  '', & ! shape
590  'x-coordinate for cell center', & ! longname
591  .true., & ! required
592  .true., & ! multi-record
593  .false., & ! preserve case
594  .false., & ! layered
595  .false. & ! timeseries
596  )
597 
598  type(inputparamdefinitiontype), parameter :: &
600  ( &
601  'GWE', & ! component
602  'DISU', & ! subcomponent
603  'CELL2D', & ! block
604  'YC', & ! tag name
605  'YC', & ! fortran variable
606  'DOUBLE', & ! type
607  '', & ! shape
608  'y-coordinate for cell center', & ! longname
609  .true., & ! required
610  .true., & ! multi-record
611  .false., & ! preserve case
612  .false., & ! layered
613  .false. & ! timeseries
614  )
615 
616  type(inputparamdefinitiontype), parameter :: &
618  ( &
619  'GWE', & ! component
620  'DISU', & ! subcomponent
621  'CELL2D', & ! block
622  'NCVERT', & ! tag name
623  'NCVERT', & ! fortran variable
624  'INTEGER', & ! type
625  '', & ! shape
626  'number of cell vertices', & ! longname
627  .true., & ! required
628  .true., & ! multi-record
629  .false., & ! preserve case
630  .false., & ! layered
631  .false. & ! timeseries
632  )
633 
634  type(inputparamdefinitiontype), parameter :: &
636  ( &
637  'GWE', & ! component
638  'DISU', & ! subcomponent
639  'CELL2D', & ! block
640  'ICVERT', & ! tag name
641  'ICVERT', & ! fortran variable
642  'INTEGER1D', & ! type
643  'NCVERT', & ! shape
644  'array of vertex numbers', & ! longname
645  .true., & ! required
646  .true., & ! multi-record
647  .false., & ! preserve case
648  .false., & ! layered
649  .false. & ! timeseries
650  )
651 
652  type(inputparamdefinitiontype), parameter :: &
654  [ &
656  gwedisu_nogrb, &
658  gwedisu_grb6, &
659  gwedisu_fileout, &
661  gwedisu_xorigin, &
662  gwedisu_yorigin, &
663  gwedisu_angrot, &
666  gwedisu_crs, &
667  gwedisu_nodes, &
668  gwedisu_nja, &
669  gwedisu_nvert, &
670  gwedisu_top, &
671  gwedisu_bot, &
672  gwedisu_area, &
673  gwedisu_idomain, &
674  gwedisu_iac, &
675  gwedisu_ja, &
676  gwedisu_ihc, &
677  gwedisu_cl12, &
678  gwedisu_hwva, &
680  gwedisu_iv, &
681  gwedisu_xv, &
682  gwedisu_yv, &
683  gwedisu_icell2d, &
684  gwedisu_xc, &
685  gwedisu_yc, &
686  gwedisu_ncvert, &
688  ]
689 
690  type(inputparamdefinitiontype), parameter :: &
692  ( &
693  'GWE', & ! component
694  'DISU', & ! subcomponent
695  'VERTICES', & ! block
696  'VERTICES', & ! tag name
697  'VERTICES', & ! fortran variable
698  'RECARRAY IV XV YV', & ! type
699  'NVERT', & ! shape
700  'vertices data', & ! longname
701  .true., & ! required
702  .false., & ! multi-record
703  .false., & ! preserve case
704  .false., & ! layered
705  .false. & ! timeseries
706  )
707 
708  type(inputparamdefinitiontype), parameter :: &
710  ( &
711  'GWE', & ! component
712  'DISU', & ! subcomponent
713  'CELL2D', & ! block
714  'CELL2D', & ! tag name
715  'CELL2D', & ! fortran variable
716  'RECARRAY ICELL2D XC YC NCVERT ICVERT', & ! type
717  'NODES', & ! shape
718  'cell2d data', & ! longname
719  .true., & ! required
720  .false., & ! multi-record
721  .false., & ! preserve case
722  .false., & ! layered
723  .false. & ! timeseries
724  )
725 
726  type(inputparamdefinitiontype), parameter :: &
728  [ &
731  ]
732 
733  type(inputblockdefinitiontype), parameter :: &
735  [ &
737  'OPTIONS', & ! blockname
738  .false., & ! required
739  .false., & ! aggregate
740  .false. & ! block_variable
741  ), &
743  'DIMENSIONS', & ! blockname
744  .true., & ! required
745  .false., & ! aggregate
746  .false. & ! block_variable
747  ), &
749  'GRIDDATA', & ! blockname
750  .true., & ! required
751  .false., & ! aggregate
752  .false. & ! block_variable
753  ), &
755  'CONNECTIONDATA', & ! blockname
756  .true., & ! required
757  .false., & ! aggregate
758  .false. & ! block_variable
759  ), &
761  'VERTICES', & ! blockname
762  .true., & ! required
763  .true., & ! aggregate
764  .false. & ! block_variable
765  ), &
767  'CELL2D', & ! blockname
768  .true., & ! required
769  .true., & ! aggregate
770  .false. & ! block_variable
771  ) &
772  ]
773 
774 end module gwedisuinputmodule
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 gwedisu_grb6
type(inputparamdefinitiontype), parameter gwedisu_ncvert
type(inputparamdefinitiontype), parameter gwedisu_yorigin
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_disu_param_definitions
type(inputparamdefinitiontype), parameter gwedisu_voffsettol
type(inputparamdefinitiontype), parameter gwedisu_xc
type(inputparamdefinitiontype), parameter gwedisu_xv
type(inputparamdefinitiontype), parameter gwedisu_crs
type(inputparamdefinitiontype), parameter gwedisu_fileout
type(inputparamdefinitiontype), parameter gwedisu_length_units
Definition: gwe-disuidm.f90:58
type(inputparamdefinitiontype), parameter gwedisu_ja
type(inputparamdefinitiontype), parameter gwedisu_ihc
type(inputblockdefinitiontype), dimension(*), parameter, public gwe_disu_block_definitions
type(inputparamdefinitiontype), parameter gwedisu_cell2d
type(inputparamdefinitiontype), parameter gwedisu_vertices
type(inputparamdefinitiontype), parameter gwedisu_export_ascii
type(inputparamdefinitiontype), parameter gwedisu_hwva
type(inputparamdefinitiontype), parameter gwedisu_iac
type(inputparamdefinitiontype), parameter gwedisu_nogrb
Definition: gwe-disuidm.f90:76
type(inputparamdefinitiontype), parameter gwedisu_bot
type(inputparamdefinitiontype), parameter gwedisu_cl12
type(inputparamdefinitiontype), parameter gwedisu_area
type(inputparamdefinitiontype), parameter gwedisu_icell2d
type(inputparamdefinitiontype), parameter gwedisu_iv
type(inputparamdefinitiontype), parameter gwedisu_xorigin
type(inputparamdefinitiontype), parameter gwedisu_nvert
type(inputparamdefinitiontype), parameter gwedisu_angrot
type(inputparamdefinitiontype), parameter gwedisu_icvert
type(inputparamdefinitiontype), parameter gwedisu_grb_filerecord
Definition: gwe-disuidm.f90:94
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_disu_aggregate_definitions
type(inputparamdefinitiontype), parameter gwedisu_yc
type(inputparamdefinitiontype), parameter gwedisu_angldegx
type(inputparamdefinitiontype), parameter gwedisu_grb6_filename
type(inputparamdefinitiontype), parameter gwedisu_nodes
type(inputparamdefinitiontype), parameter gwedisu_top
type(inputparamdefinitiontype), parameter gwedisu_nja
logical, public gwe_disu_multi_package
Definition: gwe-disuidm.f90:50
character(len=16), dimension(*), parameter, public gwe_disu_subpackages
Definition: gwe-disuidm.f90:52
type(inputparamdefinitiontype), parameter gwedisu_yv
type(inputparamdefinitiontype), parameter gwedisu_idomain
This module contains the InputDefinitionModule.