MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
gwfrchainputmodule Module Reference

Data Types

type  gwfrchaparamfoundtype
 

Variables

logical, public gwf_rcha_multi_package = .true.
 
type(inputparamdefinitiontype), parameter gwfrcha_readasarrays = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'READASARRAYS', 'READASARRAYS', 'KEYWORD', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfrcha_fixed_cell = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'FIXED_CELL', 'FIXED_CELL', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfrcha_auxiliary = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'AUXILIARY', 'AUXILIARY', 'STRING', 'NAUX', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfrcha_auxmultname = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'AUXMULTNAME', 'AUXMULTNAME', 'STRING', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfrcha_iprpak = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'PRINT_INPUT', 'IPRPAK', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfrcha_iprflow = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'PRINT_FLOWS', 'IPRFLOW', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfrcha_ipakcb = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfrcha_tas_filerecord = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'TAS_FILERECORD', 'TAS_FILERECORD', 'RECORD TAS6 FILEIN TAS6_FILENAME', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfrcha_tas6 = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'TAS6', 'TAS6', 'KEYWORD', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfrcha_filein = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfrcha_tas6_filename = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'TAS6_FILENAME', 'TAS6_FILENAME', 'STRING', '', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfrcha_obs_filerecord = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfrcha_obs6 = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfrcha_obs6_filename = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfrcha_irch = InputParamDefinitionType ( 'GWF', 'RCHA', 'PERIOD', 'IRCH', 'IRCH', 'INTEGER1D', 'NCPL', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfrcha_recharge = InputParamDefinitionType ( 'GWF', 'RCHA', 'PERIOD', 'RECHARGE', 'RECHARGE', 'DOUBLE1D', 'NCPL', .true., .false., .false., .false., .true. )
 
type(inputparamdefinitiontype), parameter gwfrcha_auxvar = InputParamDefinitionType ( 'GWF', 'RCHA', 'PERIOD', 'AUX', 'AUXVAR', 'DOUBLE2D', 'NAUX NCPL', .false., .false., .false., .false., .true. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_rcha_param_definitions = [ gwfrcha_readasarrays, gwfrcha_fixed_cell, gwfrcha_auxiliary, gwfrcha_auxmultname, gwfrcha_iprpak, gwfrcha_iprflow, gwfrcha_ipakcb, gwfrcha_tas_filerecord, gwfrcha_tas6, gwfrcha_filein, gwfrcha_tas6_filename, gwfrcha_obs_filerecord, gwfrcha_obs6, gwfrcha_obs6_filename, gwfrcha_irch, gwfrcha_recharge, gwfrcha_auxvar ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_rcha_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwf_rcha_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .true., .false., .true. ) ]
 

Variable Documentation

◆ gwf_rcha_aggregate_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public gwfrchainputmodule::gwf_rcha_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]

Definition at line 346 of file gwf-rchaidm.f90.

346  type(InputParamDefinitionType), parameter :: &
347  gwf_rcha_aggregate_definitions(*) = &
348  [ &
349  inputparamdefinitiontype &
350  ( &
351  '', & ! component
352  '', & ! subcomponent
353  '', & ! block
354  '', & ! tag name
355  '', & ! fortran variable
356  '', & ! type
357  '', & ! shape
358  .false., & ! required
359  .false., & ! multi-record
360  .false., & ! preserve case
361  .false., & ! layered
362  .false. & ! timeseries
363  ) &
364  ]

◆ gwf_rcha_block_definitions

type(inputblockdefinitiontype), dimension(*), parameter, public gwfrchainputmodule::gwf_rcha_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .true., .false., .true. ) ]

Definition at line 366 of file gwf-rchaidm.f90.

366  type(InputBlockDefinitionType), parameter :: &
367  gwf_rcha_block_definitions(*) = &
368  [ &
369  inputblockdefinitiontype( &
370  'OPTIONS', & ! blockname
371  .true., & ! required
372  .false., & ! aggregate
373  .false. & ! block_variable
374  ), &
375  inputblockdefinitiontype( &
376  'PERIOD', & ! blockname
377  .true., & ! required
378  .false., & ! aggregate
379  .true. & ! block_variable
380  ) &
381  ]

