MODFLOW 6  version 6.7.0.dev3
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., & ! prerelease
74  .false., & ! multi-record
75  .false., & ! preserve case
76  .false., & ! layered
77  .false. & ! timeseries
78  )
79 
80  type(inputparamdefinitiontype), parameter :: &
82  ( &
83  'GWF', & ! component
84  'NPF', & ! subcomponent
85  'OPTIONS', & ! block
86  'PRINT_FLOWS', & ! tag name
87  'IPRFLOW', & ! fortran variable
88  'KEYWORD', & ! type
89  '', & ! shape
90  'keyword to print NPF flows to listing file', & ! longname
91  .false., & ! required
92  .false., & ! prerelease
93  .false., & ! multi-record
94  .false., & ! preserve case
95  .false., & ! layered
96  .false. & ! timeseries
97  )
98 
99  type(inputparamdefinitiontype), parameter :: &
101  ( &
102  'GWF', & ! component
103  'NPF', & ! subcomponent
104  'OPTIONS', & ! block
105  'ALTERNATIVE_CELL_AVERAGING', & ! tag name
106  'CELLAVG', & ! fortran variable
107  'STRING', & ! type
108  '', & ! shape
109  'conductance weighting option', & ! longname
110  .false., & ! required
111  .false., & ! prerelease
112  .false., & ! multi-record
113  .false., & ! preserve case
114  .false., & ! layered
115  .false. & ! timeseries
116  )
117 
118  type(inputparamdefinitiontype), parameter :: &
120  ( &
121  'GWF', & ! component
122  'NPF', & ! subcomponent
123  'OPTIONS', & ! block
124  'THICKSTRT', & ! tag name
125  'ITHICKSTRT', & ! fortran variable
126  'KEYWORD', & ! type
127  '', & ! shape
128  'keyword to activate THICKSTRT option', & ! longname
129  .false., & ! required
130  .false., & ! prerelease
131  .false., & ! multi-record
132  .false., & ! preserve case
133  .false., & ! layered
134  .false. & ! timeseries
135  )
136 
137  type(inputparamdefinitiontype), parameter :: &
139  ( &
140  'GWF', & ! component
141  'NPF', & ! subcomponent
142  'OPTIONS', & ! block
143  'CVOPTIONS', & ! tag name
144  'CVOPTIONS', & ! fortran variable
145  'RECORD VARIABLECV DEWATERED', & ! type
146  '', & ! shape
147  'vertical conductance options', & ! longname
148  .false., & ! required
149  .false., & ! prerelease
150  .false., & ! multi-record
151  .false., & ! preserve case
152  .false., & ! layered
153  .false. & ! timeseries
154  )
155 
156  type(inputparamdefinitiontype), parameter :: &
158  ( &
159  'GWF', & ! component
160  'NPF', & ! subcomponent
161  'OPTIONS', & ! block
162  'VARIABLECV', & ! tag name
163  'IVARCV', & ! fortran variable
164  'KEYWORD', & ! type
165  '', & ! shape
166  'keyword to activate VARIABLECV option', & ! longname
167  .true., & ! required
168  .false., & ! prerelease
169  .true., & ! multi-record
170  .false., & ! preserve case
171  .false., & ! layered
172  .false. & ! timeseries
173  )
174 
175  type(inputparamdefinitiontype), parameter :: &
177  ( &
178  'GWF', & ! component
179  'NPF', & ! subcomponent
180  'OPTIONS', & ! block
181  'DEWATERED', & ! tag name
182  'IDEWATCV', & ! fortran variable
183  'KEYWORD', & ! type
184  '', & ! shape
185  'keyword to activate DEWATERED option', & ! longname
186  .false., & ! required
187  .false., & ! prerelease
188  .true., & ! multi-record
189  .false., & ! preserve case
190  .false., & ! layered
191  .false. & ! timeseries
192  )
193 
194  type(inputparamdefinitiontype), parameter :: &
196  ( &
197  'GWF', & ! component
198  'NPF', & ! subcomponent
199  'OPTIONS', & ! block
200  'PERCHED', & ! tag name
201  'IPERCHED', & ! fortran variable
202  'KEYWORD', & ! type
203  '', & ! shape
204  'keyword to activate PERCHED option', & ! longname
205  .false., & ! required
206  .false., & ! prerelease
207  .false., & ! multi-record
208  .false., & ! preserve case
209  .false., & ! layered
210  .false. & ! timeseries
211  )
212 
213  type(inputparamdefinitiontype), parameter :: &
215  ( &
216  'GWF', & ! component
217  'NPF', & ! subcomponent
218  'OPTIONS', & ! block
219  'REWET_RECORD', & ! tag name
220  'REWET_RECORD', & ! fortran variable
221  'RECORD REWET WETFCT IWETIT IHDWET', & ! type
222  '', & ! shape
223  '', & ! longname
224  .false., & ! required
225  .false., & ! prerelease
226  .false., & ! multi-record
227  .false., & ! preserve case
228  .false., & ! layered
229  .false. & ! timeseries
230  )
231 
232  type(inputparamdefinitiontype), parameter :: &
234  ( &
235  'GWF', & ! component
236  'NPF', & ! subcomponent
237  'OPTIONS', & ! block
238  'REWET', & ! tag name
239  'IREWET', & ! fortran variable
240  'KEYWORD', & ! type
241  '', & ! shape
242  'keyword to activate rewetting', & ! longname
243  .true., & ! required
244  .false., & ! prerelease
245  .true., & ! multi-record
246  .false., & ! preserve case
247  .false., & ! layered
248  .false. & ! timeseries
249  )
250 
251  type(inputparamdefinitiontype), parameter :: &
253  ( &
254  'GWF', & ! component
255  'NPF', & ! subcomponent
256  'OPTIONS', & ! block
257  'WETFCT', & ! tag name
258  'WETFCT', & ! fortran variable
259  'DOUBLE', & ! type
260  '', & ! shape
261  'wetting factor to use for rewetting', & ! longname
262  .true., & ! required
263  .false., & ! prerelease
264  .true., & ! multi-record
265  .false., & ! preserve case
266  .false., & ! layered
267  .false. & ! timeseries
268  )
269 
270  type(inputparamdefinitiontype), parameter :: &
272  ( &
273  'GWF', & ! component
274  'NPF', & ! subcomponent
275  'OPTIONS', & ! block
276  'IWETIT', & ! tag name
277  'IWETIT', & ! fortran variable
278  'INTEGER', & ! type
279  '', & ! shape
280  'interval to use for rewetting', & ! longname
281  .true., & ! required
282  .false., & ! prerelease
283  .true., & ! multi-record
284  .false., & ! preserve case
285  .false., & ! layered
286  .false. & ! timeseries
287  )
288 
289  type(inputparamdefinitiontype), parameter :: &
291  ( &
292  'GWF', & ! component
293  'NPF', & ! subcomponent
294  'OPTIONS', & ! block
295  'IHDWET', & ! tag name
296  'IHDWET', & ! fortran variable
297  'INTEGER', & ! type
298  '', & ! shape
299  'flag to determine wetting equation', & ! longname
300  .true., & ! required
301  .false., & ! prerelease
302  .true., & ! multi-record
303  .false., & ! preserve case
304  .false., & ! layered
305  .false. & ! timeseries
306  )
307 
308  type(inputparamdefinitiontype), parameter :: &
310  ( &
311  'GWF', & ! component
312  'NPF', & ! subcomponent
313  'OPTIONS', & ! block
314  'XT3DOPTIONS', & ! tag name
315  'XT3DOPTIONS', & ! fortran variable
316  'RECORD XT3D RHS', & ! type
317  '', & ! shape
318  'keyword to activate XT3D', & ! longname
319  .false., & ! required
320  .false., & ! prerelease
321  .false., & ! multi-record
322  .false., & ! preserve case
323  .false., & ! layered
324  .false. & ! timeseries
325  )
326 
327  type(inputparamdefinitiontype), parameter :: &
329  ( &
330  'GWF', & ! component
331  'NPF', & ! subcomponent
332  'OPTIONS', & ! block
333  'XT3D', & ! tag name
334  'IXT3D', & ! fortran variable
335  'KEYWORD', & ! type
336  '', & ! shape
337  'keyword to activate XT3D', & ! longname
338  .true., & ! required
339  .false., & ! prerelease
340  .true., & ! multi-record
341  .false., & ! preserve case
342  .false., & ! layered
343  .false. & ! timeseries
344  )
345 
346  type(inputparamdefinitiontype), parameter :: &
348  ( &
349  'GWF', & ! component
350  'NPF', & ! subcomponent
351  'OPTIONS', & ! block
352  'RHS', & ! tag name
353  'IXT3DRHS', & ! fortran variable
354  'KEYWORD', & ! type
355  '', & ! shape
356  'keyword to XT3D on right hand side', & ! longname
357  .false., & ! required
358  .false., & ! prerelease
359  .true., & ! multi-record
360  .false., & ! preserve case
361  .false., & ! layered
362  .false. & ! timeseries
363  )
364 
365  type(inputparamdefinitiontype), parameter :: &
367  ( &
368  'GWF', & ! component
369  'NPF', & ! subcomponent
370  'OPTIONS', & ! block
371  'SAVE_SPECIFIC_DISCHARGE', & ! tag name
372  'ISAVSPDIS', & ! fortran variable
373  'KEYWORD', & ! type
374  '', & ! shape
375  'keyword to save specific discharge', & ! longname
376  .false., & ! required
377  .false., & ! prerelease
378  .false., & ! multi-record
379  .false., & ! preserve case
380  .false., & ! layered
381  .false. & ! timeseries
382  )
383 
384  type(inputparamdefinitiontype), parameter :: &
386  ( &
387  'GWF', & ! component
388  'NPF', & ! subcomponent
389  'OPTIONS', & ! block
390  'SAVE_SATURATION', & ! tag name
391  'ISAVSAT', & ! fortran variable
392  'KEYWORD', & ! type
393  '', & ! shape
394  'keyword to save saturation', & ! longname
395  .false., & ! required
396  .false., & ! prerelease
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  'K22OVERK', & ! tag name
410  'IK22OVERK', & ! fortran variable
411  'KEYWORD', & ! type
412  '', & ! shape
413  'keyword to indicate that specified K22 is a ratio', & ! longname
414  .false., & ! required
415  .false., & ! prerelease
416  .false., & ! multi-record
417  .false., & ! preserve case
418  .false., & ! layered
419  .false. & ! timeseries
420  )
421 
422  type(inputparamdefinitiontype), parameter :: &
424  ( &
425  'GWF', & ! component
426  'NPF', & ! subcomponent
427  'OPTIONS', & ! block
428  'K33OVERK', & ! tag name
429  'IK33OVERK', & ! fortran variable
430  'KEYWORD', & ! type
431  '', & ! shape
432  'keyword to indicate that specified K33 is a ratio', & ! longname
433  .false., & ! required
434  .false., & ! prerelease
435  .false., & ! multi-record
436  .false., & ! preserve case
437  .false., & ! layered
438  .false. & ! timeseries
439  )
440 
441  type(inputparamdefinitiontype), parameter :: &
443  ( &
444  'GWF', & ! component
445  'NPF', & ! subcomponent
446  'OPTIONS', & ! block
447  'TVK_FILERECORD', & ! tag name
448  'TVK_FILERECORD', & ! fortran variable
449  'RECORD TVK6 FILEIN TVK6_FILENAME', & ! type
450  '', & ! shape
451  '', & ! longname
452  .false., & ! required
453  .false., & ! prerelease
454  .false., & ! multi-record
455  .false., & ! preserve case
456  .false., & ! layered
457  .false. & ! timeseries
458  )
459 
460  type(inputparamdefinitiontype), parameter :: &
462  ( &
463  'GWF', & ! component
464  'NPF', & ! subcomponent
465  'OPTIONS', & ! block
466  'TVK6', & ! tag name
467  'TVK6', & ! fortran variable
468  'KEYWORD', & ! type
469  '', & ! shape
470  'tvk keyword', & ! longname
471  .true., & ! required
472  .false., & ! prerelease
473  .true., & ! multi-record
474  .false., & ! preserve case
475  .false., & ! layered
476  .false. & ! timeseries
477  )
478 
479  type(inputparamdefinitiontype), parameter :: &
481  ( &
482  'GWF', & ! component
483  'NPF', & ! subcomponent
484  'OPTIONS', & ! block
485  'FILEIN', & ! tag name
486  'FILEIN', & ! fortran variable
487  'KEYWORD', & ! type
488  '', & ! shape
489  'file keyword', & ! longname
490  .true., & ! required
491  .false., & ! prerelease
492  .true., & ! multi-record
493  .false., & ! preserve case
494  .false., & ! layered
495  .false. & ! timeseries
496  )
497 
498  type(inputparamdefinitiontype), parameter :: &
500  ( &
501  'GWF', & ! component
502  'NPF', & ! subcomponent
503  'OPTIONS', & ! block
504  'TVK6_FILENAME', & ! tag name
505  'TVK6_FILENAME', & ! fortran variable
506  'STRING', & ! type
507  '', & ! shape
508  'file name of TVK information', & ! longname
509  .true., & ! required
510  .false., & ! prerelease
511  .true., & ! multi-record
512  .true., & ! preserve case
513  .false., & ! layered
514  .false. & ! timeseries
515  )
516 
517  type(inputparamdefinitiontype), parameter :: &
519  ( &
520  'GWF', & ! component
521  'NPF', & ! subcomponent
522  'OPTIONS', & ! block
523  'EXPORT_ARRAY_ASCII', & ! tag name
524  'EXPORT_ASCII', & ! fortran variable
525  'KEYWORD', & ! type
526  '', & ! shape
527  'export array variables to layered ascii files.', & ! longname
528  .false., & ! required
529  .false., & ! prerelease
530  .false., & ! multi-record
531  .false., & ! preserve case
532  .false., & ! layered
533  .false. & ! timeseries
534  )
535 
536  type(inputparamdefinitiontype), parameter :: &
538  ( &
539  'GWF', & ! component
540  'NPF', & ! subcomponent
541  'OPTIONS', & ! block
542  'EXPORT_ARRAY_NETCDF', & ! tag name
543  'EXPORT_NC', & ! fortran variable
544  'KEYWORD', & ! type
545  '', & ! shape
546  'export array variables to netcdf output files.', & ! longname
547  .false., & ! required
548  .false., & ! prerelease
549  .false., & ! multi-record
550  .false., & ! preserve case
551  .false., & ! layered
552  .false. & ! timeseries
553  )
554 
555  type(inputparamdefinitiontype), parameter :: &
557  ( &
558  'GWF', & ! component
559  'NPF', & ! subcomponent
560  'OPTIONS', & ! block
561  'DEV_NO_NEWTON', & ! tag name
562  'INEWTON', & ! fortran variable
563  'KEYWORD', & ! type
564  '', & ! shape
565  'turn off Newton for unconfined cells', & ! longname
566  .false., & ! required
567  .false., & ! prerelease
568  .false., & ! multi-record
569  .false., & ! preserve case
570  .false., & ! layered
571  .false. & ! timeseries
572  )
573 
574  type(inputparamdefinitiontype), parameter :: &
576  ( &
577  'GWF', & ! component
578  'NPF', & ! subcomponent
579  'OPTIONS', & ! block
580  'DEV_OMEGA', & ! tag name
581  'SATOMEGA', & ! fortran variable
582  'DOUBLE', & ! type
583  '', & ! shape
584  'set saturation omega value', & ! longname
585  .false., & ! required
586  .false., & ! prerelease
587  .false., & ! multi-record
588  .false., & ! preserve case
589  .false., & ! layered
590  .false. & ! timeseries
591  )
592 
593  type(inputparamdefinitiontype), parameter :: &
595  ( &
596  'GWF', & ! component
597  'NPF', & ! subcomponent
598  'GRIDDATA', & ! block
599  'ICELLTYPE', & ! tag name
600  'ICELLTYPE', & ! fortran variable
601  'INTEGER1D', & ! type
602  'NODES', & ! shape
603  'confined or convertible indicator', & ! longname
604  .true., & ! required
605  .false., & ! prerelease
606  .false., & ! multi-record
607  .false., & ! preserve case
608  .true., & ! layered
609  .false. & ! timeseries
610  )
611 
612  type(inputparamdefinitiontype), parameter :: &
614  ( &
615  'GWF', & ! component
616  'NPF', & ! subcomponent
617  'GRIDDATA', & ! block
618  'K', & ! tag name
619  'K', & ! fortran variable
620  'DOUBLE1D', & ! type
621  'NODES', & ! shape
622  'hydraulic conductivity (L/T)', & ! longname
623  .true., & ! required
624  .false., & ! prerelease
625  .false., & ! multi-record
626  .false., & ! preserve case
627  .true., & ! layered
628  .false. & ! timeseries
629  )
630 
631  type(inputparamdefinitiontype), parameter :: &
633  ( &
634  'GWF', & ! component
635  'NPF', & ! subcomponent
636  'GRIDDATA', & ! block
637  'K22', & ! tag name
638  'K22', & ! fortran variable
639  'DOUBLE1D', & ! type
640  'NODES', & ! shape
641  'hydraulic conductivity of second ellipsoid axis', & ! longname
642  .false., & ! required
643  .false., & ! prerelease
644  .false., & ! multi-record
645  .false., & ! preserve case
646  .true., & ! layered
647  .false. & ! timeseries
648  )
649 
650  type(inputparamdefinitiontype), parameter :: &
652  ( &
653  'GWF', & ! component
654  'NPF', & ! subcomponent
655  'GRIDDATA', & ! block
656  'K33', & ! tag name
657  'K33', & ! fortran variable
658  'DOUBLE1D', & ! type
659  'NODES', & ! shape
660  'hydraulic conductivity of third ellipsoid axis (L/T)', & ! longname
661  .false., & ! required
662  .false., & ! prerelease
663  .false., & ! multi-record
664  .false., & ! preserve case
665  .true., & ! layered
666  .false. & ! timeseries
667  )
668 
669  type(inputparamdefinitiontype), parameter :: &
671  ( &
672  'GWF', & ! component
673  'NPF', & ! subcomponent
674  'GRIDDATA', & ! block
675  'ANGLE1', & ! tag name
676  'ANGLE1', & ! fortran variable
677  'DOUBLE1D', & ! type
678  'NODES', & ! shape
679  'first anisotropy rotation angle (degrees)', & ! longname
680  .false., & ! required
681  .false., & ! prerelease
682  .false., & ! multi-record
683  .false., & ! preserve case
684  .true., & ! layered
685  .false. & ! timeseries
686  )
687 
688  type(inputparamdefinitiontype), parameter :: &
690  ( &
691  'GWF', & ! component
692  'NPF', & ! subcomponent
693  'GRIDDATA', & ! block
694  'ANGLE2', & ! tag name
695  'ANGLE2', & ! fortran variable
696  'DOUBLE1D', & ! type
697  'NODES', & ! shape
698  'second anisotropy rotation angle (degrees)', & ! longname
699  .false., & ! required
700  .false., & ! prerelease
701  .false., & ! multi-record
702  .false., & ! preserve case
703  .true., & ! layered
704  .false. & ! timeseries
705  )
706 
707  type(inputparamdefinitiontype), parameter :: &
709  ( &
710  'GWF', & ! component
711  'NPF', & ! subcomponent
712  'GRIDDATA', & ! block
713  'ANGLE3', & ! tag name
714  'ANGLE3', & ! fortran variable
715  'DOUBLE1D', & ! type
716  'NODES', & ! shape
717  'third anisotropy rotation angle (degrees)', & ! longname
718  .false., & ! required
719  .false., & ! prerelease
720  .false., & ! multi-record
721  .false., & ! preserve case
722  .true., & ! layered
723  .false. & ! timeseries
724  )
725 
726  type(inputparamdefinitiontype), parameter :: &
728  ( &
729  'GWF', & ! component
730  'NPF', & ! subcomponent
731  'GRIDDATA', & ! block
732  'WETDRY', & ! tag name
733  'WETDRY', & ! fortran variable
734  'DOUBLE1D', & ! type
735  'NODES', & ! shape
736  'wetdry threshold and factor', & ! longname
737  .false., & ! required
738  .false., & ! prerelease
739  .false., & ! multi-record
740  .false., & ! preserve case
741  .true., & ! layered
742  .false. & ! timeseries
743  )
744 
745  type(inputparamdefinitiontype), parameter :: &
747  [ &
748  gwfnpf_ipakcb, &
749  gwfnpf_iprflow, &
750  gwfnpf_cellavg, &
753  gwfnpf_ivarcv, &
754  gwfnpf_idewatcv, &
755  gwfnpf_iperched, &
757  gwfnpf_irewet, &
758  gwfnpf_wetfct, &
759  gwfnpf_iwetit, &
760  gwfnpf_ihdwet, &
762  gwfnpf_ixt3d, &
763  gwfnpf_ixt3drhs, &
765  gwfnpf_isavsat, &
769  gwfnpf_tvk6, &
770  gwfnpf_filein, &
774  gwfnpf_inewton, &
775  gwfnpf_satomega, &
777  gwfnpf_k, &
778  gwfnpf_k22, &
779  gwfnpf_k33, &
780  gwfnpf_angle1, &
781  gwfnpf_angle2, &
782  gwfnpf_angle3, &
783  gwfnpf_wetdry &
784  ]
785 
786  type(inputparamdefinitiontype), parameter :: &
788  [ &
790  ( &
791  '', & ! component
792  '', & ! subcomponent
793  '', & ! block
794  '', & ! tag name
795  '', & ! fortran variable
796  '', & ! type
797  '', & ! shape
798  '', & ! longname
799  .false., & ! required
800  .false., & ! prerelease
801  .false., & ! multi-record
802  .false., & ! preserve case
803  .false., & ! layered
804  .false. & ! timeseries
805  ) &
806  ]
807 
808  type(inputblockdefinitiontype), parameter :: &
810  [ &
812  'OPTIONS', & ! blockname
813  .false., & ! required
814  .false., & ! aggregate
815  .false. & ! block_variable
816  ), &
818  'GRIDDATA', & ! blockname
819  .true., & ! required
820  .false., & ! aggregate
821  .false. & ! block_variable
822  ) &
823  ]
824 
825 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:688
logical, public gwf_npf_multi_package
Definition: gwf-npfidm.f90:53
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_npf_param_definitions
Definition: gwf-npfidm.f90:745
type(inputparamdefinitiontype), parameter gwfnpf_cellavg
Definition: gwf-npfidm.f90:99
type(inputparamdefinitiontype), parameter gwfnpf_iwetit
Definition: gwf-npfidm.f90:270
type(inputblockdefinitiontype), dimension(*), parameter, public gwf_npf_block_definitions
Definition: gwf-npfidm.f90:808
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_npf_aggregate_definitions
Definition: gwf-npfidm.f90:786
type(inputparamdefinitiontype), parameter gwfnpf_angle3
Definition: gwf-npfidm.f90:707
type(inputparamdefinitiontype), parameter gwfnpf_ixt3d
Definition: gwf-npfidm.f90:327
type(inputparamdefinitiontype), parameter gwfnpf_wetdry
Definition: gwf-npfidm.f90:726
type(inputparamdefinitiontype), parameter gwfnpf_ixt3drhs
Definition: gwf-npfidm.f90:346
type(inputparamdefinitiontype), parameter gwfnpf_ipakcb
Definition: gwf-npfidm.f90:61
type(inputparamdefinitiontype), parameter gwfnpf_irewet
Definition: gwf-npfidm.f90:232
type(inputparamdefinitiontype), parameter gwfnpf_k
Definition: gwf-npfidm.f90:612
type(inputparamdefinitiontype), parameter gwfnpf_ivarcv
Definition: gwf-npfidm.f90:156
type(inputparamdefinitiontype), parameter gwfnpf_ithickstrt
Definition: gwf-npfidm.f90:118
type(inputparamdefinitiontype), parameter gwfnpf_filein
Definition: gwf-npfidm.f90:479
type(inputparamdefinitiontype), parameter gwfnpf_k33
Definition: gwf-npfidm.f90:650
type(inputparamdefinitiontype), parameter gwfnpf_export_nc
Definition: gwf-npfidm.f90:536
type(inputparamdefinitiontype), parameter gwfnpf_ihdwet
Definition: gwf-npfidm.f90:289
type(inputparamdefinitiontype), parameter gwfnpf_cvoptions
Definition: gwf-npfidm.f90:137
type(inputparamdefinitiontype), parameter gwfnpf_isavsat
Definition: gwf-npfidm.f90:384
type(inputparamdefinitiontype), parameter gwfnpf_k22
Definition: gwf-npfidm.f90:631
type(inputparamdefinitiontype), parameter gwfnpf_rewet_record
Definition: gwf-npfidm.f90:213
type(inputparamdefinitiontype), parameter gwfnpf_iprflow
Definition: gwf-npfidm.f90:80
type(inputparamdefinitiontype), parameter gwfnpf_wetfct
Definition: gwf-npfidm.f90:251
type(inputparamdefinitiontype), parameter gwfnpf_tvk6_filename
Definition: gwf-npfidm.f90:498
type(inputparamdefinitiontype), parameter gwfnpf_icelltype
Definition: gwf-npfidm.f90:593
character(len=16), dimension(*), parameter, public gwf_npf_subpackages
Definition: gwf-npfidm.f90:55
type(inputparamdefinitiontype), parameter gwfnpf_isavspdis
Definition: gwf-npfidm.f90:365
type(inputparamdefinitiontype), parameter gwfnpf_ik33overk
Definition: gwf-npfidm.f90:422
type(inputparamdefinitiontype), parameter gwfnpf_angle1
Definition: gwf-npfidm.f90:669
type(inputparamdefinitiontype), parameter gwfnpf_tvk_filerecord
Definition: gwf-npfidm.f90:441
type(inputparamdefinitiontype), parameter gwfnpf_satomega
Definition: gwf-npfidm.f90:574
type(inputparamdefinitiontype), parameter gwfnpf_idewatcv
Definition: gwf-npfidm.f90:175
type(inputparamdefinitiontype), parameter gwfnpf_ik22overk
Definition: gwf-npfidm.f90:403
type(inputparamdefinitiontype), parameter gwfnpf_xt3doptions
Definition: gwf-npfidm.f90:308
type(inputparamdefinitiontype), parameter gwfnpf_tvk6
Definition: gwf-npfidm.f90:460
type(inputparamdefinitiontype), parameter gwfnpf_export_ascii
Definition: gwf-npfidm.f90:517
type(inputparamdefinitiontype), parameter gwfnpf_inewton
Definition: gwf-npfidm.f90:555
type(inputparamdefinitiontype), parameter gwfnpf_iperched
Definition: gwf-npfidm.f90:194
This module contains the InputDefinitionModule.