MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
swf-disv2didm.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 
14  logical :: length_units = .false.
15  logical :: nogrb = .false.
16  logical :: xorigin = .false.
17  logical :: yorigin = .false.
18  logical :: angrot = .false.
19  logical :: export_ascii = .false.
20  logical :: nodes = .false.
21  logical :: nvert = .false.
22  logical :: bottom = .false.
23  logical :: idomain = .false.
24  logical :: iv = .false.
25  logical :: xv = .false.
26  logical :: yv = .false.
27  logical :: icell2d = .false.
28  logical :: xc = .false.
29  logical :: yc = .false.
30  logical :: ncvert = .false.
31  logical :: icvert = .false.
33 
34  logical :: swf_disv2d_multi_package = .false.
35 
36  type(inputparamdefinitiontype), parameter :: &
38  ( &
39  'SWF', & ! component
40  'DISV2D', & ! subcomponent
41  'OPTIONS', & ! block
42  'LENGTH_UNITS', & ! tag name
43  'LENGTH_UNITS', & ! fortran variable
44  'STRING', & ! type
45  '', & ! shape
46  .false., & ! required
47  .false., & ! multi-record
48  .false., & ! preserve case
49  .false., & ! layered
50  .false. & ! timeseries
51  )
52 
53  type(inputparamdefinitiontype), parameter :: &
55  ( &
56  'SWF', & ! component
57  'DISV2D', & ! subcomponent
58  'OPTIONS', & ! block
59  'NOGRB', & ! tag name
60  'NOGRB', & ! fortran variable
61  'KEYWORD', & ! type
62  '', & ! shape
63  .false., & ! required
64  .false., & ! multi-record
65  .false., & ! preserve case
66  .false., & ! layered
67  .false. & ! timeseries
68  )
69 
70  type(inputparamdefinitiontype), parameter :: &
72  ( &
73  'SWF', & ! component
74  'DISV2D', & ! subcomponent
75  'OPTIONS', & ! block
76  'XORIGIN', & ! tag name
77  'XORIGIN', & ! fortran variable
78  'DOUBLE', & ! type
79  '', & ! shape
80  .false., & ! required
81  .false., & ! multi-record
82  .false., & ! preserve case
83  .false., & ! layered
84  .false. & ! timeseries
85  )
86 
87  type(inputparamdefinitiontype), parameter :: &
89  ( &
90  'SWF', & ! component
91  'DISV2D', & ! subcomponent
92  'OPTIONS', & ! block
93  'YORIGIN', & ! tag name
94  'YORIGIN', & ! fortran variable
95  'DOUBLE', & ! type
96  '', & ! shape
97  .false., & ! required
98  .false., & ! multi-record
99  .false., & ! preserve case
100  .false., & ! layered
101  .false. & ! timeseries
102  )
103 
104  type(inputparamdefinitiontype), parameter :: &
106  ( &
107  'SWF', & ! component
108  'DISV2D', & ! subcomponent
109  'OPTIONS', & ! block
110  'ANGROT', & ! tag name
111  'ANGROT', & ! fortran variable
112  'DOUBLE', & ! type
113  '', & ! shape
114  .false., & ! required
115  .false., & ! multi-record
116  .false., & ! preserve case
117  .false., & ! layered
118  .false. & ! timeseries
119  )
120 
121  type(inputparamdefinitiontype), parameter :: &
123  ( &
124  'SWF', & ! component
125  'DISV2D', & ! subcomponent
126  'OPTIONS', & ! block
127  'EXPORT_ARRAY_ASCII', & ! tag name
128  'EXPORT_ASCII', & ! fortran variable
129  'KEYWORD', & ! type
130  '', & ! shape
131  .false., & ! required
132  .false., & ! multi-record
133  .false., & ! preserve case
134  .false., & ! layered
135  .false. & ! timeseries
136  )
137 
138  type(inputparamdefinitiontype), parameter :: &
140  ( &
141  'SWF', & ! component
142  'DISV2D', & ! subcomponent
143  'DIMENSIONS', & ! block
144  'NODES', & ! tag name
145  'NODES', & ! fortran variable
146  'INTEGER', & ! type
147  '', & ! shape
148  .true., & ! required
149  .false., & ! multi-record
150  .false., & ! preserve case
151  .false., & ! layered
152  .false. & ! timeseries
153  )
154 
155  type(inputparamdefinitiontype), parameter :: &
157  ( &
158  'SWF', & ! component
159  'DISV2D', & ! subcomponent
160  'DIMENSIONS', & ! block
161  'NVERT', & ! tag name
162  'NVERT', & ! fortran variable
163  'INTEGER', & ! type
164  '', & ! shape
165  .true., & ! required
166  .false., & ! multi-record
167  .false., & ! preserve case
168  .false., & ! layered
169  .false. & ! timeseries
170  )
171 
172  type(inputparamdefinitiontype), parameter :: &
174  ( &
175  'SWF', & ! component
176  'DISV2D', & ! subcomponent
177  'GRIDDATA', & ! block
178  'BOTTOM', & ! tag name
179  'BOTTOM', & ! fortran variable
180  'DOUBLE1D', & ! type
181  'NODES', & ! shape
182  .true., & ! required
183  .false., & ! multi-record
184  .false., & ! preserve case
185  .false., & ! layered
186  .false. & ! timeseries
187  )
188 
189  type(inputparamdefinitiontype), parameter :: &
191  ( &
192  'SWF', & ! component
193  'DISV2D', & ! subcomponent
194  'GRIDDATA', & ! block
195  'IDOMAIN', & ! tag name
196  'IDOMAIN', & ! fortran variable
197  'INTEGER1D', & ! type
198  'NODES', & ! shape
199  .false., & ! required
200  .false., & ! multi-record
201  .false., & ! preserve case
202  .false., & ! layered
203  .false. & ! timeseries
204  )
205 
206  type(inputparamdefinitiontype), parameter :: &
208  ( &
209  'SWF', & ! component
210  'DISV2D', & ! subcomponent
211  'VERTICES', & ! block
212  'IV', & ! tag name
213  'IV', & ! fortran variable
214  'INTEGER', & ! type
215  '', & ! shape
216  .true., & ! required
217  .true., & ! multi-record
218  .false., & ! preserve case
219  .false., & ! layered
220  .false. & ! timeseries
221  )
222 
223  type(inputparamdefinitiontype), parameter :: &
225  ( &
226  'SWF', & ! component
227  'DISV2D', & ! subcomponent
228  'VERTICES', & ! block
229  'XV', & ! tag name
230  'XV', & ! fortran variable
231  'DOUBLE', & ! type
232  '', & ! shape
233  .true., & ! required
234  .true., & ! multi-record
235  .false., & ! preserve case
236  .false., & ! layered
237  .false. & ! timeseries
238  )
239 
240  type(inputparamdefinitiontype), parameter :: &
242  ( &
243  'SWF', & ! component
244  'DISV2D', & ! subcomponent
245  'VERTICES', & ! block
246  'YV', & ! tag name
247  'YV', & ! fortran variable
248  'DOUBLE', & ! type
249  '', & ! shape
250  .true., & ! required
251  .true., & ! multi-record
252  .false., & ! preserve case
253  .false., & ! layered
254  .false. & ! timeseries
255  )
256 
257  type(inputparamdefinitiontype), parameter :: &
259  ( &
260  'SWF', & ! component
261  'DISV2D', & ! subcomponent
262  'CELL2D', & ! block
263  'ICELL2D', & ! tag name
264  'ICELL2D', & ! fortran variable
265  'INTEGER', & ! type
266  '', & ! shape
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  'SWF', & ! component
278  'DISV2D', & ! subcomponent
279  'CELL2D', & ! block
280  'XC', & ! tag name
281  'XC', & ! fortran variable
282  'DOUBLE', & ! type
283  '', & ! shape
284  .true., & ! required
285  .true., & ! multi-record
286  .false., & ! preserve case
287  .false., & ! layered
288  .false. & ! timeseries
289  )
290 
291  type(inputparamdefinitiontype), parameter :: &
293  ( &
294  'SWF', & ! component
295  'DISV2D', & ! subcomponent
296  'CELL2D', & ! block
297  'YC', & ! tag name
298  'YC', & ! fortran variable
299  'DOUBLE', & ! type
300  '', & ! shape
301  .true., & ! required
302  .true., & ! multi-record
303  .false., & ! preserve case
304  .false., & ! layered
305  .false. & ! timeseries
306  )
307 
308  type(inputparamdefinitiontype), parameter :: &
310  ( &
311  'SWF', & ! component
312  'DISV2D', & ! subcomponent
313  'CELL2D', & ! block
314  'NCVERT', & ! tag name
315  'NCVERT', & ! fortran variable
316  'INTEGER', & ! type
317  '', & ! shape
318  .true., & ! required
319  .true., & ! multi-record
320  .false., & ! preserve case
321  .false., & ! layered
322  .false. & ! timeseries
323  )
324 
325  type(inputparamdefinitiontype), parameter :: &
327  ( &
328  'SWF', & ! component
329  'DISV2D', & ! subcomponent
330  'CELL2D', & ! block
331  'ICVERT', & ! tag name
332  'ICVERT', & ! fortran variable
333  'INTEGER1D', & ! type
334  'NCVERT', & ! shape
335  .true., & ! required
336  .true., & ! multi-record
337  .false., & ! preserve case
338  .false., & ! layered
339  .false. & ! timeseries
340  )
341 
342  type(inputparamdefinitiontype), parameter :: &
344  [ &
346  swfdisv2d_nogrb, &
351  swfdisv2d_nodes, &
352  swfdisv2d_nvert, &
355  swfdisv2d_iv, &
356  swfdisv2d_xv, &
357  swfdisv2d_yv, &
359  swfdisv2d_xc, &
360  swfdisv2d_yc, &
363  ]
364 
365  type(inputparamdefinitiontype), parameter :: &
367  ( &
368  'SWF', & ! component
369  'DISV2D', & ! subcomponent
370  'VERTICES', & ! block
371  'VERTICES', & ! tag name
372  'VERTICES', & ! fortran variable
373  'RECARRAY IV XV YV', & ! type
374  'NVERT', & ! shape
375  .true., & ! required
376  .false., & ! multi-record
377  .false., & ! preserve case
378  .false., & ! layered
379  .false. & ! timeseries
380  )
381 
382  type(inputparamdefinitiontype), parameter :: &
384  ( &
385  'SWF', & ! component
386  'DISV2D', & ! subcomponent
387  'CELL2D', & ! block
388  'CELL2D', & ! tag name
389  'CELL2D', & ! fortran variable
390  'RECARRAY ICELL2D XC YC NCVERT ICVERT', & ! type
391  'NODES', & ! shape
392  .true., & ! required
393  .false., & ! multi-record
394  .false., & ! preserve case
395  .false., & ! layered
396  .false. & ! timeseries
397  )
398 
399  type(inputparamdefinitiontype), parameter :: &
401  [ &
404  ]
405 
406  type(inputblockdefinitiontype), parameter :: &
408  [ &
410  'OPTIONS', & ! blockname
411  .false., & ! required
412  .false., & ! aggregate
413  .false. & ! block_variable
414  ), &
416  'DIMENSIONS', & ! blockname
417  .true., & ! required
418  .false., & ! aggregate
419  .false. & ! block_variable
420  ), &
422  'GRIDDATA', & ! blockname
423  .true., & ! required
424  .false., & ! aggregate
425  .false. & ! block_variable
426  ), &
428  'VERTICES', & ! blockname
429  .true., & ! required
430  .true., & ! aggregate
431  .false. & ! block_variable
432  ), &
434  'CELL2D', & ! blockname
435  .true., & ! required
436  .true., & ! aggregate
437  .false. & ! block_variable
438  ) &
439  ]
440 
441 end module swfdisv2dinputmodule
This module contains simulation constants.
Definition: Constants.f90:9
integer(i4b), parameter lenvarname
maximum length of a variable name
Definition: Constants.f90:17
This module contains the InputDefinitionModule.
type(inputparamdefinitiontype), parameter swfdisv2d_idomain
type(inputparamdefinitiontype), parameter swfdisv2d_xorigin
type(inputparamdefinitiontype), parameter swfdisv2d_vertices
type(inputparamdefinitiontype), parameter swfdisv2d_bottom
type(inputparamdefinitiontype), parameter swfdisv2d_cell2d
type(inputparamdefinitiontype), parameter swfdisv2d_length_units
logical, public swf_disv2d_multi_package
type(inputparamdefinitiontype), parameter swfdisv2d_xc
type(inputparamdefinitiontype), dimension(*), parameter, public swf_disv2d_aggregate_definitions
type(inputparamdefinitiontype), parameter swfdisv2d_ncvert
type(inputparamdefinitiontype), parameter swfdisv2d_export_ascii
type(inputparamdefinitiontype), parameter swfdisv2d_xv
type(inputparamdefinitiontype), parameter swfdisv2d_yv
type(inputparamdefinitiontype), parameter swfdisv2d_iv
type(inputparamdefinitiontype), parameter swfdisv2d_icvert
type(inputparamdefinitiontype), parameter swfdisv2d_yc
type(inputparamdefinitiontype), parameter swfdisv2d_nodes
type(inputparamdefinitiontype), parameter swfdisv2d_nvert
type(inputparamdefinitiontype), parameter swfdisv2d_icell2d
type(inputblockdefinitiontype), dimension(*), parameter, public swf_disv2d_block_definitions
type(inputparamdefinitiontype), parameter swfdisv2d_angrot
type(inputparamdefinitiontype), parameter swfdisv2d_nogrb
type(inputparamdefinitiontype), dimension(*), parameter, public swf_disv2d_param_definitions
type(inputparamdefinitiontype), parameter swfdisv2d_yorigin