MODFLOW 6  version 6.7.0.dev3
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., & ! prerelease
73  .false., & ! multi-record
74  .false., & ! preserve case
75  .false., & ! layered
76  .false. & ! timeseries
77  )
78 
79  type(inputparamdefinitiontype), parameter :: &
81  ( &
82  'GWT', & ! component
83  'IST', & ! subcomponent
84  'OPTIONS', & ! block
85  'BUDGET_FILERECORD', & ! tag name
86  'BUDFILEREC', & ! fortran variable
87  'RECORD BUDGET FILEOUT BUDGETFILE', & ! type
88  '', & ! shape
89  '', & ! longname
90  .false., & ! required
91  .false., & ! prerelease
92  .false., & ! multi-record
93  .false., & ! preserve case
94  .false., & ! layered
95  .false. & ! timeseries
96  )
97 
98  type(inputparamdefinitiontype), parameter :: &
100  ( &
101  'GWT', & ! component
102  'IST', & ! subcomponent
103  'OPTIONS', & ! block
104  'BUDGET', & ! tag name
105  'BUDGET', & ! fortran variable
106  'KEYWORD', & ! type
107  '', & ! shape
108  'budget keyword', & ! longname
109  .true., & ! required
110  .false., & ! prerelease
111  .true., & ! multi-record
112  .false., & ! preserve case
113  .false., & ! layered
114  .false. & ! timeseries
115  )
116 
117  type(inputparamdefinitiontype), parameter :: &
119  ( &
120  'GWT', & ! component
121  'IST', & ! subcomponent
122  'OPTIONS', & ! block
123  'FILEOUT', & ! tag name
124  'FILEOUT', & ! fortran variable
125  'KEYWORD', & ! type
126  '', & ! shape
127  'file keyword', & ! longname
128  .true., & ! required
129  .false., & ! prerelease
130  .true., & ! multi-record
131  .false., & ! preserve case
132  .false., & ! layered
133  .false. & ! timeseries
134  )
135 
136  type(inputparamdefinitiontype), parameter :: &
138  ( &
139  'GWT', & ! component
140  'IST', & ! subcomponent
141  'OPTIONS', & ! block
142  'BUDGETFILE', & ! tag name
143  'BUDGETFILE', & ! fortran variable
144  'STRING', & ! type
145  '', & ! shape
146  'file keyword', & ! longname
147  .true., & ! required
148  .false., & ! prerelease
149  .true., & ! multi-record
150  .true., & ! preserve case
151  .false., & ! layered
152  .false. & ! timeseries
153  )
154 
155  type(inputparamdefinitiontype), parameter :: &
157  ( &
158  'GWT', & ! component
159  'IST', & ! subcomponent
160  'OPTIONS', & ! block
161  'BUDGETCSV_FILERECORD', & ! tag name
162  'BUDCSVFILEREC', & ! fortran variable
163  'RECORD BUDGETCSV FILEOUT BUDGETCSVFILE', & ! type
164  '', & ! shape
165  '', & ! longname
166  .false., & ! required
167  .false., & ! prerelease
168  .false., & ! multi-record
169  .false., & ! preserve case
170  .false., & ! layered
171  .false. & ! timeseries
172  )
173 
174  type(inputparamdefinitiontype), parameter :: &
176  ( &
177  'GWT', & ! component
178  'IST', & ! subcomponent
179  'OPTIONS', & ! block
180  'BUDGETCSV', & ! tag name
181  'BUDGETCSV', & ! fortran variable
182  'KEYWORD', & ! type
183  '', & ! shape
184  'budget keyword', & ! longname
185  .true., & ! required
186  .false., & ! prerelease
187  .true., & ! multi-record
188  .false., & ! preserve case
189  .false., & ! layered
190  .false. & ! timeseries
191  )
192 
193  type(inputparamdefinitiontype), parameter :: &
195  ( &
196  'GWT', & ! component
197  'IST', & ! subcomponent
198  'OPTIONS', & ! block
199  'BUDGETCSVFILE', & ! tag name
200  'BUDGETCSVFILE', & ! fortran variable
201  'STRING', & ! type
202  '', & ! shape
203  'file keyword', & ! longname
204  .true., & ! required
205  .false., & ! prerelease
206  .true., & ! multi-record
207  .true., & ! preserve case
208  .false., & ! layered
209  .false. & ! timeseries
210  )
211 
212  type(inputparamdefinitiontype), parameter :: &
214  ( &
215  'GWT', & ! component
216  'IST', & ! subcomponent
217  'OPTIONS', & ! block
218  'SORPTION', & ! tag name
219  'SORPTION', & ! fortran variable
220  'STRING', & ! type
221  '', & ! shape
222  'activate sorption', & ! longname
223  .false., & ! required
224  .false., & ! prerelease
225  .false., & ! multi-record
226  .false., & ! preserve case
227  .false., & ! layered
228  .false. & ! timeseries
229  )
230 
231  type(inputparamdefinitiontype), parameter :: &
233  ( &
234  'GWT', & ! component
235  'IST', & ! subcomponent
236  'OPTIONS', & ! block
237  'FIRST_ORDER_DECAY', & ! tag name
238  'ORDER1_DECAY', & ! fortran variable
239  'KEYWORD', & ! type
240  '', & ! shape
241  'activate first-order decay', & ! longname
242  .false., & ! required
243  .false., & ! prerelease
244  .false., & ! multi-record
245  .false., & ! preserve case
246  .false., & ! layered
247  .false. & ! timeseries
248  )
249 
250  type(inputparamdefinitiontype), parameter :: &
252  ( &
253  'GWT', & ! component
254  'IST', & ! subcomponent
255  'OPTIONS', & ! block
256  'ZERO_ORDER_DECAY', & ! tag name
257  'ORDER0_DECAY', & ! fortran variable
258  'KEYWORD', & ! type
259  '', & ! shape
260  'activate zero-order decay', & ! longname
261  .false., & ! required
262  .false., & ! prerelease
263  .false., & ! multi-record
264  .false., & ! preserve case
265  .false., & ! layered
266  .false. & ! timeseries
267  )
268 
269  type(inputparamdefinitiontype), parameter :: &
271  ( &
272  'GWT', & ! component
273  'IST', & ! subcomponent
274  'OPTIONS', & ! block
275  'CIM_FILERECORD', & ! tag name
276  'CIMFILEREC', & ! fortran variable
277  'RECORD CIM FILEOUT CIMFILE', & ! type
278  '', & ! shape
279  '', & ! longname
280  .false., & ! required
281  .false., & ! prerelease
282  .false., & ! multi-record
283  .false., & ! preserve case
284  .false., & ! layered
285  .false. & ! timeseries
286  )
287 
288  type(inputparamdefinitiontype), parameter :: &
290  ( &
291  'GWT', & ! component
292  'IST', & ! subcomponent
293  'OPTIONS', & ! block
294  'CIM', & ! tag name
295  'CIMOPT', & ! fortran variable
296  'KEYWORD', & ! type
297  '', & ! shape
298  'cim keyword', & ! longname
299  .true., & ! required
300  .false., & ! prerelease
301  .true., & ! multi-record
302  .false., & ! preserve case
303  .false., & ! layered
304  .false. & ! timeseries
305  )
306 
307  type(inputparamdefinitiontype), parameter :: &
309  ( &
310  'GWT', & ! component
311  'IST', & ! subcomponent
312  'OPTIONS', & ! block
313  'CIMFILE', & ! tag name
314  'CIMFILE', & ! fortran variable
315  'STRING', & ! type
316  '', & ! shape
317  'file keyword', & ! longname
318  .true., & ! required
319  .false., & ! prerelease
320  .true., & ! multi-record
321  .true., & ! preserve case
322  .false., & ! layered
323  .false. & ! timeseries
324  )
325 
326  type(inputparamdefinitiontype), parameter :: &
328  ( &
329  'GWT', & ! component
330  'IST', & ! subcomponent
331  'OPTIONS', & ! block
332  'CIMPRINTRECORD', & ! tag name
333  'CIMPRINTRECORD', & ! fortran variable
334  'RECORD CIM PRINT_FORMAT FORMATRECORD', & ! type
335  '', & ! shape
336  '', & ! longname
337  .false., & ! required
338  .false., & ! prerelease
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  'IST', & ! subcomponent
350  'OPTIONS', & ! block
351  'PRINT_FORMAT', & ! tag name
352  'PRINT_FORMAT', & ! fortran variable
353  'KEYWORD', & ! type
354  '', & ! shape
355  'keyword to indicate that a print format follows', & ! longname
356  .true., & ! required
357  .false., & ! prerelease
358  .true., & ! multi-record
359  .false., & ! preserve case
360  .false., & ! layered
361  .false. & ! timeseries
362  )
363 
364  type(inputparamdefinitiontype), parameter :: &
366  ( &
367  'GWT', & ! component
368  'IST', & ! subcomponent
369  'OPTIONS', & ! block
370  'FORMATRECORD', & ! tag name
371  'FORMATRECORD', & ! fortran variable
372  'RECORD COLUMNS WIDTH DIGITS FORMAT', & ! type
373  '', & ! shape
374  '', & ! longname
375  .true., & ! required
376  .false., & ! prerelease
377  .true., & ! multi-record
378  .false., & ! preserve case
379  .false., & ! layered
380  .false. & ! timeseries
381  )
382 
383  type(inputparamdefinitiontype), parameter :: &
385  ( &
386  'GWT', & ! component
387  'IST', & ! subcomponent
388  'OPTIONS', & ! block
389  'COLUMNS', & ! tag name
390  'COLUMNS', & ! fortran variable
391  'INTEGER', & ! type
392  '', & ! shape
393  'number of columns', & ! longname
394  .true., & ! required
395  .false., & ! prerelease
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  'WIDTH', & ! tag name
409  'WIDTH', & ! fortran variable
410  'INTEGER', & ! type
411  '', & ! shape
412  'width for each number', & ! longname
413  .true., & ! required
414  .false., & ! prerelease
415  .true., & ! multi-record
416  .false., & ! preserve case
417  .false., & ! layered
418  .false. & ! timeseries
419  )
420 
421  type(inputparamdefinitiontype), parameter :: &
423  ( &
424  'GWT', & ! component
425  'IST', & ! subcomponent
426  'OPTIONS', & ! block
427  'DIGITS', & ! tag name
428  'DIGITS', & ! fortran variable
429  'INTEGER', & ! type
430  '', & ! shape
431  'number of digits', & ! longname
432  .true., & ! required
433  .false., & ! prerelease
434  .true., & ! multi-record
435  .false., & ! preserve case
436  .false., & ! layered
437  .false. & ! timeseries
438  )
439 
440  type(inputparamdefinitiontype), parameter :: &
442  ( &
443  'GWT', & ! component
444  'IST', & ! subcomponent
445  'OPTIONS', & ! block
446  'FORMAT', & ! tag name
447  'FORMAT', & ! fortran variable
448  'STRING', & ! type
449  '', & ! shape
450  'write format', & ! longname
451  .true., & ! required
452  .false., & ! prerelease
453  .true., & ! multi-record
454  .false., & ! preserve case
455  .false., & ! layered
456  .false. & ! timeseries
457  )
458 
459  type(inputparamdefinitiontype), parameter :: &
461  ( &
462  'GWT', & ! component
463  'IST', & ! subcomponent
464  'OPTIONS', & ! block
465  'SORBATE_FILERECORD', & ! tag name
466  'SORBATEFILEREC', & ! fortran variable
467  'RECORD SORBATE FILEOUT SORBATEFILE', & ! type
468  '', & ! shape
469  '', & ! longname
470  .false., & ! required
471  .false., & ! prerelease
472  .false., & ! multi-record
473  .false., & ! preserve case
474  .false., & ! layered
475  .false. & ! timeseries
476  )
477 
478  type(inputparamdefinitiontype), parameter :: &
480  ( &
481  'GWT', & ! component
482  'IST', & ! subcomponent
483  'OPTIONS', & ! block
484  'SORBATE', & ! tag name
485  'SORBATE', & ! fortran variable
486  'KEYWORD', & ! type
487  '', & ! shape
488  'sorbate keyword', & ! longname
489  .true., & ! required
490  .false., & ! prerelease
491  .true., & ! multi-record
492  .false., & ! preserve case
493  .false., & ! layered
494  .false. & ! timeseries
495  )
496 
497  type(inputparamdefinitiontype), parameter :: &
499  ( &
500  'GWT', & ! component
501  'IST', & ! subcomponent
502  'OPTIONS', & ! block
503  'SORBATEFILE', & ! tag name
504  'SORBATEFILE', & ! fortran variable
505  'STRING', & ! type
506  '', & ! shape
507  'file keyword', & ! longname
508  .true., & ! required
509  .false., & ! prerelease
510  .true., & ! multi-record
511  .true., & ! preserve case
512  .false., & ! layered
513  .false. & ! timeseries
514  )
515 
516  type(inputparamdefinitiontype), parameter :: &
518  ( &
519  'GWT', & ! component
520  'IST', & ! subcomponent
521  'OPTIONS', & ! block
522  'EXPORT_ARRAY_ASCII', & ! tag name
523  'EXPORT_ASCII', & ! fortran variable
524  'KEYWORD', & ! type
525  '', & ! shape
526  'export array variables to layered ascii files.', & ! longname
527  .false., & ! required
528  .false., & ! prerelease
529  .false., & ! multi-record
530  .false., & ! preserve case
531  .false., & ! layered
532  .false. & ! timeseries
533  )
534 
535  type(inputparamdefinitiontype), parameter :: &
537  ( &
538  'GWT', & ! component
539  'IST', & ! subcomponent
540  'OPTIONS', & ! block
541  'EXPORT_ARRAY_NETCDF', & ! tag name
542  'EXPORT_NC', & ! fortran variable
543  'KEYWORD', & ! type
544  '', & ! shape
545  'export array variables to netcdf output files.', & ! longname
546  .false., & ! required
547  .false., & ! prerelease
548  .false., & ! multi-record
549  .false., & ! preserve case
550  .false., & ! layered
551  .false. & ! timeseries
552  )
553 
554  type(inputparamdefinitiontype), parameter :: &
556  ( &
557  'GWT', & ! component
558  'IST', & ! subcomponent
559  'GRIDDATA', & ! block
560  'POROSITY', & ! tag name
561  'POROSITY', & ! fortran variable
562  'DOUBLE1D', & ! type
563  'NODES', & ! shape
564  'porosity of the immobile domain', & ! longname
565  .true., & ! required
566  .false., & ! prerelease
567  .false., & ! multi-record
568  .false., & ! preserve case
569  .true., & ! layered
570  .false. & ! timeseries
571  )
572 
573  type(inputparamdefinitiontype), parameter :: &
575  ( &
576  'GWT', & ! component
577  'IST', & ! subcomponent
578  'GRIDDATA', & ! block
579  'VOLFRAC', & ! tag name
580  'VOLFRAC', & ! fortran variable
581  'DOUBLE1D', & ! type
582  'NODES', & ! shape
583  'volume fraction of this immobile domain', & ! longname
584  .true., & ! required
585  .false., & ! prerelease
586  .false., & ! multi-record
587  .false., & ! preserve case
588  .true., & ! layered
589  .false. & ! timeseries
590  )
591 
592  type(inputparamdefinitiontype), parameter :: &
594  ( &
595  'GWT', & ! component
596  'IST', & ! subcomponent
597  'GRIDDATA', & ! block
598  'ZETAIM', & ! tag name
599  'ZETAIM', & ! fortran variable
600  'DOUBLE1D', & ! type
601  'NODES', & ! shape
602  'mass transfer rate coefficient between the mobile and immobile domains', & ! longname
603  .true., & ! required
604  .false., & ! prerelease
605  .false., & ! multi-record
606  .false., & ! preserve case
607  .true., & ! layered
608  .false. & ! timeseries
609  )
610 
611  type(inputparamdefinitiontype), parameter :: &
613  ( &
614  'GWT', & ! component
615  'IST', & ! subcomponent
616  'GRIDDATA', & ! block
617  'CIM', & ! tag name
618  'CIM', & ! fortran variable
619  'DOUBLE1D', & ! type
620  'NODES', & ! shape
621  'initial concentration of the immobile domain', & ! longname
622  .false., & ! required
623  .false., & ! prerelease
624  .false., & ! multi-record
625  .false., & ! preserve case
626  .true., & ! layered
627  .false. & ! timeseries
628  )
629 
630  type(inputparamdefinitiontype), parameter :: &
632  ( &
633  'GWT', & ! component
634  'IST', & ! subcomponent
635  'GRIDDATA', & ! block
636  'DECAY', & ! tag name
637  'DECAY', & ! fortran variable
638  'DOUBLE1D', & ! type
639  'NODES', & ! shape
640  'first rate coefficient', & ! longname
641  .false., & ! required
642  .false., & ! prerelease
643  .false., & ! multi-record
644  .false., & ! preserve case
645  .true., & ! layered
646  .false. & ! timeseries
647  )
648 
649  type(inputparamdefinitiontype), parameter :: &
651  ( &
652  'GWT', & ! component
653  'IST', & ! subcomponent
654  'GRIDDATA', & ! block
655  'DECAY_SORBED', & ! tag name
656  'DECAY_SORBED', & ! fortran variable
657  'DOUBLE1D', & ! type
658  'NODES', & ! shape
659  'second rate coefficient', & ! longname
660  .false., & ! required
661  .false., & ! prerelease
662  .false., & ! multi-record
663  .false., & ! preserve case
664  .true., & ! layered
665  .false. & ! timeseries
666  )
667 
668  type(inputparamdefinitiontype), parameter :: &
670  ( &
671  'GWT', & ! component
672  'IST', & ! subcomponent
673  'GRIDDATA', & ! block
674  'BULK_DENSITY', & ! tag name
675  'BULK_DENSITY', & ! fortran variable
676  'DOUBLE1D', & ! type
677  'NODES', & ! shape
678  'bulk density', & ! longname
679  .false., & ! required
680  .false., & ! prerelease
681  .false., & ! multi-record
682  .false., & ! preserve case
683  .true., & ! layered
684  .false. & ! timeseries
685  )
686 
687  type(inputparamdefinitiontype), parameter :: &
689  ( &
690  'GWT', & ! component
691  'IST', & ! subcomponent
692  'GRIDDATA', & ! block
693  'DISTCOEF', & ! tag name
694  'DISTCOEF', & ! fortran variable
695  'DOUBLE1D', & ! type
696  'NODES', & ! shape
697  'distribution coefficient', & ! longname
698  .false., & ! required
699  .false., & ! prerelease
700  .false., & ! multi-record
701  .false., & ! preserve case
702  .true., & ! layered
703  .false. & ! timeseries
704  )
705 
706  type(inputparamdefinitiontype), parameter :: &
708  ( &
709  'GWT', & ! component
710  'IST', & ! subcomponent
711  'GRIDDATA', & ! block
712  'SP2', & ! tag name
713  'SP2', & ! fortran variable
714  'DOUBLE1D', & ! type
715  'NODES', & ! shape
716  'second sorption parameter', & ! longname
717  .false., & ! required
718  .false., & ! prerelease
719  .false., & ! multi-record
720  .false., & ! preserve case
721  .true., & ! layered
722  .false. & ! timeseries
723  )
724 
725  type(inputparamdefinitiontype), parameter :: &
727  [ &
730  gwtist_budget, &
731  gwtist_fileout, &
736  gwtist_sorption, &
740  gwtist_cimopt, &
741  gwtist_cimfile, &
745  gwtist_columns, &
746  gwtist_width, &
747  gwtist_digits, &
748  gwtist_format, &
750  gwtist_sorbate, &
754  gwtist_porosity, &
755  gwtist_volfrac, &
756  gwtist_zetaim, &
757  gwtist_cim, &
758  gwtist_decay, &
761  gwtist_distcoef, &
762  gwtist_sp2 &
763  ]
764 
765  type(inputparamdefinitiontype), parameter :: &
767  [ &
769  ( &
770  '', & ! component
771  '', & ! subcomponent
772  '', & ! block
773  '', & ! tag name
774  '', & ! fortran variable
775  '', & ! type
776  '', & ! shape
777  '', & ! longname
778  .false., & ! required
779  .false., & ! prerelease
780  .false., & ! multi-record
781  .false., & ! preserve case
782  .false., & ! layered
783  .false. & ! timeseries
784  ) &
785  ]
786 
787  type(inputblockdefinitiontype), parameter :: &
789  [ &
791  'OPTIONS', & ! blockname
792  .false., & ! required
793  .false., & ! aggregate
794  .false. & ! block_variable
795  ), &
797  'GRIDDATA', & ! blockname
798  .true., & ! required
799  .false., & ! aggregate
800  .false. & ! block_variable
801  ) &
802  ]
803 
804 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:364
type(inputparamdefinitiontype), parameter gwtist_decay
Definition: gwt-istidm.f90:630
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_ist_param_definitions
Definition: gwt-istidm.f90:725
type(inputparamdefinitiontype), parameter gwtist_budget
Definition: gwt-istidm.f90:98
type(inputparamdefinitiontype), parameter gwtist_distcoef
Definition: gwt-istidm.f90:687
type(inputparamdefinitiontype), parameter gwtist_sorbatefile
Definition: gwt-istidm.f90:497
type(inputparamdefinitiontype), parameter gwtist_bulk_density
Definition: gwt-istidm.f90:668
type(inputparamdefinitiontype), parameter gwtist_sorbate
Definition: gwt-istidm.f90:478
type(inputparamdefinitiontype), parameter gwtist_budfilerec
Definition: gwt-istidm.f90:79
type(inputparamdefinitiontype), parameter gwtist_cimprintrecord
Definition: gwt-istidm.f90:326
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:440
type(inputparamdefinitiontype), parameter gwtist_cimfile
Definition: gwt-istidm.f90:307
type(inputparamdefinitiontype), parameter gwtist_sorption
Definition: gwt-istidm.f90:212
type(inputparamdefinitiontype), parameter gwtist_cim
Definition: gwt-istidm.f90:611
type(inputparamdefinitiontype), parameter gwtist_budgetcsv
Definition: gwt-istidm.f90:174
type(inputparamdefinitiontype), parameter gwtist_budgetcsvfile
Definition: gwt-istidm.f90:193
type(inputparamdefinitiontype), parameter gwtist_decay_sorbed
Definition: gwt-istidm.f90:649
type(inputparamdefinitiontype), parameter gwtist_cimfilerec
Definition: gwt-istidm.f90:269
type(inputparamdefinitiontype), parameter gwtist_sp2
Definition: gwt-istidm.f90:706
type(inputparamdefinitiontype), parameter gwtist_budcsvfilerec
Definition: gwt-istidm.f90:155
type(inputparamdefinitiontype), parameter gwtist_print_format
Definition: gwt-istidm.f90:345
type(inputparamdefinitiontype), parameter gwtist_order0_decay
Definition: gwt-istidm.f90:250
type(inputparamdefinitiontype), parameter gwtist_zetaim
Definition: gwt-istidm.f90:592
type(inputparamdefinitiontype), parameter gwtist_fileout
Definition: gwt-istidm.f90:117
type(inputparamdefinitiontype), parameter gwtist_export_nc
Definition: gwt-istidm.f90:535
type(inputparamdefinitiontype), parameter gwtist_save_flows
Definition: gwt-istidm.f90:60
type(inputparamdefinitiontype), parameter gwtist_volfrac
Definition: gwt-istidm.f90:573
type(inputparamdefinitiontype), parameter gwtist_porosity
Definition: gwt-istidm.f90:554
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_ist_aggregate_definitions
Definition: gwt-istidm.f90:765
type(inputblockdefinitiontype), dimension(*), parameter, public gwt_ist_block_definitions
Definition: gwt-istidm.f90:787
type(inputparamdefinitiontype), parameter gwtist_cimopt
Definition: gwt-istidm.f90:288
type(inputparamdefinitiontype), parameter gwtist_columns
Definition: gwt-istidm.f90:383
type(inputparamdefinitiontype), parameter gwtist_export_ascii
Definition: gwt-istidm.f90:516
type(inputparamdefinitiontype), parameter gwtist_digits
Definition: gwt-istidm.f90:421
type(inputparamdefinitiontype), parameter gwtist_width
Definition: gwt-istidm.f90:402
type(inputparamdefinitiontype), parameter gwtist_order1_decay
Definition: gwt-istidm.f90:231
type(inputparamdefinitiontype), parameter gwtist_sorbatefilerec
Definition: gwt-istidm.f90:459
type(inputparamdefinitiontype), parameter gwtist_budgetfile
Definition: gwt-istidm.f90:136
This module contains the InputDefinitionModule.