MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
gwf-rchaidm.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 :: readasarrays = .false.
16  logical :: fixed_cell = .false.
17  logical :: auxiliary = .false.
18  logical :: auxmultname = .false.
19  logical :: iprpak = .false.
20  logical :: iprflow = .false.
21  logical :: ipakcb = .false.
22  logical :: tas_filerecord = .false.
23  logical :: tas6 = .false.
24  logical :: filein = .false.
25  logical :: tas6_filename = .false.
26  logical :: obs_filerecord = .false.
27  logical :: obs6 = .false.
28  logical :: obs6_filename = .false.
29  logical :: export_nc = .false.
30  logical :: irch = .false.
31  logical :: recharge = .false.
32  logical :: auxvar = .false.
33  end type gwfrchaparamfoundtype
34 
35  logical :: gwf_rcha_multi_package = .true.
36 
37  character(len=16), parameter :: &
39  [ &
40  ' ' &
41  ]
42 
43  type(inputparamdefinitiontype), parameter :: &
45  ( &
46  'GWF', & ! component
47  'RCHA', & ! subcomponent
48  'OPTIONS', & ! block
49  'READASARRAYS', & ! tag name
50  'READASARRAYS', & ! fortran variable
51  'KEYWORD', & ! type
52  '', & ! shape
53  'use array-based input', & ! longname
54  .true., & ! required
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  'RCHA', & ! subcomponent
66  'OPTIONS', & ! block
67  'FIXED_CELL', & ! tag name
68  'FIXED_CELL', & ! fortran variable
69  'KEYWORD', & ! type
70  '', & ! shape
71  'if cell is dry do not apply recharge to underlying cell', & ! longname
72  .false., & ! required
73  .false., & ! multi-record
74  .false., & ! preserve case
75  .false., & ! layered
76  .false. & ! timeseries
77  )
78 
79  type(inputparamdefinitiontype), parameter :: &
81  ( &
82  'GWF', & ! component
83  'RCHA', & ! subcomponent
84  'OPTIONS', & ! block
85  'AUXILIARY', & ! tag name
86  'AUXILIARY', & ! fortran variable
87  'STRING', & ! type
88  'NAUX', & ! shape
89  'keyword to specify aux variables', & ! longname
90  .false., & ! required
91  .false., & ! multi-record
92  .false., & ! preserve case
93  .false., & ! layered
94  .false. & ! timeseries
95  )
96 
97  type(inputparamdefinitiontype), parameter :: &
99  ( &
100  'GWF', & ! component
101  'RCHA', & ! subcomponent
102  'OPTIONS', & ! block
103  'AUXMULTNAME', & ! tag name
104  'AUXMULTNAME', & ! fortran variable
105  'STRING', & ! type
106  '', & ! shape
107  'name of auxiliary variable for multiplier', & ! longname
108  .false., & ! required
109  .false., & ! multi-record
110  .false., & ! preserve case
111  .false., & ! layered
112  .false. & ! timeseries
113  )
114 
115  type(inputparamdefinitiontype), parameter :: &
117  ( &
118  'GWF', & ! component
119  'RCHA', & ! subcomponent
120  'OPTIONS', & ! block
121  'PRINT_INPUT', & ! tag name
122  'IPRPAK', & ! fortran variable
123  'KEYWORD', & ! type
124  '', & ! shape
125  'print input to listing file', & ! longname
126  .false., & ! required
127  .false., & ! multi-record
128  .false., & ! preserve case
129  .false., & ! layered
130  .false. & ! timeseries
131  )
132 
133  type(inputparamdefinitiontype), parameter :: &
135  ( &
136  'GWF', & ! component
137  'RCHA', & ! subcomponent
138  'OPTIONS', & ! block
139  'PRINT_FLOWS', & ! tag name
140  'IPRFLOW', & ! fortran variable
141  'KEYWORD', & ! type
142  '', & ! shape
143  'print recharge rates to listing file', & ! longname
144  .false., & ! required
145  .false., & ! multi-record
146  .false., & ! preserve case
147  .false., & ! layered
148  .false. & ! timeseries
149  )
150 
151  type(inputparamdefinitiontype), parameter :: &
153  ( &
154  'GWF', & ! component
155  'RCHA', & ! subcomponent
156  'OPTIONS', & ! block
157  'SAVE_FLOWS', & ! tag name
158  'IPAKCB', & ! fortran variable
159  'KEYWORD', & ! type
160  '', & ! shape
161  'save CHD flows to budget file', & ! longname
162  .false., & ! required
163  .false., & ! multi-record
164  .false., & ! preserve case
165  .false., & ! layered
166  .false. & ! timeseries
167  )
168 
169  type(inputparamdefinitiontype), parameter :: &
171  ( &
172  'GWF', & ! component
173  'RCHA', & ! subcomponent
174  'OPTIONS', & ! block
175  'TAS_FILERECORD', & ! tag name
176  'TAS_FILERECORD', & ! fortran variable
177  'RECORD TAS6 FILEIN TAS6_FILENAME', & ! type
178  '', & ! shape
179  '', & ! longname
180  .false., & ! required
181  .false., & ! multi-record
182  .false., & ! preserve case
183  .false., & ! layered
184  .false. & ! timeseries
185  )
186 
187  type(inputparamdefinitiontype), parameter :: &
189  ( &
190  'GWF', & ! component
191  'RCHA', & ! subcomponent
192  'OPTIONS', & ! block
193  'TAS6', & ! tag name
194  'TAS6', & ! fortran variable
195  'KEYWORD', & ! type
196  '', & ! shape
197  'head keyword', & ! longname
198  .true., & ! required
199  .true., & ! multi-record
200  .false., & ! preserve case
201  .false., & ! layered
202  .false. & ! timeseries
203  )
204 
205  type(inputparamdefinitiontype), parameter :: &
207  ( &
208  'GWF', & ! component
209  'RCHA', & ! subcomponent
210  'OPTIONS', & ! block
211  'FILEIN', & ! tag name
212  'FILEIN', & ! fortran variable
213  'KEYWORD', & ! type
214  '', & ! shape
215  'file keyword', & ! longname
216  .true., & ! required
217  .true., & ! multi-record
218  .false., & ! preserve case
219  .false., & ! layered
220  .false. & ! timeseries
221  )
222 
223  type(inputparamdefinitiontype), parameter :: &
225  ( &
226  'GWF', & ! component
227  'RCHA', & ! subcomponent
228  'OPTIONS', & ! block
229  'TAS6_FILENAME', & ! tag name
230  'TAS6_FILENAME', & ! fortran variable
231  'STRING', & ! type
232  '', & ! shape
233  'file name of time series information', & ! longname
234  .true., & ! required
235  .true., & ! multi-record
236  .true., & ! preserve case
237  .false., & ! layered
238  .false. & ! timeseries
239  )
240 
241  type(inputparamdefinitiontype), parameter :: &
243  ( &
244  'GWF', & ! component
245  'RCHA', & ! subcomponent
246  'OPTIONS', & ! block
247  'OBS_FILERECORD', & ! tag name
248  'OBS_FILERECORD', & ! fortran variable
249  'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type
250  '', & ! shape
251  '', & ! longname
252  .false., & ! required
253  .false., & ! multi-record
254  .false., & ! preserve case
255  .false., & ! layered
256  .false. & ! timeseries
257  )
258 
259  type(inputparamdefinitiontype), parameter :: &
261  ( &
262  'GWF', & ! component
263  'RCHA', & ! subcomponent
264  'OPTIONS', & ! block
265  'OBS6', & ! tag name
266  'OBS6', & ! fortran variable
267  'KEYWORD', & ! type
268  '', & ! shape
269  'obs keyword', & ! longname
270  .true., & ! required
271  .true., & ! multi-record
272  .false., & ! preserve case
273  .false., & ! layered
274  .false. & ! timeseries
275  )
276 
277  type(inputparamdefinitiontype), parameter :: &
279  ( &
280  'GWF', & ! component
281  'RCHA', & ! subcomponent
282  'OPTIONS', & ! block
283  'OBS6_FILENAME', & ! tag name
284  'OBS6_FILENAME', & ! fortran variable
285  'STRING', & ! type
286  '', & ! shape
287  'obs6 input filename', & ! longname
288  .true., & ! required
289  .true., & ! multi-record
290  .true., & ! preserve case
291  .false., & ! layered
292  .false. & ! timeseries
293  )
294 
295  type(inputparamdefinitiontype), parameter :: &
297  ( &
298  'GWF', & ! component
299  'RCHA', & ! subcomponent
300  'OPTIONS', & ! block
301  'EXPORT_ARRAY_NETCDF', & ! tag name
302  'EXPORT_NC', & ! fortran variable
303  'KEYWORD', & ! type
304  '', & ! shape
305  'export array variables to netcdf output files.', & ! longname
306  .false., & ! required
307  .false., & ! multi-record
308  .false., & ! preserve case
309  .false., & ! layered
310  .false. & ! timeseries
311  )
312 
313  type(inputparamdefinitiontype), parameter :: &
315  ( &
316  'GWF', & ! component
317  'RCHA', & ! subcomponent
318  'PERIOD', & ! block
319  'IRCH', & ! tag name
320  'IRCH', & ! fortran variable
321  'INTEGER1D', & ! type
322  'NCPL', & ! shape
323  'layer number for recharge', & ! longname
324  .false., & ! required
325  .false., & ! multi-record
326  .false., & ! preserve case
327  .false., & ! layered
328  .false. & ! timeseries
329  )
330 
331  type(inputparamdefinitiontype), parameter :: &
333  ( &
334  'GWF', & ! component
335  'RCHA', & ! subcomponent
336  'PERIOD', & ! block
337  'RECHARGE', & ! tag name
338  'RECHARGE', & ! fortran variable
339  'DOUBLE1D', & ! type
340  'NCPL', & ! shape
341  'recharge rate', & ! longname
342  .true., & ! required
343  .false., & ! multi-record
344  .false., & ! preserve case
345  .false., & ! layered
346  .true. & ! timeseries
347  )
348 
349  type(inputparamdefinitiontype), parameter :: &
351  ( &
352  'GWF', & ! component
353  'RCHA', & ! subcomponent
354  'PERIOD', & ! block
355  'AUX', & ! tag name
356  'AUXVAR', & ! fortran variable
357  'DOUBLE2D', & ! type
358  'NAUX NCPL', & ! shape
359  'recharge auxiliary variable iaux', & ! longname
360  .false., & ! required
361  .false., & ! multi-record
362  .false., & ! preserve case
363  .false., & ! layered
364  .true. & ! timeseries
365  )
366 
367  type(inputparamdefinitiontype), parameter :: &
369  [ &
374  gwfrcha_iprpak, &
375  gwfrcha_iprflow, &
376  gwfrcha_ipakcb, &
378  gwfrcha_tas6, &
379  gwfrcha_filein, &
382  gwfrcha_obs6, &
385  gwfrcha_irch, &
388  ]
389 
390  type(inputparamdefinitiontype), parameter :: &
392  [ &
394  ( &
395  '', & ! component
396  '', & ! subcomponent
397  '', & ! block
398  '', & ! tag name
399  '', & ! fortran variable
400  '', & ! type
401  '', & ! shape
402  '', & ! longname
403  .false., & ! required
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  .true., & ! required
417  .false., & ! aggregate
418  .false. & ! block_variable
419  ), &
421  'PERIOD', & ! blockname
422  .true., & ! required
423  .false., & ! aggregate
424  .true. & ! block_variable
425  ) &
426  ]
427 
428 end module gwfrchainputmodule
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 gwfrcha_tas6_filename
type(inputparamdefinitiontype), parameter gwfrcha_auxvar
type(inputparamdefinitiontype), parameter gwfrcha_obs6
type(inputparamdefinitiontype), parameter gwfrcha_irch
character(len=16), dimension(*), parameter, public gwf_rcha_subpackages
Definition: gwf-rchaidm.f90:37
type(inputparamdefinitiontype), parameter gwfrcha_iprflow
type(inputparamdefinitiontype), parameter gwfrcha_auxmultname
Definition: gwf-rchaidm.f90:97
type(inputparamdefinitiontype), parameter gwfrcha_auxiliary
Definition: gwf-rchaidm.f90:79
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_rcha_aggregate_definitions
type(inputparamdefinitiontype), parameter gwfrcha_fixed_cell
Definition: gwf-rchaidm.f90:61
type(inputparamdefinitiontype), parameter gwfrcha_recharge
logical, public gwf_rcha_multi_package
Definition: gwf-rchaidm.f90:35
type(inputparamdefinitiontype), parameter gwfrcha_tas6
type(inputparamdefinitiontype), parameter gwfrcha_obs_filerecord
type(inputparamdefinitiontype), parameter gwfrcha_iprpak
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_rcha_param_definitions
type(inputparamdefinitiontype), parameter gwfrcha_ipakcb
type(inputparamdefinitiontype), parameter gwfrcha_filein
type(inputblockdefinitiontype), dimension(*), parameter, public gwf_rcha_block_definitions
type(inputparamdefinitiontype), parameter gwfrcha_export_nc
type(inputparamdefinitiontype), parameter gwfrcha_obs6_filename
type(inputparamdefinitiontype), parameter gwfrcha_tas_filerecord
type(inputparamdefinitiontype), parameter gwfrcha_readasarrays
Definition: gwf-rchaidm.f90:43
This module contains the InputDefinitionModule.