MODFLOW 6  version 6.7.0.dev2
USGS Modular Hydrologic Model
gwt-istidm.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 gwt_ist_subpackages
13 
15  logical :: save_flows = .false.
16  logical :: budfilerec = .false.
17  logical :: budget = .false.
18  logical :: fileout = .false.
19  logical :: budgetfile = .false.
20  logical :: budcsvfilerec = .false.
21  logical :: budgetcsv = .false.
22  logical :: budgetcsvfile = .false.
23  logical :: sorption = .false.
24  logical :: order1_decay = .false.
25  logical :: order0_decay = .false.
26  logical :: cimfilerec = .false.
27  logical :: cimopt = .false.
28  logical :: cimfile = .false.
29  logical :: cimprintrecord = .false.
30  logical :: print_format = .false.
31  logical :: formatrecord = .false.
32  logical :: columns = .false.
33  logical :: width = .false.
34  logical :: digits = .false.
35  logical :: format = .false.
36  logical :: sorbatefilerec = .false.
37  logical :: sorbate = .false.
38  logical :: sorbatefile = .false.
39  logical :: export_ascii = .false.
40  logical :: export_nc = .false.
41  logical :: porosity = .false.
42  logical :: volfrac = .false.
43  logical :: zetaim = .false.
44  logical :: cim = .false.
45  logical :: decay = .false.
46  logical :: decay_sorbed = .false.
47  logical :: bulk_density = .false.
48  logical :: distcoef = .false.
49  logical :: sp2 = .false.
50  end type gwtistparamfoundtype
51 
52  logical :: gwt_ist_multi_package = .true.
53 
54  character(len=16), parameter :: &
55  gwt_ist_subpackages(*) = &
56  [ &
57  ' ' &
58  ]
59 
60  type(inputparamdefinitiontype), parameter :: &
62  ( &
63  'GWT', & ! component
64  'IST', & ! subcomponent
65  'OPTIONS', & ! block
66  'SAVE_FLOWS', & ! tag name
67  'SAVE_FLOWS', & ! fortran variable
68  'KEYWORD', & ! type
69  '', & ! shape
70  'save calculated flows to budget file', & ! longname
71  .false., & ! required
72  .false., & ! multi-record
73  .false., & ! preserve case
74  .false., & ! layered
75  .false. & ! timeseries
76  )
77 
78  type(inputparamdefinitiontype), parameter :: &
80  ( &
81  'GWT', & ! component
82  'IST', & ! subcomponent
83  'OPTIONS', & ! block
84  'BUDGET_FILERECORD', & ! tag name
85  'BUDFILEREC', & ! fortran variable
86  'RECORD BUDGET FILEOUT BUDGETFILE', & ! type
87  '', & ! shape
88  '', & ! longname
89  .false., & ! required
90  .false., & ! multi-record
91  .false., & ! preserve case
92  .false., & ! layered
93  .false. & ! timeseries
94  )
95 
96  type(inputparamdefinitiontype), parameter :: &
98  ( &
99  'GWT', & ! component
100  'IST', & ! subcomponent
101  'OPTIONS', & ! block
102  'BUDGET', & ! tag name
103  'BUDGET', & ! fortran variable
104  'KEYWORD', & ! type
105  '', & ! shape
106  'budget keyword', & ! longname
107  .true., & ! required
108  .true., & ! multi-record
109  .false., & ! preserve case
110  .false., & ! layered
111  .false. & ! timeseries
112  )
113 
114  type(inputparamdefinitiontype), parameter :: &
116  ( &
117  'GWT', & ! component
118  'IST', & ! subcomponent
119  'OPTIONS', & ! block
120  'FILEOUT', & ! tag name
121  'FILEOUT', & ! fortran variable
122  'KEYWORD', & ! type
123  '', & ! shape
124  'file keyword', & ! longname
125  .true., & ! required
126  .true., & ! multi-record
127  .false., & ! preserve case
128  .false., & ! layered
129  .false. & ! timeseries
130  )
131 
132  type(inputparamdefinitiontype), parameter :: &
134  ( &
135  'GWT', & ! component
136  'IST', & ! subcomponent
137  'OPTIONS', & ! block
138  'BUDGETFILE', & ! tag name
139  'BUDGETFILE', & ! fortran variable
140  'STRING', & ! type
141  '', & ! shape
142  'file keyword', & ! longname
143  .true., & ! required
144  .true., & ! multi-record
145  .true., & ! preserve case
146  .false., & ! layered
147  .false. & ! timeseries
148  )
149 
150  type(inputparamdefinitiontype), parameter :: &
152  ( &
153  'GWT', & ! component
154  'IST', & ! subcomponent
155  'OPTIONS', & ! block
156  'BUDGETCSV_FILERECORD', & ! tag name
157  'BUDCSVFILEREC', & ! fortran variable
158  'RECORD BUDGETCSV FILEOUT BUDGETCSVFILE', & ! type
159  '', & ! shape
160  '', & ! longname
161  .false., & ! required
162  .false., & ! multi-record
163  .false., & ! preserve case
164  .false., & ! layered
165  .false. & ! timeseries
166  )
167 
168  type(inputparamdefinitiontype), parameter :: &
170  ( &
171  'GWT', & ! component
172  'IST', & ! subcomponent
173  'OPTIONS', & ! block
174  'BUDGETCSV', & ! tag name
175  'BUDGETCSV', & ! fortran variable
176  'KEYWORD', & ! type
177  '', & ! shape
178  'budget keyword', & ! longname
179  .true., & ! required
180  .true., & ! multi-record
181  .false., & ! preserve case
182  .false., & ! layered
183  .false. & ! timeseries
184  )
185 
186  type(inputparamdefinitiontype), parameter :: &
188  ( &
189  'GWT', & ! component
190  'IST', & ! subcomponent
191  'OPTIONS', & ! block
192  'BUDGETCSVFILE', & ! tag name
193  'BUDGETCSVFILE', & ! fortran variable
194  'STRING', & ! type
195  '', & ! shape
196  'file keyword', & ! longname
197  .true., & ! required
198  .true., & ! multi-record
199  .true., & ! preserve case
200  .false., & ! layered
201  .false. & ! timeseries
202  )
203 
204  type(inputparamdefinitiontype), parameter :: &
206  ( &
207  'GWT', & ! component
208  'IST', & ! subcomponent
209  'OPTIONS', & ! block
210  'SORPTION', & ! tag name
211  'SORPTION', & ! fortran variable
212  'STRING', & ! type
213  '', & ! shape
214  'activate sorption', & ! longname
215  .false., & ! required
216  .false., & ! multi-record
217  .false., & ! preserve case
218  .false., & ! layered
219  .false. & ! timeseries
220  )
221 
222  type(inputparamdefinitiontype), parameter :: &
224  ( &
225  'GWT', & ! component
226  'IST', & ! subcomponent
227  'OPTIONS', & ! block
228  'FIRST_ORDER_DECAY', & ! tag name
229  'ORDER1_DECAY', & ! fortran variable
230  'KEYWORD', & ! type
231  '', & ! shape
232  'activate first-order decay', & ! longname
233  .false., & ! required
234  .false., & ! multi-record
235  .false., & ! preserve case
236  .false., & ! layered
237  .false. & ! timeseries
238  )
239 
240  type(inputparamdefinitiontype), parameter :: &
242  ( &
243  'GWT', & ! component
244  'IST', & ! subcomponent
245  'OPTIONS', & ! block
246  'ZERO_ORDER_DECAY', & ! tag name
247  'ORDER0_DECAY', & ! fortran variable
248  'KEYWORD', & ! type
249  '', & ! shape
250  'activate zero-order decay', & ! longname
251  .false., & ! required
252  .false., & ! multi-record
253  .false., & ! preserve case
254  .false., & ! layered
255  .false. & ! timeseries
256  )
257 
258  type(inputparamdefinitiontype), parameter :: &
260  ( &
261  'GWT', & ! component
262  'IST', & ! subcomponent
263  'OPTIONS', & ! block
264  'CIM_FILERECORD', & ! tag name
265  'CIMFILEREC', & ! fortran variable
266  'RECORD CIM FILEOUT CIMFILE', & ! type
267  '', & ! shape
268  '', & ! longname
269  .false., & ! required
270  .false., & ! multi-record
271  .false., & ! preserve case
272  .false., & ! layered
273  .false. & ! timeseries
274  )
275 
276  type(inputparamdefinitiontype), parameter :: &
278  ( &
279  'GWT', & ! component
280  'IST', & ! subcomponent
281  'OPTIONS', & ! block
282  'CIM', & ! tag name
283  'CIMOPT', & ! fortran variable
284  'KEYWORD', & ! type
285  '', & ! shape
286  'cim keyword', & ! longname
287  .true., & ! required
288  .true., & ! multi-record
289  .false., & ! preserve case
290  .false., & ! layered
291  .false. & ! timeseries
292  )
293 
294  type(inputparamdefinitiontype), parameter :: &
296  ( &
297  'GWT', & ! component
298  'IST', & ! subcomponent
299  'OPTIONS', & ! block
300  'CIMFILE', & ! tag name
301  'CIMFILE', & ! fortran variable
302  'STRING', & ! type
303  '', & ! shape
304  'file keyword', & ! longname
305  .true., & ! required
306  .true., & ! multi-record
307  .true., & ! preserve case
308  .false., & ! layered
309  .false. & ! timeseries
310  )
311 
312  type(inputparamdefinitiontype), parameter :: &
314  ( &
315  'GWT', & ! component
316  'IST', & ! subcomponent
317  'OPTIONS', & ! block
318  'CIMPRINTRECORD', & ! tag name
319  'CIMPRINTRECORD', & ! fortran variable
320  'RECORD CIM PRINT_FORMAT FORMATRECORD', & ! type
321  '', & ! shape
322  '', & ! longname
323  .false., & ! required
324  .false., & ! multi-record
325  .false., & ! preserve case
326  .false., & ! layered
327  .false. & ! timeseries
328  )
329 
330  type(inputparamdefinitiontype), parameter :: &
332  ( &
333  'GWT', & ! component
334  'IST', & ! subcomponent
335  'OPTIONS', & ! block
336  'PRINT_FORMAT', & ! tag name
337  'PRINT_FORMAT', & ! fortran variable
338  'KEYWORD', & ! type
339  '', & ! shape
340  'keyword to indicate that a print format follows', & ! longname
341  .true., & ! required
342  .true., & ! multi-record
343  .false., & ! preserve case
344  .false., & ! layered
345  .false. & ! timeseries
346  )
347 
348  type(inputparamdefinitiontype), parameter :: &
350  ( &
351  'GWT', & ! component
352  'IST', & ! subcomponent
353  'OPTIONS', & ! block
354  'FORMATRECORD', & ! tag name
355  'FORMATRECORD', & ! fortran variable
356  'RECORD COLUMNS WIDTH DIGITS FORMAT', & ! type
357  '', & ! shape
358  '', & ! longname
359  .true., & ! required
360  .true., & ! multi-record
361  .false., & ! preserve case
362  .false., & ! layered
363  .false. & ! timeseries
364  )
365 
366  type(inputparamdefinitiontype), parameter :: &
368  ( &
369  'GWT', & ! component
370  'IST', & ! subcomponent
371  'OPTIONS', & ! block
372  'COLUMNS', & ! tag name
373  'COLUMNS', & ! fortran variable
374  'INTEGER', & ! type
375  '', & ! shape
376  'number of columns', & ! longname
377  .true., & ! required
378  .true., & ! multi-record
379  .false., & ! preserve case
380  .false., & ! layered
381  .false. & ! timeseries
382  )
383 
384  type(inputparamdefinitiontype), parameter :: &
386  ( &
387  'GWT', & ! component
388  'IST', & ! subcomponent
389  'OPTIONS', & ! block
390  'WIDTH', & ! tag name
391  'WIDTH', & ! fortran variable
392  'INTEGER', & ! type
393  '', & ! shape
394  'width for each number', & ! longname
395  .true., & ! required
396  .true., & ! multi-record
397  .false., & ! preserve case
398  .false., & ! layered
399  .false. & ! timeseries
400  )
401 
402  type(inputparamdefinitiontype), parameter :: &
404  ( &
405  'GWT', & ! component
406  'IST', & ! subcomponent
407  'OPTIONS', & ! block
408  'DIGITS', & ! tag name
409  'DIGITS', & ! fortran variable
410  'INTEGER', & ! type
411  '', & ! shape
412  'number of digits', & ! longname
413  .true., & ! required
414  .true., & ! multi-record
415  .false., & ! preserve case
416  .false., & ! layered
417  .false. & ! timeseries
418  )
419 
420  type(inputparamdefinitiontype), parameter :: &
422  ( &
423  'GWT', & ! component
424  'IST', & ! subcomponent
425  'OPTIONS', & ! block
426  'FORMAT', & ! tag name
427  'FORMAT', & ! fortran variable
428  'STRING', & ! type
429  '', & ! shape
430  'write format', & ! longname
431  .true., & ! required
432  .true., & ! multi-record
433  .false., & ! preserve case
434  .false., & ! layered
435  .false. & ! timeseries
436  )
437 
438  type(inputparamdefinitiontype), parameter :: &
440  ( &
441  'GWT', & ! component
442  'IST', & ! subcomponent
443  'OPTIONS', & ! block
444  'SORBATE_FILERECORD', & ! tag name
445  'SORBATEFILEREC', & ! fortran variable
446  'RECORD SORBATE FILEOUT SORBATEFILE', & ! type
447  '', & ! shape
448  '', & ! longname
449  .false., & ! required
450  .false., & ! multi-record
451  .false., & ! preserve case
452  .false., & ! layered
453  .false. & ! timeseries
454  )
455 
456  type(inputparamdefinitiontype), parameter :: &
458  ( &
459  'GWT', & ! component
460  'IST', & ! subcomponent
461  'OPTIONS', & ! block
462  'SORBATE', & ! tag name
463  'SORBATE', & ! fortran variable
464  'KEYWORD', & ! type
465  '', & ! shape
466  'sorbate keyword', & ! longname
467  .true., & ! required
468  .true., & ! multi-record
469  .false., & ! preserve case
470  .false., & ! layered
471  .false. & ! timeseries
472  )
473 
474  type(inputparamdefinitiontype), parameter :: &
476  ( &
477  'GWT', & ! component
478  'IST', & ! subcomponent
479  'OPTIONS', & ! block
480  'SORBATEFILE', & ! tag name
481  'SORBATEFILE', & ! fortran variable
482  'STRING', & ! type
483  '', & ! shape
484  'file keyword', & ! longname
485  .true., & ! required
486  .true., & ! multi-record
487  .true., & ! preserve case
488  .false., & ! layered
489  .false. & ! timeseries
490  )
491 
492  type(inputparamdefinitiontype), parameter :: &
494  ( &
495  'GWT', & ! component
496  'IST', & ! subcomponent
497  'OPTIONS', & ! block
498  'EXPORT_ARRAY_ASCII', & ! tag name
499  'EXPORT_ASCII', & ! fortran variable
500  'KEYWORD', & ! type
501  '', & ! shape
502  'export array variables to layered ascii files.', & ! longname
503  .false., & ! required
504  .false., & ! multi-record
505  .false., & ! preserve case
506  .false., & ! layered
507  .false. & ! timeseries
508  )
509 
510  type(inputparamdefinitiontype), parameter :: &
512  ( &
513  'GWT', & ! component
514  'IST', & ! subcomponent
515  'OPTIONS', & ! block
516  'EXPORT_ARRAY_NETCDF', & ! tag name
517  'EXPORT_NC', & ! fortran variable
518  'KEYWORD', & ! type
519  '', & ! shape
520  'export array variables to netcdf output files.', & ! longname
521  .false., & ! required
522  .false., & ! multi-record
523  .false., & ! preserve case
524  .false., & ! layered
525  .false. & ! timeseries
526  )
527 
528  type(inputparamdefinitiontype), parameter :: &
530  ( &
531  'GWT', & ! component
532  'IST', & ! subcomponent
533  'GRIDDATA', & ! block
534  'POROSITY', & ! tag name
535  'POROSITY', & ! fortran variable
536  'DOUBLE1D', & ! type
537  'NODES', & ! shape
538  'porosity of the immobile domain', & ! longname
539  .true., & ! required
540  .false., & ! multi-record
541  .false., & ! preserve case
542  .true., & ! layered
543  .false. & ! timeseries
544  )
545 
546  type(inputparamdefinitiontype), parameter :: &
548  ( &
549  'GWT', & ! component
550  'IST', & ! subcomponent
551  'GRIDDATA', & ! block
552  'VOLFRAC', & ! tag name
553  'VOLFRAC', & ! fortran variable
554  'DOUBLE1D', & ! type
555  'NODES', & ! shape
556  'volume fraction of this immobile domain', & ! longname
557  .true., & ! required
558  .false., & ! multi-record
559  .false., & ! preserve case
560  .true., & ! layered
561  .false. & ! timeseries
562  )
563 
564  type(inputparamdefinitiontype), parameter :: &
566  ( &
567  'GWT', & ! component
568  'IST', & ! subcomponent
569  'GRIDDATA', & ! block
570  'ZETAIM', & ! tag name
571  'ZETAIM', & ! fortran variable
572  'DOUBLE1D', & ! type
573  'NODES', & ! shape
574  'mass transfer rate coefficient between the mobile and immobile domains', & ! longname
575  .true., & ! required
576  .false., & ! multi-record
577  .false., & ! preserve case
578  .true., & ! layered
579  .false. & ! timeseries
580  )
581 
582  type(inputparamdefinitiontype), parameter :: &
584  ( &
585  'GWT', & ! component
586  'IST', & ! subcomponent
587  'GRIDDATA', & ! block
588  'CIM', & ! tag name
589  'CIM', & ! fortran variable
590  'DOUBLE1D', & ! type
591  'NODES', & ! shape
592  'initial concentration of the immobile domain', & ! longname
593  .false., & ! required
594  .false., & ! multi-record
595  .false., & ! preserve case
596  .true., & ! layered
597  .false. & ! timeseries
598  )
599 
600  type(inputparamdefinitiontype), parameter :: &
602  ( &
603  'GWT', & ! component
604  'IST', & ! subcomponent
605  'GRIDDATA', & ! block
606  'DECAY', & ! tag name
607  'DECAY', & ! fortran variable
608  'DOUBLE1D', & ! type
609  'NODES', & ! shape
610  'first rate coefficient', & ! longname
611  .false., & ! required
612  .false., & ! multi-record
613  .false., & ! preserve case
614  .true., & ! layered
615  .false. & ! timeseries
616  )
617 
618  type(inputparamdefinitiontype), parameter :: &
620  ( &
621  'GWT', & ! component
622  'IST', & ! subcomponent
623  'GRIDDATA', & ! block
624  'DECAY_SORBED', & ! tag name
625  'DECAY_SORBED', & ! fortran variable
626  'DOUBLE1D', & ! type
627  'NODES', & ! shape
628  'second rate coefficient', & ! longname
629  .false., & ! required
630  .false., & ! multi-record
631  .false., & ! preserve case
632  .true., & ! layered
633  .false. & ! timeseries
634  )
635 
636  type(inputparamdefinitiontype), parameter :: &
638  ( &
639  'GWT', & ! component
640  'IST', & ! subcomponent
641  'GRIDDATA', & ! block
642  'BULK_DENSITY', & ! tag name
643  'BULK_DENSITY', & ! fortran variable
644  'DOUBLE1D', & ! type
645  'NODES', & ! shape
646  'bulk density', & ! longname
647  .false., & ! required
648  .false., & ! multi-record
649  .false., & ! preserve case
650  .true., & ! layered
651  .false. & ! timeseries
652  )
653 
654  type(inputparamdefinitiontype), parameter :: &
656  ( &
657  'GWT', & ! component
658  'IST', & ! subcomponent
659  'GRIDDATA', & ! block
660  'DISTCOEF', & ! tag name
661  'DISTCOEF', & ! fortran variable
662  'DOUBLE1D', & ! type
663  'NODES', & ! shape
664  'distribution coefficient', & ! longname
665  .false., & ! required
666  .false., & ! multi-record
667  .false., & ! preserve case
668  .true., & ! layered
669  .false. & ! timeseries
670  )
671 
672  type(inputparamdefinitiontype), parameter :: &
674  ( &
675  'GWT', & ! component
676  'IST', & ! subcomponent
677  'GRIDDATA', & ! block
678  'SP2', & ! tag name
679  'SP2', & ! fortran variable
680  'DOUBLE1D', & ! type
681  'NODES', & ! shape
682  'second sorption parameter', & ! longname
683  .false., & ! required
684  .false., & ! multi-record
685  .false., & ! preserve case
686  .true., & ! layered
687  .false. & ! timeseries
688  )
689 
690  type(inputparamdefinitiontype), parameter :: &
692  [ &
695  gwtist_budget, &
696  gwtist_fileout, &
701  gwtist_sorption, &
705  gwtist_cimopt, &
706  gwtist_cimfile, &
710  gwtist_columns, &
711  gwtist_width, &
712  gwtist_digits, &
713  gwtist_format, &
715  gwtist_sorbate, &
719  gwtist_porosity, &
720  gwtist_volfrac, &
721  gwtist_zetaim, &
722  gwtist_cim, &
723  gwtist_decay, &
726  gwtist_distcoef, &
727  gwtist_sp2 &
728  ]
729 
730  type(inputparamdefinitiontype), parameter :: &
732  [ &
734  ( &
735  '', & ! component
736  '', & ! subcomponent
737  '', & ! block
738  '', & ! tag name
739  '', & ! fortran variable
740  '', & ! type
741  '', & ! shape
742  '', & ! longname
743  .false., & ! required
744  .false., & ! multi-record
745  .false., & ! preserve case
746  .false., & ! layered
747  .false. & ! timeseries
748  ) &
749  ]
750 
751  type(inputblockdefinitiontype), parameter :: &
753  [ &
755  'OPTIONS', & ! blockname
756  .false., & ! required
757  .false., & ! aggregate
758  .false. & ! block_variable
759  ), &
761  'GRIDDATA', & ! blockname
762  .true., & ! required
763  .false., & ! aggregate
764  .false. & ! block_variable
765  ) &
766  ]
767 
768 end module gwtistinputmodule
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 gwtist_formatrecord
Definition: gwt-istidm.f90:348
type(inputparamdefinitiontype), parameter gwtist_decay
Definition: gwt-istidm.f90:600
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_ist_param_definitions
Definition: gwt-istidm.f90:690
type(inputparamdefinitiontype), parameter gwtist_budget
Definition: gwt-istidm.f90:96
type(inputparamdefinitiontype), parameter gwtist_distcoef
Definition: gwt-istidm.f90:654
type(inputparamdefinitiontype), parameter gwtist_sorbatefile
Definition: gwt-istidm.f90:474
type(inputparamdefinitiontype), parameter gwtist_bulk_density
Definition: gwt-istidm.f90:636
type(inputparamdefinitiontype), parameter gwtist_sorbate
Definition: gwt-istidm.f90:456
type(inputparamdefinitiontype), parameter gwtist_budfilerec
Definition: gwt-istidm.f90:78
type(inputparamdefinitiontype), parameter gwtist_cimprintrecord
Definition: gwt-istidm.f90:312
logical, public gwt_ist_multi_package
Definition: gwt-istidm.f90:52
character(len=16), dimension(*), parameter, public gwt_ist_subpackages
Definition: gwt-istidm.f90:54
type(inputparamdefinitiontype), parameter gwtist_format
Definition: gwt-istidm.f90:420
type(inputparamdefinitiontype), parameter gwtist_cimfile
Definition: gwt-istidm.f90:294
type(inputparamdefinitiontype), parameter gwtist_sorption
Definition: gwt-istidm.f90:204
type(inputparamdefinitiontype), parameter gwtist_cim
Definition: gwt-istidm.f90:582
type(inputparamdefinitiontype), parameter gwtist_budgetcsv
Definition: gwt-istidm.f90:168
type(inputparamdefinitiontype), parameter gwtist_budgetcsvfile
Definition: gwt-istidm.f90:186
type(inputparamdefinitiontype), parameter gwtist_decay_sorbed
Definition: gwt-istidm.f90:618
type(inputparamdefinitiontype), parameter gwtist_cimfilerec
Definition: gwt-istidm.f90:258
type(inputparamdefinitiontype), parameter gwtist_sp2
Definition: gwt-istidm.f90:672
type(inputparamdefinitiontype), parameter gwtist_budcsvfilerec
Definition: gwt-istidm.f90:150
type(inputparamdefinitiontype), parameter gwtist_print_format
Definition: gwt-istidm.f90:330
type(inputparamdefinitiontype), parameter gwtist_order0_decay
Definition: gwt-istidm.f90:240
type(inputparamdefinitiontype), parameter gwtist_zetaim
Definition: gwt-istidm.f90:564
type(inputparamdefinitiontype), parameter gwtist_fileout
Definition: gwt-istidm.f90:114
type(inputparamdefinitiontype), parameter gwtist_export_nc
Definition: gwt-istidm.f90:510
type(inputparamdefinitiontype), parameter gwtist_save_flows
Definition: gwt-istidm.f90:60
type(inputparamdefinitiontype), parameter gwtist_volfrac
Definition: gwt-istidm.f90:546
type(inputparamdefinitiontype), parameter gwtist_porosity
Definition: gwt-istidm.f90:528
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_ist_aggregate_definitions
Definition: gwt-istidm.f90:730
type(inputblockdefinitiontype), dimension(*), parameter, public gwt_ist_block_definitions
Definition: gwt-istidm.f90:751
type(inputparamdefinitiontype), parameter gwtist_cimopt
Definition: gwt-istidm.f90:276
type(inputparamdefinitiontype), parameter gwtist_columns
Definition: gwt-istidm.f90:366
type(inputparamdefinitiontype), parameter gwtist_export_ascii
Definition: gwt-istidm.f90:492
type(inputparamdefinitiontype), parameter gwtist_digits
Definition: gwt-istidm.f90:402
type(inputparamdefinitiontype), parameter gwtist_width
Definition: gwt-istidm.f90:384
type(inputparamdefinitiontype), parameter gwtist_order1_decay
Definition: gwt-istidm.f90:222
type(inputparamdefinitiontype), parameter gwtist_sorbatefilerec
Definition: gwt-istidm.f90:438
type(inputparamdefinitiontype), parameter gwtist_budgetfile
Definition: gwt-istidm.f90:132
This module contains the InputDefinitionModule.