MODFLOW 6  version 6.7.0.dev3
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., .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., .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., .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., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_tvs6 = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'TVS6', 'TVS6', 'KEYWORD', '', 'tvs keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_filein = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .false., .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., .false., .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., .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., .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., .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., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_iconvert = InputParamDefinitionType ( 'GWF', 'STO', 'GRIDDATA', 'ICONVERT', 'ICONVERT', 'INTEGER1D', 'NODES', 'convertible indicator', .true., .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_ss = InputParamDefinitionType ( 'GWF', 'STO', 'GRIDDATA', 'SS', 'SS', 'DOUBLE1D', 'NODES', 'specific storage', .true., .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_sy = InputParamDefinitionType ( 'GWF', 'STO', 'GRIDDATA', 'SY', 'SY', 'DOUBLE1D', 'NODES', 'specific yield', .true., .false., .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., .false. )
 
type(inputparamdefinitiontype), parameter gwfsto_transient = InputParamDefinitionType ( 'GWF', 'STO', 'PERIOD', 'TRANSIENT', 'TRANSIENT', 'KEYWORD', '', 'transient indicator', .false., .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., .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., .false. ) ]

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

367  type(InputParamDefinitionType), parameter :: &
368  gwf_sto_aggregate_definitions(*) = &
369  [ &
370  inputparamdefinitiontype &
371  ( &
372  '', & ! component
373  '', & ! subcomponent
374  '', & ! block
375  '', & ! tag name
376  '', & ! fortran variable
377  '', & ! type
378  '', & ! shape
379  '', & ! longname
380  .false., & ! required
381  .false., & ! prerelease
382  .false., & ! multi-record
383  .false., & ! preserve case
384  .false., & ! layered
385  .false. & ! timeseries
386  ) &
387  ]

◆ 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 389 of file gwf-stoidm.f90.

389  type(InputBlockDefinitionType), parameter :: &
390  gwf_sto_block_definitions(*) = &
391  [ &
392  inputblockdefinitiontype( &
393  'OPTIONS', & ! blockname
394  .false., & ! required
395  .false., & ! aggregate
396  .false. & ! block_variable
397  ), &
398  inputblockdefinitiontype( &
399  'GRIDDATA', & ! blockname
400  .true., & ! required
401  .false., & ! aggregate
402  .false. & ! block_variable
403  ), &
404  inputblockdefinitiontype( &
405  'PERIOD', & ! blockname
406  .false., & ! required
407  .false., & ! aggregate
408  .true. & ! block_variable
409  ) &
410  ]

◆ 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 346 of file gwf-stoidm.f90.

346  type(InputParamDefinitionType), parameter :: &
347  gwf_sto_param_definitions(*) = &
348  [ &
349  gwfsto_ipakcb, &
350  gwfsto_istor_coef, &
351  gwfsto_ss_confined_only, &
352  gwfsto_tvs_filerecord, &
353  gwfsto_tvs6, &
354  gwfsto_filein, &
355  gwfsto_tvs6_filename, &
356  gwfsto_export_ascii, &
357  gwfsto_export_nc, &
358  gwfsto_iorig_ss, &
359  gwfsto_iconf_ss, &
360  gwfsto_iconvert, &
361  gwfsto_ss, &
362  gwfsto_sy, &
363  gwfsto_steady_state, &
364  gwfsto_transient &
365  ]

◆ 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., .false. )
private

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

175  type(InputParamDefinitionType), parameter :: &
176  gwfsto_export_ascii = inputparamdefinitiontype &
177  ( &
178  'GWF', & ! component
179  'STO', & ! subcomponent
180  'OPTIONS', & ! block
181  'EXPORT_ARRAY_ASCII', & ! tag name
182  'EXPORT_ASCII', & ! fortran variable
183  'KEYWORD', & ! type
184  '', & ! shape
185  'export array variables to layered ascii files.', & ! longname
186  .false., & ! required
187  .false., & ! prerelease
188  .false., & ! multi-record
189  .false., & ! preserve case
190  .false., & ! layered
191  .false. & ! timeseries
192  )

◆ 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., .false. )
private

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

194  type(InputParamDefinitionType), parameter :: &
195  gwfsto_export_nc = inputparamdefinitiontype &
196  ( &
197  'GWF', & ! component
198  'STO', & ! subcomponent
199  'OPTIONS', & ! block
200  'EXPORT_ARRAY_NETCDF', & ! tag name
201  'EXPORT_NC', & ! fortran variable
202  'KEYWORD', & ! type
203  '', & ! shape
204  'export array variables to netcdf output files.', & ! longname
205  .false., & ! required
206  .false., & ! prerelease
207  .false., & ! multi-record
208  .false., & ! preserve case
209  .false., & ! layered
210  .false. & ! timeseries
211  )

◆ gwfsto_filein

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

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

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

◆ 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., .false. )
private

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

232  type(InputParamDefinitionType), parameter :: &
233  gwfsto_iconf_ss = inputparamdefinitiontype &
234  ( &
235  'GWF', & ! component
236  'STO', & ! subcomponent
237  'OPTIONS', & ! block
238  'DEV_OLDSTORAGEFORMULATION', & ! tag name
239  'ICONF_SS', & ! fortran variable
240  'KEYWORD', & ! type
241  '', & ! shape
242  'development option flag for old storage formulation', & ! longname
243  .false., & ! required
244  .false., & ! prerelease
245  .false., & ! multi-record
246  .false., & ! preserve case
247  .false., & ! layered
248  .false. & ! timeseries
249  )

