MODFLOW 6  version 6.8.0.dev0
USGS Modular Hydrologic Model
gwf-evtaidm.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 :: ievt = .false.
31  logical :: surface = .false.
32  logical :: rate = .false.
33  logical :: depth = .false.
34  logical :: auxvar = .false.
35  end type gwfevtaparamfoundtype
36 
37  logical :: gwf_evta_multi_package = .true.
38 
39  character(len=16), parameter :: &
41  [ &
42  ' ' &
43  ]
44 
45  type(inputparamdefinitiontype), parameter :: &
47  ( &
48  'GWF', & ! component
49  'EVTA', & ! subcomponent
50  'OPTIONS', & ! block
51  'READASARRAYS', & ! tag name
52  'READASARRAYS', & ! fortran variable
53  'KEYWORD', & ! type
54  '', & ! shape
55  'use array-based input', & ! longname
56  .true., & ! required
57  .false., & ! developmode
58  .false., & ! multi-record
59  .false., & ! preserve case
60  .false., & ! layered
61  .false. & ! timeseries
62  )
63 
64  type(inputparamdefinitiontype), parameter :: &
66  ( &
67  'GWF', & ! component
68  'EVTA', & ! subcomponent
69  'OPTIONS', & ! block
70  'FIXED_CELL', & ! tag name
71  'FIXED_CELL', & ! fortran variable
72  'KEYWORD', & ! type
73  '', & ! shape
74  'if cell is dry do not apply evapotranspiration to underlying '// &
75  'cell', & ! longname
76  .false., & ! required
77  .false., & ! developmode
78  .false., & ! multi-record
79  .false., & ! preserve case
80  .false., & ! layered
81  .false. & ! timeseries
82  )
83 
84  type(inputparamdefinitiontype), parameter :: &
86  ( &
87  'GWF', & ! component
88  'EVTA', & ! subcomponent
89  'OPTIONS', & ! block
90  'AUXILIARY', & ! tag name
91  'AUXILIARY', & ! fortran variable
92  'STRING', & ! type
93  'NAUX', & ! shape
94  'keyword to specify aux variables', & ! longname
95  .false., & ! required
96  .false., & ! developmode
97  .false., & ! multi-record
98  .false., & ! preserve case
99  .false., & ! layered
100  .false. & ! timeseries
101  )
102 
103  type(inputparamdefinitiontype), parameter :: &
105  ( &
106  'GWF', & ! component
107  'EVTA', & ! subcomponent
108  'OPTIONS', & ! block
109  'AUXMULTNAME', & ! tag name
110  'AUXMULTNAME', & ! fortran variable
111  'STRING', & ! type
112  '', & ! shape
113  'name of auxiliary variable for multiplier', & ! longname
114  .false., & ! required
115  .false., & ! developmode
116  .false., & ! multi-record
117  .false., & ! preserve case
118  .false., & ! layered
119  .false. & ! timeseries
120  )
121 
122  type(inputparamdefinitiontype), parameter :: &
124  ( &
125  'GWF', & ! component
126  'EVTA', & ! subcomponent
127  'OPTIONS', & ! block
128  'PRINT_INPUT', & ! tag name
129  'IPRPAK', & ! fortran variable
130  'KEYWORD', & ! type
131  '', & ! shape
132  'print input to listing file', & ! longname
133  .false., & ! required
134  .false., & ! developmode
135  .false., & ! multi-record
136  .false., & ! preserve case
137  .false., & ! layered
138  .false. & ! timeseries
139  )
140 
141  type(inputparamdefinitiontype), parameter :: &
143  ( &
144  'GWF', & ! component
145  'EVTA', & ! subcomponent
146  'OPTIONS', & ! block
147  'PRINT_FLOWS', & ! tag name
148  'IPRFLOW', & ! fortran variable
149  'KEYWORD', & ! type
150  '', & ! shape
151  'print evapotranspiration rates to listing file', & ! longname
152  .false., & ! required
153  .false., & ! developmode
154  .false., & ! multi-record
155  .false., & ! preserve case
156  .false., & ! layered
157  .false. & ! timeseries
158  )
159 
160  type(inputparamdefinitiontype), parameter :: &
162  ( &
163  'GWF', & ! component
164  'EVTA', & ! subcomponent
165  'OPTIONS', & ! block
166  'SAVE_FLOWS', & ! tag name
167  'IPAKCB', & ! fortran variable
168  'KEYWORD', & ! type
169  '', & ! shape
170  'save CHD flows to budget file', & ! longname
171  .false., & ! required
172  .false., & ! developmode
173  .false., & ! multi-record
174  .false., & ! preserve case
175  .false., & ! layered
176  .false. & ! timeseries
177  )
178 
179  type(inputparamdefinitiontype), parameter :: &
181  ( &
182  'GWF', & ! component
183  'EVTA', & ! subcomponent
184  'OPTIONS', & ! block
185  'TAS_FILERECORD', & ! tag name
186  'TAS_FILERECORD', & ! fortran variable
187  'RECORD TAS6 FILEIN TAS6_FILENAME', & ! type
188  '', & ! shape
189  '', & ! longname
190  .false., & ! required
191  .false., & ! developmode
192  .false., & ! multi-record
193  .false., & ! preserve case
194  .false., & ! layered
195  .false. & ! timeseries
196  )
197 
198  type(inputparamdefinitiontype), parameter :: &
200  ( &
201  'GWF', & ! component
202  'EVTA', & ! subcomponent
203  'OPTIONS', & ! block
204  'TAS6', & ! tag name
205  'TAS6', & ! fortran variable
206  'KEYWORD', & ! type
207  '', & ! shape
208  'head keyword', & ! longname
209  .true., & ! required
210  .false., & ! developmode
211  .true., & ! multi-record
212  .false., & ! preserve case
213  .false., & ! layered
214  .false. & ! timeseries
215  )
216 
217  type(inputparamdefinitiontype), parameter :: &
219  ( &
220  'GWF', & ! component
221  'EVTA', & ! subcomponent
222  'OPTIONS', & ! block
223  'FILEIN', & ! tag name
224  'FILEIN', & ! fortran variable
225  'KEYWORD', & ! type
226  '', & ! shape
227  'file keyword', & ! longname
228  .true., & ! required
229  .false., & ! developmode
230  .true., & ! multi-record
231  .false., & ! preserve case
232  .false., & ! layered
233  .false. & ! timeseries
234  )
235 
236  type(inputparamdefinitiontype), parameter :: &
238  ( &
239  'GWF', & ! component
240  'EVTA', & ! subcomponent
241  'OPTIONS', & ! block
242  'TAS6_FILENAME', & ! tag name
243  'TAS6_FILENAME', & ! fortran variable
244  'STRING', & ! type
245  '', & ! shape
246  'file name of time series information', & ! longname
247  .true., & ! required
248  .false., & ! developmode
249  .true., & ! multi-record
250  .true., & ! preserve case
251  .false., & ! layered
252  .false. & ! timeseries
253  )
254 
255  type(inputparamdefinitiontype), parameter :: &
257  ( &
258  'GWF', & ! component
259  'EVTA', & ! subcomponent
260  'OPTIONS', & ! block
261  'OBS_FILERECORD', & ! tag name
262  'OBS_FILERECORD', & ! fortran variable
263  'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type
264  '', & ! shape
265  '', & ! longname
266  .false., & ! required
267  .false., & ! developmode
268  .false., & ! multi-record
269  .false., & ! preserve case
270  .false., & ! layered
271  .false. & ! timeseries
272  )
273 
274  type(inputparamdefinitiontype), parameter :: &
276  ( &
277  'GWF', & ! component
278  'EVTA', & ! subcomponent
279  'OPTIONS', & ! block
280  'OBS6', & ! tag name
281  'OBS6', & ! fortran variable
282  'KEYWORD', & ! type
283  '', & ! shape
284  'obs keyword', & ! longname
285  .true., & ! required
286  .false., & ! developmode
287  .true., & ! multi-record
288  .false., & ! preserve case
289  .false., & ! layered
290  .false. & ! timeseries
291  )
292 
293  type(inputparamdefinitiontype), parameter :: &
295  ( &
296  'GWF', & ! component
297  'EVTA', & ! subcomponent
298  'OPTIONS', & ! block
299  'OBS6_FILENAME', & ! tag name
300  'OBS6_FILENAME', & ! fortran variable
301  'STRING', & ! type
302  '', & ! shape
303  'obs6 input filename', & ! longname
304  .true., & ! required
305  .false., & ! developmode
306  .true., & ! multi-record
307  .true., & ! preserve case
308  .false., & ! layered
309  .false. & ! timeseries
310  )
311 
312  type(inputparamdefinitiontype), parameter :: &
314  ( &
315  'GWF', & ! component
316  'EVTA', & ! subcomponent
317  'OPTIONS', & ! block
318  'EXPORT_ARRAY_NETCDF', & ! tag name
319  'EXPORT_NC', & ! fortran variable
320  'KEYWORD', & ! type
321  '', & ! shape
322  'export array variables to netcdf output files.', & ! longname
323  .false., & ! required
324  .false., & ! developmode
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  'EVTA', & ! subcomponent
336  'PERIOD', & ! block
337  'IEVT', & ! tag name
338  'IEVT', & ! fortran variable
339  'INTEGER1D', & ! type
340  'NCPL', & ! shape
341  'layer number for evapotranspiration', & ! longname
342  .false., & ! required
343  .false., & ! developmode
344  .false., & ! multi-record
345  .false., & ! preserve case
346  .false., & ! layered
347  .false. & ! timeseries
348  )
349 
350  type(inputparamdefinitiontype), parameter :: &
352  ( &
353  'GWF', & ! component
354  'EVTA', & ! subcomponent
355  'PERIOD', & ! block
356  'SURFACE', & ! tag name
357  'SURFACE', & ! fortran variable
358  'DOUBLE1D', & ! type
359  'NCPL', & ! shape
360  'evapotranspiration surface', & ! longname
361  .true., & ! required
362  .false., & ! developmode
363  .false., & ! multi-record
364  .false., & ! preserve case
365  .false., & ! layered
366  .false. & ! timeseries
367  )
368 
369  type(inputparamdefinitiontype), parameter :: &
371  ( &
372  'GWF', & ! component
373  'EVTA', & ! subcomponent
374  'PERIOD', & ! block
375  'RATE', & ! tag name
376  'RATE', & ! fortran variable
377  'DOUBLE1D', & ! type
378  'NCPL', & ! shape
379  'evapotranspiration surface', & ! longname
380  .true., & ! required
381  .false., & ! developmode
382  .false., & ! multi-record
383  .false., & ! preserve case
384  .false., & ! layered
385  .true. & ! timeseries
386  )
387 
388  type(inputparamdefinitiontype), parameter :: &
390  ( &
391  'GWF', & ! component
392  'EVTA', & ! subcomponent
393  'PERIOD', & ! block
394  'DEPTH', & ! tag name
395  'DEPTH', & ! fortran variable
396  'DOUBLE1D', & ! type
397  'NCPL', & ! shape
398  'extinction depth', & ! longname
399  .true., & ! required
400  .false., & ! developmode
401  .false., & ! multi-record
402  .false., & ! preserve case
403  .false., & ! layered
404  .false. & ! timeseries
405  )
406 
407  type(inputparamdefinitiontype), parameter :: &
409  ( &
410  'GWF', & ! component
411  'EVTA', & ! subcomponent
412  'PERIOD', & ! block
413  'AUX', & ! tag name
414  'AUXVAR', & ! fortran variable
415  'DOUBLE2D', & ! type
416  'NAUX NCPL', & ! shape
417  'evapotranspiration auxiliary variable iaux', & ! longname
418  .true., & ! required
419  .false., & ! developmode
420  .false., & ! multi-record
421  .false., & ! preserve case
422  .false., & ! layered
423  .true. & ! timeseries
424  )
425 
426  type(inputparamdefinitiontype), parameter :: &
428  [ &
433  gwfevta_iprpak, &
434  gwfevta_iprflow, &
435  gwfevta_ipakcb, &
437  gwfevta_tas6, &
438  gwfevta_filein, &
441  gwfevta_obs6, &
444  gwfevta_ievt, &
445  gwfevta_surface, &
446  gwfevta_rate, &
447  gwfevta_depth, &
449  ]
450 
451  type(inputparamdefinitiontype), parameter :: &
453  [ &
455  ( &
456  '', & ! component
457  '', & ! subcomponent
458  '', & ! block
459  '', & ! tag name
460  '', & ! fortran variable
461  '', & ! type
462  '', & ! shape
463  '', & ! longname
464  .false., & ! required
465  .false., & ! developmode
466  .false., & ! multi-record
467  .false., & ! preserve case
468  .false., & ! layered
469  .false. & ! timeseries
470  ) &
471  ]
472 
473  type(inputblockdefinitiontype), parameter :: &
475  [ &
477  'OPTIONS', & ! blockname
478  .true., & ! required
479  .false., & ! aggregate
480  .false. & ! block_variable
481  ), &
483  'PERIOD', & ! blockname
484  .true., & ! required
485  .false., & ! aggregate
486  .true. & ! block_variable
487  ) &
488  ]
489 
490 end module gwfevtainputmodule
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 gwfevta_rate
type(inputparamdefinitiontype), parameter gwfevta_obs6
type(inputparamdefinitiontype), parameter gwfevta_auxiliary
Definition: gwf-evtaidm.f90:84
type(inputparamdefinitiontype), parameter gwfevta_obs6_filename
type(inputparamdefinitiontype), parameter gwfevta_tas_filerecord
character(len=16), dimension(*), parameter, public gwf_evta_subpackages
Definition: gwf-evtaidm.f90:39
type(inputparamdefinitiontype), parameter gwfevta_readasarrays
Definition: gwf-evtaidm.f90:45
type(inputparamdefinitiontype), parameter gwfevta_obs_filerecord
type(inputparamdefinitiontype), parameter gwfevta_ipakcb
type(inputparamdefinitiontype), parameter gwfevta_fixed_cell
Definition: gwf-evtaidm.f90:64
type(inputparamdefinitiontype), parameter gwfevta_tas6
type(inputparamdefinitiontype), parameter gwfevta_filein
type(inputparamdefinitiontype), parameter gwfevta_iprpak
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_evta_param_definitions
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_evta_aggregate_definitions
type(inputparamdefinitiontype), parameter gwfevta_auxmultname
type(inputparamdefinitiontype), parameter gwfevta_surface
type(inputblockdefinitiontype), dimension(*), parameter, public gwf_evta_block_definitions
type(inputparamdefinitiontype), parameter gwfevta_depth
type(inputparamdefinitiontype), parameter gwfevta_ievt
type(inputparamdefinitiontype), parameter gwfevta_export_nc
type(inputparamdefinitiontype), parameter gwfevta_auxvar
type(inputparamdefinitiontype), parameter gwfevta_iprflow
type(inputparamdefinitiontype), parameter gwfevta_tas6_filename
logical, public gwf_evta_multi_package
Definition: gwf-evtaidm.f90:37
Input definition module.
Input block definition. Describes an input block.
Input parameter definition. Describes an input parameter.