MODFLOW 6  version 6.9.0.dev0
USGS Modular Hydrologic Model
olf-dfwidm.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  public olf_dfw_is_advanced
13  public olf_dfw_subpackages
14 
16  logical :: icentral = .false.
17  logical :: lengthconv = .false.
18  logical :: timeconv = .false.
19  logical :: ipakcb = .false.
20  logical :: iprflow = .false.
21  logical :: isavvelocity = .false.
22  logical :: obs_filerecord = .false.
23  logical :: obs6 = .false.
24  logical :: filein = .false.
25  logical :: obs6_filename = .false.
26  logical :: export_ascii = .false.
27  logical :: iswrcond = .false.
28  logical :: manningsn = .false.
29  logical :: idcxs = .false.
30  end type olfdfwparamfoundtype
31 
32  logical :: olf_dfw_multi_package = .false.
33  logical :: olf_dfw_is_advanced = .false.
34 
35  character(len=16), parameter :: &
36  olf_dfw_subpackages(*) = &
37  [ &
38  ' ' &
39  ]
40 
41  type(inputparamdefinitiontype), parameter :: &
43  ( &
44  'OLF', & ! component
45  'DFW', & ! subcomponent
46  'OPTIONS', & ! block
47  'CENTRAL_IN_SPACE', & ! tag name
48  'ICENTRAL', & ! fortran variable
49  'KEYWORD', & ! type
50  '', & ! shape
51  'use central in space weighting', & ! longname
52  .false., & ! required
53  .false., & ! developmode
54  .false., & ! multi-record
55  .false., & ! preserve case
56  .false., & ! layered
57  .false. & ! timeseries
58  )
59 
60  type(inputparamdefinitiontype), parameter :: &
62  ( &
63  'OLF', & ! component
64  'DFW', & ! subcomponent
65  'OPTIONS', & ! block
66  'LENGTH_CONVERSION', & ! tag name
67  'LENGTHCONV', & ! fortran variable
68  'DOUBLE', & ! type
69  '', & ! shape
70  'length conversion factor', & ! longname
71  .false., & ! required
72  .false., & ! developmode
73  .false., & ! multi-record
74  .false., & ! preserve case
75  .false., & ! layered
76  .false. & ! timeseries
77  )
78 
79  type(inputparamdefinitiontype), parameter :: &
81  ( &
82  'OLF', & ! component
83  'DFW', & ! subcomponent
84  'OPTIONS', & ! block
85  'TIME_CONVERSION', & ! tag name
86  'TIMECONV', & ! fortran variable
87  'DOUBLE', & ! type
88  '', & ! shape
89  'time conversion factor', & ! longname
90  .false., & ! required
91  .false., & ! developmode
92  .false., & ! multi-record
93  .false., & ! preserve case
94  .false., & ! layered
95  .false. & ! timeseries
96  )
97 
98  type(inputparamdefinitiontype), parameter :: &
100  ( &
101  'OLF', & ! component
102  'DFW', & ! subcomponent
103  'OPTIONS', & ! block
104  'SAVE_FLOWS', & ! tag name
105  'IPAKCB', & ! fortran variable
106  'KEYWORD', & ! type
107  '', & ! shape
108  'keyword to save DFW flows', & ! longname
109  .false., & ! required
110  .false., & ! developmode
111  .false., & ! multi-record
112  .false., & ! preserve case
113  .false., & ! layered
114  .false. & ! timeseries
115  )
116 
117  type(inputparamdefinitiontype), parameter :: &
119  ( &
120  'OLF', & ! component
121  'DFW', & ! subcomponent
122  'OPTIONS', & ! block
123  'PRINT_FLOWS', & ! tag name
124  'IPRFLOW', & ! fortran variable
125  'KEYWORD', & ! type
126  '', & ! shape
127  'keyword to print DFW flows to listing file', & ! longname
128  .false., & ! required
129  .false., & ! developmode
130  .false., & ! multi-record
131  .false., & ! preserve case
132  .false., & ! layered
133  .false. & ! timeseries
134  )
135 
136  type(inputparamdefinitiontype), parameter :: &
138  ( &
139  'OLF', & ! component
140  'DFW', & ! subcomponent
141  'OPTIONS', & ! block
142  'SAVE_VELOCITY', & ! tag name
143  'ISAVVELOCITY', & ! fortran variable
144  'KEYWORD', & ! type
145  '', & ! shape
146  'keyword to save velocity', & ! longname
147  .false., & ! required
148  .false., & ! developmode
149  .false., & ! multi-record
150  .false., & ! preserve case
151  .false., & ! layered
152  .false. & ! timeseries
153  )
154 
155  type(inputparamdefinitiontype), parameter :: &
157  ( &
158  'OLF', & ! component
159  'DFW', & ! subcomponent
160  'OPTIONS', & ! block
161  'OBS_FILERECORD', & ! tag name
162  'OBS_FILERECORD', & ! fortran variable
163  'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type
164  '', & ! shape
165  '', & ! longname
166  .false., & ! required
167  .false., & ! developmode
168  .false., & ! multi-record
169  .false., & ! preserve case
170  .false., & ! layered
171  .false. & ! timeseries
172  )
173 
174  type(inputparamdefinitiontype), parameter :: &
176  ( &
177  'OLF', & ! component
178  'DFW', & ! subcomponent
179  'OPTIONS', & ! block
180  'OBS6', & ! tag name
181  'OBS6', & ! fortran variable
182  'KEYWORD', & ! type
183  '', & ! shape
184  'obs keyword', & ! longname
185  .true., & ! required
186  .false., & ! developmode
187  .true., & ! multi-record
188  .false., & ! preserve case
189  .false., & ! layered
190  .false. & ! timeseries
191  )
192 
193  type(inputparamdefinitiontype), parameter :: &
195  ( &
196  'OLF', & ! component
197  'DFW', & ! subcomponent
198  'OPTIONS', & ! block
199  'FILEIN', & ! tag name
200  'FILEIN', & ! fortran variable
201  'KEYWORD', & ! type
202  '', & ! shape
203  'file keyword', & ! longname
204  .true., & ! required
205  .false., & ! developmode
206  .true., & ! multi-record
207  .false., & ! preserve case
208  .false., & ! layered
209  .false. & ! timeseries
210  )
211 
212  type(inputparamdefinitiontype), parameter :: &
214  ( &
215  'OLF', & ! component
216  'DFW', & ! subcomponent
217  'OPTIONS', & ! block
218  'OBS6_FILENAME', & ! tag name
219  'OBS6_FILENAME', & ! fortran variable
220  'STRING', & ! type
221  '', & ! shape
222  'obs6 input filename', & ! longname
223  .true., & ! required
224  .false., & ! developmode
225  .true., & ! multi-record
226  .true., & ! preserve case
227  .false., & ! layered
228  .false. & ! timeseries
229  )
230 
231  type(inputparamdefinitiontype), parameter :: &
233  ( &
234  'OLF', & ! component
235  'DFW', & ! subcomponent
236  'OPTIONS', & ! block
237  'EXPORT_ARRAY_ASCII', & ! tag name
238  'EXPORT_ASCII', & ! fortran variable
239  'KEYWORD', & ! type
240  '', & ! shape
241  'export array variables to layered ascii files.', & ! longname
242  .false., & ! required
243  .false., & ! developmode
244  .false., & ! multi-record
245  .false., & ! preserve case
246  .false., & ! layered
247  .false. & ! timeseries
248  )
249 
250  type(inputparamdefinitiontype), parameter :: &
252  ( &
253  'OLF', & ! component
254  'DFW', & ! subcomponent
255  'OPTIONS', & ! block
256  'DEV_SWR_CONDUCTANCE', & ! tag name
257  'ISWRCOND', & ! fortran variable
258  'KEYWORD', & ! type
259  '', & ! shape
260  'use SWR conductance formulation', & ! longname
261  .false., & ! required
262  .false., & ! developmode
263  .false., & ! multi-record
264  .false., & ! preserve case
265  .false., & ! layered
266  .false. & ! timeseries
267  )
268 
269  type(inputparamdefinitiontype), parameter :: &
271  ( &
272  'OLF', & ! component
273  'DFW', & ! subcomponent
274  'GRIDDATA', & ! block
275  'MANNINGSN', & ! tag name
276  'MANNINGSN', & ! fortran variable
277  'DOUBLE1D', & ! type
278  'NODES', & ! shape
279  'mannings roughness coefficient', & ! longname
280  .true., & ! required
281  .false., & ! developmode
282  .false., & ! multi-record
283  .false., & ! preserve case
284  .false., & ! layered
285  .false. & ! timeseries
286  )
287 
288  type(inputparamdefinitiontype), parameter :: &
290  ( &
291  'OLF', & ! component
292  'DFW', & ! subcomponent
293  'GRIDDATA', & ! block
294  'IDCXS', & ! tag name
295  'IDCXS', & ! fortran variable
296  'INTEGER1D', & ! type
297  'NODES', & ! shape
298  'cross section number', & ! longname
299  .false., & ! required
300  .false., & ! developmode
301  .false., & ! multi-record
302  .false., & ! preserve case
303  .false., & ! layered
304  .false. & ! timeseries
305  )
306 
307  type(inputparamdefinitiontype), parameter :: &
309  [ &
310  olfdfw_icentral, &
312  olfdfw_timeconv, &
313  olfdfw_ipakcb, &
314  olfdfw_iprflow, &
317  olfdfw_obs6, &
318  olfdfw_filein, &
321  olfdfw_iswrcond, &
323  olfdfw_idcxs &
324  ]
325 
326  type(inputparamdefinitiontype), parameter :: &
328  [ &
330  ( &
331  '', & ! component
332  '', & ! subcomponent
333  '', & ! block
334  '', & ! tag name
335  '', & ! fortran variable
336  '', & ! type
337  '', & ! shape
338  '', & ! longname
339  .false., & ! required
340  .false., & ! developmode
341  .false., & ! multi-record
342  .false., & ! preserve case
343  .false., & ! layered
344  .false. & ! timeseries
345  ) &
346  ]
347 
348  type(inputblockdefinitiontype), parameter :: &
350  [ &
352  'OPTIONS', & ! blockname
353  .false., & ! required
354  .false., & ! aggregate
355  .false. & ! block_variable
356  ), &
358  'GRIDDATA', & ! blockname
359  .true., & ! required
360  .false., & ! aggregate
361  .false. & ! block_variable
362  ) &
363  ]
364 
365 end module olfdfwinputmodule
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 olfdfw_iswrcond
Definition: olf-dfwidm.f90:250
type(inputblockdefinitiontype), dimension(*), parameter, public olf_dfw_block_definitions
Definition: olf-dfwidm.f90:348
type(inputparamdefinitiontype), parameter olfdfw_iprflow
Definition: olf-dfwidm.f90:117
type(inputparamdefinitiontype), parameter olfdfw_ipakcb
Definition: olf-dfwidm.f90:98
logical, public olf_dfw_multi_package
Definition: olf-dfwidm.f90:32
type(inputparamdefinitiontype), parameter olfdfw_obs6
Definition: olf-dfwidm.f90:174
type(inputparamdefinitiontype), parameter olfdfw_lengthconv
Definition: olf-dfwidm.f90:60
type(inputparamdefinitiontype), dimension(*), parameter, public olf_dfw_aggregate_definitions
Definition: olf-dfwidm.f90:326
character(len=16), dimension(*), parameter, public olf_dfw_subpackages
Definition: olf-dfwidm.f90:35
type(inputparamdefinitiontype), parameter olfdfw_filein
Definition: olf-dfwidm.f90:193
type(inputparamdefinitiontype), parameter olfdfw_obs_filerecord
Definition: olf-dfwidm.f90:155
type(inputparamdefinitiontype), parameter olfdfw_manningsn
Definition: olf-dfwidm.f90:269
type(inputparamdefinitiontype), parameter olfdfw_export_ascii
Definition: olf-dfwidm.f90:231
type(inputparamdefinitiontype), parameter olfdfw_idcxs
Definition: olf-dfwidm.f90:288
type(inputparamdefinitiontype), parameter olfdfw_obs6_filename
Definition: olf-dfwidm.f90:212
type(inputparamdefinitiontype), parameter olfdfw_icentral
Definition: olf-dfwidm.f90:41
type(inputparamdefinitiontype), parameter olfdfw_timeconv
Definition: olf-dfwidm.f90:79
type(inputparamdefinitiontype), parameter olfdfw_isavvelocity
Definition: olf-dfwidm.f90:136
logical, public olf_dfw_is_advanced
Definition: olf-dfwidm.f90:33
type(inputparamdefinitiontype), dimension(*), parameter, public olf_dfw_param_definitions
Definition: olf-dfwidm.f90:307
Input block definition. Describes an input block.
Input parameter definition. Describes an input parameter.