MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
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 
14  logical :: ipakcb = .false.
15  logical :: iprflow = .false.
16  logical :: cellavg = .false.
17  logical :: ithickstrt = .false.
18  logical :: cvoptions = .false.
19  logical :: ivarcv = .false.
20  logical :: idewatcv = .false.
21  logical :: iperched = .false.
22  logical :: rewet_record = .false.
23  logical :: irewet = .false.
24  logical :: wetfct = .false.
25  logical :: iwetit = .false.
26  logical :: ihdwet = .false.
27  logical :: xt3doptions = .false.
28  logical :: ixt3d = .false.
29  logical :: ixt3drhs = .false.
30  logical :: isavspdis = .false.
31  logical :: isavsat = .false.
32  logical :: ik22overk = .false.
33  logical :: ik33overk = .false.
34  logical :: tvk_filerecord = .false.
35  logical :: tvk6 = .false.
36  logical :: filein = .false.
37  logical :: tvk6_filename = .false.
38  logical :: export_ascii = .false.
39  logical :: inewton = .false.
40  logical :: satomega = .false.
41  logical :: icelltype = .false.
42  logical :: k = .false.
43  logical :: k22 = .false.
44  logical :: k33 = .false.
45  logical :: angle1 = .false.
46  logical :: angle2 = .false.
47  logical :: angle3 = .false.
48  logical :: wetdry = .false.
49  end type gwfnpfparamfoundtype
50 
51  logical :: gwf_npf_multi_package = .false.
52 
53  type(inputparamdefinitiontype), parameter :: &
55  ( &
56  'GWF', & ! component
57  'NPF', & ! subcomponent
58  'OPTIONS', & ! block
59  'SAVE_FLOWS', & ! tag name
60  'IPAKCB', & ! fortran variable
61  'KEYWORD', & ! type
62  '', & ! shape
63  .false., & ! required
64  .false., & ! multi-record
65  .false., & ! preserve case
66  .false., & ! layered
67  .false. & ! timeseries
68  )
69 
70  type(inputparamdefinitiontype), parameter :: &
72  ( &
73  'GWF', & ! component
74  'NPF', & ! subcomponent
75  'OPTIONS', & ! block
76  'PRINT_FLOWS', & ! tag name
77  'IPRFLOW', & ! fortran variable
78  'KEYWORD', & ! type
79  '', & ! shape
80  .false., & ! required
81  .false., & ! multi-record
82  .false., & ! preserve case
83  .false., & ! layered
84  .false. & ! timeseries
85  )
86 
87  type(inputparamdefinitiontype), parameter :: &
89  ( &
90  'GWF', & ! component
91  'NPF', & ! subcomponent
92  'OPTIONS', & ! block
93  'ALTERNATIVE_CELL_AVERAGING', & ! tag name
94  'CELLAVG', & ! fortran variable
95  'STRING', & ! type
96  '', & ! shape
97  .false., & ! required
98  .false., & ! multi-record
99  .false., & ! preserve case
100  .false., & ! layered
101  .false. & ! timeseries
102  )
103 
104  type(inputparamdefinitiontype), parameter :: &
106  ( &
107  'GWF', & ! component
108  'NPF', & ! subcomponent
109  'OPTIONS', & ! block
110  'THICKSTRT', & ! tag name
111  'ITHICKSTRT', & ! fortran variable
112  'KEYWORD', & ! type
113  '', & ! shape
114  .false., & ! required
115  .false., & ! multi-record
116  .false., & ! preserve case
117  .false., & ! layered
118  .false. & ! timeseries
119  )
120 
121  type(inputparamdefinitiontype), parameter :: &
123  ( &
124  'GWF', & ! component
125  'NPF', & ! subcomponent
126  'OPTIONS', & ! block
127  'CVOPTIONS', & ! tag name
128  'CVOPTIONS', & ! fortran variable
129  'RECORD VARIABLECV DEWATERED', & ! type
130  '', & ! shape
131  .false., & ! required
132  .false., & ! multi-record
133  .false., & ! preserve case
134  .false., & ! layered
135  .false. & ! timeseries
136  )
137 
138  type(inputparamdefinitiontype), parameter :: &
140  ( &
141  'GWF', & ! component
142  'NPF', & ! subcomponent
143  'OPTIONS', & ! block
144  'VARIABLECV', & ! tag name
145  'IVARCV', & ! fortran variable
146  'KEYWORD', & ! type
147  '', & ! shape
148  .true., & ! required
149  .true., & ! multi-record
150  .false., & ! preserve case
151  .false., & ! layered
152  .false. & ! timeseries
153  )
154 
155  type(inputparamdefinitiontype), parameter :: &
157  ( &
158  'GWF', & ! component
159  'NPF', & ! subcomponent
160  'OPTIONS', & ! block
161  'DEWATERED', & ! tag name
162  'IDEWATCV', & ! fortran variable
163  'KEYWORD', & ! type
164  '', & ! shape
165  .false., & ! required
166  .true., & ! multi-record
167  .false., & ! preserve case
168  .false., & ! layered
169  .false. & ! timeseries
170  )
171 
172  type(inputparamdefinitiontype), parameter :: &
174  ( &
175  'GWF', & ! component
176  'NPF', & ! subcomponent
177  'OPTIONS', & ! block
178  'PERCHED', & ! tag name
179  'IPERCHED', & ! fortran variable
180  'KEYWORD', & ! type
181  '', & ! shape
182  .false., & ! required
183  .false., & ! multi-record
184  .false., & ! preserve case
185  .false., & ! layered
186  .false. & ! timeseries
187  )
188 
189  type(inputparamdefinitiontype), parameter :: &
191  ( &
192  'GWF', & ! component
193  'NPF', & ! subcomponent
194  'OPTIONS', & ! block
195  'REWET_RECORD', & ! tag name
196  'REWET_RECORD', & ! fortran variable
197  'RECORD REWET WETFCT IWETIT IHDWET', & ! type
198  '', & ! shape
199  .false., & ! required
200  .false., & ! multi-record
201  .false., & ! preserve case
202  .false., & ! layered
203  .false. & ! timeseries
204  )
205 
206  type(inputparamdefinitiontype), parameter :: &
208  ( &
209  'GWF', & ! component
210  'NPF', & ! subcomponent
211  'OPTIONS', & ! block
212  'REWET', & ! tag name
213  'IREWET', & ! fortran variable
214  'KEYWORD', & ! type
215  '', & ! shape
216  .true., & ! required
217  .true., & ! 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  'WETFCT', & ! tag name
230  'WETFCT', & ! fortran variable
231  'DOUBLE', & ! type
232  '', & ! shape
233  .true., & ! required
234  .true., & ! multi-record
235  .false., & ! preserve case
236  .false., & ! layered
237  .false. & ! timeseries
238  )
239 
240  type(inputparamdefinitiontype), parameter :: &
242  ( &
243  'GWF', & ! component
244  'NPF', & ! subcomponent
245  'OPTIONS', & ! block
246  'IWETIT', & ! tag name
247  'IWETIT', & ! fortran variable
248  'INTEGER', & ! type
249  '', & ! shape
250  .true., & ! required
251  .true., & ! multi-record
252  .false., & ! preserve case
253  .false., & ! layered
254  .false. & ! timeseries
255  )
256 
257  type(inputparamdefinitiontype), parameter :: &
259  ( &
260  'GWF', & ! component
261  'NPF', & ! subcomponent
262  'OPTIONS', & ! block
263  'IHDWET', & ! tag name
264  'IHDWET', & ! fortran variable
265  'INTEGER', & ! type
266  '', & ! shape
267  .true., & ! required
268  .true., & ! multi-record
269  .false., & ! preserve case
270  .false., & ! layered
271  .false. & ! timeseries
272  )
273 
274  type(inputparamdefinitiontype), parameter :: &
276  ( &
277  'GWF', & ! component
278  'NPF', & ! subcomponent
279  'OPTIONS', & ! block
280  'XT3DOPTIONS', & ! tag name
281  'XT3DOPTIONS', & ! fortran variable
282  'RECORD XT3D RHS', & ! type
283  '', & ! shape
284  .false., & ! required
285  .false., & ! multi-record
286  .false., & ! preserve case
287  .false., & ! layered
288  .false. & ! timeseries
289  )
290 
291  type(inputparamdefinitiontype), parameter :: &
293  ( &
294  'GWF', & ! component
295  'NPF', & ! subcomponent
296  'OPTIONS', & ! block
297  'XT3D', & ! tag name
298  'IXT3D', & ! fortran variable
299  'KEYWORD', & ! type
300  '', & ! shape
301  .true., & ! required
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  'RHS', & ! tag name
315  'IXT3DRHS', & ! fortran variable
316  'KEYWORD', & ! type
317  '', & ! shape
318  .false., & ! required
319  .true., & ! multi-record
320  .false., & ! preserve case
321  .false., & ! layered
322  .false. & ! timeseries
323  )
324 
325  type(inputparamdefinitiontype), parameter :: &
327  ( &
328  'GWF', & ! component
329  'NPF', & ! subcomponent
330  'OPTIONS', & ! block
331  'SAVE_SPECIFIC_DISCHARGE', & ! tag name
332  'ISAVSPDIS', & ! fortran variable
333  'KEYWORD', & ! type
334  '', & ! shape
335  .false., & ! required
336  .false., & ! multi-record
337  .false., & ! preserve case
338  .false., & ! layered
339  .false. & ! timeseries
340  )
341 
342  type(inputparamdefinitiontype), parameter :: &
344  ( &
345  'GWF', & ! component
346  'NPF', & ! subcomponent
347  'OPTIONS', & ! block
348  'SAVE_SATURATION', & ! tag name
349  'ISAVSAT', & ! fortran variable
350  'KEYWORD', & ! type
351  '', & ! shape
352  .false., & ! required
353  .false., & ! multi-record
354  .false., & ! preserve case
355  .false., & ! layered
356  .false. & ! timeseries
357  )
358 
359  type(inputparamdefinitiontype), parameter :: &
361  ( &
362  'GWF', & ! component
363  'NPF', & ! subcomponent
364  'OPTIONS', & ! block
365  'K22OVERK', & ! tag name
366  'IK22OVERK', & ! fortran variable
367  'KEYWORD', & ! type
368  '', & ! shape
369  .false., & ! required
370  .false., & ! multi-record
371  .false., & ! preserve case
372  .false., & ! layered
373  .false. & ! timeseries
374  )
375 
376  type(inputparamdefinitiontype), parameter :: &
378  ( &
379  'GWF', & ! component
380  'NPF', & ! subcomponent
381  'OPTIONS', & ! block
382  'K33OVERK', & ! tag name
383  'IK33OVERK', & ! fortran variable
384  'KEYWORD', & ! type
385  '', & ! shape
386  .false., & ! required
387  .false., & ! multi-record
388  .false., & ! preserve case
389  .false., & ! layered
390  .false. & ! timeseries
391  )
392 
393  type(inputparamdefinitiontype), parameter :: &
395  ( &
396  'GWF', & ! component
397  'NPF', & ! subcomponent
398  'OPTIONS', & ! block
399  'TVK_FILERECORD', & ! tag name
400  'TVK_FILERECORD', & ! fortran variable
401  'RECORD TVK6 FILEIN TVK6_FILENAME', & ! type
402  '', & ! shape
403  .false., & ! required
404  .false., & ! multi-record
405  .false., & ! preserve case
406  .false., & ! layered
407  .false. & ! timeseries
408  )
409 
410  type(inputparamdefinitiontype), parameter :: &
412  ( &
413  'GWF', & ! component
414  'NPF', & ! subcomponent
415  'OPTIONS', & ! block
416  'TVK6', & ! tag name
417  'TVK6', & ! fortran variable
418  'KEYWORD', & ! type
419  '', & ! shape
420  .true., & ! required
421  .true., & ! multi-record
422  .false., & ! preserve case
423  .false., & ! layered
424  .false. & ! timeseries
425  )
426 
427  type(inputparamdefinitiontype), parameter :: &
429  ( &
430  'GWF', & ! component
431  'NPF', & ! subcomponent
432  'OPTIONS', & ! block
433  'FILEIN', & ! tag name
434  'FILEIN', & ! fortran variable
435  'KEYWORD', & ! type
436  '', & ! shape
437  .true., & ! required
438  .true., & ! multi-record
439  .false., & ! preserve case
440  .false., & ! layered
441  .false. & ! timeseries
442  )
443 
444  type(inputparamdefinitiontype), parameter :: &
446  ( &
447  'GWF', & ! component
448  'NPF', & ! subcomponent
449  'OPTIONS', & ! block
450  'TVK6_FILENAME', & ! tag name
451  'TVK6_FILENAME', & ! fortran variable
452  'STRING', & ! type
453  '', & ! shape
454  .true., & ! required
455  .true., & ! multi-record
456  .true., & ! preserve case
457  .false., & ! layered
458  .false. & ! timeseries
459  )
460 
461  type(inputparamdefinitiontype), parameter :: &
463  ( &
464  'GWF', & ! component
465  'NPF', & ! subcomponent
466  'OPTIONS', & ! block
467  'EXPORT_ARRAY_ASCII', & ! tag name
468  'EXPORT_ASCII', & ! fortran variable
469  'KEYWORD', & ! type
470  '', & ! shape
471  .false., & ! required
472  .false., & ! multi-record
473  .false., & ! preserve case
474  .false., & ! layered
475  .false. & ! timeseries
476  )
477 
478  type(inputparamdefinitiontype), parameter :: &
480  ( &
481  'GWF', & ! component
482  'NPF', & ! subcomponent
483  'OPTIONS', & ! block
484  'DEV_NO_NEWTON', & ! tag name
485  'INEWTON', & ! fortran variable
486  'KEYWORD', & ! type
487  '', & ! shape
488  .false., & ! required
489  .false., & ! multi-record
490  .false., & ! preserve case
491  .false., & ! layered
492  .false. & ! timeseries
493  )
494 
495  type(inputparamdefinitiontype), parameter :: &
497  ( &
498  'GWF', & ! component
499  'NPF', & ! subcomponent
500  'OPTIONS', & ! block
501  'DEV_OMEGA', & ! tag name
502  'SATOMEGA', & ! fortran variable
503  'DOUBLE', & ! type
504  '', & ! shape
505  .false., & ! required
506  .false., & ! multi-record
507  .false., & ! preserve case
508  .false., & ! layered
509  .false. & ! timeseries
510  )
511 
512  type(inputparamdefinitiontype), parameter :: &
514  ( &
515  'GWF', & ! component
516  'NPF', & ! subcomponent
517  'GRIDDATA', & ! block
518  'ICELLTYPE', & ! tag name
519  'ICELLTYPE', & ! fortran variable
520  'INTEGER1D', & ! type
521  'NODES', & ! shape
522  .true., & ! required
523  .false., & ! multi-record
524  .false., & ! preserve case
525  .true., & ! layered
526  .false. & ! timeseries
527  )
528 
529  type(inputparamdefinitiontype), parameter :: &
531  ( &
532  'GWF', & ! component
533  'NPF', & ! subcomponent
534  'GRIDDATA', & ! block
535  'K', & ! tag name
536  'K', & ! fortran variable
537  'DOUBLE1D', & ! type
538  'NODES', & ! shape
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  'GWF', & ! component
550  'NPF', & ! subcomponent
551  'GRIDDATA', & ! block
552  'K22', & ! tag name
553  'K22', & ! fortran variable
554  'DOUBLE1D', & ! type
555  'NODES', & ! shape
556  .false., & ! required
557  .false., & ! multi-record
558  .false., & ! preserve case
559  .true., & ! layered
560  .false. & ! timeseries
561  )
562 
563  type(inputparamdefinitiontype), parameter :: &
565  ( &
566  'GWF', & ! component
567  'NPF', & ! subcomponent
568  'GRIDDATA', & ! block
569  'K33', & ! tag name
570  'K33', & ! fortran variable
571  'DOUBLE1D', & ! type
572  'NODES', & ! shape
573  .false., & ! required
574  .false., & ! multi-record
575  .false., & ! preserve case
576  .true., & ! layered
577  .false. & ! timeseries
578  )
579 
580  type(inputparamdefinitiontype), parameter :: &
582  ( &
583  'GWF', & ! component
584  'NPF', & ! subcomponent
585  'GRIDDATA', & ! block
586  'ANGLE1', & ! tag name
587  'ANGLE1', & ! fortran variable
588  'DOUBLE1D', & ! type
589  'NODES', & ! shape
590  .false., & ! required
591  .false., & ! multi-record
592  .false., & ! preserve case
593  .true., & ! layered
594  .false. & ! timeseries
595  )
596 
597  type(inputparamdefinitiontype), parameter :: &
599  ( &
600  'GWF', & ! component
601  'NPF', & ! subcomponent
602  'GRIDDATA', & ! block
603  'ANGLE2', & ! tag name
604  'ANGLE2', & ! fortran variable
605  'DOUBLE1D', & ! type
606  'NODES', & ! shape
607  .false., & ! required
608  .false., & ! multi-record
609  .false., & ! preserve case
610  .true., & ! layered
611  .false. & ! timeseries
612  )
613 
614  type(inputparamdefinitiontype), parameter :: &
616  ( &
617  'GWF', & ! component
618  'NPF', & ! subcomponent
619  'GRIDDATA', & ! block
620  'ANGLE3', & ! tag name
621  'ANGLE3', & ! fortran variable
622  'DOUBLE1D', & ! type
623  'NODES', & ! shape
624  .false., & ! required
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  'WETDRY', & ! tag name
638  'WETDRY', & ! fortran variable
639  'DOUBLE1D', & ! type
640  'NODES', & ! shape
641  .false., & ! required
642  .false., & ! multi-record
643  .false., & ! preserve case
644  .true., & ! layered
645  .false. & ! timeseries
646  )
647 
648  type(inputparamdefinitiontype), parameter :: &
650  [ &
651  gwfnpf_ipakcb, &
652  gwfnpf_iprflow, &
653  gwfnpf_cellavg, &
656  gwfnpf_ivarcv, &
657  gwfnpf_idewatcv, &
658  gwfnpf_iperched, &
660  gwfnpf_irewet, &
661  gwfnpf_wetfct, &
662  gwfnpf_iwetit, &
663  gwfnpf_ihdwet, &
665  gwfnpf_ixt3d, &
666  gwfnpf_ixt3drhs, &
668  gwfnpf_isavsat, &
672  gwfnpf_tvk6, &
673  gwfnpf_filein, &
676  gwfnpf_inewton, &
677  gwfnpf_satomega, &
679  gwfnpf_k, &
680  gwfnpf_k22, &
681  gwfnpf_k33, &
682  gwfnpf_angle1, &
683  gwfnpf_angle2, &
684  gwfnpf_angle3, &
685  gwfnpf_wetdry &
686  ]
687 
688  type(inputparamdefinitiontype), parameter :: &
690  [ &
692  ( &
693  '', & ! component
694  '', & ! subcomponent
695  '', & ! block
696  '', & ! tag name
697  '', & ! fortran variable
698  '', & ! type
699  '', & ! shape
700  .false., & ! required
701  .false., & ! multi-record
702  .false., & ! preserve case
703  .false., & ! layered
704  .false. & ! timeseries
705  ) &
706  ]
707 
708  type(inputblockdefinitiontype), parameter :: &
710  [ &
712  'OPTIONS', & ! blockname
713  .false., & ! required
714  .false., & ! aggregate
715  .false. & ! block_variable
716  ), &
718  'GRIDDATA', & ! blockname
719  .true., & ! required
720  .false., & ! aggregate
721  .false. & ! block_variable
722  ) &
723  ]
724 
725 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:597
logical, public gwf_npf_multi_package
Definition: gwf-npfidm.f90:51
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_npf_param_definitions
Definition: gwf-npfidm.f90:648
type(inputparamdefinitiontype), parameter gwfnpf_cellavg
Definition: gwf-npfidm.f90:87
type(inputparamdefinitiontype), parameter gwfnpf_iwetit
Definition: gwf-npfidm.f90:240
type(inputblockdefinitiontype), dimension(*), parameter, public gwf_npf_block_definitions
Definition: gwf-npfidm.f90:708
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_npf_aggregate_definitions
Definition: gwf-npfidm.f90:688
type(inputparamdefinitiontype), parameter gwfnpf_angle3
Definition: gwf-npfidm.f90:614
type(inputparamdefinitiontype), parameter gwfnpf_ixt3d
Definition: gwf-npfidm.f90:291
type(inputparamdefinitiontype), parameter gwfnpf_wetdry
Definition: gwf-npfidm.f90:631
type(inputparamdefinitiontype), parameter gwfnpf_ixt3drhs
Definition: gwf-npfidm.f90:308
type(inputparamdefinitiontype), parameter gwfnpf_ipakcb
Definition: gwf-npfidm.f90:53
type(inputparamdefinitiontype), parameter gwfnpf_irewet
Definition: gwf-npfidm.f90:206
type(inputparamdefinitiontype), parameter gwfnpf_k
Definition: gwf-npfidm.f90:529
type(inputparamdefinitiontype), parameter gwfnpf_ivarcv
Definition: gwf-npfidm.f90:138
type(inputparamdefinitiontype), parameter gwfnpf_ithickstrt
Definition: gwf-npfidm.f90:104
type(inputparamdefinitiontype), parameter gwfnpf_filein
Definition: gwf-npfidm.f90:427
type(inputparamdefinitiontype), parameter gwfnpf_k33
Definition: gwf-npfidm.f90:563
type(inputparamdefinitiontype), parameter gwfnpf_ihdwet
Definition: gwf-npfidm.f90:257
type(inputparamdefinitiontype), parameter gwfnpf_cvoptions
Definition: gwf-npfidm.f90:121
type(inputparamdefinitiontype), parameter gwfnpf_isavsat
Definition: gwf-npfidm.f90:342
type(inputparamdefinitiontype), parameter gwfnpf_k22
Definition: gwf-npfidm.f90:546
type(inputparamdefinitiontype), parameter gwfnpf_rewet_record
Definition: gwf-npfidm.f90:189
type(inputparamdefinitiontype), parameter gwfnpf_iprflow
Definition: gwf-npfidm.f90:70
type(inputparamdefinitiontype), parameter gwfnpf_wetfct
Definition: gwf-npfidm.f90:223
type(inputparamdefinitiontype), parameter gwfnpf_tvk6_filename
Definition: gwf-npfidm.f90:444
type(inputparamdefinitiontype), parameter gwfnpf_icelltype
Definition: gwf-npfidm.f90:512
type(inputparamdefinitiontype), parameter gwfnpf_isavspdis
Definition: gwf-npfidm.f90:325
type(inputparamdefinitiontype), parameter gwfnpf_ik33overk
Definition: gwf-npfidm.f90:376
type(inputparamdefinitiontype), parameter gwfnpf_angle1
Definition: gwf-npfidm.f90:580
type(inputparamdefinitiontype), parameter gwfnpf_tvk_filerecord
Definition: gwf-npfidm.f90:393
type(inputparamdefinitiontype), parameter gwfnpf_satomega
Definition: gwf-npfidm.f90:495
type(inputparamdefinitiontype), parameter gwfnpf_idewatcv
Definition: gwf-npfidm.f90:155
type(inputparamdefinitiontype), parameter gwfnpf_ik22overk
Definition: gwf-npfidm.f90:359
type(inputparamdefinitiontype), parameter gwfnpf_xt3doptions
Definition: gwf-npfidm.f90:274
type(inputparamdefinitiontype), parameter gwfnpf_tvk6
Definition: gwf-npfidm.f90:410
type(inputparamdefinitiontype), parameter gwfnpf_export_ascii
Definition: gwf-npfidm.f90:461
type(inputparamdefinitiontype), parameter gwfnpf_inewton
Definition: gwf-npfidm.f90:478
type(inputparamdefinitiontype), parameter gwfnpf_iperched
Definition: gwf-npfidm.f90:172
This module contains the InputDefinitionModule.