MODFLOW 6  version 6.6.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_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 :: export_netcdf = .false.
23  logical :: nc_filerecord = .false.
24  logical :: netcdf = .false.
25  logical :: filein = .false.
26  logical :: netcdf_fname = .false.
27  logical :: ftype = .false.
28  logical :: fname = .false.
29  logical :: pname = .false.
30  end type gwfnamparamfoundtype
31 
32  logical :: gwf_nam_multi_package = .false.
33 
34  character(len=16), parameter :: &
35  gwf_nam_subpackages(*) = &
36  [ &
37  ' ' &
38  ]
39 
40  type(inputparamdefinitiontype), parameter :: &
42  ( &
43  'GWF', & ! component
44  'NAM', & ! subcomponent
45  'OPTIONS', & ! block
46  'LIST', & ! tag name
47  'LIST', & ! fortran variable
48  'STRING', & ! type
49  '', & ! shape
50  'name of listing file', & ! longname
51  .false., & ! required
52  .false., & ! multi-record
53  .true., & ! preserve case
54  .false., & ! layered
55  .false. & ! timeseries
56  )
57 
58  type(inputparamdefinitiontype), parameter :: &
60  ( &
61  'GWF', & ! component
62  'NAM', & ! subcomponent
63  'OPTIONS', & ! block
64  'PRINT_INPUT', & ! tag name
65  'PRINT_INPUT', & ! fortran variable
66  'KEYWORD', & ! type
67  '', & ! shape
68  'print input to listing file', & ! longname
69  .false., & ! required
70  .false., & ! multi-record
71  .false., & ! preserve case
72  .false., & ! layered
73  .false. & ! timeseries
74  )
75 
76  type(inputparamdefinitiontype), parameter :: &
78  ( &
79  'GWF', & ! component
80  'NAM', & ! subcomponent
81  'OPTIONS', & ! block
82  'PRINT_FLOWS', & ! tag name
83  'PRINT_FLOWS', & ! fortran variable
84  'KEYWORD', & ! type
85  '', & ! shape
86  'print calculated flows to listing file', & ! longname
87  .false., & ! required
88  .false., & ! multi-record
89  .false., & ! preserve case
90  .false., & ! layered
91  .false. & ! timeseries
92  )
93 
94  type(inputparamdefinitiontype), parameter :: &
96  ( &
97  'GWF', & ! component
98  'NAM', & ! subcomponent
99  'OPTIONS', & ! block
100  'SAVE_FLOWS', & ! tag name
101  'SAVE_FLOWS', & ! fortran variable
102  'KEYWORD', & ! type
103  '', & ! shape
104  'save flows for all packages to budget file', & ! longname
105  .false., & ! required
106  .false., & ! multi-record
107  .false., & ! preserve case
108  .false., & ! layered
109  .false. & ! timeseries
110  )
111 
112  type(inputparamdefinitiontype), parameter :: &
114  ( &
115  'GWF', & ! component
116  'NAM', & ! subcomponent
117  'OPTIONS', & ! block
118  'NEWTONOPTIONS', & ! tag name
119  'NEWTONOPTIONS', & ! fortran variable
120  'RECORD NEWTON UNDER_RELAXATION', & ! type
121  '', & ! shape
122  'newton keyword and options', & ! longname
123  .false., & ! required
124  .false., & ! multi-record
125  .false., & ! preserve case
126  .false., & ! layered
127  .false. & ! timeseries
128  )
129 
130  type(inputparamdefinitiontype), parameter :: &
132  ( &
133  'GWF', & ! component
134  'NAM', & ! subcomponent
135  'OPTIONS', & ! block
136  'NEWTON', & ! tag name
137  'NEWTON', & ! fortran variable
138  'KEYWORD', & ! type
139  '', & ! shape
140  'keyword to activate Newton-Raphson formulation', & ! longname
141  .true., & ! required
142  .true., & ! multi-record
143  .false., & ! preserve case
144  .false., & ! layered
145  .false. & ! timeseries
146  )
147 
148  type(inputparamdefinitiontype), parameter :: &
150  ( &
151  'GWF', & ! component
152  'NAM', & ! subcomponent
153  'OPTIONS', & ! block
154  'UNDER_RELAXATION', & ! tag name
155  'UNDER_RELAXATION', & ! fortran variable
156  'KEYWORD', & ! type
157  '', & ! shape
158  'keyword to activate Newton-Raphson UNDER_RELAXATION option', & ! longname
159  .false., & ! required
160  .true., & ! multi-record
161  .false., & ! preserve case
162  .false., & ! layered
163  .false. & ! timeseries
164  )
165 
166  type(inputparamdefinitiontype), parameter :: &
168  ( &
169  'GWF', & ! component
170  'NAM', & ! subcomponent
171  'OPTIONS', & ! block
172  'EXPORT_NETCDF', & ! tag name
173  'EXPORT_NETCDF', & ! fortran variable
174  'STRING', & ! type
175  '', & ! shape
176  'export model output netcdf file.', & ! longname
177  .false., & ! required
178  .false., & ! multi-record
179  .false., & ! preserve case
180  .false., & ! layered
181  .false. & ! timeseries
182  )
183 
184  type(inputparamdefinitiontype), parameter :: &
186  ( &
187  'GWF', & ! component
188  'NAM', & ! subcomponent
189  'OPTIONS', & ! block
190  'NC_FILERECORD', & ! tag name
191  'NC_FILERECORD', & ! fortran variable
192  'RECORD NETCDF FILEIN NETCDF_FILENAME', & ! type
193  '', & ! shape
194  '', & ! longname
195  .false., & ! required
196  .false., & ! multi-record
197  .false., & ! preserve case
198  .false., & ! layered
199  .false. & ! timeseries
200  )
201 
202  type(inputparamdefinitiontype), parameter :: &
204  ( &
205  'GWF', & ! component
206  'NAM', & ! subcomponent
207  'OPTIONS', & ! block
208  'NETCDF', & ! tag name
209  'NETCDF', & ! fortran variable
210  'KEYWORD', & ! type
211  '', & ! shape
212  'netcdf keyword', & ! longname
213  .true., & ! required
214  .true., & ! multi-record
215  .false., & ! preserve case
216  .false., & ! layered
217  .false. & ! timeseries
218  )
219 
220  type(inputparamdefinitiontype), parameter :: &
222  ( &
223  'GWF', & ! component
224  'NAM', & ! subcomponent
225  'OPTIONS', & ! block
226  'FILEIN', & ! tag name
227  'FILEIN', & ! fortran variable
228  'KEYWORD', & ! type
229  '', & ! shape
230  'file keyword', & ! longname
231  .true., & ! required
232  .true., & ! 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_FILENAME', & ! tag name
245  'NETCDF_FNAME', & ! fortran variable
246  'STRING', & ! type
247  '', & ! shape
248  'netcdf input filename', & ! longname
249  .true., & ! required
250  .true., & ! multi-record
251  .true., & ! preserve case
252  .false., & ! layered
253  .false. & ! timeseries
254  )
255 
256  type(inputparamdefinitiontype), parameter :: &
258  ( &
259  'GWF', & ! component
260  'NAM', & ! subcomponent
261  'PACKAGES', & ! block
262  'FTYPE', & ! tag name
263  'FTYPE', & ! fortran variable
264  'STRING', & ! type
265  '', & ! shape
266  'package type', & ! longname
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  'NAM', & ! subcomponent
279  'PACKAGES', & ! block
280  'FNAME', & ! tag name
281  'FNAME', & ! fortran variable
282  'STRING', & ! type
283  '', & ! shape
284  'file name', & ! longname
285  .true., & ! required
286  .true., & ! multi-record
287  .true., & ! preserve case
288  .false., & ! layered
289  .false. & ! timeseries
290  )
291 
292  type(inputparamdefinitiontype), parameter :: &
294  ( &
295  'GWF', & ! component
296  'NAM', & ! subcomponent
297  'PACKAGES', & ! block
298  'PNAME', & ! tag name
299  'PNAME', & ! fortran variable
300  'STRING', & ! type
301  '', & ! shape
302  'user name for package', & ! longname
303  .false., & ! required
304  .true., & ! multi-record
305  .false., & ! preserve case
306  .false., & ! layered
307  .false. & ! timeseries
308  )
309 
310  type(inputparamdefinitiontype), parameter :: &
312  [ &
313  gwfnam_list, &
318  gwfnam_newton, &
322  gwfnam_netcdf, &
323  gwfnam_filein, &
325  gwfnam_ftype, &
326  gwfnam_fname, &
327  gwfnam_pname &
328  ]
329 
330  type(inputparamdefinitiontype), parameter :: &
332  ( &
333  'GWF', & ! component
334  'NAM', & ! subcomponent
335  'PACKAGES', & ! block
336  'PACKAGES', & ! tag name
337  'PACKAGES', & ! fortran variable
338  'RECARRAY FTYPE FNAME PNAME', & ! type
339  '', & ! shape
340  'package list', & ! longname
341  .true., & ! required
342  .false., & ! multi-record
343  .false., & ! preserve case
344  .false., & ! layered
345  .false. & ! timeseries
346  )
347 
348  type(inputparamdefinitiontype), parameter :: &
350  [ &
352  ]
353 
354  type(inputblockdefinitiontype), parameter :: &
356  [ &
358  'OPTIONS', & ! blockname
359  .false., & ! required
360  .false., & ! aggregate
361  .false. & ! block_variable
362  ), &
364  'PACKAGES', & ! blockname
365  .true., & ! required
366  .true., & ! aggregate
367  .false. & ! block_variable
368  ) &
369  ]
370 
371 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:94
type(inputparamdefinitiontype), parameter gwfnam_netcdf
Definition: gwf-namidm.f90:202
type(inputparamdefinitiontype), parameter gwfnam_nc_filerecord
Definition: gwf-namidm.f90:184
type(inputparamdefinitiontype), parameter gwfnam_fname
Definition: gwf-namidm.f90:274
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_nam_param_definitions
Definition: gwf-namidm.f90:310
type(inputparamdefinitiontype), parameter gwfnam_list
Definition: gwf-namidm.f90:40
type(inputparamdefinitiontype), parameter gwfnam_ftype
Definition: gwf-namidm.f90:256
type(inputparamdefinitiontype), parameter gwfnam_print_flows
Definition: gwf-namidm.f90:76
type(inputparamdefinitiontype), parameter gwfnam_pname
Definition: gwf-namidm.f90:292
character(len=16), dimension(*), parameter, public gwf_nam_subpackages
Definition: gwf-namidm.f90:34
type(inputparamdefinitiontype), parameter gwfnam_newton
Definition: gwf-namidm.f90:130
type(inputparamdefinitiontype), parameter gwfnam_netcdf_fname
Definition: gwf-namidm.f90:238
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_nam_aggregate_definitions
Definition: gwf-namidm.f90:348
type(inputparamdefinitiontype), parameter gwfnam_export_netcdf
Definition: gwf-namidm.f90:166
type(inputparamdefinitiontype), parameter gwfnam_under_relaxation
Definition: gwf-namidm.f90:148
type(inputparamdefinitiontype), parameter gwfnam_newtonoptions
Definition: gwf-namidm.f90:112
type(inputparamdefinitiontype), parameter gwfnam_filein
Definition: gwf-namidm.f90:220
type(inputparamdefinitiontype), parameter gwfnam_print_input
Definition: gwf-namidm.f90:58
type(inputparamdefinitiontype), parameter gwfnam_packages
Definition: gwf-namidm.f90:330
logical, public gwf_nam_multi_package
Definition: gwf-namidm.f90:32
type(inputblockdefinitiontype), dimension(*), parameter, public gwf_nam_block_definitions
Definition: gwf-namidm.f90:354
This module contains the InputDefinitionModule.