MODFLOW 6  version 6.7.0.dev2
USGS Modular Hydrologic Model
gwfstoinputmodule Module Reference

Data Types

type  gwfstoparamfoundtype
 

Variables

logical, public gwf_sto_multi_package = .false.
 
character(len=16), dimension(*), parameter, public gwf_sto_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter gwfsto_ipakcb = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', 'keyword to save NPF flows', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_istor_coef = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'STORAGECOEFFICIENT', 'ISTOR_COEF', 'KEYWORD', '', 'keyword to indicate SS is read as storage coefficient', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_ss_confined_only = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'SS_CONFINED_ONLY', 'SS_CONFINED_ONLY', 'KEYWORD', '', 'keyword to indicate specific storage only applied under confined conditions', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_tvs_filerecord = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'TVS_FILERECORD', 'TVS_FILERECORD', 'RECORD TVS6 FILEIN TVS6_FILENAME', '', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_tvs6 = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'TVS6', 'TVS6', 'KEYWORD', '', 'tvs keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_filein = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_tvs6_filename = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'TVS6_FILENAME', 'TVS6_FILENAME', 'STRING', '', 'file name of TVS information', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_export_ascii = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_export_nc = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'EXPORT_ARRAY_NETCDF', 'EXPORT_NC', 'KEYWORD', '', 'export array variables to netcdf output files.', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_iorig_ss = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'DEV_ORIGINAL_SPECIFIC_STORAGE', 'IORIG_SS', 'KEYWORD', '', 'development option for original specific storage', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_iconf_ss = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'DEV_OLDSTORAGEFORMULATION', 'ICONF_SS', 'KEYWORD', '', 'development option flag for old storage formulation', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_iconvert = InputParamDefinitionType ( 'GWF', 'STO', 'GRIDDATA', 'ICONVERT', 'ICONVERT', 'INTEGER1D', 'NODES', 'convertible indicator', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_ss = InputParamDefinitionType ( 'GWF', 'STO', 'GRIDDATA', 'SS', 'SS', 'DOUBLE1D', 'NODES', 'specific storage', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_sy = InputParamDefinitionType ( 'GWF', 'STO', 'GRIDDATA', 'SY', 'SY', 'DOUBLE1D', 'NODES', 'specific yield', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_steady_state = InputParamDefinitionType ( 'GWF', 'STO', 'PERIOD', 'STEADY-STATE', 'STEADY_STATE', 'KEYWORD', '', 'steady state indicator', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_transient = InputParamDefinitionType ( 'GWF', 'STO', 'PERIOD', 'TRANSIENT', 'TRANSIENT', 'KEYWORD', '', 'transient indicator', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_sto_param_definitions = [ gwfsto_ipakcb, gwfsto_istor_coef, gwfsto_ss_confined_only, gwfsto_tvs_filerecord, gwfsto_tvs6, gwfsto_filein, gwfsto_tvs6_filename, gwfsto_export_ascii, gwfsto_export_nc, gwfsto_iorig_ss, gwfsto_iconf_ss, gwfsto_iconvert, gwfsto_ss, gwfsto_sy, gwfsto_steady_state, gwfsto_transient ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_sto_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwf_sto_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .false., .false., .true. ) ]
 

Variable Documentation

◆ gwf_sto_aggregate_definitions

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

Definition at line 351 of file gwf-stoidm.f90.

351  type(InputParamDefinitionType), parameter :: &
352  gwf_sto_aggregate_definitions(*) = &
353  [ &
354  inputparamdefinitiontype &
355  ( &
356  '', & ! component
357  '', & ! subcomponent
358  '', & ! block
359  '', & ! tag name
360  '', & ! fortran variable
361  '', & ! type
362  '', & ! shape
363  '', & ! longname
364  .false., & ! required
365  .false., & ! multi-record
366  .false., & ! preserve case
367  .false., & ! layered
368  .false. & ! timeseries
369  ) &
370  ]

◆ gwf_sto_block_definitions

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

Definition at line 372 of file gwf-stoidm.f90.

372  type(InputBlockDefinitionType), parameter :: &
373  gwf_sto_block_definitions(*) = &
374  [ &
375  inputblockdefinitiontype( &
376  'OPTIONS', & ! blockname
377  .false., & ! required
378  .false., & ! aggregate
379  .false. & ! block_variable
380  ), &
381  inputblockdefinitiontype( &
382  'GRIDDATA', & ! blockname
383  .true., & ! required
384  .false., & ! aggregate
385  .false. & ! block_variable
386  ), &
387  inputblockdefinitiontype( &
388  'PERIOD', & ! blockname
389  .false., & ! required
390  .false., & ! aggregate
391  .true. & ! block_variable
392  ) &
393  ]

◆ gwf_sto_multi_package

logical, public gwfstoinputmodule::gwf_sto_multi_package = .false.

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

33  logical :: gwf_sto_multi_package = .false.

◆ gwf_sto_param_definitions

Definition at line 330 of file gwf-stoidm.f90.

330  type(InputParamDefinitionType), parameter :: &
331  gwf_sto_param_definitions(*) = &
332  [ &
333  gwfsto_ipakcb, &
334  gwfsto_istor_coef, &
335  gwfsto_ss_confined_only, &
336  gwfsto_tvs_filerecord, &
337  gwfsto_tvs6, &
338  gwfsto_filein, &
339  gwfsto_tvs6_filename, &
340  gwfsto_export_ascii, &
341  gwfsto_export_nc, &
342  gwfsto_iorig_ss, &
343  gwfsto_iconf_ss, &
344  gwfsto_iconvert, &
345  gwfsto_ss, &
346  gwfsto_sy, &
347  gwfsto_steady_state, &
348  gwfsto_transient &
349  ]

◆ gwf_sto_subpackages

character(len=16), dimension(*), parameter, public gwfstoinputmodule::gwf_sto_subpackages = [ ' ' ]

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

35  character(len=16), parameter :: &
36  gwf_sto_subpackages(*) = &
37  [ &
38  ' ' &
39  ]

◆ gwfsto_export_ascii

type(inputparamdefinitiontype), parameter gwfstoinputmodule::gwfsto_export_ascii = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. )
private

Definition at line 168 of file gwf-stoidm.f90.

168  type(InputParamDefinitionType), parameter :: &
169  gwfsto_export_ascii = inputparamdefinitiontype &
170  ( &
171  'GWF', & ! component
172  'STO', & ! subcomponent
173  'OPTIONS', & ! block
174  'EXPORT_ARRAY_ASCII', & ! tag name
175  'EXPORT_ASCII', & ! fortran variable
176  'KEYWORD', & ! type
177  '', & ! shape
178  'export array variables to layered ascii files.', & ! longname
179  .false., & ! required
180  .false., & ! multi-record
181  .false., & ! preserve case
182  .false., & ! layered
183  .false. & ! timeseries
184  )

◆ gwfsto_export_nc

type(inputparamdefinitiontype), parameter gwfstoinputmodule::gwfsto_export_nc = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'EXPORT_ARRAY_NETCDF', 'EXPORT_NC', 'KEYWORD', '', 'export array variables to netcdf output files.', .false., .false., .false., .false., .false. )
private

Definition at line 186 of file gwf-stoidm.f90.

186  type(InputParamDefinitionType), parameter :: &
187  gwfsto_export_nc = inputparamdefinitiontype &
188  ( &
189  'GWF', & ! component
190  'STO', & ! subcomponent
191  'OPTIONS', & ! block
192  'EXPORT_ARRAY_NETCDF', & ! tag name
193  'EXPORT_NC', & ! fortran variable
194  'KEYWORD', & ! type
195  '', & ! shape
196  'export array variables to netcdf output files.', & ! longname
197  .false., & ! required
198  .false., & ! multi-record
199  .false., & ! preserve case
200  .false., & ! layered
201  .false. & ! timeseries
202  )

◆ gwfsto_filein

type(inputparamdefinitiontype), parameter gwfstoinputmodule::gwfsto_filein = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
private

Definition at line 132 of file gwf-stoidm.f90.

132  type(InputParamDefinitionType), parameter :: &
133  gwfsto_filein = inputparamdefinitiontype &
134  ( &
135  'GWF', & ! component
136  'STO', & ! subcomponent
137  'OPTIONS', & ! block
138  'FILEIN', & ! tag name
139  'FILEIN', & ! fortran variable
140  'KEYWORD', & ! type
141  '', & ! shape
142  'file keyword', & ! longname
143  .true., & ! required
144  .true., & ! multi-record
145  .false., & ! preserve case
146  .false., & ! layered
147  .false. & ! timeseries
148  )

◆ gwfsto_iconf_ss

type(inputparamdefinitiontype), parameter gwfstoinputmodule::gwfsto_iconf_ss = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'DEV_OLDSTORAGEFORMULATION', 'ICONF_SS', 'KEYWORD', '', 'development option flag for old storage formulation', .false., .false., .false., .false., .false. )
private

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

222  type(InputParamDefinitionType), parameter :: &
223  gwfsto_iconf_ss = inputparamdefinitiontype &
224  ( &
225  'GWF', & ! component
226  'STO', & ! subcomponent
227  'OPTIONS', & ! block
228  'DEV_OLDSTORAGEFORMULATION', & ! tag name
229  'ICONF_SS', & ! fortran variable
230  'KEYWORD', & ! type
231  '', & ! shape
232  'development option flag for old storage formulation', & ! longname
233  .false., & ! required
234  .false., & ! multi-record
235  .false., & ! preserve case
236  .false., & ! layered
237  .false. & ! timeseries
238  )

◆ gwfsto_iconvert

type(inputparamdefinitiontype), parameter gwfstoinputmodule::gwfsto_iconvert = InputParamDefinitionType ( 'GWF', 'STO', 'GRIDDATA', 'ICONVERT', 'ICONVERT', 'INTEGER1D', 'NODES', 'convertible indicator', .true., .false., .false., .true., .false. )
private

Definition at line 240 of file gwf-stoidm.f90.

240  type(InputParamDefinitionType), parameter :: &
241  gwfsto_iconvert = inputparamdefinitiontype &
242  ( &
243  'GWF', & ! component
244  'STO', & ! subcomponent
245  'GRIDDATA', & ! block
246  'ICONVERT', & ! tag name
247  'ICONVERT', & ! fortran variable
248  'INTEGER1D', & ! type
249  'NODES', & ! shape
250  'convertible indicator', & ! longname
251  .true., & ! required
252  .false., & ! multi-record
253  .false., & ! preserve case
254  .true., & ! layered
255  .false. & ! timeseries
256  )

◆ gwfsto_iorig_ss

type(inputparamdefinitiontype), parameter gwfstoinputmodule::gwfsto_iorig_ss = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'DEV_ORIGINAL_SPECIFIC_STORAGE', 'IORIG_SS', 'KEYWORD', '', 'development option for original specific storage', .false., .false., .false., .false., .false. )
private

