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