MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
gwf-npfidm.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 gwf_npf_subpackages
13 
15  logical :: ipakcb = .false.
16  logical :: iprflow = .false.
17  logical :: cellavg = .false.
18  logical :: ithickstrt = .false.
19  logical :: cvoptions = .false.
20  logical :: ivarcv = .false.
21  logical :: idewatcv = .false.
22  logical :: iperched = .false.
23  logical :: rewet_record = .false.
24  logical :: irewet = .false.
25  logical :: wetfct = .false.
26  logical :: iwetit = .false.
27  logical :: ihdwet = .false.
28  logical :: xt3doptions = .false.
29  logical :: ixt3d = .false.
30  logical :: ixt3drhs = .false.
31  logical :: isavspdis = .false.
32  logical :: isavsat = .false.
33  logical :: ik22overk = .false.
34  logical :: ik33overk = .false.
35  logical :: tvk_filerecord = .false.
36  logical :: tvk6 = .false.
37  logical :: filein = .false.
38  logical :: tvk6_filename = .false.
39  logical :: export_ascii = .false.
40  logical :: export_nc = .false.
41  logical :: inewton = .false.
42  logical :: satomega = .false.
43  logical :: icelltype = .false.
44  logical :: k = .false.
45  logical :: k22 = .false.
46  logical :: k33 = .false.
47  logical :: angle1 = .false.
48  logical :: angle2 = .false.
49  logical :: angle3 = .false.
50  logical :: wetdry = .false.
51  end type gwfnpfparamfoundtype
52 
53  logical :: gwf_npf_multi_package = .false.
54 
55  character(len=16), parameter :: &
56  gwf_npf_subpackages(*) = &
57  [ &
58  ' ' &
59  ]
60 
61  type(inputparamdefinitiontype), parameter :: &
63  ( &
64  'GWF', & ! component
65  'NPF', & ! subcomponent
66  'OPTIONS', & ! block
67  'SAVE_FLOWS', & ! tag name
68  'IPAKCB', & ! fortran variable
69  'KEYWORD', & ! type
70  '', & ! shape
71  'keyword to save NPF flows', & ! longname
72  .false., & ! required
73  .false., & ! multi-record
74  .false., & ! preserve case
75  .false., & ! layered
76  .false. & ! timeseries
77  )
78 
79  type(inputparamdefinitiontype), parameter :: &
81  ( &
82  'GWF', & ! component
83  'NPF', & ! subcomponent
84  'OPTIONS', & ! block
85  'PRINT_FLOWS', & ! tag name
86  'IPRFLOW', & ! fortran variable
87  'KEYWORD', & ! type
88  '', & ! shape
89  'keyword to print NPF flows to listing file', & ! longname
90  .false., & ! required
91  .false., & ! multi-record
92  .false., & ! preserve case
93  .false., & ! layered
94  .false. & ! timeseries
95  )
96 
97  type(inputparamdefinitiontype), parameter :: &
99  ( &
100  'GWF', & ! component
101  'NPF', & ! subcomponent
102  'OPTIONS', & ! block
103  'ALTERNATIVE_CELL_AVERAGING', & ! tag name
104  'CELLAVG', & ! fortran variable
105  'STRING', & ! type
106  '', & ! shape
107  'conductance weighting option', & ! longname
108  .false., & ! required
109  .false., & ! multi-record
110  .false., & ! preserve case
111  .false., & ! layered
112  .false. & ! timeseries
113  )
114 
115  type(inputparamdefinitiontype), parameter :: &
117  ( &
118  'GWF', & ! component
119  'NPF', & ! subcomponent
120  'OPTIONS', & ! block
121  'THICKSTRT', & ! tag name
122  'ITHICKSTRT', & ! fortran variable
123  'KEYWORD', & ! type
124  '', & ! shape
125  'keyword to activate THICKSTRT option', & ! longname
126  .false., & ! required
127  .false., & ! multi-record
128  .false., & ! preserve case
129  .false., & ! layered
130  .false. & ! timeseries
131  )
132 
133  type(inputparamdefinitiontype), parameter :: &
135  ( &
136  'GWF', & ! component
137  'NPF', & ! subcomponent
138  'OPTIONS', & ! block
139  'CVOPTIONS', & ! tag name
140  'CVOPTIONS', & ! fortran variable
141  'RECORD VARIABLECV DEWATERED', & ! type
142  '', & ! shape
143  'vertical conductance options', & ! longname
144  .false., & ! required
145  .false., & ! multi-record
146  .false., & ! preserve case
147  .false., & ! layered
148  .false. & ! timeseries
149  )
150 
151  type(inputparamdefinitiontype), parameter :: &
153  ( &
154  'GWF', & ! component
155  'NPF', & ! subcomponent
156  'OPTIONS', & ! block
157  'VARIABLECV', & ! tag name
158  'IVARCV', & ! fortran variable
159  'KEYWORD', & ! type
160  '', & ! shape
161  'keyword to activate VARIABLECV option', & ! longname
162  .true., & ! required
163  .true., & ! multi-record
164  .false., & ! preserve case
165  .false., & ! layered
166  .false. & ! timeseries
167  )
168 
169  type(inputparamdefinitiontype), parameter :: &
171  ( &
172  'GWF', & ! component
173  'NPF', & ! subcomponent
174  'OPTIONS', & ! block
175  'DEWATERED', & ! tag name
176  'IDEWATCV', & ! fortran variable
177  'KEYWORD', & ! type
178  '', & ! shape
179  'keyword to activate DEWATERED option', & ! longname
180  .false., & ! required
181  .true., & ! multi-record
182  .false., & ! preserve case
183  .false., & ! layered
184  .false. & ! timeseries
185  )
186 
187  type(inputparamdefinitiontype), parameter :: &
189  ( &
190  'GWF', & ! component
191  'NPF', & ! subcomponent
192  'OPTIONS', & ! block
193  'PERCHED', & ! tag name
194  'IPERCHED', & ! fortran variable
195  'KEYWORD', & ! type
196  '', & ! shape
197  'keyword to activate PERCHED option', & ! longname
198  .false., & ! required
199  .false., & ! multi-record
200  .false., & ! preserve case
201  .false., & ! layered
202  .false. & ! timeseries
203  )
204 
205  type(inputparamdefinitiontype), parameter :: &
207  ( &
208  'GWF', & ! component
209  'NPF', & ! subcomponent
210  'OPTIONS', & ! block
211  'REWET_RECORD', & ! tag name
212  'REWET_RECORD', & ! fortran variable
213  'RECORD REWET WETFCT IWETIT IHDWET', & ! type
214  '', & ! shape
215  '', & ! longname
216  .false., & ! required
217  .false., & ! multi-record
218  .false., & ! preserve case
219  .false., & ! layered
220  .false. & ! timeseries
221  )
222 
223  type(inputparamdefinitiontype), parameter :: &
225  ( &
226  'GWF', & ! component
227  'NPF', & ! subcomponent
228  'OPTIONS', & ! block
229  'REWET', & ! tag name
230  'IREWET', & ! fortran variable
231  'KEYWORD', & ! type
232  '', & ! shape
233  'keyword to activate rewetting', & ! longname
234  .true., & ! required
235  .true., & ! multi-record
236  .false., & ! preserve case
237  .false., & ! layered
238  .false. & ! timeseries
239  )
240 
241  type(inputparamdefinitiontype), parameter :: &
243  ( &
244  'GWF', & ! component
245  'NPF', & ! subcomponent
246  'OPTIONS', & ! block
247  'WETFCT', & ! tag name
248  'WETFCT', & ! fortran variable
249  'DOUBLE', & ! type
250  '', & ! shape
251  'wetting factor to use for rewetting', & ! longname
252  .true., & ! required
253  .true., & ! multi-record
254  .false., & ! preserve case
255  .false., & ! layered
256  .false. & ! timeseries
257  )
258 
259  type(inputparamdefinitiontype), parameter :: &
261  ( &
262  'GWF', & ! component
263  'NPF', & ! subcomponent
264  'OPTIONS', & ! block
265  'IWETIT', & ! tag name
266  'IWETIT', & ! fortran variable
267  'INTEGER', & ! type
268  '', & ! shape
269  'interval to use for rewetting', & ! longname
270  .true., & ! required
271  .true., & ! multi-record
272  .false., & ! preserve case
273  .false., & ! layered
274  .false. & ! timeseries
275  )
276 
277  type(inputparamdefinitiontype), parameter :: &
279  ( &
280  'GWF', & ! component
281  'NPF', & ! subcomponent
282  'OPTIONS', & ! block
283  'IHDWET', & ! tag name
284  'IHDWET', & ! fortran variable
285  'INTEGER', & ! type
286  '', & ! shape
287  'flag to determine wetting equation', & ! longname
288  .true., & ! required
289  .true., & ! multi-record
290  .false., & ! preserve case
291  .false., & ! layered
292  .false. & ! timeseries
293  )
294 
295  type(inputparamdefinitiontype), parameter :: &
297  ( &
298  'GWF', & ! component
299  'NPF', & ! subcomponent
300  'OPTIONS', & ! block
301  'XT3DOPTIONS', & ! tag name
302  'XT3DOPTIONS', & ! fortran variable
303  'RECORD XT3D RHS', & ! type
304  '', & ! shape
305  'keyword to activate XT3D', & ! longname
306  .false., & ! required
307  .false., & ! multi-record
308  .false., & ! preserve case
309  .false., & ! layered
310  .false. & ! timeseries
311  )
312 
313  type(inputparamdefinitiontype), parameter :: &
315  ( &
316  'GWF', & ! component
317  'NPF', & ! subcomponent
318  'OPTIONS', & ! block
319  'XT3D', & ! tag name
320  'IXT3D', & ! fortran variable
321  'KEYWORD', & ! type
322  '', & ! shape
323  'keyword to activate XT3D', & ! longname
324  .true., & ! required
325  .true., & ! multi-record
326  .false., & ! preserve case
327  .false., & ! layered
328  .false. & ! timeseries
329  )
330 
331  type(inputparamdefinitiontype), parameter :: &
333  ( &
334  'GWF', & ! component
335  'NPF', & ! subcomponent
336  'OPTIONS', & ! block
337  'RHS', & ! tag name
338  'IXT3DRHS', & ! fortran variable
339  'KEYWORD', & ! type
340  '', & ! shape
341  'keyword to XT3D on right hand side', & ! longname
342  .false., & ! required
343  .true., & ! multi-record
344  .false., & ! preserve case
345  .false., & ! layered
346  .false. & ! timeseries
347  )
348 
349  type(inputparamdefinitiontype), parameter :: &
351  ( &
352  'GWF', & ! component
353  'NPF', & ! subcomponent
354  'OPTIONS', & ! block
355  'SAVE_SPECIFIC_DISCHARGE', & ! tag name
356  'ISAVSPDIS', & ! fortran variable
357  'KEYWORD', & ! type
358  '', & ! shape
359  'keyword to save specific discharge', & ! longname
360  .false., & ! required
361  .false., & ! multi-record
362  .false., & ! preserve case
363  .false., & ! layered
364  .false. & ! timeseries
365  )
366 
367  type(inputparamdefinitiontype), parameter :: &
369  ( &
370  'GWF', & ! component
371  'NPF', & ! subcomponent
372  'OPTIONS', & ! block
373  'SAVE_SATURATION', & ! tag name
374  'ISAVSAT', & ! fortran variable
375  'KEYWORD', & ! type
376  '', & ! shape
377  'keyword to save saturation', & ! longname
378  .false., & ! required
379  .false., & ! multi-record
380  .false., & ! preserve case
381  .false., & ! layered
382  .false. & ! timeseries
383  )
384 
385  type(inputparamdefinitiontype), parameter :: &
387  ( &
388  'GWF', & ! component
389  'NPF', & ! subcomponent
390  'OPTIONS', & ! block
391  'K22OVERK', & ! tag name
392  'IK22OVERK', & ! fortran variable
393  'KEYWORD', & ! type
394  '', & ! shape
395  'keyword to indicate that specified K22 is a ratio', & ! longname
396  .false., & ! required
397  .false., & ! multi-record
398  .false., & ! preserve case
399  .false., & ! layered
400  .false. & ! timeseries
401  )
402 
403  type(inputparamdefinitiontype), parameter :: &
405  ( &
406  'GWF', & ! component
407  'NPF', & ! subcomponent
408  'OPTIONS', & ! block
409  'K33OVERK', & ! tag name
410  'IK33OVERK', & ! fortran variable
411  'KEYWORD', & ! type
412  '', & ! shape
413  'keyword to indicate that specified K33 is a ratio', & ! longname
414  .false., & ! required
415  .false., & ! multi-record
416  .false., & ! preserve case
417  .false., & ! layered
418  .false. & ! timeseries
419  )
420 
421  type(inputparamdefinitiontype), parameter :: &
423  ( &
424  'GWF', & ! component
425  'NPF', & ! subcomponent
426  'OPTIONS', & ! block
427  'TVK_FILERECORD', & ! tag name
428  'TVK_FILERECORD', & ! fortran variable
429  'RECORD TVK6 FILEIN TVK6_FILENAME', & ! type
430  '', & ! shape
431  '', & ! longname
432  .false., & ! required
433  .false., & ! multi-record
434  .false., & ! preserve case
435  .false., & ! layered
436  .false. & ! timeseries
437  )
438 
439  type(inputparamdefinitiontype), parameter :: &
441  ( &
442  'GWF', & ! component
443  'NPF', & ! subcomponent
444  'OPTIONS', & ! block
445  'TVK6', & ! tag name
446  'TVK6', & ! fortran variable
447  'KEYWORD', & ! type
448  '', & ! shape
449  'tvk keyword', & ! longname
450  .true., & ! required
451  .true., & ! multi-record
452  .false., & ! preserve case
453  .false., & ! layered
454  .false. & ! timeseries
455  )
456 
457  type(inputparamdefinitiontype), parameter :: &
459  ( &
460  'GWF', & ! component
461  'NPF', & ! subcomponent
462  'OPTIONS', & ! block
463  'FILEIN', & ! tag name
464  'FILEIN', & ! fortran variable
465  'KEYWORD', & ! type
466  '', & ! shape
467  'file keyword', & ! longname
468  .true., & ! required
469  .true., & ! multi-record
470  .false., & ! preserve case
471  .false., & ! layered
472  .false. & ! timeseries
473  )
474 
475  type(inputparamdefinitiontype), parameter :: &
477  ( &
478  'GWF', & ! component
479  'NPF', & ! subcomponent
480  'OPTIONS', & ! block
481  'TVK6_FILENAME', & ! tag name
482  'TVK6_FILENAME', & ! fortran variable
483  'STRING', & ! type
484  '', & ! shape
485  'file name of TVK information', & ! longname
486  .true., & ! required
487  .true., & ! multi-record
488  .true., & ! preserve case
489  .false., & ! layered
490  .false. & ! timeseries
491  )
492 
493  type(inputparamdefinitiontype), parameter :: &
495  ( &
496  'GWF', & ! component
497  'NPF', & ! subcomponent
498  'OPTIONS', & ! block
499  'EXPORT_ARRAY_ASCII', & ! tag name
500  'EXPORT_ASCII', & ! fortran variable
501  'KEYWORD', & ! type
502  '', & ! shape
503  'export array variables to layered ascii files.', & ! longname
504  .false., & ! required
505  .false., & ! multi-record
506  .false., & ! preserve case
507  .false., & ! layered
508  .false. & ! timeseries
509  )
510 
511  type(inputparamdefinitiontype), parameter :: &
513  ( &
514  'GWF', & ! component
515  'NPF', & ! subcomponent
516  'OPTIONS', & ! block
517  'EXPORT_ARRAY_NETCDF', & ! tag name
518  'EXPORT_NC', & ! fortran variable
519  'KEYWORD', & ! type
520  '', & ! shape
521  'export array variables to netcdf output files.', & ! longname
522  .false., & ! required
523  .false., & ! multi-record
524  .false., & ! preserve case
525  .false., & ! layered
526  .false. & ! timeseries
527  )
528 
529  type(inputparamdefinitiontype), parameter :: &
531  ( &
532  'GWF', & ! component
533  'NPF', & ! subcomponent
534  'OPTIONS', & ! block
535  'DEV_NO_NEWTON', & ! tag name
536  'INEWTON', & ! fortran variable
537  'KEYWORD', & ! type
538  '', & ! shape
539  'turn off Newton for unconfined cells', & ! longname
540  .false., & ! required
541  .false., & ! multi-record
542  .false., & ! preserve case
543  .false., & ! layered
544  .false. & ! timeseries
545  )
546 
547  type(inputparamdefinitiontype), parameter :: &
549  ( &
550  'GWF', & ! component
551  'NPF', & ! subcomponent
552  'OPTIONS', & ! block
553  'DEV_OMEGA', & ! tag name
554  'SATOMEGA', & ! fortran variable
555  'DOUBLE', & ! type
556  '', & ! shape
557  'set saturation omega value', & ! longname
558  .false., & ! required
559  .false., & ! multi-record
560  .false., & ! preserve case
561  .false., & ! layered
562  .false. & ! timeseries
563  )
564 
565  type(inputparamdefinitiontype), parameter :: &
567  ( &
568  'GWF', & ! component
569  'NPF', & ! subcomponent
570  'GRIDDATA', & ! block
571  'ICELLTYPE', & ! tag name
572  'ICELLTYPE', & ! fortran variable
573  'INTEGER1D', & ! type
574  'NODES', & ! shape
575  'confined or convertible indicator', & ! longname
576  .true., & ! required
577  .false., & ! multi-record
578  .false., & ! preserve case
579  .true., & ! layered
580  .false. & ! timeseries
581  )
582 
583  type(inputparamdefinitiontype), parameter :: &
585  ( &
586  'GWF', & ! component
587  'NPF', & ! subcomponent
588  'GRIDDATA', & ! block
589  'K', & ! tag name
590  'K', & ! fortran variable
591  'DOUBLE1D', & ! type
592  'NODES', & ! shape
593  'hydraulic conductivity (L/T)', & ! longname
594  .true., & ! required
595  .false., & ! multi-record
596  .false., & ! preserve case
597  .true., & ! layered
598  .false. & ! timeseries
599  )
600 
601  type(inputparamdefinitiontype), parameter :: &
603  ( &
604  'GWF', & ! component
605  'NPF', & ! subcomponent
606  'GRIDDATA', & ! block
607  'K22', & ! tag name
608  'K22', & ! fortran variable
609  'DOUBLE1D', & ! type
610  'NODES', & ! shape
611  'hydraulic conductivity of second ellipsoid axis', & ! longname
612  .false., & ! required
613  .false., & ! multi-record
614  .false., & ! preserve case
615  .true., & ! layered
616  .false. & ! timeseries
617  )
618 
619  type(inputparamdefinitiontype), parameter :: &
621  ( &
622  'GWF', & ! component
623  'NPF', & ! subcomponent
624  'GRIDDATA', & ! block
625  'K33', & ! tag name
626  'K33', & ! fortran variable
627  'DOUBLE1D', & ! type
628  'NODES', & ! shape
629  'hydraulic conductivity of third ellipsoid axis (L/T)', & ! longname
630  .false., & ! required
631  .false., & ! multi-record
632  .false., & ! preserve case
633  .true., & ! layered
634  .false. & ! timeseries
635  )
636 
637  type(inputparamdefinitiontype), parameter :: &
639  ( &
640  'GWF', & ! component
641  'NPF', & ! subcomponent
642  'GRIDDATA', & ! block
643  'ANGLE1', & ! tag name
644  'ANGLE1', & ! fortran variable
645  'DOUBLE1D', & ! type
646  'NODES', & ! shape
647  'first anisotropy rotation angle (degrees)', & ! longname
648  .false., & ! required
649  .false., & ! multi-record
650  .false., & ! preserve case
651  .true., & ! layered
652  .false. & ! timeseries
653  )
654 
655  type(inputparamdefinitiontype), parameter :: &
657  ( &
658  'GWF', & ! component
659  'NPF', & ! subcomponent
660  'GRIDDATA', & ! block
661  'ANGLE2', & ! tag name
662  'ANGLE2', & ! fortran variable
663  'DOUBLE1D', & ! type
664  'NODES', & ! shape
665  'second anisotropy rotation angle (degrees)', & ! longname
666  .false., & ! required
667  .false., & ! multi-record
668  .false., & ! preserve case
669  .true., & ! layered
670  .false. & ! timeseries
671  )
672 
673  type(inputparamdefinitiontype), parameter :: &
675  ( &
676  'GWF', & ! component
677  'NPF', & ! subcomponent
678  'GRIDDATA', & ! block
679  'ANGLE3', & ! tag name
680  'ANGLE3', & ! fortran variable
681  'DOUBLE1D', & ! type
682  'NODES', & ! shape
683  'third anisotropy rotation angle (degrees)', & ! longname
684  .false., & ! required
685  .false., & ! multi-record
686  .false., & ! preserve case
687  .true., & ! layered
688  .false. & ! timeseries
689  )
690 
691  type(inputparamdefinitiontype), parameter :: &
693  ( &
694  'GWF', & ! component
695  'NPF', & ! subcomponent
696  'GRIDDATA', & ! block
697  'WETDRY', & ! tag name
698  'WETDRY', & ! fortran variable
699  'DOUBLE1D', & ! type
700  'NODES', & ! shape
701  'wetdry threshold and factor', & ! longname
702  .false., & ! required
703  .false., & ! multi-record
704  .false., & ! preserve case
705  .true., & ! layered
706  .false. & ! timeseries
707  )
708 
709  type(inputparamdefinitiontype), parameter :: &
711  [ &
712  gwfnpf_ipakcb, &
713  gwfnpf_iprflow, &
714  gwfnpf_cellavg, &
717  gwfnpf_ivarcv, &
718  gwfnpf_idewatcv, &
719  gwfnpf_iperched, &
721  gwfnpf_irewet, &
722  gwfnpf_wetfct, &
723  gwfnpf_iwetit, &
724  gwfnpf_ihdwet, &
726  gwfnpf_ixt3d, &
727  gwfnpf_ixt3drhs, &
729  gwfnpf_isavsat, &
733  gwfnpf_tvk6, &
734  gwfnpf_filein, &
738  gwfnpf_inewton, &
739  gwfnpf_satomega, &
741  gwfnpf_k, &
742  gwfnpf_k22, &
743  gwfnpf_k33, &
744  gwfnpf_angle1, &
745  gwfnpf_angle2, &
746  gwfnpf_angle3, &
747  gwfnpf_wetdry &
748  ]
749 
750  type(inputparamdefinitiontype), parameter :: &
752  [ &
754  ( &
755  '', & ! component
756  '', & ! subcomponent
757  '', & ! block
758  '', & ! tag name
759  '', & ! fortran variable
760  '', & ! type
761  '', & ! shape
762  '', & ! longname
763  .false., & ! required
764  .false., & ! multi-record
765  .false., & ! preserve case
766  .false., & ! layered
767  .false. & ! timeseries
768  ) &
769  ]
770 
771  type(inputblockdefinitiontype), parameter :: &
773  [ &
775  'OPTIONS', & ! blockname
776  .false., & ! required
777  .false., & ! aggregate
778  .false. & ! block_variable
779  ), &
781  'GRIDDATA', & ! blockname
782  .true., & ! required
783  .false., & ! aggregate
784  .false. & ! block_variable
785  ) &
786  ]
787 
788 end module gwfnpfinputmodule
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 gwfnpf_angle2
Definition: gwf-npfidm.f90:655
logical, public gwf_npf_multi_package
Definition: gwf-npfidm.f90:53
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_npf_param_definitions
Definition: gwf-npfidm.f90:709
type(inputparamdefinitiontype), parameter gwfnpf_cellavg
Definition: gwf-npfidm.f90:97
type(inputparamdefinitiontype), parameter gwfnpf_iwetit
Definition: gwf-npfidm.f90:259
type(inputblockdefinitiontype), dimension(*), parameter, public gwf_npf_block_definitions
Definition: gwf-npfidm.f90:771
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_npf_aggregate_definitions
Definition: gwf-npfidm.f90:750
type(inputparamdefinitiontype), parameter gwfnpf_angle3
Definition: gwf-npfidm.f90:673
type(inputparamdefinitiontype), parameter gwfnpf_ixt3d
Definition: gwf-npfidm.f90:313
type(inputparamdefinitiontype), parameter gwfnpf_wetdry
Definition: gwf-npfidm.f90:691
type(inputparamdefinitiontype), parameter gwfnpf_ixt3drhs
Definition: gwf-npfidm.f90:331
type(inputparamdefinitiontype), parameter gwfnpf_ipakcb
Definition: gwf-npfidm.f90:61
type(inputparamdefinitiontype), parameter gwfnpf_irewet
Definition: gwf-npfidm.f90:223
type(inputparamdefinitiontype), parameter gwfnpf_k
Definition: gwf-npfidm.f90:583
type(inputparamdefinitiontype), parameter gwfnpf_ivarcv
Definition: gwf-npfidm.f90:151
type(inputparamdefinitiontype), parameter gwfnpf_ithickstrt
Definition: gwf-npfidm.f90:115
type(inputparamdefinitiontype), parameter gwfnpf_filein
Definition: gwf-npfidm.f90:457
type(inputparamdefinitiontype), parameter gwfnpf_k33
Definition: gwf-npfidm.f90:619
type(inputparamdefinitiontype), parameter gwfnpf_export_nc
Definition: gwf-npfidm.f90:511
type(inputparamdefinitiontype), parameter gwfnpf_ihdwet
Definition: gwf-npfidm.f90:277
type(inputparamdefinitiontype), parameter gwfnpf_cvoptions
Definition: gwf-npfidm.f90:133
type(inputparamdefinitiontype), parameter gwfnpf_isavsat
Definition: gwf-npfidm.f90:367
type(inputparamdefinitiontype), parameter gwfnpf_k22
Definition: gwf-npfidm.f90:601
type(inputparamdefinitiontype), parameter gwfnpf_rewet_record
Definition: gwf-npfidm.f90:205
type(inputparamdefinitiontype), parameter gwfnpf_iprflow
Definition: gwf-npfidm.f90:79
type(inputparamdefinitiontype), parameter gwfnpf_wetfct
Definition: gwf-npfidm.f90:241
type(inputparamdefinitiontype), parameter gwfnpf_tvk6_filename
Definition: gwf-npfidm.f90:475
type(inputparamdefinitiontype), parameter gwfnpf_icelltype
Definition: gwf-npfidm.f90:565
character(len=16), dimension(*), parameter, public gwf_npf_subpackages
Definition: gwf-npfidm.f90:55
type(inputparamdefinitiontype), parameter gwfnpf_isavspdis
Definition: gwf-npfidm.f90:349
type(inputparamdefinitiontype), parameter gwfnpf_ik33overk
Definition: gwf-npfidm.f90:403
type(inputparamdefinitiontype), parameter gwfnpf_angle1
Definition: gwf-npfidm.f90:637
type(inputparamdefinitiontype), parameter gwfnpf_tvk_filerecord
Definition: gwf-npfidm.f90:421
type(inputparamdefinitiontype), parameter gwfnpf_satomega
Definition: gwf-npfidm.f90:547
type(inputparamdefinitiontype), parameter gwfnpf_idewatcv
Definition: gwf-npfidm.f90:169
type(inputparamdefinitiontype), parameter gwfnpf_ik22overk
Definition: gwf-npfidm.f90:385
type(inputparamdefinitiontype), parameter gwfnpf_xt3doptions
Definition: gwf-npfidm.f90:295
type(inputparamdefinitiontype), parameter gwfnpf_tvk6
Definition: gwf-npfidm.f90:439
type(inputparamdefinitiontype), parameter gwfnpf_export_ascii
Definition: gwf-npfidm.f90:493
type(inputparamdefinitiontype), parameter gwfnpf_inewton
Definition: gwf-npfidm.f90:529
type(inputparamdefinitiontype), parameter gwfnpf_iperched
Definition: gwf-npfidm.f90:187
This module contains the InputDefinitionModule.