MODFLOW 6  version 6.9.0.dev0
USGS Modular Hydrologic Model
olf-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
14 
16  logical :: length_units = .false.
17  logical :: nogrb = .false.
18  logical :: grb_filerecord = .false.
19  logical :: grb6 = .false.
20  logical :: fileout = .false.
21  logical :: grb6_filename = .false.
22  logical :: xorigin = .false.
23  logical :: yorigin = .false.
24  logical :: angrot = .false.
25  logical :: export_ascii = .false.
26  logical :: crs = .false.
27  logical :: nrow = .false.
28  logical :: ncol = .false.
29  logical :: delr = .false.
30  logical :: delc = .false.
31  logical :: bottom = .false.
32  logical :: idomain = .false.
33  end type olfdis2dparamfoundtype
34 
35  logical :: olf_dis2d_multi_package = .false.
36  logical :: olf_dis2d_is_advanced = .false.
37 
38  character(len=16), parameter :: &
40  [ &
41  ' ' &
42  ]
43 
44  type(inputparamdefinitiontype), parameter :: &
46  ( &
47  'OLF', & ! component
48  'DIS2D', & ! subcomponent
49  'OPTIONS', & ! block
50  'LENGTH_UNITS', & ! tag name
51  'LENGTH_UNITS', & ! fortran variable
52  'STRING', & ! type
53  '', & ! shape
54  'model length units', & ! longname
55  .false., & ! required
56  .false., & ! developmode
57  .false., & ! multi-record
58  .false., & ! preserve case
59  .false., & ! layered
60  .false. & ! timeseries
61  )
62 
63  type(inputparamdefinitiontype), parameter :: &
65  ( &
66  'OLF', & ! component
67  'DIS2D', & ! subcomponent
68  'OPTIONS', & ! block
69  'NOGRB', & ! tag name
70  'NOGRB', & ! fortran variable
71  'KEYWORD', & ! type
72  '', & ! shape
73  'do not write binary grid file', & ! longname
74  .false., & ! required
75  .false., & ! developmode
76  .false., & ! multi-record
77  .false., & ! preserve case
78  .false., & ! layered
79  .false. & ! timeseries
80  )
81 
82  type(inputparamdefinitiontype), parameter :: &
84  ( &
85  'OLF', & ! component
86  'DIS2D', & ! subcomponent
87  'OPTIONS', & ! block
88  'GRB_FILERECORD', & ! tag name
89  'GRB_FILERECORD', & ! fortran variable
90  'RECORD GRB6 FILEOUT GRB6_FILENAME', & ! type
91  '', & ! shape
92  '', & ! longname
93  .false., & ! required
94  .false., & ! developmode
95  .false., & ! multi-record
96  .false., & ! preserve case
97  .false., & ! layered
98  .false. & ! timeseries
99  )
100 
101  type(inputparamdefinitiontype), parameter :: &
103  ( &
104  'OLF', & ! component
105  'DIS2D', & ! subcomponent
106  'OPTIONS', & ! block
107  'GRB6', & ! tag name
108  'GRB6', & ! fortran variable
109  'KEYWORD', & ! type
110  '', & ! shape
111  'grb keyword', & ! longname
112  .true., & ! required
113  .false., & ! developmode
114  .true., & ! multi-record
115  .false., & ! preserve case
116  .false., & ! layered
117  .false. & ! timeseries
118  )
119 
120  type(inputparamdefinitiontype), parameter :: &
122  ( &
123  'OLF', & ! component
124  'DIS2D', & ! subcomponent
125  'OPTIONS', & ! block
126  'FILEOUT', & ! tag name
127  'FILEOUT', & ! fortran variable
128  'KEYWORD', & ! type
129  '', & ! shape
130  'file keyword', & ! longname
131  .true., & ! required
132  .false., & ! developmode
133  .true., & ! multi-record
134  .false., & ! preserve case
135  .false., & ! layered
136  .false. & ! timeseries
137  )
138 
139  type(inputparamdefinitiontype), parameter :: &
141  ( &
142  'OLF', & ! component
143  'DIS2D', & ! subcomponent
144  'OPTIONS', & ! block
145  'GRB6_FILENAME', & ! tag name
146  'GRB6_FILENAME', & ! fortran variable
147  'STRING', & ! type
148  '', & ! shape
149  'file name of GRB information', & ! longname
150  .true., & ! required
151  .false., & ! developmode
152  .true., & ! multi-record
153  .true., & ! preserve case
154  .false., & ! layered
155  .false. & ! timeseries
156  )
157 
158  type(inputparamdefinitiontype), parameter :: &
160  ( &
161  'OLF', & ! component
162  'DIS2D', & ! subcomponent
163  'OPTIONS', & ! block
164  'XORIGIN', & ! tag name
165  'XORIGIN', & ! fortran variable
166  'DOUBLE', & ! type
167  '', & ! shape
168  'x-position of the model grid origin', & ! longname
169  .false., & ! required
170  .false., & ! developmode
171  .false., & ! multi-record
172  .false., & ! preserve case
173  .false., & ! layered
174  .false. & ! timeseries
175  )
176 
177  type(inputparamdefinitiontype), parameter :: &
179  ( &
180  'OLF', & ! component
181  'DIS2D', & ! subcomponent
182  'OPTIONS', & ! block
183  'YORIGIN', & ! tag name
184  'YORIGIN', & ! fortran variable
185  'DOUBLE', & ! type
186  '', & ! shape
187  'y-position of the model grid origin', & ! longname
188  .false., & ! required
189  .false., & ! developmode
190  .false., & ! multi-record
191  .false., & ! preserve case
192  .false., & ! layered
193  .false. & ! timeseries
194  )
195 
196  type(inputparamdefinitiontype), parameter :: &
198  ( &
199  'OLF', & ! component
200  'DIS2D', & ! subcomponent
201  'OPTIONS', & ! block
202  'ANGROT', & ! tag name
203  'ANGROT', & ! fortran variable
204  'DOUBLE', & ! type
205  '', & ! shape
206  'rotation angle', & ! longname
207  .false., & ! required
208  .false., & ! developmode
209  .false., & ! multi-record
210  .false., & ! preserve case
211  .false., & ! layered
212  .false. & ! timeseries
213  )
214 
215  type(inputparamdefinitiontype), parameter :: &
217  ( &
218  'OLF', & ! component
219  'DIS2D', & ! subcomponent
220  'OPTIONS', & ! block
221  'EXPORT_ARRAY_ASCII', & ! tag name
222  'EXPORT_ASCII', & ! fortran variable
223  'KEYWORD', & ! type
224  '', & ! shape
225  'export array variables to layered ascii files.', & ! longname
226  .false., & ! required
227  .false., & ! developmode
228  .false., & ! multi-record
229  .false., & ! preserve case
230  .false., & ! layered
231  .false. & ! timeseries
232  )
233 
234  type(inputparamdefinitiontype), parameter :: &
236  ( &
237  'OLF', & ! component
238  'DIS2D', & ! subcomponent
239  'OPTIONS', & ! block
240  'CRS', & ! tag name
241  'CRS', & ! fortran variable
242  'STRING', & ! type
243  'LENBIGLINE', & ! shape
244  'CRS user input string', & ! longname
245  .false., & ! required
246  .false., & ! developmode
247  .false., & ! multi-record
248  .true., & ! preserve case
249  .false., & ! layered
250  .false. & ! timeseries
251  )
252 
253  type(inputparamdefinitiontype), parameter :: &
255  ( &
256  'OLF', & ! component
257  'DIS2D', & ! subcomponent
258  'DIMENSIONS', & ! block
259  'NROW', & ! tag name
260  'NROW', & ! fortran variable
261  'INTEGER', & ! type
262  '', & ! shape
263  'number of rows', & ! longname
264  .true., & ! required
265  .false., & ! developmode
266  .false., & ! multi-record
267  .false., & ! preserve case
268  .false., & ! layered
269  .false. & ! timeseries
270  )
271 
272  type(inputparamdefinitiontype), parameter :: &
274  ( &
275  'OLF', & ! component
276  'DIS2D', & ! subcomponent
277  'DIMENSIONS', & ! block
278  'NCOL', & ! tag name
279  'NCOL', & ! fortran variable
280  'INTEGER', & ! type
281  '', & ! shape
282  'number of columns', & ! longname
283  .true., & ! required
284  .false., & ! developmode
285  .false., & ! multi-record
286  .false., & ! preserve case
287  .false., & ! layered
288  .false. & ! timeseries
289  )
290 
291  type(inputparamdefinitiontype), parameter :: &
293  ( &
294  'OLF', & ! component
295  'DIS2D', & ! subcomponent
296  'GRIDDATA', & ! block
297  'DELR', & ! tag name
298  'DELR', & ! fortran variable
299  'DOUBLE1D', & ! type
300  'NCOL', & ! shape
301  'spacing along a row', & ! longname
302  .true., & ! required
303  .false., & ! developmode
304  .false., & ! multi-record
305  .false., & ! preserve case
306  .false., & ! layered
307  .false. & ! timeseries
308  )
309 
310  type(inputparamdefinitiontype), parameter :: &
312  ( &
313  'OLF', & ! component
314  'DIS2D', & ! subcomponent
315  'GRIDDATA', & ! block
316  'DELC', & ! tag name
317  'DELC', & ! fortran variable
318  'DOUBLE1D', & ! type
319  'NROW', & ! shape
320  'spacing along a column', & ! longname
321  .true., & ! required
322  .false., & ! developmode
323  .false., & ! multi-record
324  .false., & ! preserve case
325  .false., & ! layered
326  .false. & ! timeseries
327  )
328 
329  type(inputparamdefinitiontype), parameter :: &
331  ( &
332  'OLF', & ! component
333  'DIS2D', & ! subcomponent
334  'GRIDDATA', & ! block
335  'BOTTOM', & ! tag name
336  'BOTTOM', & ! fortran variable
337  'DOUBLE2D', & ! type
338  'NCOL NROW', & ! shape
339  'cell bottom elevation', & ! longname
340  .true., & ! required
341  .false., & ! developmode
342  .false., & ! multi-record
343  .false., & ! preserve case
344  .false., & ! layered
345  .false. & ! timeseries
346  )
347 
348  type(inputparamdefinitiontype), parameter :: &
350  ( &
351  'OLF', & ! component
352  'DIS2D', & ! subcomponent
353  'GRIDDATA', & ! block
354  'IDOMAIN', & ! tag name
355  'IDOMAIN', & ! fortran variable
356  'INTEGER2D', & ! type
357  'NCOL NROW', & ! shape
358  'idomain existence array', & ! longname
359  .false., & ! required
360  .false., & ! developmode
361  .false., & ! multi-record
362  .false., & ! preserve case
363  .false., & ! layered
364  .false. & ! timeseries
365  )
366 
367  type(inputparamdefinitiontype), parameter :: &
369  [ &
371  olfdis2d_nogrb, &
373  olfdis2d_grb6, &
378  olfdis2d_angrot, &
380  olfdis2d_crs, &
381  olfdis2d_nrow, &
382  olfdis2d_ncol, &
383  olfdis2d_delr, &
384  olfdis2d_delc, &
385  olfdis2d_bottom, &
387  ]
388 
389  type(inputparamdefinitiontype), parameter :: &
391  [ &
393  ( &
394  '', & ! component
395  '', & ! subcomponent
396  '', & ! block
397  '', & ! tag name
398  '', & ! fortran variable
399  '', & ! type
400  '', & ! shape
401  '', & ! longname
402  .false., & ! required
403  .false., & ! developmode
404  .false., & ! multi-record
405  .false., & ! preserve case
406  .false., & ! layered
407  .false. & ! timeseries
408  ) &
409  ]
410 
411  type(inputblockdefinitiontype), parameter :: &
413  [ &
415  'OPTIONS', & ! blockname
416  .false., & ! required
417  .false., & ! aggregate
418  .false. & ! block_variable
419  ), &
421  'DIMENSIONS', & ! blockname
422  .true., & ! required
423  .false., & ! aggregate
424  .false. & ! block_variable
425  ), &
427  'GRIDDATA', & ! blockname
428  .true., & ! required
429  .false., & ! aggregate
430  .false. & ! block_variable
431  ) &
432  ]
433 
434 end module olfdis2dinputmodule
This module contains simulation constants.
Definition: Constants.f90:9
integer(i4b), parameter lenvarname
maximum length of a variable name
Definition: Constants.f90:17
Input definition module.
type(inputparamdefinitiontype), parameter olfdis2d_grb6
type(inputparamdefinitiontype), parameter olfdis2d_grb_filerecord
type(inputparamdefinitiontype), parameter olfdis2d_delc
type(inputparamdefinitiontype), parameter olfdis2d_idomain
logical, public olf_dis2d_multi_package
type(inputparamdefinitiontype), dimension(*), parameter, public olf_dis2d_aggregate_definitions
type(inputparamdefinitiontype), parameter olfdis2d_nogrb
type(inputparamdefinitiontype), parameter olfdis2d_fileout
type(inputparamdefinitiontype), parameter olfdis2d_bottom
type(inputparamdefinitiontype), parameter olfdis2d_crs
type(inputparamdefinitiontype), parameter olfdis2d_yorigin
type(inputparamdefinitiontype), parameter olfdis2d_grb6_filename
type(inputparamdefinitiontype), parameter olfdis2d_xorigin
type(inputparamdefinitiontype), parameter olfdis2d_ncol
character(len=16), dimension(*), parameter, public olf_dis2d_subpackages
type(inputparamdefinitiontype), parameter olfdis2d_nrow
type(inputparamdefinitiontype), dimension(*), parameter, public olf_dis2d_param_definitions
type(inputblockdefinitiontype), dimension(*), parameter, public olf_dis2d_block_definitions
type(inputparamdefinitiontype), parameter olfdis2d_delr
type(inputparamdefinitiontype), parameter olfdis2d_export_ascii
type(inputparamdefinitiontype), parameter olfdis2d_length_units
type(inputparamdefinitiontype), parameter olfdis2d_angrot
logical, public olf_dis2d_is_advanced
Input block definition. Describes an input block.
Input parameter definition. Describes an input parameter.