MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
gwe-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 gwe_nam_subpackages
13 
15  logical :: list = .false.
16  logical :: print_input = .false.
17  logical :: print_flows = .false.
18  logical :: save_flows = .false.
19  logical :: ncmesh2drec = .false.
20  logical :: netcdf_mesh2d = .false.
21  logical :: ncstructrec = .false.
22  logical :: netcdf_struct = .false.
23  logical :: fileout = .false.
24  logical :: ncmesh2dfile = .false.
25  logical :: ncstructfile = .false.
26  logical :: nc_filerecord = .false.
27  logical :: netcdf = .false.
28  logical :: filein = .false.
29  logical :: netcdf_fname = .false.
30  logical :: ftype = .false.
31  logical :: fname = .false.
32  logical :: pname = .false.
33  end type gwenamparamfoundtype
34 
35  logical :: gwe_nam_multi_package = .false.
36 
37  character(len=16), parameter :: &
38  gwe_nam_subpackages(*) = &
39  [ &
40  ' ' &
41  ]
42 
43  type(inputparamdefinitiontype), parameter :: &
45  ( &
46  'GWE', & ! component
47  'NAM', & ! subcomponent
48  'OPTIONS', & ! block
49  'LIST', & ! tag name
50  'LIST', & ! fortran variable
51  'STRING', & ! type
52  '', & ! shape
53  'name of listing file', & ! longname
54  .false., & ! required
55  .false., & ! multi-record
56  .true., & ! preserve case
57  .false., & ! layered
58  .false. & ! timeseries
59  )
60 
61  type(inputparamdefinitiontype), parameter :: &
63  ( &
64  'GWE', & ! component
65  'NAM', & ! subcomponent
66  'OPTIONS', & ! block
67  'PRINT_INPUT', & ! tag name
68  'PRINT_INPUT', & ! fortran variable
69  'KEYWORD', & ! type
70  '', & ! shape
71  'print input to listing file', & ! longname
72  .false., & ! required
73  .false., & ! multi-record
74  .false., & ! preserve case
75  .false., & ! layered
76  .false. & ! timeseries
77  )
78 
79  type(inputparamdefinitiontype), parameter :: &
81  ( &
82  'GWE', & ! component
83  'NAM', & ! subcomponent
84  'OPTIONS', & ! block
85  'PRINT_FLOWS', & ! tag name
86  'PRINT_FLOWS', & ! fortran variable
87  'KEYWORD', & ! type
88  '', & ! shape
89  'print calculated flows to listing file', & ! longname
90  .false., & ! required
91  .false., & ! multi-record
92  .false., & ! preserve case
93  .false., & ! layered
94  .false. & ! timeseries
95  )
96 
97  type(inputparamdefinitiontype), parameter :: &
99  ( &
100  'GWE', & ! component
101  'NAM', & ! subcomponent
102  'OPTIONS', & ! block
103  'SAVE_FLOWS', & ! tag name
104  'SAVE_FLOWS', & ! fortran variable
105  'KEYWORD', & ! type
106  '', & ! shape
107  'save flows for all packages to budget file', & ! longname
108  .false., & ! required
109  .false., & ! multi-record
110  .false., & ! preserve case
111  .false., & ! layered
112  .false. & ! timeseries
113  )
114 
115  type(inputparamdefinitiontype), parameter :: &
117  ( &
118  'GWE', & ! component
119  'NAM', & ! subcomponent
120  'OPTIONS', & ! block
121  'NC_MESH2D_FILERECORD', & ! tag name
122  'NCMESH2DREC', & ! fortran variable
123  'RECORD NETCDF_MESH2D FILEOUT NCMESH2DFILE', & ! type
124  '', & ! shape
125  '', & ! longname
126  .false., & ! required
127  .false., & ! multi-record
128  .false., & ! preserve case
129  .false., & ! layered
130  .false. & ! timeseries
131  )
132 
133  type(inputparamdefinitiontype), parameter :: &
135  ( &
136  'GWE', & ! component
137  'NAM', & ! subcomponent
138  'OPTIONS', & ! block
139  'NETCDF_MESH2D', & ! tag name
140  'NETCDF_MESH2D', & ! fortran variable
141  'KEYWORD', & ! type
142  '', & ! shape
143  'budget keyword', & ! longname
144  .true., & ! required
145  .true., & ! multi-record
146  .false., & ! preserve case
147  .false., & ! layered
148  .false. & ! timeseries
149  )
150 
151  type(inputparamdefinitiontype), parameter :: &
153  ( &
154  'GWE', & ! component
155  'NAM', & ! subcomponent
156  'OPTIONS', & ! block
157  'NC_STRUCTURED_FILERECORD', & ! tag name
158  'NCSTRUCTREC', & ! fortran variable
159  'RECORD NETCDF_STRUCTURED FILEOUT NCSTRUCTFILE', & ! type
160  '', & ! shape
161  '', & ! longname
162  .false., & ! required
163  .false., & ! multi-record
164  .false., & ! preserve case
165  .false., & ! layered
166  .false. & ! timeseries
167  )
168 
169  type(inputparamdefinitiontype), parameter :: &
171  ( &
172  'GWE', & ! component
173  'NAM', & ! subcomponent
174  'OPTIONS', & ! block
175  'NETCDF_STRUCTURED', & ! tag name
176  'NETCDF_STRUCT', & ! fortran variable
177  'KEYWORD', & ! type
178  '', & ! shape
179  'budget keyword', & ! longname
180  .true., & ! required
181  .true., & ! multi-record
182  .false., & ! preserve case
183  .false., & ! layered
184  .false. & ! timeseries
185  )
186 
187  type(inputparamdefinitiontype), parameter :: &
189  ( &
190  'GWE', & ! component
191  'NAM', & ! subcomponent
192  'OPTIONS', & ! block
193  'FILEOUT', & ! tag name
194  'FILEOUT', & ! fortran variable
195  'KEYWORD', & ! type
196  '', & ! shape
197  'file keyword', & ! longname
198  .true., & ! required
199  .true., & ! multi-record
200  .false., & ! preserve case
201  .false., & ! layered
202  .false. & ! timeseries
203  )
204 
205  type(inputparamdefinitiontype), parameter :: &
207  ( &
208  'GWE', & ! component
209  'NAM', & ! subcomponent
210  'OPTIONS', & ! block
211  'NCMESH2DFILE', & ! tag name
212  'NCMESH2DFILE', & ! fortran variable
213  'STRING', & ! type
214  '', & ! shape
215  'file keyword', & ! longname
216  .true., & ! required
217  .true., & ! multi-record
218  .true., & ! preserve case
219  .false., & ! layered
220  .false. & ! timeseries
221  )
222 
223  type(inputparamdefinitiontype), parameter :: &
225  ( &
226  'GWE', & ! component
227  'NAM', & ! subcomponent
228  'OPTIONS', & ! block
229  'NCSTRUCTFILE', & ! tag name
230  'NCSTRUCTFILE', & ! fortran variable
231  'STRING', & ! type
232  '', & ! shape
233  'file keyword', & ! longname
234  .true., & ! required
235  .true., & ! multi-record
236  .true., & ! preserve case
237  .false., & ! layered
238  .false. & ! timeseries
239  )
240 
241  type(inputparamdefinitiontype), parameter :: &
243  ( &
244  'GWE', & ! component
245  'NAM', & ! subcomponent
246  'OPTIONS', & ! block
247  'NC_FILERECORD', & ! tag name
248  'NC_FILERECORD', & ! fortran variable
249  'RECORD NETCDF FILEIN NETCDF_FILENAME', & ! type
250  '', & ! shape
251  '', & ! longname
252  .false., & ! required
253  .false., & ! multi-record
254  .false., & ! preserve case
255  .false., & ! layered
256  .false. & ! timeseries
257  )
258 
259  type(inputparamdefinitiontype), parameter :: &
261  ( &
262  'GWE', & ! component
263  'NAM', & ! subcomponent
264  'OPTIONS', & ! block
265  'NETCDF', & ! tag name
266  'NETCDF', & ! fortran variable
267  'KEYWORD', & ! type
268  '', & ! shape
269  'netcdf keyword', & ! longname
270  .true., & ! required
271  .true., & ! multi-record
272  .false., & ! preserve case
273  .false., & ! layered
274  .false. & ! timeseries
275  )
276 
277  type(inputparamdefinitiontype), parameter :: &
279  ( &
280  'GWE', & ! component
281  'NAM', & ! subcomponent
282  'OPTIONS', & ! block
283  'FILEIN', & ! tag name
284  'FILEIN', & ! fortran variable
285  'KEYWORD', & ! type
286  '', & ! shape
287  'file keyword', & ! longname
288  .true., & ! required
289  .true., & ! multi-record
290  .false., & ! preserve case
291  .false., & ! layered
292  .false. & ! timeseries
293  )
294 
295  type(inputparamdefinitiontype), parameter :: &
297  ( &
298  'GWE', & ! component
299  'NAM', & ! subcomponent
300  'OPTIONS', & ! block
301  'NETCDF_FILENAME', & ! tag name
302  'NETCDF_FNAME', & ! fortran variable
303  'STRING', & ! type
304  '', & ! shape
305  'netcdf input filename', & ! longname
306  .true., & ! required
307  .true., & ! multi-record
308  .true., & ! preserve case
309  .false., & ! layered
310  .false. & ! timeseries
311  )
312 
313  type(inputparamdefinitiontype), parameter :: &
315  ( &
316  'GWE', & ! component
317  'NAM', & ! subcomponent
318  'PACKAGES', & ! block
319  'FTYPE', & ! tag name
320  'FTYPE', & ! fortran variable
321  'STRING', & ! type
322  '', & ! shape
323  'package type', & ! longname
324  .true., & ! required
325  .true., & ! multi-record
326  .false., & ! preserve case
327  .false., & ! layered
328  .false. & ! timeseries
329  )
330 
331  type(inputparamdefinitiontype), parameter :: &
333  ( &
334  'GWE', & ! component
335  'NAM', & ! subcomponent
336  'PACKAGES', & ! block
337  'FNAME', & ! tag name
338  'FNAME', & ! fortran variable
339  'STRING', & ! type
340  '', & ! shape
341  'file name', & ! longname
342  .true., & ! required
343  .true., & ! multi-record
344  .true., & ! preserve case
345  .false., & ! layered
346  .false. & ! timeseries
347  )
348 
349  type(inputparamdefinitiontype), parameter :: &
351  ( &
352  'GWE', & ! component
353  'NAM', & ! subcomponent
354  'PACKAGES', & ! block
355  'PNAME', & ! tag name
356  'PNAME', & ! fortran variable
357  'STRING', & ! type
358  '', & ! shape
359  'user name for package', & ! longname
360  .false., & ! required
361  .true., & ! multi-record
362  .false., & ! preserve case
363  .false., & ! layered
364  .false. & ! timeseries
365  )
366 
367  type(inputparamdefinitiontype), parameter :: &
369  [ &
370  gwenam_list, &
378  gwenam_fileout, &
382  gwenam_netcdf, &
383  gwenam_filein, &
385  gwenam_ftype, &
386  gwenam_fname, &
387  gwenam_pname &
388  ]
389 
390  type(inputparamdefinitiontype), parameter :: &
392  ( &
393  'GWE', & ! component
394  'NAM', & ! subcomponent
395  'PACKAGES', & ! block
396  'PACKAGES', & ! tag name
397  'PACKAGES', & ! fortran variable
398  'RECARRAY FTYPE FNAME PNAME', & ! type
399  '', & ! shape
400  'package list', & ! longname
401  .true., & ! required
402  .false., & ! multi-record
403  .false., & ! preserve case
404  .false., & ! layered
405  .false. & ! timeseries
406  )
407 
408  type(inputparamdefinitiontype), parameter :: &
410  [ &
412  ]
413 
414  type(inputblockdefinitiontype), parameter :: &
416  [ &
418  'OPTIONS', & ! blockname
419  .false., & ! required
420  .false., & ! aggregate
421  .false. & ! block_variable
422  ), &
424  'PACKAGES', & ! blockname
425  .true., & ! required
426  .true., & ! aggregate
427  .false. & ! block_variable
428  ) &
429  ]
430 
431 end module gwenaminputmodule
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 gwenam_ncmesh2dfile
Definition: gwe-namidm.f90:205
type(inputparamdefinitiontype), parameter gwenam_ncstructfile
Definition: gwe-namidm.f90:223
type(inputparamdefinitiontype), parameter gwenam_fname
Definition: gwe-namidm.f90:331
type(inputparamdefinitiontype), parameter gwenam_print_flows
Definition: gwe-namidm.f90:79
type(inputparamdefinitiontype), parameter gwenam_print_input
Definition: gwe-namidm.f90:61
type(inputparamdefinitiontype), parameter gwenam_pname
Definition: gwe-namidm.f90:349
type(inputparamdefinitiontype), parameter gwenam_ncmesh2drec
Definition: gwe-namidm.f90:115
type(inputblockdefinitiontype), dimension(*), parameter, public gwe_nam_block_definitions
Definition: gwe-namidm.f90:414
type(inputparamdefinitiontype), parameter gwenam_list
Definition: gwe-namidm.f90:43
type(inputparamdefinitiontype), parameter gwenam_packages
Definition: gwe-namidm.f90:390
type(inputparamdefinitiontype), parameter gwenam_filein
Definition: gwe-namidm.f90:277
type(inputparamdefinitiontype), parameter gwenam_netcdf_mesh2d
Definition: gwe-namidm.f90:133
type(inputparamdefinitiontype), parameter gwenam_netcdf
Definition: gwe-namidm.f90:259
logical, public gwe_nam_multi_package
Definition: gwe-namidm.f90:35
type(inputparamdefinitiontype), parameter gwenam_ftype
Definition: gwe-namidm.f90:313
type(inputparamdefinitiontype), parameter gwenam_netcdf_fname
Definition: gwe-namidm.f90:295
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_nam_aggregate_definitions
Definition: gwe-namidm.f90:408
type(inputparamdefinitiontype), parameter gwenam_ncstructrec
Definition: gwe-namidm.f90:151
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_nam_param_definitions
Definition: gwe-namidm.f90:367
character(len=16), dimension(*), parameter, public gwe_nam_subpackages
Definition: gwe-namidm.f90:37
type(inputparamdefinitiontype), parameter gwenam_fileout
Definition: gwe-namidm.f90:187
type(inputparamdefinitiontype), parameter gwenam_nc_filerecord
Definition: gwe-namidm.f90:241
type(inputparamdefinitiontype), parameter gwenam_save_flows
Definition: gwe-namidm.f90:97
type(inputparamdefinitiontype), parameter gwenam_netcdf_struct
Definition: gwe-namidm.f90:169
This module contains the InputDefinitionModule.