◆ gwfsto_iconvert

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

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

251  type(InputParamDefinitionType), parameter :: &
252  gwfsto_iconvert = inputparamdefinitiontype &
253  ( &
254  'GWF', & ! component
255  'STO', & ! subcomponent
256  'GRIDDATA', & ! block
257  'ICONVERT', & ! tag name
258  'ICONVERT', & ! fortran variable
259  'INTEGER1D', & ! type
260  'NODES', & ! shape
261  'convertible indicator', & ! longname
262  .true., & ! required
263  .false., & ! prerelease
264  .false., & ! multi-record
265  .false., & ! preserve case
266  .true., & ! layered
267  .false. & ! timeseries
268  )

◆ 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., .false. )
private

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

213  type(InputParamDefinitionType), parameter :: &
214  gwfsto_iorig_ss = inputparamdefinitiontype &
215  ( &
216  'GWF', & ! component
217  'STO', & ! subcomponent
218  'OPTIONS', & ! block
219  'DEV_ORIGINAL_SPECIFIC_STORAGE', & ! tag name
220  'IORIG_SS', & ! fortran variable
221  'KEYWORD', & ! type
222  '', & ! shape
223  'development option for original specific storage', & ! longname
224  .false., & ! required
225  .false., & ! prerelease
226  .false., & ! multi-record
227  .false., & ! preserve case
228  .false., & ! layered
229  .false. & ! timeseries
230  )

◆ 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., .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., & ! prerelease
54  .false., & ! multi-record
55  .false., & ! preserve case
56  .false., & ! layered
57  .false. & ! timeseries
58  )

◆ 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., .false. )
private

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

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

◆ gwfsto_ss

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

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

270  type(InputParamDefinitionType), parameter :: &
271  gwfsto_ss = inputparamdefinitiontype &
272  ( &
273  'GWF', & ! component
274  'STO', & ! subcomponent
275  'GRIDDATA', & ! block
276  'SS', & ! tag name
277  'SS', & ! fortran variable
278  'DOUBLE1D', & ! type
279  'NODES', & ! shape
280  'specific storage', & ! longname
281  .true., & ! required
282  .false., & ! prerelease
283  .false., & ! multi-record
284  .false., & ! preserve case
285  .true., & ! layered
286  .false. & ! timeseries
287  )

◆ 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., .false. )
private

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

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

◆ 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., .false. )
private

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

308  type(InputParamDefinitionType), parameter :: &
309  gwfsto_steady_state = inputparamdefinitiontype &
310  ( &
311  'GWF', & ! component
312  'STO', & ! subcomponent
313  'PERIOD', & ! block
314  'STEADY-STATE', & ! tag name
315  'STEADY_STATE', & ! fortran variable
316  'KEYWORD', & ! type
317  '', & ! shape
318  'steady state indicator', & ! longname
319  .false., & ! required
320  .false., & ! prerelease
321  .false., & ! multi-record
322  .false., & ! preserve case
323  .false., & ! layered
324  .false. & ! timeseries
325  )

◆ gwfsto_sy

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

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

289  type(InputParamDefinitionType), parameter :: &
290  gwfsto_sy = inputparamdefinitiontype &
291  ( &
292  'GWF', & ! component
293  'STO', & ! subcomponent
294  'GRIDDATA', & ! block
295  'SY', & ! tag name
296  'SY', & ! fortran variable
297  'DOUBLE1D', & ! type
298  'NODES', & ! shape
299  'specific yield', & ! longname
300  .true., & ! required
301  .false., & ! prerelease
302  .false., & ! multi-record
303  .false., & ! preserve case
304  .true., & ! layered
305  .false. & ! timeseries
306  )

◆ gwfsto_transient

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

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

327  type(InputParamDefinitionType), parameter :: &
328  gwfsto_transient = inputparamdefinitiontype &
329  ( &
330  'GWF', & ! component
331  'STO', & ! subcomponent
332  'PERIOD', & ! block
333  'TRANSIENT', & ! tag name
334  'TRANSIENT', & ! fortran variable
335  'KEYWORD', & ! type
336  '', & ! shape
337  'transient indicator', & ! longname
338  .false., & ! required
339  .false., & ! prerelease
340  .false., & ! multi-record
341  .false., & ! preserve case
342  .false., & ! layered
343  .false. & ! timeseries
344  )

◆ gwfsto_tvs6

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

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

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

◆ 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., .false., .true., .true., .false., .false. )
private

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

156  type(InputParamDefinitionType), parameter :: &
157  gwfsto_tvs6_filename = inputparamdefinitiontype &
158  ( &
159  'GWF', & ! component
160  'STO', & ! subcomponent
161  'OPTIONS', & ! block
162  'TVS6_FILENAME', & ! tag name
163  'TVS6_FILENAME', & ! fortran variable
164  'STRING', & ! type
165  '', & ! shape
166  'file name of TVS information', & ! longname
167  .true., & ! required
168  .false., & ! prerelease
169  .true., & ! multi-record
170  .true., & ! preserve case
171  .false., & ! layered
172  .false. & ! timeseries
173  )

◆ 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., .false. )
private

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

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