Definition at line 204 of file gwf-stoidm.f90.

204  type(InputParamDefinitionType), parameter :: &
205  gwfsto_iorig_ss = inputparamdefinitiontype &
206  ( &
207  'GWF', & ! component
208  'STO', & ! subcomponent
209  'OPTIONS', & ! block
210  'DEV_ORIGINAL_SPECIFIC_STORAGE', & ! tag name
211  'IORIG_SS', & ! fortran variable
212  'KEYWORD', & ! type
213  '', & ! shape
214  'development option for original specific storage', & ! longname
215  .false., & ! required
216  .false., & ! multi-record
217  .false., & ! preserve case
218  .false., & ! layered
219  .false. & ! timeseries
220  )

◆ gwfsto_ipakcb

type(inputparamdefinitiontype), parameter gwfstoinputmodule::gwfsto_ipakcb = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', 'keyword to save NPF flows', .false., .false., .false., .false., .false. )
private

Definition at line 41 of file gwf-stoidm.f90.

41  type(InputParamDefinitionType), parameter :: &
42  gwfsto_ipakcb = inputparamdefinitiontype &
43  ( &
44  'GWF', & ! component
45  'STO', & ! subcomponent
46  'OPTIONS', & ! block
47  'SAVE_FLOWS', & ! tag name
48  'IPAKCB', & ! fortran variable
49  'KEYWORD', & ! type
50  '', & ! shape
51  'keyword to save NPF flows', & ! longname
52  .false., & ! required
53  .false., & ! multi-record
54  .false., & ! preserve case
55  .false., & ! layered
56  .false. & ! timeseries
57  )

