MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
gwf-namidm.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_nam_subpackages
13 
15  logical :: list = .false.
16  logical :: print_input = .false.
17  logical :: print_flows = .false.
18  logical :: save_flows = .false.
19  logical :: newtonoptions = .false.
20  logical :: newton = .false.
21  logical :: under_relaxation = .false.
22  logical :: ncmesh2drec = .false.
23  logical :: netcdf_mesh2d = .false.
24  logical :: ncstructrec = .false.
25  logical :: netcdf_struct = .false.
26  logical :: fileout = .false.
27  logical :: ncmesh2dfile = .false.
28  logical :: ncstructfile = .false.
29  logical :: nc_filerecord = .false.
30  logical :: netcdf = .false.
31  logical :: filein = .false.
32  logical :: netcdf_fname = .false.
33  logical :: ftype = .false.
34  logical :: fname = .false.
35  logical :: pname = .false.
36  end type gwfnamparamfoundtype
37 
38  logical :: gwf_nam_multi_package = .false.
39 
40  character(len=16), parameter :: &
41  gwf_nam_subpackages(*) = &
42  [ &
43  ' ' &
44  ]
45 
46  type(inputparamdefinitiontype), parameter :: &
48  ( &
49  'GWF', & ! component
50  'NAM', & ! subcomponent
51  'OPTIONS', & ! block
52  'LIST', & ! tag name
53  'LIST', & ! fortran variable
54  'STRING', & ! type
55  '', & ! shape
56  'name of listing file', & ! longname
57  .false., & ! required
58  .false., & ! prerelease
59  .false., & ! multi-record
60  .true., & ! preserve case
61  .false., & ! layered
62  .false. & ! timeseries
63  )
64 
65  type(inputparamdefinitiontype), parameter :: &
67  ( &
68  'GWF', & ! component
69  'NAM', & ! subcomponent
70  'OPTIONS', & ! block
71  'PRINT_INPUT', & ! tag name
72  'PRINT_INPUT', & ! fortran variable
73  'KEYWORD', & ! type
74  '', & ! shape
75  'print input to listing file', & ! longname
76  .false., & ! required
77  .false., & ! prerelease
78  .false., & ! multi-record
79  .false., & ! preserve case
80  .false., & ! layered
81  .false. & ! timeseries
82  )
83 
84  type(inputparamdefinitiontype), parameter :: &
86  ( &
87  'GWF', & ! component
88  'NAM', & ! subcomponent
89  'OPTIONS', & ! block
90  'PRINT_FLOWS', & ! tag name
91  'PRINT_FLOWS', & ! fortran variable
92  'KEYWORD', & ! type
93  '', & ! shape
94  'print calculated flows to listing file', & ! longname
95  .false., & ! required
96  .false., & ! prerelease
97  .false., & ! multi-record
98  .false., & ! preserve case
99  .false., & ! layered
100  .false. & ! timeseries
101  )
102 
103  type(inputparamdefinitiontype), parameter :: &
105  ( &
106  'GWF', & ! component
107  'NAM', & ! subcomponent
108  'OPTIONS', & ! block
109  'SAVE_FLOWS', & ! tag name
110  'SAVE_FLOWS', & ! fortran variable
111  'KEYWORD', & ! type
112  '', & ! shape
113  'save flows for all packages to budget file', & ! longname
114  .false., & ! required
115  .false., & ! prerelease
116  .false., & ! multi-record
117  .false., & ! preserve case
118  .false., & ! layered
119  .false. & ! timeseries
120  )
121 
122  type(inputparamdefinitiontype), parameter :: &
124  ( &
125  'GWF', & ! component
126  'NAM', & ! subcomponent
127  'OPTIONS', & ! block
128  'NEWTONOPTIONS', & ! tag name
129  'NEWTONOPTIONS', & ! fortran variable
130  'RECORD NEWTON UNDER_RELAXATION', & ! type
131  '', & ! shape
132  'newton keyword and options', & ! longname
133  .false., & ! required
134  .false., & ! prerelease
135  .false., & ! multi-record
136  .false., & ! preserve case
137  .false., & ! layered
138  .false. & ! timeseries
139  )
140 
141  type(inputparamdefinitiontype), parameter :: &
143  ( &
144  'GWF', & ! component
145  'NAM', & ! subcomponent
146  'OPTIONS', & ! block
147  'NEWTON', & ! tag name
148  'NEWTON', & ! fortran variable
149  'KEYWORD', & ! type
150  '', & ! shape
151  'keyword to activate Newton-Raphson formulation', & ! longname
152  .true., & ! required
153  .false., & ! prerelease
154  .true., & ! multi-record
155  .false., & ! preserve case
156  .false., & ! layered
157  .false. & ! timeseries
158  )
159 
160  type(inputparamdefinitiontype), parameter :: &
162  ( &
163  'GWF', & ! component
164  'NAM', & ! subcomponent
165  'OPTIONS', & ! block
166  'UNDER_RELAXATION', & ! tag name
167  'UNDER_RELAXATION', & ! fortran variable
168  'KEYWORD', & ! type
169  '', & ! shape
170  'keyword to activate Newton-Raphson UNDER_RELAXATION option', & ! longname
171  .false., & ! required
172  .false., & ! prerelease
173  .true., & ! multi-record
174  .false., & ! preserve case
175  .false., & ! layered
176  .false. & ! timeseries
177  )
178 
179  type(inputparamdefinitiontype), parameter :: &
181  ( &
182  'GWF', & ! component
183  'NAM', & ! subcomponent
184  'OPTIONS', & ! block
185  'NC_MESH2D_FILERECORD', & ! tag name
186  'NCMESH2DREC', & ! fortran variable
187  'RECORD NETCDF_MESH2D FILEOUT NCMESH2DFILE', & ! type
188  '', & ! shape
189  '', & ! longname
190  .false., & ! required
191  .false., & ! prerelease
192  .false., & ! multi-record
193  .false., & ! preserve case
194  .false., & ! layered
195  .false. & ! timeseries
196  )
197 
198  type(inputparamdefinitiontype), parameter :: &
200  ( &
201  'GWF', & ! component
202  'NAM', & ! subcomponent
203  'OPTIONS', & ! block
204  'NETCDF_MESH2D', & ! tag name
205  'NETCDF_MESH2D', & ! fortran variable
206  'KEYWORD', & ! type
207  '', & ! shape
208  'budget keyword', & ! longname
209  .true., & ! required
210  .false., & ! prerelease
211  .true., & ! multi-record
212  .false., & ! preserve case
213  .false., & ! layered
214  .false. & ! timeseries
215  )
216 
217  type(inputparamdefinitiontype), parameter :: &
219  ( &
220  'GWF', & ! component
221  'NAM', & ! subcomponent
222  'OPTIONS', & ! block
223  'NC_STRUCTURED_FILERECORD', & ! tag name
224  'NCSTRUCTREC', & ! fortran variable
225  'RECORD NETCDF_STRUCTURED FILEOUT NCSTRUCTFILE', & ! type
226  '', & ! shape
227  '', & ! longname
228  .false., & ! required
229  .false., & ! prerelease
230  .false., & ! multi-record
231  .false., & ! preserve case
232  .false., & ! layered
233  .false. & ! timeseries
234  )
235 
236  type(inputparamdefinitiontype), parameter :: &
238  ( &
239  'GWF', & ! component
240  'NAM', & ! subcomponent
241  'OPTIONS', & ! block
242  'NETCDF_STRUCTURED', & ! tag name
243  'NETCDF_STRUCT', & ! fortran variable
244  'KEYWORD', & ! type
245  '', & ! shape
246  'budget keyword', & ! longname
247  .true., & ! required
248  .false., & ! prerelease
249  .true., & ! multi-record
250  .false., & ! preserve case
251  .false., & ! layered
252  .false. & ! timeseries
253  )
254 
255  type(inputparamdefinitiontype), parameter :: &
257  ( &
258  'GWF', & ! component
259  'NAM', & ! subcomponent
260  'OPTIONS', & ! block
261  'FILEOUT', & ! tag name
262  'FILEOUT', & ! fortran variable
263  'KEYWORD', & ! type
264  '', & ! shape
265  'file keyword', & ! longname
266  .true., & ! required
267  .false., & ! prerelease
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  'NAM', & ! subcomponent
279  'OPTIONS', & ! block
280  'NCMESH2DFILE', & ! tag name
281  'NCMESH2DFILE', & ! fortran variable
282  'STRING', & ! type
283  '', & ! shape
284  'file keyword', & ! longname
285  .true., & ! required
286  .false., & ! prerelease
287  .true., & ! multi-record
288  .true., & ! preserve case
289  .false., & ! layered
290  .false. & ! timeseries
291  )
292 
293  type(inputparamdefinitiontype), parameter :: &
295  ( &
296  'GWF', & ! component
297  'NAM', & ! subcomponent
298  'OPTIONS', & ! block
299  'NCSTRUCTFILE', & ! tag name
300  'NCSTRUCTFILE', & ! fortran variable
301  'STRING', & ! type
302  '', & ! shape
303  'file keyword', & ! longname
304  .true., & ! required
305  .false., & ! prerelease
306  .true., & ! multi-record
307  .true., & ! preserve case
308  .false., & ! layered
309  .false. & ! timeseries
310  )
311 
312  type(inputparamdefinitiontype), parameter :: &
314  ( &
315  'GWF', & ! component
316  'NAM', & ! subcomponent
317  'OPTIONS', & ! block
318  'NC_FILERECORD', & ! tag name
319  'NC_FILERECORD', & ! fortran variable
320  'RECORD NETCDF FILEIN NETCDF_FILENAME', & ! type
321  '', & ! shape
322  '', & ! longname
323  .false., & ! required
324  .false., & ! prerelease
325  .false., & ! multi-record
326  .false., & ! preserve case
327  .false., & ! layered
328  .false. & ! timeseries
329  )
330 
331  type(inputparamdefinitiontype), parameter :: &
333  ( &
334  'GWF', & ! component
335  'NAM', & ! subcomponent
336  'OPTIONS', & ! block
337  'NETCDF', & ! tag name
338  'NETCDF', & ! fortran variable
339  'KEYWORD', & ! type
340  '', & ! shape
341  'netcdf keyword', & ! longname
342  .true., & ! required
343  .false., & ! prerelease
344  .true., & ! multi-record
345  .false., & ! preserve case
346  .false., & ! layered
347  .false. & ! timeseries
348  )
349 
350  type(inputparamdefinitiontype), parameter :: &
352  ( &
353  'GWF', & ! component
354  'NAM', & ! subcomponent
355  'OPTIONS', & ! block
356  'FILEIN', & ! tag name
357  'FILEIN', & ! fortran variable
358  'KEYWORD', & ! type
359  '', & ! shape
360  'file keyword', & ! longname
361  .true., & ! required
362  .false., & ! prerelease
363  .true., & ! multi-record
364  .false., & ! preserve case
365  .false., & ! layered
366  .false. & ! timeseries
367  )
368 
369  type(inputparamdefinitiontype), parameter :: &
371  ( &
372  'GWF', & ! component
373  'NAM', & ! subcomponent
374  'OPTIONS', & ! block
375  'NETCDF_FILENAME', & ! tag name
376  'NETCDF_FNAME', & ! fortran variable
377  'STRING', & ! type
378  '', & ! shape
379  'netcdf input filename', & ! longname
380  .true., & ! required
381  .false., & ! prerelease
382  .true., & ! multi-record
383  .true., & ! preserve case
384  .false., & ! layered
385  .false. & ! timeseries
386  )
387 
388  type(inputparamdefinitiontype), parameter :: &
390  ( &
391  'GWF', & ! component
392  'NAM', & ! subcomponent
393  'PACKAGES', & ! block
394  'FTYPE', & ! tag name
395  'FTYPE', & ! fortran variable
396  'STRING', & ! type
397  '', & ! shape
398  'package type', & ! longname
399  .true., & ! required
400  .false., & ! prerelease
401  .true., & ! multi-record
402  .false., & ! preserve case
403  .false., & ! layered
404  .false. & ! timeseries
405  )
406 
407  type(inputparamdefinitiontype), parameter :: &
409  ( &
410  'GWF', & ! component
411  'NAM', & ! subcomponent
412  'PACKAGES', & ! block
413  'FNAME', & ! tag name
414  'FNAME', & ! fortran variable
415  'STRING', & ! type
416  '', & ! shape
417  'file name', & ! longname
418  .true., & ! required
419  .false., & ! prerelease
420  .true., & ! multi-record
421  .true., & ! preserve case
422  .false., & ! layered
423  .false. & ! timeseries
424  )
425 
426  type(inputparamdefinitiontype), parameter :: &
428  ( &
429  'GWF', & ! component
430  'NAM', & ! subcomponent
431  'PACKAGES', & ! block
432  'PNAME', & ! tag name
433  'PNAME', & ! fortran variable
434  'STRING', & ! type
435  '', & ! shape
436  'user name for package', & ! longname
437  .false., & ! required
438  .false., & ! prerelease
439  .true., & ! multi-record
440  .false., & ! preserve case
441  .false., & ! layered
442  .false. & ! timeseries
443  )
444 
445  type(inputparamdefinitiontype), parameter :: &
447  [ &
448  gwfnam_list, &
453  gwfnam_newton, &
459  gwfnam_fileout, &
463  gwfnam_netcdf, &
464  gwfnam_filein, &
466  gwfnam_ftype, &
467  gwfnam_fname, &
468  gwfnam_pname &
469  ]
470 
471  type(inputparamdefinitiontype), parameter :: &
473  ( &
474  'GWF', & ! component
475  'NAM', & ! subcomponent
476  'PACKAGES', & ! block
477  'PACKAGES', & ! tag name
478  'PACKAGES', & ! fortran variable
479  'RECARRAY FTYPE FNAME PNAME', & ! type
480  '', & ! shape
481  'package list', & ! longname
482  .true., & ! required
483  .false., & ! prerelease
484  .false., & ! multi-record
485  .false., & ! preserve case
486  .false., & ! layered
487  .false. & ! timeseries
488  )
489 
490  type(inputparamdefinitiontype), parameter :: &
492  [ &
494  ]
495 
496  type(inputblockdefinitiontype), parameter :: &
498  [ &
500  'OPTIONS', & ! blockname
501  .false., & ! required
502  .false., & ! aggregate
503  .false. & ! block_variable
504  ), &
506  'PACKAGES', & ! blockname
507  .true., & ! required
508  .true., & ! aggregate
509  .false. & ! block_variable
510  ) &
511  ]
512 
513 end module gwfnaminputmodule
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 gwfnam_save_flows
Definition: gwf-namidm.f90:103
type(inputparamdefinitiontype), parameter gwfnam_netcdf
Definition: gwf-namidm.f90:331
type(inputparamdefinitiontype), parameter gwfnam_ncstructfile
Definition: gwf-namidm.f90:293
type(inputparamdefinitiontype), parameter gwfnam_nc_filerecord
Definition: gwf-namidm.f90:312
type(inputparamdefinitiontype), parameter gwfnam_fname
Definition: gwf-namidm.f90:407
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_nam_param_definitions
Definition: gwf-namidm.f90:445
type(inputparamdefinitiontype), parameter gwfnam_list
Definition: gwf-namidm.f90:46
type(inputparamdefinitiontype), parameter gwfnam_ftype
Definition: gwf-namidm.f90:388
type(inputparamdefinitiontype), parameter gwfnam_netcdf_mesh2d
Definition: gwf-namidm.f90:198
type(inputparamdefinitiontype), parameter gwfnam_print_flows
Definition: gwf-namidm.f90:84
type(inputparamdefinitiontype), parameter gwfnam_pname
Definition: gwf-namidm.f90:426
character(len=16), dimension(*), parameter, public gwf_nam_subpackages
Definition: gwf-namidm.f90:40
type(inputparamdefinitiontype), parameter gwfnam_newton
Definition: gwf-namidm.f90:141
type(inputparamdefinitiontype), parameter gwfnam_netcdf_fname
Definition: gwf-namidm.f90:369
type(inputparamdefinitiontype), parameter gwfnam_ncstructrec
Definition: gwf-namidm.f90:217
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_nam_aggregate_definitions
Definition: gwf-namidm.f90:490
type(inputparamdefinitiontype), parameter gwfnam_under_relaxation
Definition: gwf-namidm.f90:160
type(inputparamdefinitiontype), parameter gwfnam_ncmesh2dfile
Definition: gwf-namidm.f90:274
type(inputparamdefinitiontype), parameter gwfnam_fileout
Definition: gwf-namidm.f90:255
type(inputparamdefinitiontype), parameter gwfnam_ncmesh2drec
Definition: gwf-namidm.f90:179
type(inputparamdefinitiontype), parameter gwfnam_newtonoptions
Definition: gwf-namidm.f90:122
type(inputparamdefinitiontype), parameter gwfnam_filein
Definition: gwf-namidm.f90:350
type(inputparamdefinitiontype), parameter gwfnam_print_input
Definition: gwf-namidm.f90:65
type(inputparamdefinitiontype), parameter gwfnam_packages
Definition: gwf-namidm.f90:471
logical, public gwf_nam_multi_package
Definition: gwf-namidm.f90:38
type(inputparamdefinitiontype), parameter gwfnam_netcdf_struct
Definition: gwf-namidm.f90:236
type(inputblockdefinitiontype), dimension(*), parameter, public gwf_nam_block_definitions
Definition: gwf-namidm.f90:496
This module contains the InputDefinitionModule.