MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
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
13 
15  logical :: length_units = .false.
16  logical :: nogrb = .false.
17  logical :: xorigin = .false.
18  logical :: yorigin = .false.
19  logical :: angrot = .false.
20  logical :: export_ascii = .false.
21  logical :: nodes = .false.
22  logical :: nvert = .false.
23  logical :: bottom = .false.
24  logical :: idomain = .false.
25  logical :: iv = .false.
26  logical :: xv = .false.
27  logical :: yv = .false.
28  logical :: icell2d = .false.
29  logical :: xc = .false.
30  logical :: yc = .false.
31  logical :: ncvert = .false.
32  logical :: icvert = .false.
34 
35  logical :: swf_disv2d_multi_package = .false.
36 
37  character(len=16), parameter :: &
39  [ &
40  ' ' &
41  ]
42 
43  type(inputparamdefinitiontype), parameter :: &
45  ( &
46  'SWF', & ! component
47  'DISV2D', & ! subcomponent
48  'OPTIONS', & ! block
49  'LENGTH_UNITS', & ! tag name
50  'LENGTH_UNITS', & ! fortran variable
51  'STRING', & ! type
52  '', & ! shape
53  'model length units', & ! longname
54  .false., & ! required
55  .false., & ! multi-record
56  .false., & ! preserve case
57  .false., & ! layered
58  .false. & ! timeseries
59  )
60 
61  type(inputparamdefinitiontype), parameter :: &
63  ( &
64  'SWF', & ! component
65  'DISV2D', & ! subcomponent
66  'OPTIONS', & ! block
67  'NOGRB', & ! tag name
68  'NOGRB', & ! fortran variable
69  'KEYWORD', & ! type
70  '', & ! shape
71  'do not write binary grid 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  'SWF', & ! component
83  'DISV2D', & ! subcomponent
84  'OPTIONS', & ! block
85  'XORIGIN', & ! tag name
86  'XORIGIN', & ! fortran variable
87  'DOUBLE', & ! type
88  '', & ! shape
89  'x-position of the model grid origin', & ! 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  'SWF', & ! component
101  'DISV2D', & ! subcomponent
102  'OPTIONS', & ! block
103  'YORIGIN', & ! tag name
104  'YORIGIN', & ! fortran variable
105  'DOUBLE', & ! type
106  '', & ! shape
107  'y-position of the model grid origin', & ! 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  'SWF', & ! component
119  'DISV2D', & ! subcomponent
120  'OPTIONS', & ! block
121  'ANGROT', & ! tag name
122  'ANGROT', & ! fortran variable
123  'DOUBLE', & ! type
124  '', & ! shape
125  'rotation angle', & ! 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  'SWF', & ! component
137  'DISV2D', & ! subcomponent
138  'OPTIONS', & ! block
139  'EXPORT_ARRAY_ASCII', & ! tag name
140  'EXPORT_ASCII', & ! fortran variable
141  'KEYWORD', & ! type
142  '', & ! shape
143  'export array variables to layered ascii files.', & ! longname
144  .false., & ! required
145  .false., & ! multi-record
146  .false., & ! preserve case
147  .false., & ! layered
148  .false. & ! timeseries
149  )
150 
151  type(inputparamdefinitiontype), parameter :: &
153  ( &
154  'SWF', & ! component
155  'DISV2D', & ! subcomponent
156  'DIMENSIONS', & ! block
157  'NODES', & ! tag name
158  'NODES', & ! fortran variable
159  'INTEGER', & ! type
160  '', & ! shape
161  'number of cells per layer', & ! longname
162  .true., & ! required
163  .false., & ! multi-record
164  .false., & ! preserve case
165  .false., & ! layered
166  .false. & ! timeseries
167  )
168 
169  type(inputparamdefinitiontype), parameter :: &
171  ( &
172  'SWF', & ! component
173  'DISV2D', & ! subcomponent
174  'DIMENSIONS', & ! block
175  'NVERT', & ! tag name
176  'NVERT', & ! fortran variable
177  'INTEGER', & ! type
178  '', & ! shape
179  'number of columns', & ! longname
180  .true., & ! required
181  .false., & ! multi-record
182  .false., & ! preserve case
183  .false., & ! layered
184  .false. & ! timeseries
185  )
186 
187  type(inputparamdefinitiontype), parameter :: &
189  ( &
190  'SWF', & ! component
191  'DISV2D', & ! subcomponent
192  'GRIDDATA', & ! block
193  'BOTTOM', & ! tag name
194  'BOTTOM', & ! fortran variable
195  'DOUBLE1D', & ! type
196  'NODES', & ! shape
197  'model bottom elevation', & ! longname
198  .true., & ! required
199  .false., & ! multi-record
200  .false., & ! preserve case
201  .false., & ! layered
202  .false. & ! timeseries
203  )
204 
205  type(inputparamdefinitiontype), parameter :: &
207  ( &
208  'SWF', & ! component
209  'DISV2D', & ! subcomponent
210  'GRIDDATA', & ! block
211  'IDOMAIN', & ! tag name
212  'IDOMAIN', & ! fortran variable
213  'INTEGER1D', & ! type
214  'NODES', & ! shape
215  'idomain existence array', & ! longname
216  .false., & ! required
217  .false., & ! 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  'IV', & ! tag name
230  'IV', & ! fortran variable
231  'INTEGER', & ! type
232  '', & ! shape
233  'vertex number', & ! longname
234  .true., & ! required
235  .true., & ! multi-record
236  .false., & ! preserve case
237  .false., & ! layered
238  .false. & ! timeseries
239  )
240 
241  type(inputparamdefinitiontype), parameter :: &
243  ( &
244  'SWF', & ! component
245  'DISV2D', & ! subcomponent
246  'VERTICES', & ! block
247  'XV', & ! tag name
248  'XV', & ! fortran variable
249  'DOUBLE', & ! type
250  '', & ! shape
251  'x-coordinate for vertex', & ! longname
252  .true., & ! required
253  .true., & ! multi-record
254  .false., & ! preserve case
255  .false., & ! layered
256  .false. & ! timeseries
257  )
258 
259  type(inputparamdefinitiontype), parameter :: &
261  ( &
262  'SWF', & ! component
263  'DISV2D', & ! subcomponent
264  'VERTICES', & ! block
265  'YV', & ! tag name
266  'YV', & ! fortran variable
267  'DOUBLE', & ! type
268  '', & ! shape
269  'y-coordinate for vertex', & ! 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  'SWF', & ! component
281  'DISV2D', & ! subcomponent
282  'CELL2D', & ! block
283  'ICELL2D', & ! tag name
284  'ICELL2D', & ! fortran variable
285  'INTEGER', & ! type
286  '', & ! shape
287  'cell2d number', & ! 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  'SWF', & ! component
299  'DISV2D', & ! subcomponent
300  'CELL2D', & ! block
301  'XC', & ! tag name
302  'XC', & ! fortran variable
303  'DOUBLE', & ! type
304  '', & ! shape
305  'x-coordinate for cell center', & ! longname
306  .true., & ! required
307  .true., & ! multi-record
308  .false., & ! preserve case
309  .false., & ! layered
310  .false. & ! timeseries
311  )
312 
313  type(inputparamdefinitiontype), parameter :: &
315  ( &
316  'SWF', & ! component
317  'DISV2D', & ! subcomponent
318  'CELL2D', & ! block
319  'YC', & ! tag name
320  'YC', & ! fortran variable
321  'DOUBLE', & ! type
322  '', & ! shape
323  'y-coordinate for cell center', & ! 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  'SWF', & ! component
335  'DISV2D', & ! subcomponent
336  'CELL2D', & ! block
337  'NCVERT', & ! tag name
338  'NCVERT', & ! fortran variable
339  'INTEGER', & ! type
340  '', & ! shape
341  'number of cell vertices', & ! longname
342  .true., & ! required
343  .true., & ! multi-record
344  .false., & ! preserve case
345  .false., & ! layered
346  .false. & ! timeseries
347  )
348 
349  type(inputparamdefinitiontype), parameter :: &
351  ( &
352  'SWF', & ! component
353  'DISV2D', & ! subcomponent
354  'CELL2D', & ! block
355  'ICVERT', & ! tag name
356  'ICVERT', & ! fortran variable
357  'INTEGER1D', & ! type
358  'NCVERT', & ! shape
359  'array of vertex numbers', & ! longname
360  .true., & ! required
361  .true., & ! multi-record
362  .false., & ! preserve case
363  .false., & ! layered
364  .false. & ! timeseries
365  )
366 
367  type(inputparamdefinitiontype), parameter :: &
369  [ &
371  swfdisv2d_nogrb, &
376  swfdisv2d_nodes, &
377  swfdisv2d_nvert, &
380  swfdisv2d_iv, &
381  swfdisv2d_xv, &
382  swfdisv2d_yv, &
384  swfdisv2d_xc, &
385  swfdisv2d_yc, &
388  ]
389 
390  type(inputparamdefinitiontype), parameter :: &
392  ( &
393  'SWF', & ! component
394  'DISV2D', & ! subcomponent
395  'VERTICES', & ! block
396  'VERTICES', & ! tag name
397  'VERTICES', & ! fortran variable
398  'RECARRAY IV XV YV', & ! type
399  'NVERT', & ! shape
400  'vertices data', & ! 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  ( &
411  'SWF', & ! component
412  'DISV2D', & ! subcomponent
413  'CELL2D', & ! block
414  'CELL2D', & ! tag name
415  'CELL2D', & ! fortran variable
416  'RECARRAY ICELL2D XC YC NCVERT ICVERT', & ! type
417  'NODES', & ! shape
418  'cell2d data', & ! longname
419  .true., & ! required
420  .false., & ! multi-record
421  .false., & ! preserve case
422  .false., & ! layered
423  .false. & ! timeseries
424  )
425 
426  type(inputparamdefinitiontype), parameter :: &
428  [ &
431  ]
432 
433  type(inputblockdefinitiontype), parameter :: &
435  [ &
437  'OPTIONS', & ! blockname
438  .false., & ! required
439  .false., & ! aggregate
440  .false. & ! block_variable
441  ), &
443  'DIMENSIONS', & ! blockname
444  .true., & ! required
445  .false., & ! aggregate
446  .false. & ! block_variable
447  ), &
449  'GRIDDATA', & ! blockname
450  .true., & ! required
451  .false., & ! aggregate
452  .false. & ! block_variable
453  ), &
455  'VERTICES', & ! blockname
456  .true., & ! required
457  .true., & ! aggregate
458  .false. & ! block_variable
459  ), &
461  'CELL2D', & ! blockname
462  .true., & ! required
463  .true., & ! aggregate
464  .false. & ! block_variable
465  ) &
466  ]
467 
468 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
character(len=16), dimension(*), parameter, public swf_disv2d_subpackages
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