◆ gwfsto_istor_coef

type(inputparamdefinitiontype), parameter gwfstoinputmodule::gwfsto_istor_coef = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'STORAGECOEFFICIENT', 'ISTOR_COEF', 'KEYWORD', '', 'keyword to indicate SS is read as storage coefficient', .false., .false., .false., .false., .false. )
private

Definition at line 59 of file gwf-stoidm.f90.

59  type(InputParamDefinitionType), parameter :: &
60  gwfsto_istor_coef = inputparamdefinitiontype &
61  ( &
62  'GWF', & ! component
63  'STO', & ! subcomponent
64  'OPTIONS', & ! block
65  'STORAGECOEFFICIENT', & ! tag name
66  'ISTOR_COEF', & ! fortran variable
67  'KEYWORD', & ! type
68  '', & ! shape
69  'keyword to indicate SS is read as storage coefficient', & ! longname
70  .false., & ! required
71  .false., & ! multi-record
72  .false., & ! preserve case
73  .false., & ! layered
74  .false. & ! timeseries
75  )

◆ gwfsto_ss

type(inputparamdefinitiontype), parameter gwfstoinputmodule::gwfsto_ss = InputParamDefinitionType ( 'GWF', 'STO', 'GRIDDATA', 'SS', 'SS', 'DOUBLE1D', 'NODES', 'specific storage', .true., .false., .false., .true., .false. )
private