◆ gwf_rcha_multi_package

logical, public gwfrchainputmodule::gwf_rcha_multi_package = .true.

Definition at line 33 of file gwf-rchaidm.f90.

33  logical :: gwf_rcha_multi_package = .true.

◆ gwf_rcha_param_definitions

Definition at line 324 of file gwf-rchaidm.f90.

324  type(InputParamDefinitionType), parameter :: &
325  gwf_rcha_param_definitions(*) = &
326  [ &
327  gwfrcha_readasarrays, &
328  gwfrcha_fixed_cell, &
329  gwfrcha_auxiliary, &
330  gwfrcha_auxmultname, &
331  gwfrcha_iprpak, &
332  gwfrcha_iprflow, &
333  gwfrcha_ipakcb, &
334  gwfrcha_tas_filerecord, &
335  gwfrcha_tas6, &
336  gwfrcha_filein, &
337  gwfrcha_tas6_filename, &
338  gwfrcha_obs_filerecord, &
339  gwfrcha_obs6, &
340  gwfrcha_obs6_filename, &
341  gwfrcha_irch, &
342  gwfrcha_recharge, &
343  gwfrcha_auxvar &
344  ]

◆ gwfrcha_auxiliary

type(inputparamdefinitiontype), parameter gwfrchainputmodule::gwfrcha_auxiliary = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'AUXILIARY', 'AUXILIARY', 'STRING', 'NAUX', .false., .false., .false., .false., .false. )
private

Definition at line 69 of file gwf-rchaidm.f90.

69  type(InputParamDefinitionType), parameter :: &
70  gwfrcha_auxiliary = inputparamdefinitiontype &
71  ( &
72  'GWF', & ! component
73  'RCHA', & ! subcomponent
74  'OPTIONS', & ! block
75  'AUXILIARY', & ! tag name
76  'AUXILIARY', & ! fortran variable
77  'STRING', & ! type
78  'NAUX', & ! shape
79  .false., & ! required
80  .false., & ! multi-record
81  .false., & ! preserve case
82  .false., & ! layered
83  .false. & ! timeseries
84  )

◆ gwfrcha_auxmultname

type(inputparamdefinitiontype), parameter gwfrchainputmodule::gwfrcha_auxmultname = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'AUXMULTNAME', 'AUXMULTNAME', 'STRING', '', .false., .false., .false., .false., .false. )
private

Definition at line 86 of file gwf-rchaidm.f90.

86  type(InputParamDefinitionType), parameter :: &
87  gwfrcha_auxmultname = inputparamdefinitiontype &
88  ( &
89  'GWF', & ! component
90  'RCHA', & ! subcomponent
91  'OPTIONS', & ! block
92  'AUXMULTNAME', & ! tag name
93  'AUXMULTNAME', & ! fortran variable
94  'STRING', & ! type
95  '', & ! shape
96  .false., & ! required
97  .false., & ! multi-record
98  .false., & ! preserve case
99  .false., & ! layered
100  .false. & ! timeseries
101  )

◆ gwfrcha_auxvar

type(inputparamdefinitiontype), parameter gwfrchainputmodule::gwfrcha_auxvar = InputParamDefinitionType ( 'GWF', 'RCHA', 'PERIOD', 'AUX', 'AUXVAR', 'DOUBLE2D', 'NAUX NCPL', .false., .false., .false., .false., .true. )
private

Definition at line 307 of file gwf-rchaidm.f90.

307  type(InputParamDefinitionType), parameter :: &
308  gwfrcha_auxvar = inputparamdefinitiontype &
309  ( &
310  'GWF', & ! component
311  'RCHA', & ! subcomponent
312  'PERIOD', & ! block
313  'AUX', & ! tag name
314  'AUXVAR', & ! fortran variable
315  'DOUBLE2D', & ! type
316  'NAUX NCPL', & ! shape
317  .false., & ! required
318  .false., & ! multi-record
319  .false., & ! preserve case
320  .false., & ! layered
321  .true. & ! timeseries
322  )

◆ gwfrcha_filein

type(inputparamdefinitiontype), parameter gwfrchainputmodule::gwfrcha_filein = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', .true., .true., .false., .false., .false. )
private

