MODFLOW 6  version 6.7.0.dev1
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
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 :: nrow = .false.
26  logical :: ncol = .false.
27  logical :: delr = .false.
28  logical :: delc = .false.
29  logical :: bottom = .false.
30  logical :: idomain = .false.
31  end type olfdis2dparamfoundtype
32 
33  logical :: olf_dis2d_multi_package = .false.
34 
35  character(len=16), parameter :: &
37  [ &
38  ' ' &
39  ]
40 
41  type(inputparamdefinitiontype), parameter :: &
43  ( &
44  'OLF', & ! component
45  'DIS2D', & ! subcomponent
46  'OPTIONS', & ! block
47  'LENGTH_UNITS', & ! tag name
48  'LENGTH_UNITS', & ! fortran variable
49  'STRING', & ! type
50  '', & ! shape
51  'model length units', & ! longname
52  .false., & ! required
53  .false., & ! multi-record
54  .false., & ! preserve case
55  .false., & ! layered
56  .false. & ! timeseries
57  )
58 
59  type(inputparamdefinitiontype), parameter :: &
61  ( &
62  'OLF', & ! component
63  'DIS2D', & ! subcomponent
64  'OPTIONS', & ! block
65  'NOGRB', & ! tag name
66  'NOGRB', & ! fortran variable
67  'KEYWORD', & ! type
68  '', & ! shape
69  'do not write binary grid file', & ! longname
70  .false., & ! required
71  .false., & ! multi-record
72  .false., & ! preserve case
73  .false., & ! layered
74  .false. & ! timeseries
75  )
76 
77  type(inputparamdefinitiontype), parameter :: &
79  ( &
80  'OLF', & ! component
81  'DIS2D', & ! subcomponent
82  'OPTIONS', & ! block
83  'GRB_FILERECORD', & ! tag name
84  'GRB_FILERECORD', & ! fortran variable
85  'RECORD GRB6 FILEOUT GRB6_FILENAME', & ! type
86  '', & ! shape
87  '', & ! longname
88  .false., & ! required
89  .false., & ! multi-record
90  .false., & ! preserve case
91  .false., & ! layered
92  .false. & ! timeseries
93  )
94 
95  type(inputparamdefinitiontype), parameter :: &
97  ( &
98  'OLF', & ! component
99  'DIS2D', & ! subcomponent
100  'OPTIONS', & ! block
101  'GRB6', & ! tag name
102  'GRB6', & ! fortran variable
103  'KEYWORD', & ! type
104  '', & ! shape
105  'grb keyword', & ! longname
106  .true., & ! required
107  .true., & ! multi-record
108  .false., & ! preserve case
109  .false., & ! layered
110  .false. & ! timeseries
111  )
112 
113  type(inputparamdefinitiontype), parameter :: &
115  ( &
116  'OLF', & ! component
117  'DIS2D', & ! subcomponent
118  'OPTIONS', & ! block
119  'FILEOUT', & ! tag name
120  'FILEOUT', & ! fortran variable
121  'KEYWORD', & ! type
122  '', & ! shape
123  'file keyword', & ! longname
124  .true., & ! required
125  .true., & ! multi-record
126  .false., & ! preserve case
127  .false., & ! layered
128  .false. & ! timeseries
129  )
130 
131  type(inputparamdefinitiontype), parameter :: &
133  ( &
134  'OLF', & ! component
135  'DIS2D', & ! subcomponent
136  'OPTIONS', & ! block
137  'GRB6_FILENAME', & ! tag name
138  'GRB6_FILENAME', & ! fortran variable
139  'STRING', & ! type
140  '', & ! shape
141  'file name of GRB information', & ! longname
142  .true., & ! required
143  .true., & ! multi-record
144  .true., & ! preserve case
145  .false., & ! layered
146  .false. & ! timeseries
147  )
148 
149  type(inputparamdefinitiontype), parameter :: &
151  ( &
152  'OLF', & ! component
153  'DIS2D', & ! subcomponent
154  'OPTIONS', & ! block
155  'XORIGIN', & ! tag name
156  'XORIGIN', & ! fortran variable
157  'DOUBLE', & ! type
158  '', & ! shape
159  'x-position of the model grid origin', & ! longname
160  .false., & ! required
161  .false., & ! multi-record
162  .false., & ! preserve case
163  .false., & ! layered
164  .false. & ! timeseries
165  )
166 
167  type(inputparamdefinitiontype), parameter :: &
169  ( &
170  'OLF', & ! component
171  'DIS2D', & ! subcomponent
172  'OPTIONS', & ! block
173  'YORIGIN', & ! tag name
174  'YORIGIN', & ! fortran variable
175  'DOUBLE', & ! type
176  '', & ! shape
177  'y-position of the model grid origin', & ! longname
178  .false., & ! required
179  .false., & ! multi-record
180  .false., & ! preserve case
181  .false., & ! layered
182  .false. & ! timeseries
183  )
184 
185  type(inputparamdefinitiontype), parameter :: &
187  ( &
188  'OLF', & ! component
189  'DIS2D', & ! subcomponent
190  'OPTIONS', & ! block
191  'ANGROT', & ! tag name
192  'ANGROT', & ! fortran variable
193  'DOUBLE', & ! type
194  '', & ! shape
195  'rotation angle', & ! longname
196  .false., & ! required
197  .false., & ! multi-record
198  .false., & ! preserve case
199  .false., & ! layered
200  .false. & ! timeseries
201  )
202 
203  type(inputparamdefinitiontype), parameter :: &
205  ( &
206  'OLF', & ! component
207  'DIS2D', & ! subcomponent
208  'OPTIONS', & ! block
209  'EXPORT_ARRAY_ASCII', & ! tag name
210  'EXPORT_ASCII', & ! fortran variable
211  'KEYWORD', & ! type
212  '', & ! shape
213  'export array variables to layered ascii files.', & ! longname
214  .false., & ! required
215  .false., & ! multi-record
216  .false., & ! preserve case
217  .false., & ! layered
218  .false. & ! timeseries
219  )
220 
221  type(inputparamdefinitiontype), parameter :: &
223  ( &
224  'OLF', & ! component
225  'DIS2D', & ! subcomponent
226  'DIMENSIONS', & ! block
227  'NROW', & ! tag name
228  'NROW', & ! fortran variable
229  'INTEGER', & ! type
230  '', & ! shape
231  'number of rows', & ! longname
232  .true., & ! required
233  .false., & ! multi-record
234  .false., & ! preserve case
235  .false., & ! layered
236  .false. & ! timeseries
237  )
238 
239  type(inputparamdefinitiontype), parameter :: &
241  ( &
242  'OLF', & ! component
243  'DIS2D', & ! subcomponent
244  'DIMENSIONS', & ! block
245  'NCOL', & ! tag name
246  'NCOL', & ! fortran variable
247  'INTEGER', & ! type
248  '', & ! shape
249  'number of columns', & ! longname
250  .true., & ! required
251  .false., & ! multi-record
252  .false., & ! preserve case
253  .false., & ! layered
254  .false. & ! timeseries
255  )
256 
257  type(inputparamdefinitiontype), parameter :: &
259  ( &
260  'OLF', & ! component
261  'DIS2D', & ! subcomponent
262  'GRIDDATA', & ! block
263  'DELR', & ! tag name
264  'DELR', & ! fortran variable
265  'DOUBLE1D', & ! type
266  'NCOL', & ! shape
267  'spacing along a row', & ! longname
268  .true., & ! required
269  .false., & ! multi-record
270  .false., & ! preserve case
271  .false., & ! layered
272  .false. & ! timeseries
273  )
274 
275  type(inputparamdefinitiontype), parameter :: &
277  ( &
278  'OLF', & ! component
279  'DIS2D', & ! subcomponent
280  'GRIDDATA', & ! block
281  'DELC', & ! tag name
282  'DELC', & ! fortran variable
283  'DOUBLE1D', & ! type
284  'NROW', & ! shape
285  'spacing along a column', & ! longname
286  .true., & ! required
287  .false., & ! multi-record
288  .false., & ! preserve case
289  .false., & ! layered
290  .false. & ! timeseries
291  )
292 
293  type(inputparamdefinitiontype), parameter :: &
295  ( &
296  'OLF', & ! component
297  'DIS2D', & ! subcomponent
298  'GRIDDATA', & ! block
299  'BOTTOM', & ! tag name
300  'BOTTOM', & ! fortran variable
301  'DOUBLE2D', & ! type
302  'NCOL NROW', & ! shape
303  'cell bottom elevation', & ! longname
304  .true., & ! required
305  .false., & ! multi-record
306  .false., & ! preserve case
307  .false., & ! layered
308  .false. & ! timeseries
309  )
310 
311  type(inputparamdefinitiontype), parameter :: &
313  ( &
314  'OLF', & ! component
315  'DIS2D', & ! subcomponent
316  'GRIDDATA', & ! block
317  'IDOMAIN', & ! tag name
318  'IDOMAIN', & ! fortran variable
319  'INTEGER2D', & ! type
320  'NCOL NROW', & ! shape
321  'idomain existence array', & ! longname
322  .false., & ! required
323  .false., & ! multi-record
324  .false., & ! preserve case
325  .false., & ! layered
326  .false. & ! timeseries
327  )
328 
329  type(inputparamdefinitiontype), parameter :: &
331  [ &
333  olfdis2d_nogrb, &
335  olfdis2d_grb6, &
340  olfdis2d_angrot, &
342  olfdis2d_nrow, &
343  olfdis2d_ncol, &
344  olfdis2d_delr, &
345  olfdis2d_delc, &
346  olfdis2d_bottom, &
348  ]
349 
350  type(inputparamdefinitiontype), parameter :: &
352  [ &
354  ( &
355  '', & ! component
356  '', & ! subcomponent
357  '', & ! block
358  '', & ! tag name
359  '', & ! fortran variable
360  '', & ! type
361  '', & ! shape
362  '', & ! longname
363  .false., & ! required
364  .false., & ! multi-record
365  .false., & ! preserve case
366  .false., & ! layered
367  .false. & ! timeseries
368  ) &
369  ]
370 
371  type(inputblockdefinitiontype), parameter :: &
373  [ &
375  'OPTIONS', & ! blockname
376  .false., & ! required
377  .false., & ! aggregate
378  .false. & ! block_variable
379  ), &
381  'DIMENSIONS', & ! blockname
382  .true., & ! required
383  .false., & ! aggregate
384  .false. & ! block_variable
385  ), &
387  'GRIDDATA', & ! blockname
388  .true., & ! required
389  .false., & ! aggregate
390  .false. & ! block_variable
391  ) &
392  ]
393 
394 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
This module contains the InputDefinitionModule.
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_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