MODFLOW 6  version 6.8.0.dev0
USGS Modular Hydrologic Model
utl-tvkidm.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 utl_tvk_subpackages
13 
15  logical :: print_input = .false.
16  logical :: ts_filerecord = .false.
17  logical :: ts6 = .false.
18  logical :: filein = .false.
19  logical :: ts6_filename = .false.
20  logical :: cellid = .false.
21  logical :: k = .false.
22  logical :: k22 = .false.
23  logical :: k33 = .false.
24  end type utltvkparamfoundtype
25 
26  logical :: utl_tvk_multi_package = .false.
27 
28  character(len=16), parameter :: &
29  utl_tvk_subpackages(*) = &
30  [ &
31  ' ' &
32  ]
33 
34  type(inputparamdefinitiontype), parameter :: &
36  ( &
37  'UTL', & ! component
38  'TVK', & ! subcomponent
39  'OPTIONS', & ! block
40  'PRINT_INPUT', & ! tag name
41  'PRINT_INPUT', & ! fortran variable
42  'KEYWORD', & ! type
43  '', & ! shape
44  'print input to listing file', & ! longname
45  .false., & ! required
46  .false., & ! developmode
47  .false., & ! multi-record
48  .false., & ! preserve case
49  .false., & ! layered
50  .false. & ! timeseries
51  )
52 
53  type(inputparamdefinitiontype), parameter :: &
55  ( &
56  'UTL', & ! component
57  'TVK', & ! subcomponent
58  'OPTIONS', & ! block
59  'TS_FILERECORD', & ! tag name
60  'TS_FILERECORD', & ! fortran variable
61  'RECORD TS6 FILEIN TS6_FILENAME', & ! type
62  '', & ! shape
63  '', & ! longname
64  .false., & ! required
65  .false., & ! developmode
66  .false., & ! multi-record
67  .false., & ! preserve case
68  .false., & ! layered
69  .false. & ! timeseries
70  )
71 
72  type(inputparamdefinitiontype), parameter :: &
74  ( &
75  'UTL', & ! component
76  'TVK', & ! subcomponent
77  'OPTIONS', & ! block
78  'TS6', & ! tag name
79  'TS6', & ! fortran variable
80  'KEYWORD', & ! type
81  '', & ! shape
82  'head keyword', & ! longname
83  .true., & ! required
84  .false., & ! developmode
85  .true., & ! multi-record
86  .false., & ! preserve case
87  .false., & ! layered
88  .false. & ! timeseries
89  )
90 
91  type(inputparamdefinitiontype), parameter :: &
93  ( &
94  'UTL', & ! component
95  'TVK', & ! subcomponent
96  'OPTIONS', & ! block
97  'FILEIN', & ! tag name
98  'FILEIN', & ! fortran variable
99  'KEYWORD', & ! type
100  '', & ! shape
101  'file keyword', & ! longname
102  .true., & ! required
103  .false., & ! developmode
104  .true., & ! multi-record
105  .false., & ! preserve case
106  .false., & ! layered
107  .false. & ! timeseries
108  )
109 
110  type(inputparamdefinitiontype), parameter :: &
112  ( &
113  'UTL', & ! component
114  'TVK', & ! subcomponent
115  'OPTIONS', & ! block
116  'TS6_FILENAME', & ! tag name
117  'TS6_FILENAME', & ! fortran variable
118  'STRING', & ! type
119  '', & ! shape
120  'file name of time series information', & ! longname
121  .true., & ! required
122  .false., & ! developmode
123  .true., & ! multi-record
124  .true., & ! preserve case
125  .false., & ! layered
126  .false. & ! timeseries
127  )
128 
129  type(inputparamdefinitiontype), parameter :: &
131  ( &
132  'UTL', & ! component
133  'TVK', & ! subcomponent
134  'PERIOD', & ! block
135  'CELLID', & ! tag name
136  'CELLID', & ! fortran variable
137  'INTEGER1D', & ! type
138  'NCELLDIM', & ! shape
139  'cell identifier', & ! longname
140  .true., & ! required
141  .false., & ! developmode
142  .true., & ! multi-record
143  .false., & ! preserve case
144  .false., & ! layered
145  .false. & ! timeseries
146  )
147 
148  type(inputparamdefinitiontype), parameter :: &
150  ( &
151  'UTL', & ! component
152  'TVK', & ! subcomponent
153  'PERIOD', & ! block
154  'K', & ! tag name
155  'K', & ! fortran variable
156  'DOUBLE', & ! type
157  '', & ! shape
158  'hydraulic conductivity (L/T)', & ! longname
159  .true., & ! required
160  .false., & ! developmode
161  .true., & ! multi-record
162  .false., & ! preserve case
163  .false., & ! layered
164  .true. & ! timeseries
165  )
166 
167  type(inputparamdefinitiontype), parameter :: &
169  ( &
170  'UTL', & ! component
171  'TVK', & ! subcomponent
172  'PERIOD', & ! block
173  'K22', & ! tag name
174  'K22', & ! fortran variable
175  'DOUBLE', & ! type
176  '', & ! shape
177  'hydraulic conductivity of second ellipsoid axis (L/T)', & ! longname
178  .true., & ! required
179  .false., & ! developmode
180  .true., & ! multi-record
181  .false., & ! preserve case
182  .false., & ! layered
183  .true. & ! timeseries
184  )
185 
186  type(inputparamdefinitiontype), parameter :: &
188  ( &
189  'UTL', & ! component
190  'TVK', & ! subcomponent
191  'PERIOD', & ! block
192  'K33', & ! tag name
193  'K33', & ! fortran variable
194  'DOUBLE', & ! type
195  '', & ! shape
196  'hydraulic conductivity of third ellipsoid axis (L/T)', & ! longname
197  .true., & ! required
198  .false., & ! developmode
199  .true., & ! multi-record
200  .false., & ! preserve case
201  .false., & ! layered
202  .true. & ! timeseries
203  )
204 
205  type(inputparamdefinitiontype), parameter :: &
207  [ &
210  utltvk_ts6, &
211  utltvk_filein, &
213  utltvk_cellid, &
214  utltvk_k, &
215  utltvk_k22, &
216  utltvk_k33 &
217  ]
218 
219  type(inputparamdefinitiontype), parameter :: &
221  ( &
222  'UTL', & ! component
223  'TVK', & ! subcomponent
224  'PERIOD', & ! block
225  'PERIODDATA', & ! tag name
226  'PERIODDATA', & ! fortran variable
227  'RECARRAY CELLID TVKSETTING', & ! type
228  '', & ! shape
229  '', & ! longname
230  .true., & ! required
231  .false., & ! developmode
232  .false., & ! multi-record
233  .false., & ! preserve case
234  .false., & ! layered
235  .false. & ! timeseries
236  )
237 
238  type(inputparamdefinitiontype), parameter :: &
240  ( &
241  'UTL', & ! component
242  'TVK', & ! subcomponent
243  'PERIOD', & ! block
244  'TVKSETTING', & ! tag name
245  'TVKSETTING', & ! fortran variable
246  'KEYSTRING K K22 K33', & ! type
247  '', & ! shape
248  '', & ! longname
249  .true., & ! required
250  .false., & ! developmode
251  .true., & ! multi-record
252  .false., & ! preserve case
253  .false., & ! layered
254  .false. & ! timeseries
255  )
256 
257  type(inputparamdefinitiontype), parameter :: &
259  [ &
262  ]
263 
264  type(inputblockdefinitiontype), parameter :: &
266  [ &
268  'OPTIONS', & ! blockname
269  .false., & ! required
270  .false., & ! aggregate
271  .false. & ! block_variable
272  ), &
274  'PERIOD', & ! blockname
275  .true., & ! required
276  .true., & ! aggregate
277  .true. & ! block_variable
278  ) &
279  ]
280 
281 end module utltvkinputmodule
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 utltvk_filein
Definition: utl-tvkidm.f90:91
type(inputparamdefinitiontype), dimension(*), parameter, public utl_tvk_param_definitions
Definition: utl-tvkidm.f90:205
character(len=16), dimension(*), parameter, public utl_tvk_subpackages
Definition: utl-tvkidm.f90:28
type(inputparamdefinitiontype), parameter utltvk_k22
Definition: utl-tvkidm.f90:167
type(inputparamdefinitiontype), parameter utltvk_k33
Definition: utl-tvkidm.f90:186
type(inputparamdefinitiontype), parameter utltvk_perioddata
Definition: utl-tvkidm.f90:219
type(inputparamdefinitiontype), parameter utltvk_tvksetting
Definition: utl-tvkidm.f90:238
type(inputparamdefinitiontype), parameter utltvk_ts6_filename
Definition: utl-tvkidm.f90:110
type(inputparamdefinitiontype), parameter utltvk_k
Definition: utl-tvkidm.f90:148
logical, public utl_tvk_multi_package
Definition: utl-tvkidm.f90:26
type(inputparamdefinitiontype), parameter utltvk_ts_filerecord
Definition: utl-tvkidm.f90:53
type(inputparamdefinitiontype), parameter utltvk_ts6
Definition: utl-tvkidm.f90:72
type(inputparamdefinitiontype), parameter utltvk_cellid
Definition: utl-tvkidm.f90:129
type(inputparamdefinitiontype), parameter utltvk_print_input
Definition: utl-tvkidm.f90:34
type(inputblockdefinitiontype), dimension(*), parameter, public utl_tvk_block_definitions
Definition: utl-tvkidm.f90:264
type(inputparamdefinitiontype), dimension(*), parameter, public utl_tvk_aggregate_definitions
Definition: utl-tvkidm.f90:257
Input block definition. Describes an input block.
Input parameter definition. Describes an input parameter.