Definition at line 188 of file gwf-rchaidm.f90.

188  type(InputParamDefinitionType), parameter :: &
189  gwfrcha_filein = inputparamdefinitiontype &
190  ( &
191  'GWF', & ! component
192  'RCHA', & ! subcomponent
193  'OPTIONS', & ! block
194  'FILEIN', & ! tag name
195  'FILEIN', & ! fortran variable
196  'KEYWORD', & ! type
197  '', & ! shape
198  .true., & ! required
199  .true., & ! multi-record
200  .false., & ! preserve case
201  .false., & ! layered
202  .false. & ! timeseries
203  )

◆ gwfrcha_fixed_cell

type(inputparamdefinitiontype), parameter gwfrchainputmodule::gwfrcha_fixed_cell = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'FIXED_CELL', 'FIXED_CELL', 'KEYWORD', '', .false., .false., .false., .false., .false. )
private

Definition at line 52 of file gwf-rchaidm.f90.

52  type(InputParamDefinitionType), parameter :: &
53  gwfrcha_fixed_cell = inputparamdefinitiontype &
54  ( &
55  'GWF', & ! component
56  'RCHA', & ! subcomponent
57  'OPTIONS', & ! block
58  'FIXED_CELL', & ! tag name
59  'FIXED_CELL', & ! fortran variable
60  'KEYWORD', & ! type
61  '', & ! shape
62  .false., & ! required
63  .false., & ! multi-record
64  .false., & ! preserve case
65  .false., & ! layered
66  .false. & ! timeseries
67  )

◆ gwfrcha_ipakcb

type(inputparamdefinitiontype), parameter gwfrchainputmodule::gwfrcha_ipakcb = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', .false., .false., .false., .false., .false. )
private

Definition at line 137 of file gwf-rchaidm.f90.

137  type(InputParamDefinitionType), parameter :: &
138  gwfrcha_ipakcb = inputparamdefinitiontype &
139  ( &
140  'GWF', & ! component
141  'RCHA', & ! subcomponent
142  'OPTIONS', & ! block
143  'SAVE_FLOWS', & ! tag name
144  'IPAKCB', & ! fortran variable
145  'KEYWORD', & ! type
146  '', & ! shape
147  .false., & ! required
148  .false., & ! multi-record
149  .false., & ! preserve case
150  .false., & ! layered
151  .false. & ! timeseries
152  )

◆ gwfrcha_iprflow

type(inputparamdefinitiontype), parameter gwfrchainputmodule::gwfrcha_iprflow = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'PRINT_FLOWS', 'IPRFLOW', 'KEYWORD', '', .false., .false., .false., .false., .false. )
private

Definition at line 120 of file gwf-rchaidm.f90.

120  type(InputParamDefinitionType), parameter :: &
121  gwfrcha_iprflow = inputparamdefinitiontype &
122  ( &
123  'GWF', & ! component
124  'RCHA', & ! subcomponent
125  'OPTIONS', & ! block
126  'PRINT_FLOWS', & ! tag name
127  'IPRFLOW', & ! fortran variable
128  'KEYWORD', & ! type
129  '', & ! shape
130  .false., & ! required
131  .false., & ! multi-record
132  .false., & ! preserve case
133  .false., & ! layered
134  .false. & ! timeseries
135  )

◆ gwfrcha_iprpak

type(inputparamdefinitiontype), parameter gwfrchainputmodule::gwfrcha_iprpak = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'PRINT_INPUT', 'IPRPAK', 'KEYWORD', '', .false., .false., .false., .false., .false. )
private

Definition at line 103 of file gwf-rchaidm.f90.

103  type(InputParamDefinitionType), parameter :: &
104  gwfrcha_iprpak = inputparamdefinitiontype &
105  ( &
106  'GWF', & ! component
107  'RCHA', & ! subcomponent
108  'OPTIONS', & ! block
109  'PRINT_INPUT', & ! tag name
110  'IPRPAK', & ! fortran variable
111  'KEYWORD', & ! type
112  '', & ! shape
113  .false., & ! required
114  .false., & ! multi-record
115  .false., & ! preserve case
116  .false., & ! layered
117  .false. & ! timeseries
118  )

