MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
gwt-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 gwt_nam_subpackages
13 
15  logical :: list = .false.
16  logical :: print_input = .false.
17  logical :: print_flows = .false.
18  logical :: save_flows = .false.
19  logical :: export_netcdf = .false.
20  logical :: nc_filerecord = .false.
21  logical :: netcdf = .false.
22  logical :: filein = .false.
23  logical :: netcdf_fname = .false.
24  logical :: ftype = .false.
25  logical :: fname = .false.
26  logical :: pname = .false.
27  end type gwtnamparamfoundtype
28 
29  logical :: gwt_nam_multi_package = .false.
30 
31  character(len=16), parameter :: &
32  gwt_nam_subpackages(*) = &
33  [ &
34  ' ' &
35  ]
36 
37  type(inputparamdefinitiontype), parameter :: &
39  ( &
40  'GWT', & ! component
41  'NAM', & ! subcomponent
42  'OPTIONS', & ! block
43  'LIST', & ! tag name
44  'LIST', & ! fortran variable
45  'STRING', & ! type
46  '', & ! shape
47  'name of listing file', & ! longname
48  .false., & ! required
49  .false., & ! multi-record
50  .true., & ! preserve case
51  .false., & ! layered
52  .false. & ! timeseries
53  )
54 
55  type(inputparamdefinitiontype), parameter :: &
57  ( &
58  'GWT', & ! component
59  'NAM', & ! subcomponent
60  'OPTIONS', & ! block
61  'PRINT_INPUT', & ! tag name
62  'PRINT_INPUT', & ! fortran variable
63  'KEYWORD', & ! type
64  '', & ! shape
65  'print input to listing file', & ! longname
66  .false., & ! required
67  .false., & ! multi-record
68  .false., & ! preserve case
69  .false., & ! layered
70  .false. & ! timeseries
71  )
72 
73  type(inputparamdefinitiontype), parameter :: &
75  ( &
76  'GWT', & ! component
77  'NAM', & ! subcomponent
78  'OPTIONS', & ! block
79  'PRINT_FLOWS', & ! tag name
80  'PRINT_FLOWS', & ! fortran variable
81  'KEYWORD', & ! type
82  '', & ! shape
83  'print calculated flows to listing file', & ! longname
84  .false., & ! required
85  .false., & ! multi-record
86  .false., & ! preserve case
87  .false., & ! layered
88  .false. & ! timeseries
89  )
90 
91  type(inputparamdefinitiontype), parameter :: &
93  ( &
94  'GWT', & ! component
95  'NAM', & ! subcomponent
96  'OPTIONS', & ! block
97  'SAVE_FLOWS', & ! tag name
98  'SAVE_FLOWS', & ! fortran variable
99  'KEYWORD', & ! type
100  '', & ! shape
101  'save flows for all packages to budget file', & ! longname
102  .false., & ! required
103  .false., & ! multi-record
104  .false., & ! preserve case
105  .false., & ! layered
106  .false. & ! timeseries
107  )
108 
109  type(inputparamdefinitiontype), parameter :: &
111  ( &
112  'GWT', & ! component
113  'NAM', & ! subcomponent
114  'OPTIONS', & ! block
115  'EXPORT_NETCDF', & ! tag name
116  'EXPORT_NETCDF', & ! fortran variable
117  'STRING', & ! type
118  '', & ! shape
119  'export model output netcdf file.', & ! longname
120  .false., & ! required
121  .false., & ! multi-record
122  .false., & ! preserve case
123  .false., & ! layered
124  .false. & ! timeseries
125  )
126 
127  type(inputparamdefinitiontype), parameter :: &
129  ( &
130  'GWT', & ! component
131  'NAM', & ! subcomponent
132  'OPTIONS', & ! block
133  'NC_FILERECORD', & ! tag name
134  'NC_FILERECORD', & ! fortran variable
135  'RECORD NETCDF FILEIN NETCDF_FILENAME', & ! type
136  '', & ! shape
137  '', & ! longname
138  .false., & ! required
139  .false., & ! multi-record
140  .false., & ! preserve case
141  .false., & ! layered
142  .false. & ! timeseries
143  )
144 
145  type(inputparamdefinitiontype), parameter :: &
147  ( &
148  'GWT', & ! component
149  'NAM', & ! subcomponent
150  'OPTIONS', & ! block
151  'NETCDF', & ! tag name
152  'NETCDF', & ! fortran variable
153  'KEYWORD', & ! type
154  '', & ! shape
155  'netcdf keyword', & ! longname
156  .true., & ! required
157  .true., & ! multi-record
158  .false., & ! preserve case
159  .false., & ! layered
160  .false. & ! timeseries
161  )
162 
163  type(inputparamdefinitiontype), parameter :: &
165  ( &
166  'GWT', & ! component
167  'NAM', & ! subcomponent
168  'OPTIONS', & ! block
169  'FILEIN', & ! tag name
170  'FILEIN', & ! fortran variable
171  'KEYWORD', & ! type
172  '', & ! shape
173  'file keyword', & ! longname
174  .true., & ! required
175  .true., & ! multi-record
176  .false., & ! preserve case
177  .false., & ! layered
178  .false. & ! timeseries
179  )
180 
181  type(inputparamdefinitiontype), parameter :: &
183  ( &
184  'GWT', & ! component
185  'NAM', & ! subcomponent
186  'OPTIONS', & ! block
187  'NETCDF_FILENAME', & ! tag name
188  'NETCDF_FNAME', & ! fortran variable
189  'STRING', & ! type
190  '', & ! shape
191  'netcdf input filename', & ! longname
192  .true., & ! required
193  .true., & ! multi-record
194  .true., & ! preserve case
195  .false., & ! layered
196  .false. & ! timeseries
197  )
198 
199  type(inputparamdefinitiontype), parameter :: &
201  ( &
202  'GWT', & ! component
203  'NAM', & ! subcomponent
204  'PACKAGES', & ! block
205  'FTYPE', & ! tag name
206  'FTYPE', & ! fortran variable
207  'STRING', & ! type
208  '', & ! shape
209  'package type', & ! longname
210  .true., & ! required
211  .true., & ! multi-record
212  .false., & ! preserve case
213  .false., & ! layered
214  .false. & ! timeseries
215  )
216 
217  type(inputparamdefinitiontype), parameter :: &
219  ( &
220  'GWT', & ! component
221  'NAM', & ! subcomponent
222  'PACKAGES', & ! block
223  'FNAME', & ! tag name
224  'FNAME', & ! fortran variable
225  'STRING', & ! type
226  '', & ! shape
227  'file name', & ! longname
228  .true., & ! required
229  .true., & ! multi-record
230  .true., & ! preserve case
231  .false., & ! layered
232  .false. & ! timeseries
233  )
234 
235  type(inputparamdefinitiontype), parameter :: &
237  ( &
238  'GWT', & ! component
239  'NAM', & ! subcomponent
240  'PACKAGES', & ! block
241  'PNAME', & ! tag name
242  'PNAME', & ! fortran variable
243  'STRING', & ! type
244  '', & ! shape
245  'user name for package', & ! longname
246  .false., & ! required
247  .true., & ! multi-record
248  .false., & ! preserve case
249  .false., & ! layered
250  .false. & ! timeseries
251  )
252 
253  type(inputparamdefinitiontype), parameter :: &
255  [ &
256  gwtnam_list, &
262  gwtnam_netcdf, &
263  gwtnam_filein, &
265  gwtnam_ftype, &
266  gwtnam_fname, &
267  gwtnam_pname &
268  ]
269 
270  type(inputparamdefinitiontype), parameter :: &
272  ( &
273  'GWT', & ! component
274  'NAM', & ! subcomponent
275  'PACKAGES', & ! block
276  'PACKAGES', & ! tag name
277  'PACKAGES', & ! fortran variable
278  'RECARRAY FTYPE FNAME PNAME', & ! type
279  '', & ! shape
280  'package list', & ! longname
281  .true., & ! required
282  .false., & ! multi-record
283  .false., & ! preserve case
284  .false., & ! layered
285  .false. & ! timeseries
286  )
287 
288  type(inputparamdefinitiontype), parameter :: &
290  [ &
292  ]
293 
294  type(inputblockdefinitiontype), parameter :: &
296  [ &
298  'OPTIONS', & ! blockname
299  .false., & ! required
300  .false., & ! aggregate
301  .false. & ! block_variable
302  ), &
304  'PACKAGES', & ! blockname
305  .true., & ! required
306  .true., & ! aggregate
307  .false. & ! block_variable
308  ) &
309  ]
310 
311 end module gwtnaminputmodule
This module contains simulation constants.
Definition: Constants.f90:9
integer(i4b), parameter lenvarname
maximum length of a variable name
Definition: Constants.f90:17
logical, public gwt_nam_multi_package
Definition: gwt-namidm.f90:29
type(inputparamdefinitiontype), parameter gwtnam_print_flows
Definition: gwt-namidm.f90:73
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_nam_param_definitions
Definition: gwt-namidm.f90:253
type(inputparamdefinitiontype), parameter gwtnam_filein
Definition: gwt-namidm.f90:163
type(inputparamdefinitiontype), parameter gwtnam_netcdf
Definition: gwt-namidm.f90:145
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_nam_aggregate_definitions
Definition: gwt-namidm.f90:288
type(inputparamdefinitiontype), parameter gwtnam_fname
Definition: gwt-namidm.f90:217
type(inputparamdefinitiontype), parameter gwtnam_export_netcdf
Definition: gwt-namidm.f90:109
type(inputparamdefinitiontype), parameter gwtnam_netcdf_fname
Definition: gwt-namidm.f90:181
type(inputparamdefinitiontype), parameter gwtnam_list
Definition: gwt-namidm.f90:37
type(inputparamdefinitiontype), parameter gwtnam_pname
Definition: gwt-namidm.f90:235
type(inputblockdefinitiontype), dimension(*), parameter, public gwt_nam_block_definitions
Definition: gwt-namidm.f90:294
type(inputparamdefinitiontype), parameter gwtnam_save_flows
Definition: gwt-namidm.f90:91
character(len=16), dimension(*), parameter, public gwt_nam_subpackages
Definition: gwt-namidm.f90:31
type(inputparamdefinitiontype), parameter gwtnam_print_input
Definition: gwt-namidm.f90:55
type(inputparamdefinitiontype), parameter gwtnam_packages
Definition: gwt-namidm.f90:270
type(inputparamdefinitiontype), parameter gwtnam_ftype
Definition: gwt-namidm.f90:199
type(inputparamdefinitiontype), parameter gwtnam_nc_filerecord
Definition: gwt-namidm.f90:127
This module contains the InputDefinitionModule.