Definition at line 258 of file gwf-stoidm.f90.

258  type(InputParamDefinitionType), parameter :: &
259  gwfsto_ss = inputparamdefinitiontype &
260  ( &
261  'GWF', & ! component
262  'STO', & ! subcomponent
263  'GRIDDATA', & ! block
264  'SS', & ! tag name
265  'SS', & ! fortran variable
266  'DOUBLE1D', & ! type
267  'NODES', & ! shape
268  'specific storage', & ! longname
269  .true., & ! required
270  .false., & ! multi-record
271  .false., & ! preserve case
272  .true., & ! layered
273  .false. & ! timeseries
274  )

◆ gwfsto_ss_confined_only

type(inputparamdefinitiontype), parameter gwfstoinputmodule::gwfsto_ss_confined_only = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'SS_CONFINED_ONLY', 'SS_CONFINED_ONLY', 'KEYWORD', '', 'keyword to indicate specific storage only applied under confined conditions', .false., .false., .false., .false., .false. )
private

Definition at line 77 of file gwf-stoidm.f90.

77  type(InputParamDefinitionType), parameter :: &
78  gwfsto_ss_confined_only = inputparamdefinitiontype &
79  ( &
80  'GWF', & ! component
81  'STO', & ! subcomponent
82  'OPTIONS', & ! block
83  'SS_CONFINED_ONLY', & ! tag name
84  'SS_CONFINED_ONLY', & ! fortran variable
85  'KEYWORD', & ! type
86  '', & ! shape
87  'keyword to indicate specific storage only applied under confined&
88  & conditions', & ! longname
89  .false., & ! required
90  .false., & ! multi-record
91  .false., & ! preserve case
92  .false., & ! layered
93  .false. & ! timeseries
94  )

◆ gwfsto_steady_state

type(inputparamdefinitiontype), parameter gwfstoinputmodule::gwfsto_steady_state = InputParamDefinitionType ( 'GWF', 'STO', 'PERIOD', 'STEADY-STATE', 'STEADY_STATE', 'KEYWORD', '', 'steady state indicator', .false., .false., .false., .false., .false. )
private

Definition at line 294 of file gwf-stoidm.f90.

294  type(InputParamDefinitionType), parameter :: &
295  gwfsto_steady_state = inputparamdefinitiontype &
296  ( &
297  'GWF', & ! component
298  'STO', & ! subcomponent
299  'PERIOD', & ! block
300  'STEADY-STATE', & ! tag name
301  'STEADY_STATE', & ! fortran variable
302  'KEYWORD', & ! type
303  '', & ! shape
304  'steady state indicator', & ! longname
305  .false., & ! required
306  .false., & ! multi-record
307  .false., & ! preserve case
308  .false., & ! layered
309  .false. & ! timeseries
310  )

◆ gwfsto_sy

type(inputparamdefinitiontype), parameter gwfstoinputmodule::gwfsto_sy = InputParamDefinitionType ( 'GWF', 'STO', 'GRIDDATA', 'SY', 'SY', 'DOUBLE1D', 'NODES', 'specific yield', .true., .false., .false., .true., .false. )
private

Definition at line 276 of file gwf-stoidm.f90.