◆ gwfrcha_irch

type(inputparamdefinitiontype), parameter gwfrchainputmodule::gwfrcha_irch = InputParamDefinitionType ( 'GWF', 'RCHA', 'PERIOD', 'IRCH', 'IRCH', 'INTEGER1D', 'NCPL', .false., .false., .false., .false., .false. )
private

Definition at line 273 of file gwf-rchaidm.f90.

273  type(InputParamDefinitionType), parameter :: &
274  gwfrcha_irch = inputparamdefinitiontype &
275  ( &
276  'GWF', & ! component
277  'RCHA', & ! subcomponent
278  'PERIOD', & ! block
279  'IRCH', & ! tag name
280  'IRCH', & ! fortran variable
281  'INTEGER1D', & ! type
282  'NCPL', & ! shape
283  .false., & ! required
284  .false., & ! multi-record
285  .false., & ! preserve case
286  .false., & ! layered
287  .false. & ! timeseries
288  )

◆ gwfrcha_obs6

type(inputparamdefinitiontype), parameter gwfrchainputmodule::gwfrcha_obs6 = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', .true., .true., .false., .false., .false. )
private

Definition at line 239 of file gwf-rchaidm.f90.

239  type(InputParamDefinitionType), parameter :: &
240  gwfrcha_obs6 = inputparamdefinitiontype &
241  ( &
242  'GWF', & ! component
243  'RCHA', & ! subcomponent
244  'OPTIONS', & ! block
245  'OBS6', & ! tag name
246  'OBS6', & ! fortran variable
247  'KEYWORD', & ! type
248  '', & ! shape
249  .true., & ! required
250  .true., & ! multi-record
251  .false., & ! preserve case
252  .false., & ! layered
253  .false. & ! timeseries
254  )

◆ gwfrcha_obs6_filename

type(inputparamdefinitiontype), parameter gwfrchainputmodule::gwfrcha_obs6_filename = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', .true., .true., .true., .false., .false. )
private

Definition at line 256 of file gwf-rchaidm.f90.

256  type(InputParamDefinitionType), parameter :: &
257  gwfrcha_obs6_filename = inputparamdefinitiontype &
258  ( &
259  'GWF', & ! component
260  'RCHA', & ! subcomponent
261  'OPTIONS', & ! block
262  'OBS6_FILENAME', & ! tag name
263  'OBS6_FILENAME', & ! fortran variable
264  'STRING', & ! type
265  '', & ! shape
266  .true., & ! required
267  .true., & ! multi-record
268  .true., & ! preserve case
269  .false., & ! layered
270  .false. & ! timeseries
271  )

◆ gwfrcha_obs_filerecord

type(inputparamdefinitiontype), parameter gwfrchainputmodule::gwfrcha_obs_filerecord = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', .false., .false., .false., .false., .false. )
private

Definition at line 222 of file gwf-rchaidm.f90.

222  type(InputParamDefinitionType), parameter :: &
223  gwfrcha_obs_filerecord = inputparamdefinitiontype &
224  ( &
225  'GWF', & ! component
226  'RCHA', & ! subcomponent
227  'OPTIONS', & ! block
228  'OBS_FILERECORD', & ! tag name
229  'OBS_FILERECORD', & ! fortran variable
230  'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type
231  '', & ! shape
232  .false., & ! required
233  .false., & ! multi-record
234  .false., & ! preserve case
235  .false., & ! layered
236  .false. & ! timeseries
237  )

◆ gwfrcha_readasarrays

type(inputparamdefinitiontype), parameter gwfrchainputmodule::gwfrcha_readasarrays = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'READASARRAYS', 'READASARRAYS', 'KEYWORD', '', .true., .false., .false., .false., .false. )
private

Definition at line 35 of file gwf-rchaidm.f90.

35  type(InputParamDefinitionType), parameter :: &
36  gwfrcha_readasarrays = inputparamdefinitiontype &
37  ( &
38  'GWF', & ! component
39  'RCHA', & ! subcomponent
40  'OPTIONS', & ! block
41  'READASARRAYS', & ! tag name
42  'READASARRAYS', & ! fortran variable
43  'KEYWORD', & ! type
44  '', & ! shape
45  .true., & ! required
46  .false., & ! multi-record
47  .false., & ! preserve case
48  .false., & ! layered
49  .false. & ! timeseries
50  )

