MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
gwf-rivgidm.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 :: readarraygrid = .false.
16  logical :: auxiliary = .false.
17  logical :: auxmultname = .false.
18  logical :: iprpak = .false.
19  logical :: iprflow = .false.
20  logical :: ipakcb = .false.
21  logical :: obs_filerecord = .false.
22  logical :: obs6 = .false.
23  logical :: filein = .false.
24  logical :: obs6_filename = .false.
25  logical :: mover = .false.
26  logical :: export_nc = .false.
27  logical :: maxbound = .false.
28  logical :: stage = .false.
29  logical :: cond = .false.
30  logical :: rbot = .false.
31  logical :: auxvar = .false.
32  end type gwfrivgparamfoundtype
33 
34  logical :: gwf_rivg_multi_package = .true.
35 
36  character(len=16), parameter :: &
38  [ &
39  ' ' &
40  ]
41 
42  type(inputparamdefinitiontype), parameter :: &
44  ( &
45  'GWF', & ! component
46  'RIVG', & ! subcomponent
47  'OPTIONS', & ! block
48  'READARRAYGRID', & ! tag name
49  'READARRAYGRID', & ! fortran variable
50  'KEYWORD', & ! type
51  '', & ! shape
52  'use array-based grid input', & ! longname
53  .true., & ! required
54  .true., & ! prerelease
55  .false., & ! multi-record
56  .false., & ! preserve case
57  .false., & ! layered
58  .false. & ! timeseries
59  )
60 
61  type(inputparamdefinitiontype), parameter :: &
63  ( &
64  'GWF', & ! component
65  'RIVG', & ! subcomponent
66  'OPTIONS', & ! block
67  'AUXILIARY', & ! tag name
68  'AUXILIARY', & ! fortran variable
69  'STRING', & ! type
70  'NAUX', & ! shape
71  'keyword to specify aux variables', & ! 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  'GWF', & ! component
84  'RIVG', & ! subcomponent
85  'OPTIONS', & ! block
86  'AUXMULTNAME', & ! tag name
87  'AUXMULTNAME', & ! fortran variable
88  'STRING', & ! type
89  '', & ! shape
90  'name of auxiliary variable for multiplier', & ! 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  'GWF', & ! component
103  'RIVG', & ! subcomponent
104  'OPTIONS', & ! block
105  'PRINT_INPUT', & ! tag name
106  'IPRPAK', & ! fortran variable
107  'KEYWORD', & ! type
108  '', & ! shape
109  'print input to listing file', & ! longname
110  .false., & ! required
111  .false., & ! prerelease
112  .false., & ! multi-record
113  .false., & ! preserve case
114  .false., & ! layered
115  .false. & ! timeseries
116  )
117 
118  type(inputparamdefinitiontype), parameter :: &
120  ( &
121  'GWF', & ! component
122  'RIVG', & ! subcomponent
123  'OPTIONS', & ! block
124  'PRINT_FLOWS', & ! tag name
125  'IPRFLOW', & ! fortran variable
126  'KEYWORD', & ! type
127  '', & ! shape
128  'print calculated flows to listing file', & ! longname
129  .false., & ! required
130  .false., & ! prerelease
131  .false., & ! multi-record
132  .false., & ! preserve case
133  .false., & ! layered
134  .false. & ! timeseries
135  )
136 
137  type(inputparamdefinitiontype), parameter :: &
139  ( &
140  'GWF', & ! component
141  'RIVG', & ! subcomponent
142  'OPTIONS', & ! block
143  'SAVE_FLOWS', & ! tag name
144  'IPAKCB', & ! fortran variable
145  'KEYWORD', & ! type
146  '', & ! shape
147  'save RIV flows to budget file', & ! longname
148  .false., & ! required
149  .false., & ! prerelease
150  .false., & ! multi-record
151  .false., & ! preserve case
152  .false., & ! layered
153  .false. & ! timeseries
154  )
155 
156  type(inputparamdefinitiontype), parameter :: &
158  ( &
159  'GWF', & ! component
160  'RIVG', & ! subcomponent
161  'OPTIONS', & ! block
162  'OBS_FILERECORD', & ! tag name
163  'OBS_FILERECORD', & ! fortran variable
164  'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type
165  '', & ! shape
166  '', & ! 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  'GWF', & ! component
179  'RIVG', & ! subcomponent
180  'OPTIONS', & ! block
181  'OBS6', & ! tag name
182  'OBS6', & ! fortran variable
183  'KEYWORD', & ! type
184  '', & ! shape
185  'obs keyword', & ! longname
186  .true., & ! required
187  .false., & ! prerelease
188  .true., & ! multi-record
189  .false., & ! preserve case
190  .false., & ! layered
191  .false. & ! timeseries
192  )
193 
194  type(inputparamdefinitiontype), parameter :: &
196  ( &
197  'GWF', & ! component
198  'RIVG', & ! subcomponent
199  'OPTIONS', & ! block
200  'FILEIN', & ! tag name
201  'FILEIN', & ! fortran variable
202  'KEYWORD', & ! type
203  '', & ! shape
204  'file keyword', & ! longname
205  .true., & ! required
206  .false., & ! prerelease
207  .true., & ! multi-record
208  .false., & ! preserve case
209  .false., & ! layered
210  .false. & ! timeseries
211  )
212 
213  type(inputparamdefinitiontype), parameter :: &
215  ( &
216  'GWF', & ! component
217  'RIVG', & ! subcomponent
218  'OPTIONS', & ! block
219  'OBS6_FILENAME', & ! tag name
220  'OBS6_FILENAME', & ! fortran variable
221  'STRING', & ! type
222  '', & ! shape
223  'obs6 input filename', & ! longname
224  .true., & ! required
225  .false., & ! prerelease
226  .true., & ! multi-record
227  .true., & ! preserve case
228  .false., & ! layered
229  .false. & ! timeseries
230  )
231 
232  type(inputparamdefinitiontype), parameter :: &
234  ( &
235  'GWF', & ! component
236  'RIVG', & ! subcomponent
237  'OPTIONS', & ! block
238  'MOVER', & ! tag name
239  'MOVER', & ! fortran variable
240  'KEYWORD', & ! type
241  '', & ! shape
242  '', & ! longname
243  .false., & ! required
244  .false., & ! prerelease
245  .false., & ! multi-record
246  .false., & ! preserve case
247  .false., & ! layered
248  .false. & ! timeseries
249  )
250 
251  type(inputparamdefinitiontype), parameter :: &
253  ( &
254  'GWF', & ! component
255  'RIVG', & ! subcomponent
256  'OPTIONS', & ! block
257  'EXPORT_ARRAY_NETCDF', & ! tag name
258  'EXPORT_NC', & ! fortran variable
259  'KEYWORD', & ! type
260  '', & ! shape
261  'export array variables to netcdf output files.', & ! longname
262  .false., & ! 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  'GWF', & ! component
274  'RIVG', & ! subcomponent
275  'DIMENSIONS', & ! block
276  'MAXBOUND', & ! tag name
277  'MAXBOUND', & ! fortran variable
278  'INTEGER', & ! type
279  '', & ! shape
280  'maximum number of river cells in any stress period', & ! longname
281  .false., & ! 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  'GWF', & ! component
293  'RIVG', & ! subcomponent
294  'PERIOD', & ! block
295  'STAGE', & ! tag name
296  'STAGE', & ! fortran variable
297  'DOUBLE1D', & ! type
298  'NODES', & ! shape
299  'river stage', & ! longname
300  .true., & ! required
301  .false., & ! prerelease
302  .false., & ! multi-record
303  .false., & ! preserve case
304  .true., & ! layered
305  .false. & ! timeseries
306  )
307 
308  type(inputparamdefinitiontype), parameter :: &
310  ( &
311  'GWF', & ! component
312  'RIVG', & ! subcomponent
313  'PERIOD', & ! block
314  'COND', & ! tag name
315  'COND', & ! fortran variable
316  'DOUBLE1D', & ! type
317  'NODES', & ! shape
318  'river conductnace', & ! longname
319  .true., & ! required
320  .false., & ! prerelease
321  .false., & ! multi-record
322  .false., & ! preserve case
323  .true., & ! layered
324  .false. & ! timeseries
325  )
326 
327  type(inputparamdefinitiontype), parameter :: &
329  ( &
330  'GWF', & ! component
331  'RIVG', & ! subcomponent
332  'PERIOD', & ! block
333  'RBOT', & ! tag name
334  'RBOT', & ! fortran variable
335  'DOUBLE1D', & ! type
336  'NODES', & ! shape
337  'river bottom elevation', & ! longname
338  .true., & ! required
339  .false., & ! prerelease
340  .false., & ! multi-record
341  .false., & ! preserve case
342  .true., & ! layered
343  .false. & ! timeseries
344  )
345 
346  type(inputparamdefinitiontype), parameter :: &
348  ( &
349  'GWF', & ! component
350  'RIVG', & ! subcomponent
351  'PERIOD', & ! block
352  'AUX', & ! tag name
353  'AUXVAR', & ! fortran variable
354  'DOUBLE2D', & ! type
355  'NAUX NODES', & ! shape
356  'river auxiliary variable iaux', & ! longname
357  .false., & ! required
358  .false., & ! prerelease
359  .false., & ! multi-record
360  .false., & ! preserve case
361  .true., & ! layered
362  .false. & ! timeseries
363  )
364 
365  type(inputparamdefinitiontype), parameter :: &
367  [ &
371  gwfrivg_iprpak, &
372  gwfrivg_iprflow, &
373  gwfrivg_ipakcb, &
375  gwfrivg_obs6, &
376  gwfrivg_filein, &
378  gwfrivg_mover, &
381  gwfrivg_stage, &
382  gwfrivg_cond, &
383  gwfrivg_rbot, &
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  .true., & ! required
415  .false., & ! aggregate
416  .false. & ! block_variable
417  ), &
419  'DIMENSIONS', & ! blockname
420  .false., & ! required
421  .false., & ! aggregate
422  .false. & ! block_variable
423  ), &
425  'PERIOD', & ! blockname
426  .true., & ! required
427  .false., & ! aggregate
428  .true. & ! block_variable
429  ) &
430  ]
431 
432 end module gwfrivginputmodule
This module contains simulation constants.
Definition: Constants.f90:9
integer(i4b), parameter lenvarname
maximum length of a variable name
Definition: Constants.f90:17
type(inputparamdefinitiontype), parameter gwfrivg_obs6
type(inputparamdefinitiontype), parameter gwfrivg_filein
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_rivg_param_definitions
type(inputparamdefinitiontype), parameter gwfrivg_iprflow
logical, public gwf_rivg_multi_package
Definition: gwf-rivgidm.f90:34
type(inputparamdefinitiontype), parameter gwfrivg_mover
type(inputparamdefinitiontype), parameter gwfrivg_export_nc
type(inputparamdefinitiontype), parameter gwfrivg_auxmultname
Definition: gwf-rivgidm.f90:80
type(inputparamdefinitiontype), parameter gwfrivg_stage
type(inputparamdefinitiontype), parameter gwfrivg_ipakcb
type(inputparamdefinitiontype), parameter gwfrivg_maxbound
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_rivg_aggregate_definitions
type(inputparamdefinitiontype), parameter gwfrivg_rbot
character(len=16), dimension(*), parameter, public gwf_rivg_subpackages
Definition: gwf-rivgidm.f90:36
type(inputparamdefinitiontype), parameter gwfrivg_auxvar
type(inputparamdefinitiontype), parameter gwfrivg_cond
type(inputparamdefinitiontype), parameter gwfrivg_obs_filerecord
type(inputparamdefinitiontype), parameter gwfrivg_readarraygrid
Definition: gwf-rivgidm.f90:42
type(inputparamdefinitiontype), parameter gwfrivg_iprpak
Definition: gwf-rivgidm.f90:99
type(inputblockdefinitiontype), dimension(*), parameter, public gwf_rivg_block_definitions
type(inputparamdefinitiontype), parameter gwfrivg_obs6_filename
type(inputparamdefinitiontype), parameter gwfrivg_auxiliary
Definition: gwf-rivgidm.f90:61
This module contains the InputDefinitionModule.