276  type(InputParamDefinitionType), parameter :: &
277  gwfsto_sy = inputparamdefinitiontype &
278  ( &
279  'GWF', & ! component
280  'STO', & ! subcomponent
281  'GRIDDATA', & ! block
282  'SY', & ! tag name
283  'SY', & ! fortran variable
284  'DOUBLE1D', & ! type
285  'NODES', & ! shape
286  'specific yield', & ! longname
287  .true., & ! required
288  .false., & ! multi-record
289  .false., & ! preserve case
290  .true., & ! layered
291  .false. & ! timeseries
292  )

◆ gwfsto_transient

type(inputparamdefinitiontype), parameter gwfstoinputmodule::gwfsto_transient = InputParamDefinitionType ( 'GWF', 'STO', 'PERIOD', 'TRANSIENT', 'TRANSIENT', 'KEYWORD', '', 'transient indicator', .false., .false., .false., .false., .false. )
private

Definition at line 312 of file gwf-stoidm.f90.

312  type(InputParamDefinitionType), parameter :: &
313  gwfsto_transient = inputparamdefinitiontype &
314  ( &
315  'GWF', & ! component
316  'STO', & ! subcomponent
317  'PERIOD', & ! block
318  'TRANSIENT', & ! tag name
319  'TRANSIENT', & ! fortran variable
320  'KEYWORD', & ! type
321  '', & ! shape
322  'transient indicator', & ! longname
323  .false., & ! required
324  .false., & ! multi-record
325  .false., & ! preserve case
326  .false., & ! layered
327  .false. & ! timeseries
328  )

◆ gwfsto_tvs6

type(inputparamdefinitiontype), parameter gwfstoinputmodule::gwfsto_tvs6 = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'TVS6', 'TVS6', 'KEYWORD', '', 'tvs keyword', .true., .true., .false., .false., .false. )
private

Definition at line 114 of file gwf-stoidm.f90.

114  type(InputParamDefinitionType), parameter :: &
115  gwfsto_tvs6 = inputparamdefinitiontype &
116  ( &
117  'GWF', & ! component
118  'STO', & ! subcomponent
119  'OPTIONS', & ! block
120  'TVS6', & ! tag name
121  'TVS6', & ! fortran variable
122  'KEYWORD', & ! type
123  '', & ! shape
124  'tvs keyword', & ! longname
125  .true., & ! required
126  .true., & ! multi-record
127  .false., & ! preserve case
128  .false., & ! layered
129  .false. & ! timeseries
130  )

◆ gwfsto_tvs6_filename

type(inputparamdefinitiontype), parameter gwfstoinputmodule::gwfsto_tvs6_filename = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'TVS6_FILENAME', 'TVS6_FILENAME', 'STRING', '', 'file name of TVS information', .true., .true., .true., .false., .false. )
private

Definition at line 150 of file gwf-stoidm.f90.

150  type(InputParamDefinitionType), parameter :: &
151  gwfsto_tvs6_filename = inputparamdefinitiontype &
152  ( &
153  'GWF', & ! component
154  'STO', & ! subcomponent
155  'OPTIONS', & ! block
156  'TVS6_FILENAME', & ! tag name
157  'TVS6_FILENAME', & ! fortran variable
158  'STRING', & ! type
159  '', & ! shape
160  'file name of TVS information', & ! longname
161  .true., & ! required
162  .true., & ! multi-record
163  .true., & ! preserve case
164  .false., & ! layered
165  .false. & ! timeseries
166  )

◆ gwfsto_tvs_filerecord

type(inputparamdefinitiontype), parameter gwfstoinputmodule::gwfsto_tvs_filerecord = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'TVS_FILERECORD', 'TVS_FILERECORD', 'RECORD TVS6 FILEIN TVS6_FILENAME', '', '', .false., .false., .false., .false., .false. )
private

Definition at line 96 of file gwf-stoidm.f90.

96  type(InputParamDefinitionType), parameter :: &
97  gwfsto_tvs_filerecord = inputparamdefinitiontype &
98  ( &
99  'GWF', & ! component
100  'STO', & ! subcomponent
101  'OPTIONS', & ! block
102  'TVS_FILERECORD', & ! tag name
103  'TVS_FILERECORD', & ! fortran variable
104  'RECORD TVS6 FILEIN TVS6_FILENAME', & ! type
105  '', & ! shape
106  '', & ! longname
107  .false., & ! required
108  .false., & ! multi-record
109  .false., & ! preserve case
110  .false., & ! layered
111  .false. & ! timeseries
112  )