MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
swf-dis2didm.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 :: grb_filerecord = .false.
18  logical :: grb6 = .false.
19  logical :: fileout = .false.
20  logical :: grb6_filename = .false.
21  logical :: xorigin = .false.
22  logical :: yorigin = .false.
23  logical :: angrot = .false.
24  logical :: export_ascii = .false.
25  logical :: crs = .false.
26  logical :: nrow = .false.
27  logical :: ncol = .false.
28  logical :: delr = .false.
29  logical :: delc = .false.
30  logical :: bottom = .false.
31  logical :: idomain = .false.
32  end type swfdis2dparamfoundtype
33 
34  logical :: swf_dis2d_multi_package = .false.
35 
36  character(len=16), parameter :: &
38  [ &
39  ' ' &
40  ]
41 
42  type(inputparamdefinitiontype), parameter :: &
44  ( &
45  'SWF', & ! component
46  'DIS2D', & ! subcomponent
47  'OPTIONS', & ! block
48  'LENGTH_UNITS', & ! tag name
49  'LENGTH_UNITS', & ! fortran variable
50  'STRING', & ! type
51  '', & ! shape
52  'model length units', & ! longname
53  .false., & ! required
54  .false., & ! prerelease
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  'DIS2D', & ! 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., & ! prerelease
74  .false., & ! multi-record
75  .false., & ! preserve case
76  .false., & ! layered
77  .false. & ! timeseries
78  )
79 
80  type(inputparamdefinitiontype), parameter :: &
82  ( &
83  'SWF', & ! component
84  'DIS2D', & ! subcomponent
85  'OPTIONS', & ! block
86  'GRB_FILERECORD', & ! tag name
87  'GRB_FILERECORD', & ! fortran variable
88  'RECORD GRB6 FILEOUT GRB6_FILENAME', & ! type
89  '', & ! shape
90  '', & ! longname
91  .false., & ! required
92  .false., & ! prerelease
93  .false., & ! multi-record
94  .false., & ! preserve case
95  .false., & ! layered
96  .false. & ! timeseries
97  )
98 
99  type(inputparamdefinitiontype), parameter :: &
101  ( &
102  'SWF', & ! component
103  'DIS2D', & ! subcomponent
104  'OPTIONS', & ! block
105  'GRB6', & ! tag name
106  'GRB6', & ! fortran variable
107  'KEYWORD', & ! type
108  '', & ! shape
109  'grb keyword', & ! longname
110  .true., & ! required
111  .false., & ! prerelease
112  .true., & ! multi-record
113  .false., & ! preserve case
114  .false., & ! layered
115  .false. & ! timeseries
116  )
117 
118  type(inputparamdefinitiontype), parameter :: &
120  ( &
121  'SWF', & ! component
122  'DIS2D', & ! subcomponent
123  'OPTIONS', & ! block
124  'FILEOUT', & ! tag name
125  'FILEOUT', & ! fortran variable
126  'KEYWORD', & ! type
127  '', & ! shape
128  'file keyword', & ! longname
129  .true., & ! required
130  .false., & ! prerelease
131  .true., & ! multi-record
132  .false., & ! preserve case
133  .false., & ! layered
134  .false. & ! timeseries
135  )
136 
137  type(inputparamdefinitiontype), parameter :: &
139  ( &
140  'SWF', & ! component
141  'DIS2D', & ! subcomponent
142  'OPTIONS', & ! block
143  'GRB6_FILENAME', & ! tag name
144  'GRB6_FILENAME', & ! fortran variable
145  'STRING', & ! type
146  '', & ! shape
147  'file name of GRB information', & ! longname
148  .true., & ! required
149  .false., & ! prerelease
150  .true., & ! multi-record
151  .true., & ! preserve case
152  .false., & ! layered
153  .false. & ! timeseries
154  )
155 
156  type(inputparamdefinitiontype), parameter :: &
158  ( &
159  'SWF', & ! component
160  'DIS2D', & ! subcomponent
161  'OPTIONS', & ! block
162  'XORIGIN', & ! tag name
163  'XORIGIN', & ! fortran variable
164  'DOUBLE', & ! type
165  '', & ! shape
166  'x-position of the model grid origin', & ! longname
167  .false., & ! required
168  .false., & ! prerelease
169  .false., & ! multi-record
170  .false., & ! preserve case
171  .false., & ! layered
172  .false. & ! timeseries
173  )
174 
175  type(inputparamdefinitiontype), parameter :: &
177  ( &
178  'SWF', & ! component
179  'DIS2D', & ! subcomponent
180  'OPTIONS', & ! block
181  'YORIGIN', & ! tag name
182  'YORIGIN', & ! fortran variable
183  'DOUBLE', & ! type
184  '', & ! shape
185  'y-position of the model grid origin', & ! longname
186  .false., & ! required
187  .false., & ! prerelease
188  .false., & ! multi-record
189  .false., & ! preserve case
190  .false., & ! layered
191  .false. & ! timeseries
192  )
193 
194  type(inputparamdefinitiontype), parameter :: &
196  ( &
197  'SWF', & ! component
198  'DIS2D', & ! subcomponent
199  'OPTIONS', & ! block
200  'ANGROT', & ! tag name
201  'ANGROT', & ! fortran variable
202  'DOUBLE', & ! type
203  '', & ! shape
204  'rotation angle', & ! longname
205  .false., & ! required
206  .false., & ! prerelease
207  .false., & ! multi-record
208  .false., & ! preserve case
209  .false., & ! layered
210  .false. & ! timeseries
211  )
212 
213  type(inputparamdefinitiontype), parameter :: &
215  ( &
216  'SWF', & ! component
217  'DIS2D', & ! subcomponent
218  'OPTIONS', & ! block
219  'EXPORT_ARRAY_ASCII', & ! tag name
220  'EXPORT_ASCII', & ! fortran variable
221  'KEYWORD', & ! type
222  '', & ! shape
223  'export array variables to layered ascii files.', & ! longname
224  .false., & ! required
225  .false., & ! prerelease
226  .false., & ! multi-record
227  .false., & ! preserve case
228  .false., & ! layered
229  .false. & ! timeseries
230  )
231 
232  type(inputparamdefinitiontype), parameter :: &
234  ( &
235  'SWF', & ! component
236  'DIS2D', & ! subcomponent
237  'OPTIONS', & ! block
238  'CRS', & ! tag name
239  'CRS', & ! fortran variable
240  'STRING', & ! type
241  'LENBIGLINE', & ! shape
242  'CRS user input string', & ! longname
243  .false., & ! required
244  .true., & ! prerelease
245  .false., & ! multi-record
246  .true., & ! preserve case
247  .false., & ! layered
248  .false. & ! timeseries
249  )
250 
251  type(inputparamdefinitiontype), parameter :: &
253  ( &
254  'SWF', & ! component
255  'DIS2D', & ! subcomponent
256  'DIMENSIONS', & ! block
257  'NROW', & ! tag name
258  'NROW', & ! fortran variable
259  'INTEGER', & ! type
260  '', & ! shape
261  'number of rows', & ! longname
262  .true., & ! required
263  .false., & ! prerelease
264  .false., & ! multi-record
265  .false., & ! preserve case
266  .false., & ! layered
267  .false. & ! timeseries
268  )
269 
270  type(inputparamdefinitiontype), parameter :: &
272  ( &
273  'SWF', & ! component
274  'DIS2D', & ! subcomponent
275  'DIMENSIONS', & ! block
276  'NCOL', & ! tag name
277  'NCOL', & ! fortran variable
278  'INTEGER', & ! type
279  '', & ! shape
280  'number of columns', & ! longname
281  .true., & ! required
282  .false., & ! prerelease
283  .false., & ! multi-record
284  .false., & ! preserve case
285  .false., & ! layered
286  .false. & ! timeseries
287  )
288 
289  type(inputparamdefinitiontype), parameter :: &
291  ( &
292  'SWF', & ! component
293  'DIS2D', & ! subcomponent
294  'GRIDDATA', & ! block
295  'DELR', & ! tag name
296  'DELR', & ! fortran variable
297  'DOUBLE1D', & ! type
298  'NCOL', & ! shape
299  'spacing along a row', & ! longname
300  .true., & ! required
301  .false., & ! prerelease
302  .false., & ! multi-record
303  .false., & ! preserve case
304  .false., & ! layered
305  .false. & ! timeseries
306  )
307 
308  type(inputparamdefinitiontype), parameter :: &
310  ( &
311  'SWF', & ! component
312  'DIS2D', & ! subcomponent
313  'GRIDDATA', & ! block
314  'DELC', & ! tag name
315  'DELC', & ! fortran variable
316  'DOUBLE1D', & ! type
317  'NROW', & ! shape
318  'spacing along a column', & ! longname
319  .true., & ! required
320  .false., & ! prerelease
321  .false., & ! multi-record
322  .false., & ! preserve case
323  .false., & ! layered
324  .false. & ! timeseries
325  )
326 
327  type(inputparamdefinitiontype), parameter :: &
329  ( &
330  'SWF', & ! component
331  'DIS2D', & ! subcomponent
332  'GRIDDATA', & ! block
333  'BOTTOM', & ! tag name
334  'BOTTOM', & ! fortran variable
335  'DOUBLE2D', & ! type
336  'NCOL NROW', & ! shape
337  'cell bottom elevation', & ! longname
338  .true., & ! required
339  .false., & ! prerelease
340  .false., & ! multi-record
341  .false., & ! preserve case
342  .false., & ! layered
343  .false. & ! timeseries
344  )
345 
346  type(inputparamdefinitiontype), parameter :: &
348  ( &
349  'SWF', & ! component
350  'DIS2D', & ! subcomponent
351  'GRIDDATA', & ! block
352  'IDOMAIN', & ! tag name
353  'IDOMAIN', & ! fortran variable
354  'INTEGER2D', & ! type
355  'NCOL NROW', & ! shape
356  'idomain existence array', & ! longname
357  .false., & ! required
358  .false., & ! prerelease
359  .false., & ! multi-record
360  .false., & ! preserve case
361  .false., & ! layered
362  .false. & ! timeseries
363  )
364 
365  type(inputparamdefinitiontype), parameter :: &
367  [ &
369  swfdis2d_nogrb, &
371  swfdis2d_grb6, &
376  swfdis2d_angrot, &
378  swfdis2d_crs, &
379  swfdis2d_nrow, &
380  swfdis2d_ncol, &
381  swfdis2d_delr, &
382  swfdis2d_delc, &
383  swfdis2d_bottom, &
385  ]
386 
387  type(inputparamdefinitiontype), parameter :: &
389  [ &
391  ( &
392  '', & ! component
393  '', & ! subcomponent
394  '', & ! block
395  '', & ! tag name
396  '', & ! fortran variable
397  '', & ! type
398  '', & ! shape
399  '', & ! longname
400  .false., & ! required
401  .false., & ! prerelease
402  .false., & ! multi-record
403  .false., & ! preserve case
404  .false., & ! layered
405  .false. & ! timeseries
406  ) &
407  ]
408 
409  type(inputblockdefinitiontype), parameter :: &
411  [ &
413  'OPTIONS', & ! blockname
414  .false., & ! required
415  .false., & ! aggregate
416  .false. & ! block_variable
417  ), &
419  'DIMENSIONS', & ! blockname
420  .true., & ! required
421  .false., & ! aggregate
422  .false. & ! block_variable
423  ), &
425  'GRIDDATA', & ! blockname
426  .true., & ! required
427  .false., & ! aggregate
428  .false. & ! block_variable
429  ) &
430  ]
431 
432 end module swfdis2dinputmodule
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 swfdis2d_fileout
type(inputblockdefinitiontype), dimension(*), parameter, public swf_dis2d_block_definitions
type(inputparamdefinitiontype), parameter swfdis2d_xorigin
type(inputparamdefinitiontype), parameter swfdis2d_nogrb
type(inputparamdefinitiontype), parameter swfdis2d_delc
type(inputparamdefinitiontype), parameter swfdis2d_grb6_filename
type(inputparamdefinitiontype), parameter swfdis2d_nrow
type(inputparamdefinitiontype), dimension(*), parameter, public swf_dis2d_param_definitions
character(len=16), dimension(*), parameter, public swf_dis2d_subpackages
type(inputparamdefinitiontype), parameter swfdis2d_angrot
type(inputparamdefinitiontype), parameter swfdis2d_idomain
type(inputparamdefinitiontype), parameter swfdis2d_grb_filerecord
type(inputparamdefinitiontype), dimension(*), parameter, public swf_dis2d_aggregate_definitions
type(inputparamdefinitiontype), parameter swfdis2d_export_ascii
type(inputparamdefinitiontype), parameter swfdis2d_crs
type(inputparamdefinitiontype), parameter swfdis2d_length_units
type(inputparamdefinitiontype), parameter swfdis2d_ncol
logical, public swf_dis2d_multi_package
type(inputparamdefinitiontype), parameter swfdis2d_bottom
type(inputparamdefinitiontype), parameter swfdis2d_yorigin
type(inputparamdefinitiontype), parameter swfdis2d_grb6
type(inputparamdefinitiontype), parameter swfdis2d_delr