◆ gwfrcha_recharge

type(inputparamdefinitiontype), parameter gwfrchainputmodule::gwfrcha_recharge = InputParamDefinitionType ( 'GWF', 'RCHA', 'PERIOD', 'RECHARGE', 'RECHARGE', 'DOUBLE1D', 'NCPL', .true., .false., .false., .false., .true. )
private

Definition at line 290 of file gwf-rchaidm.f90.

290  type(InputParamDefinitionType), parameter :: &
291  gwfrcha_recharge = inputparamdefinitiontype &
292  ( &
293  'GWF', & ! component
294  'RCHA', & ! subcomponent
295  'PERIOD', & ! block
296  'RECHARGE', & ! tag name
297  'RECHARGE', & ! fortran variable
298  'DOUBLE1D', & ! type
299  'NCPL', & ! shape
300  .true., & ! required
301  .false., & ! multi-record
302  .false., & ! preserve case
303  .false., & ! layered
304  .true. & ! timeseries
305  )

◆ gwfrcha_tas6

type(inputparamdefinitiontype), parameter gwfrchainputmodule::gwfrcha_tas6 = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'TAS6', 'TAS6', 'KEYWORD', '', .true., .true., .false., .false., .false. )
private

Definition at line 171 of file gwf-rchaidm.f90.

171  type(InputParamDefinitionType), parameter :: &
172  gwfrcha_tas6 = inputparamdefinitiontype &
173  ( &
174  'GWF', & ! component
175  'RCHA', & ! subcomponent
176  'OPTIONS', & ! block
177  'TAS6', & ! tag name
178  'TAS6', & ! fortran variable
179  'KEYWORD', & ! type
180  '', & ! shape
181  .true., & ! required
182  .true., & ! multi-record
183  .false., & ! preserve case
184  .false., & ! layered
185  .false. & ! timeseries
186  )

◆ gwfrcha_tas6_filename

type(inputparamdefinitiontype), parameter gwfrchainputmodule::gwfrcha_tas6_filename = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'TAS6_FILENAME', 'TAS6_FILENAME', 'STRING', '', .true., .true., .true., .false., .false. )
private

Definition at line 205 of file gwf-rchaidm.f90.

205  type(InputParamDefinitionType), parameter :: &
206  gwfrcha_tas6_filename = inputparamdefinitiontype &
207  ( &
208  'GWF', & ! component
209  'RCHA', & ! subcomponent
210  'OPTIONS', & ! block
211  'TAS6_FILENAME', & ! tag name
212  'TAS6_FILENAME', & ! fortran variable
213  'STRING', & ! type
214  '', & ! shape
215  .true., & ! required
216  .true., & ! multi-record
217  .true., & ! preserve case
218  .false., & ! layered
219  .false. & ! timeseries
220  )

◆ gwfrcha_tas_filerecord

type(inputparamdefinitiontype), parameter gwfrchainputmodule::gwfrcha_tas_filerecord = InputParamDefinitionType ( 'GWF', 'RCHA', 'OPTIONS', 'TAS_FILERECORD', 'TAS_FILERECORD', 'RECORD TAS6 FILEIN TAS6_FILENAME', '', .false., .false., .false., .false., .false. )
private

Definition at line 154 of file gwf-rchaidm.f90.

154  type(InputParamDefinitionType), parameter :: &
155  gwfrcha_tas_filerecord = inputparamdefinitiontype &
156  ( &
157  'GWF', & ! component
158  'RCHA', & ! subcomponent
159  'OPTIONS', & ! block
160  'TAS_FILERECORD', & ! tag name
161  'TAS_FILERECORD', & ! fortran variable
162  'RECORD TAS6 FILEIN TAS6_FILENAME', & ! type
163  '', & ! shape
164  .false., & ! required
165  .false., & ! multi-record
166  .false., & ! preserve case
167  .false., & ! layered
168  .false. & ! timeseries
169  )