MODFLOW 6  version 6.6.0.dev0
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 350 of file gwf-stoidm.f90.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

◆ 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 conditions', & ! longname
88  .false., & ! required
89  .false., & ! multi-record
90  .false., & ! preserve case
91  .false., & ! layered
92  .false. & ! timeseries
93  )

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

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

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

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

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

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

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

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

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

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

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

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