MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
gwtsrcinputmodule Module Reference

Data Types

type  gwtsrcparamfoundtype
 

Variables

logical, public gwt_src_multi_package = .true.
 
character(len=16), dimension(*), parameter, public gwt_src_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter gwtsrc_auxiliary = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'AUXILIARY', 'AUXILIARY', 'STRING', 'NAUX', 'keyword to specify aux variables', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtsrc_auxmultname = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'AUXMULTNAME', 'AUXMULTNAME', 'STRING', '', 'name of auxiliary variable for multiplier', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtsrc_boundnames = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'BOUNDNAMES', 'BOUNDNAMES', 'KEYWORD', '', '', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtsrc_iprpak = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'PRINT_INPUT', 'IPRPAK', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtsrc_iprflow = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'PRINT_FLOWS', 'IPRFLOW', 'KEYWORD', '', 'print calculated flows to listing file', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtsrc_ipakcb = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', 'save well flows to budget file', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtsrc_ts_filerecord = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'TS_FILERECORD', 'TS_FILERECORD', 'RECORD TS6 FILEIN TS6_FILENAME', '', '', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtsrc_ts6 = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'TS6', 'TS6', 'KEYWORD', '', 'head keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtsrc_filein = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtsrc_ts6_filename = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'TS6_FILENAME', 'TS6_FILENAME', 'STRING', '', 'file name of time series information', .true., .false., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtsrc_obs_filerecord = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', '', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtsrc_obs6 = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', 'obs keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtsrc_obs6_filename = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', 'obs6 input filename', .true., .false., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtsrc_highest_sat = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'HIGHEST_SATURATED', 'HIGHEST_SAT', 'KEYWORD', '', 'apply source to highest saturated cell', .false., .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtsrc_maxbound = InputParamDefinitionType ( 'GWT', 'SRC', 'DIMENSIONS', 'MAXBOUND', 'MAXBOUND', 'INTEGER', '', 'maximum number of sources', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtsrc_cellid = InputParamDefinitionType ( 'GWT', 'SRC', 'PERIOD', 'CELLID', 'CELLID', 'INTEGER1D', 'NCELLDIM', 'cell identifier', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtsrc_smassrate = InputParamDefinitionType ( 'GWT', 'SRC', 'PERIOD', 'SMASSRATE', 'SMASSRATE', 'DOUBLE', '', 'mass source loading rate', .true., .false., .true., .false., .false., .true. )
 
type(inputparamdefinitiontype), parameter gwtsrc_auxvar = InputParamDefinitionType ( 'GWT', 'SRC', 'PERIOD', 'AUX', 'AUXVAR', 'DOUBLE1D', 'NAUX', 'auxiliary variables', .false., .false., .true., .false., .false., .true. )
 
type(inputparamdefinitiontype), parameter gwtsrc_boundname = InputParamDefinitionType ( 'GWT', 'SRC', 'PERIOD', 'BOUNDNAME', 'BOUNDNAME', 'STRING', '', 'well name', .false., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_src_param_definitions = [ gwtsrc_auxiliary, gwtsrc_auxmultname, gwtsrc_boundnames, gwtsrc_iprpak, gwtsrc_iprflow, gwtsrc_ipakcb, gwtsrc_ts_filerecord, gwtsrc_ts6, gwtsrc_filein, gwtsrc_ts6_filename, gwtsrc_obs_filerecord, gwtsrc_obs6, gwtsrc_obs6_filename, gwtsrc_highest_sat, gwtsrc_maxbound, gwtsrc_cellid, gwtsrc_smassrate, gwtsrc_auxvar, gwtsrc_boundname ]
 
type(inputparamdefinitiontype), parameter gwtsrc_spd = InputParamDefinitionType ( 'GWT', 'SRC', 'PERIOD', 'STRESS_PERIOD_DATA', 'SPD', 'RECARRAY CELLID SMASSRATE AUX BOUNDNAME', 'MAXBOUND', '', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_src_aggregate_definitions = [ gwtsrc_spd ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwt_src_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .true., .true., .true. ) ]
 

Variable Documentation

◆ gwt_src_aggregate_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public gwtsrcinputmodule::gwt_src_aggregate_definitions = [ gwtsrc_spd ]

Definition at line 448 of file gwt-srcidm.f90.

448  type(InputParamDefinitionType), parameter :: &
449  gwt_src_aggregate_definitions(*) = &
450  [ &
451  gwtsrc_spd &
452  ]

◆ gwt_src_block_definitions

type(inputblockdefinitiontype), dimension(*), parameter, public gwtsrcinputmodule::gwt_src_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .true., .true., .true. ) ]

Definition at line 454 of file gwt-srcidm.f90.

454  type(InputBlockDefinitionType), parameter :: &
455  gwt_src_block_definitions(*) = &
456  [ &
457  inputblockdefinitiontype( &
458  'OPTIONS', & ! blockname
459  .false., & ! required
460  .false., & ! aggregate
461  .false. & ! block_variable
462  ), &
463  inputblockdefinitiontype( &
464  'DIMENSIONS', & ! blockname
465  .true., & ! required
466  .false., & ! aggregate
467  .false. & ! block_variable
468  ), &
469  inputblockdefinitiontype( &
470  'PERIOD', & ! blockname
471  .true., & ! required
472  .true., & ! aggregate
473  .true. & ! block_variable
474  ) &
475  ]

◆ gwt_src_multi_package

logical, public gwtsrcinputmodule::gwt_src_multi_package = .true.

Definition at line 36 of file gwt-srcidm.f90.

36  logical :: gwt_src_multi_package = .true.

◆ gwt_src_param_definitions

Definition at line 405 of file gwt-srcidm.f90.

405  type(InputParamDefinitionType), parameter :: &
406  gwt_src_param_definitions(*) = &
407  [ &
408  gwtsrc_auxiliary, &
409  gwtsrc_auxmultname, &
410  gwtsrc_boundnames, &
411  gwtsrc_iprpak, &
412  gwtsrc_iprflow, &
413  gwtsrc_ipakcb, &
414  gwtsrc_ts_filerecord, &
415  gwtsrc_ts6, &
416  gwtsrc_filein, &
417  gwtsrc_ts6_filename, &
418  gwtsrc_obs_filerecord, &
419  gwtsrc_obs6, &
420  gwtsrc_obs6_filename, &
421  gwtsrc_highest_sat, &
422  gwtsrc_maxbound, &
423  gwtsrc_cellid, &
424  gwtsrc_smassrate, &
425  gwtsrc_auxvar, &
426  gwtsrc_boundname &
427  ]

◆ gwt_src_subpackages

character(len=16), dimension(*), parameter, public gwtsrcinputmodule::gwt_src_subpackages = [ ' ' ]

Definition at line 38 of file gwt-srcidm.f90.

38  character(len=16), parameter :: &
39  gwt_src_subpackages(*) = &
40  [ &
41  ' ' &
42  ]

◆ gwtsrc_auxiliary

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_auxiliary = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'AUXILIARY', 'AUXILIARY', 'STRING', 'NAUX', 'keyword to specify aux variables', .false., .false., .false., .false., .false., .false. )
private

Definition at line 44 of file gwt-srcidm.f90.

44  type(InputParamDefinitionType), parameter :: &
45  gwtsrc_auxiliary = inputparamdefinitiontype &
46  ( &
47  'GWT', & ! component
48  'SRC', & ! subcomponent
49  'OPTIONS', & ! block
50  'AUXILIARY', & ! tag name
51  'AUXILIARY', & ! fortran variable
52  'STRING', & ! type
53  'NAUX', & ! shape
54  'keyword to specify aux variables', & ! longname
55  .false., & ! required
56  .false., & ! prerelease
57  .false., & ! multi-record
58  .false., & ! preserve case
59  .false., & ! layered
60  .false. & ! timeseries
61  )

◆ gwtsrc_auxmultname

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_auxmultname = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'AUXMULTNAME', 'AUXMULTNAME', 'STRING', '', 'name of auxiliary variable for multiplier', .false., .false., .false., .false., .false., .false. )
private

Definition at line 63 of file gwt-srcidm.f90.

63  type(InputParamDefinitionType), parameter :: &
64  gwtsrc_auxmultname = inputparamdefinitiontype &
65  ( &
66  'GWT', & ! component
67  'SRC', & ! subcomponent
68  'OPTIONS', & ! block
69  'AUXMULTNAME', & ! tag name
70  'AUXMULTNAME', & ! fortran variable
71  'STRING', & ! type
72  '', & ! shape
73  'name of auxiliary variable for multiplier', & ! longname
74  .false., & ! required
75  .false., & ! prerelease
76  .false., & ! multi-record
77  .false., & ! preserve case
78  .false., & ! layered
79  .false. & ! timeseries
80  )

◆ gwtsrc_auxvar

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_auxvar = InputParamDefinitionType ( 'GWT', 'SRC', 'PERIOD', 'AUX', 'AUXVAR', 'DOUBLE1D', 'NAUX', 'auxiliary variables', .false., .false., .true., .false., .false., .true. )
private

Definition at line 367 of file gwt-srcidm.f90.

367  type(InputParamDefinitionType), parameter :: &
368  gwtsrc_auxvar = inputparamdefinitiontype &
369  ( &
370  'GWT', & ! component
371  'SRC', & ! subcomponent
372  'PERIOD', & ! block
373  'AUX', & ! tag name
374  'AUXVAR', & ! fortran variable
375  'DOUBLE1D', & ! type
376  'NAUX', & ! shape
377  'auxiliary variables', & ! longname
378  .false., & ! required
379  .false., & ! prerelease
380  .true., & ! multi-record
381  .false., & ! preserve case
382  .false., & ! layered
383  .true. & ! timeseries
384  )

◆ gwtsrc_boundname

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_boundname = InputParamDefinitionType ( 'GWT', 'SRC', 'PERIOD', 'BOUNDNAME', 'BOUNDNAME', 'STRING', '', 'well name', .false., .false., .true., .false., .false., .false. )
private

Definition at line 386 of file gwt-srcidm.f90.

386  type(InputParamDefinitionType), parameter :: &
387  gwtsrc_boundname = inputparamdefinitiontype &
388  ( &
389  'GWT', & ! component
390  'SRC', & ! subcomponent
391  'PERIOD', & ! block
392  'BOUNDNAME', & ! tag name
393  'BOUNDNAME', & ! fortran variable
394  'STRING', & ! type
395  '', & ! shape
396  'well name', & ! longname
397  .false., & ! required
398  .false., & ! prerelease
399  .true., & ! multi-record
400  .false., & ! preserve case
401  .false., & ! layered
402  .false. & ! timeseries
403  )

◆ gwtsrc_boundnames

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_boundnames = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'BOUNDNAMES', 'BOUNDNAMES', 'KEYWORD', '', '', .false., .false., .false., .false., .false., .false. )
private

Definition at line 82 of file gwt-srcidm.f90.

82  type(InputParamDefinitionType), parameter :: &
83  gwtsrc_boundnames = inputparamdefinitiontype &
84  ( &
85  'GWT', & ! component
86  'SRC', & ! subcomponent
87  'OPTIONS', & ! block
88  'BOUNDNAMES', & ! tag name
89  'BOUNDNAMES', & ! fortran variable
90  'KEYWORD', & ! type
91  '', & ! shape
92  '', & ! longname
93  .false., & ! required
94  .false., & ! prerelease
95  .false., & ! multi-record
96  .false., & ! preserve case
97  .false., & ! layered
98  .false. & ! timeseries
99  )

◆ gwtsrc_cellid

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_cellid = InputParamDefinitionType ( 'GWT', 'SRC', 'PERIOD', 'CELLID', 'CELLID', 'INTEGER1D', 'NCELLDIM', 'cell identifier', .true., .false., .true., .false., .false., .false. )
private

Definition at line 329 of file gwt-srcidm.f90.

329  type(InputParamDefinitionType), parameter :: &
330  gwtsrc_cellid = inputparamdefinitiontype &
331  ( &
332  'GWT', & ! component
333  'SRC', & ! subcomponent
334  'PERIOD', & ! block
335  'CELLID', & ! tag name
336  'CELLID', & ! fortran variable
337  'INTEGER1D', & ! type
338  'NCELLDIM', & ! shape
339  'cell identifier', & ! longname
340  .true., & ! required
341  .false., & ! prerelease
342  .true., & ! multi-record
343  .false., & ! preserve case
344  .false., & ! layered
345  .false. & ! timeseries
346  )

◆ gwtsrc_filein

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_filein = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .false., .true., .false., .false., .false. )
private

Definition at line 196 of file gwt-srcidm.f90.

196  type(InputParamDefinitionType), parameter :: &
197  gwtsrc_filein = inputparamdefinitiontype &
198  ( &
199  'GWT', & ! component
200  'SRC', & ! subcomponent
201  'OPTIONS', & ! block
202  'FILEIN', & ! tag name
203  'FILEIN', & ! fortran variable
204  'KEYWORD', & ! type
205  '', & ! shape
206  'file keyword', & ! longname
207  .true., & ! required
208  .false., & ! prerelease
209  .true., & ! multi-record
210  .false., & ! preserve case
211  .false., & ! layered
212  .false. & ! timeseries
213  )

◆ gwtsrc_highest_sat

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_highest_sat = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'HIGHEST_SATURATED', 'HIGHEST_SAT', 'KEYWORD', '', 'apply source to highest saturated cell', .false., .true., .false., .false., .false., .false. )
private

Definition at line 291 of file gwt-srcidm.f90.

291  type(InputParamDefinitionType), parameter :: &
292  gwtsrc_highest_sat = inputparamdefinitiontype &
293  ( &
294  'GWT', & ! component
295  'SRC', & ! subcomponent
296  'OPTIONS', & ! block
297  'HIGHEST_SATURATED', & ! tag name
298  'HIGHEST_SAT', & ! fortran variable
299  'KEYWORD', & ! type
300  '', & ! shape
301  'apply source to highest saturated cell', & ! longname
302  .false., & ! required
303  .true., & ! prerelease
304  .false., & ! multi-record
305  .false., & ! preserve case
306  .false., & ! layered
307  .false. & ! timeseries
308  )

◆ gwtsrc_ipakcb

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_ipakcb = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', 'save well flows to budget file', .false., .false., .false., .false., .false., .false. )
private

Definition at line 139 of file gwt-srcidm.f90.

139  type(InputParamDefinitionType), parameter :: &
140  gwtsrc_ipakcb = inputparamdefinitiontype &
141  ( &
142  'GWT', & ! component
143  'SRC', & ! subcomponent
144  'OPTIONS', & ! block
145  'SAVE_FLOWS', & ! tag name
146  'IPAKCB', & ! fortran variable
147  'KEYWORD', & ! type
148  '', & ! shape
149  'save well flows to budget file', & ! longname
150  .false., & ! required
151  .false., & ! prerelease
152  .false., & ! multi-record
153  .false., & ! preserve case
154  .false., & ! layered
155  .false. & ! timeseries
156  )

◆ gwtsrc_iprflow

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_iprflow = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'PRINT_FLOWS', 'IPRFLOW', 'KEYWORD', '', 'print calculated flows to listing file', .false., .false., .false., .false., .false., .false. )
private

Definition at line 120 of file gwt-srcidm.f90.

120  type(InputParamDefinitionType), parameter :: &
121  gwtsrc_iprflow = inputparamdefinitiontype &
122  ( &
123  'GWT', & ! component
124  'SRC', & ! subcomponent
125  'OPTIONS', & ! block
126  'PRINT_FLOWS', & ! tag name
127  'IPRFLOW', & ! fortran variable
128  'KEYWORD', & ! type
129  '', & ! shape
130  'print calculated flows to listing file', & ! longname
131  .false., & ! required
132  .false., & ! prerelease
133  .false., & ! multi-record
134  .false., & ! preserve case
135  .false., & ! layered
136  .false. & ! timeseries
137  )

◆ gwtsrc_iprpak

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_iprpak = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'PRINT_INPUT', 'IPRPAK', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false., .false. )
private

Definition at line 101 of file gwt-srcidm.f90.

101  type(InputParamDefinitionType), parameter :: &
102  gwtsrc_iprpak = inputparamdefinitiontype &
103  ( &
104  'GWT', & ! component
105  'SRC', & ! subcomponent
106  'OPTIONS', & ! block
107  'PRINT_INPUT', & ! tag name
108  'IPRPAK', & ! fortran variable
109  'KEYWORD', & ! type
110  '', & ! shape
111  'print input to listing file', & ! longname
112  .false., & ! required
113  .false., & ! prerelease
114  .false., & ! multi-record
115  .false., & ! preserve case
116  .false., & ! layered
117  .false. & ! timeseries
118  )

◆ gwtsrc_maxbound

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_maxbound = InputParamDefinitionType ( 'GWT', 'SRC', 'DIMENSIONS', 'MAXBOUND', 'MAXBOUND', 'INTEGER', '', 'maximum number of sources', .true., .false., .false., .false., .false., .false. )
private

Definition at line 310 of file gwt-srcidm.f90.

310  type(InputParamDefinitionType), parameter :: &
311  gwtsrc_maxbound = inputparamdefinitiontype &
312  ( &
313  'GWT', & ! component
314  'SRC', & ! subcomponent
315  'DIMENSIONS', & ! block
316  'MAXBOUND', & ! tag name
317  'MAXBOUND', & ! fortran variable
318  'INTEGER', & ! type
319  '', & ! shape
320  'maximum number of sources', & ! longname
321  .true., & ! required
322  .false., & ! prerelease
323  .false., & ! multi-record
324  .false., & ! preserve case
325  .false., & ! layered
326  .false. & ! timeseries
327  )

◆ gwtsrc_obs6

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_obs6 = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', 'obs keyword', .true., .false., .true., .false., .false., .false. )
private

Definition at line 253 of file gwt-srcidm.f90.

253  type(InputParamDefinitionType), parameter :: &
254  gwtsrc_obs6 = inputparamdefinitiontype &
255  ( &
256  'GWT', & ! component
257  'SRC', & ! subcomponent
258  'OPTIONS', & ! block
259  'OBS6', & ! tag name
260  'OBS6', & ! fortran variable
261  'KEYWORD', & ! type
262  '', & ! shape
263  'obs keyword', & ! longname
264  .true., & ! required
265  .false., & ! prerelease
266  .true., & ! multi-record
267  .false., & ! preserve case
268  .false., & ! layered
269  .false. & ! timeseries
270  )

◆ gwtsrc_obs6_filename

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_obs6_filename = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', 'obs6 input filename', .true., .false., .true., .true., .false., .false. )
private

Definition at line 272 of file gwt-srcidm.f90.

272  type(InputParamDefinitionType), parameter :: &
273  gwtsrc_obs6_filename = inputparamdefinitiontype &
274  ( &
275  'GWT', & ! component
276  'SRC', & ! subcomponent
277  'OPTIONS', & ! block
278  'OBS6_FILENAME', & ! tag name
279  'OBS6_FILENAME', & ! fortran variable
280  'STRING', & ! type
281  '', & ! shape
282  'obs6 input filename', & ! longname
283  .true., & ! required
284  .false., & ! prerelease
285  .true., & ! multi-record
286  .true., & ! preserve case
287  .false., & ! layered
288  .false. & ! timeseries
289  )

◆ gwtsrc_obs_filerecord

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_obs_filerecord = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', '', .false., .false., .false., .false., .false., .false. )
private

Definition at line 234 of file gwt-srcidm.f90.

234  type(InputParamDefinitionType), parameter :: &
235  gwtsrc_obs_filerecord = inputparamdefinitiontype &
236  ( &
237  'GWT', & ! component
238  'SRC', & ! subcomponent
239  'OPTIONS', & ! block
240  'OBS_FILERECORD', & ! tag name
241  'OBS_FILERECORD', & ! fortran variable
242  'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type
243  '', & ! shape
244  '', & ! longname
245  .false., & ! required
246  .false., & ! prerelease
247  .false., & ! multi-record
248  .false., & ! preserve case
249  .false., & ! layered
250  .false. & ! timeseries
251  )

◆ gwtsrc_smassrate

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_smassrate = InputParamDefinitionType ( 'GWT', 'SRC', 'PERIOD', 'SMASSRATE', 'SMASSRATE', 'DOUBLE', '', 'mass source loading rate', .true., .false., .true., .false., .false., .true. )
private

Definition at line 348 of file gwt-srcidm.f90.

348  type(InputParamDefinitionType), parameter :: &
349  gwtsrc_smassrate = inputparamdefinitiontype &
350  ( &
351  'GWT', & ! component
352  'SRC', & ! subcomponent
353  'PERIOD', & ! block
354  'SMASSRATE', & ! tag name
355  'SMASSRATE', & ! fortran variable
356  'DOUBLE', & ! type
357  '', & ! shape
358  'mass source loading rate', & ! longname
359  .true., & ! required
360  .false., & ! prerelease
361  .true., & ! multi-record
362  .false., & ! preserve case
363  .false., & ! layered
364  .true. & ! timeseries
365  )

◆ gwtsrc_spd

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_spd = InputParamDefinitionType ( 'GWT', 'SRC', 'PERIOD', 'STRESS_PERIOD_DATA', 'SPD', 'RECARRAY CELLID SMASSRATE AUX BOUNDNAME', 'MAXBOUND', '', .true., .false., .false., .false., .false., .false. )
private

Definition at line 429 of file gwt-srcidm.f90.

429  type(InputParamDefinitionType), parameter :: &
430  gwtsrc_spd = inputparamdefinitiontype &
431  ( &
432  'GWT', & ! component
433  'SRC', & ! subcomponent
434  'PERIOD', & ! block
435  'STRESS_PERIOD_DATA', & ! tag name
436  'SPD', & ! fortran variable
437  'RECARRAY CELLID SMASSRATE AUX BOUNDNAME', & ! type
438  'MAXBOUND', & ! shape
439  '', & ! longname
440  .true., & ! required
441  .false., & ! prerelease
442  .false., & ! multi-record
443  .false., & ! preserve case
444  .false., & ! layered
445  .false. & ! timeseries
446  )

◆ gwtsrc_ts6

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_ts6 = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'TS6', 'TS6', 'KEYWORD', '', 'head keyword', .true., .false., .true., .false., .false., .false. )
private

Definition at line 177 of file gwt-srcidm.f90.

177  type(InputParamDefinitionType), parameter :: &
178  gwtsrc_ts6 = inputparamdefinitiontype &
179  ( &
180  'GWT', & ! component
181  'SRC', & ! subcomponent
182  'OPTIONS', & ! block
183  'TS6', & ! tag name
184  'TS6', & ! fortran variable
185  'KEYWORD', & ! type
186  '', & ! shape
187  'head keyword', & ! longname
188  .true., & ! required
189  .false., & ! prerelease
190  .true., & ! multi-record
191  .false., & ! preserve case
192  .false., & ! layered
193  .false. & ! timeseries
194  )

◆ gwtsrc_ts6_filename

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_ts6_filename = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'TS6_FILENAME', 'TS6_FILENAME', 'STRING', '', 'file name of time series information', .true., .false., .true., .true., .false., .false. )
private

Definition at line 215 of file gwt-srcidm.f90.

215  type(InputParamDefinitionType), parameter :: &
216  gwtsrc_ts6_filename = inputparamdefinitiontype &
217  ( &
218  'GWT', & ! component
219  'SRC', & ! subcomponent
220  'OPTIONS', & ! block
221  'TS6_FILENAME', & ! tag name
222  'TS6_FILENAME', & ! fortran variable
223  'STRING', & ! type
224  '', & ! shape
225  'file name of time series information', & ! longname
226  .true., & ! required
227  .false., & ! prerelease
228  .true., & ! multi-record
229  .true., & ! preserve case
230  .false., & ! layered
231  .false. & ! timeseries
232  )

◆ gwtsrc_ts_filerecord

type(inputparamdefinitiontype), parameter gwtsrcinputmodule::gwtsrc_ts_filerecord = InputParamDefinitionType ( 'GWT', 'SRC', 'OPTIONS', 'TS_FILERECORD', 'TS_FILERECORD', 'RECORD TS6 FILEIN TS6_FILENAME', '', '', .false., .false., .false., .false., .false., .false. )
private

Definition at line 158 of file gwt-srcidm.f90.

158  type(InputParamDefinitionType), parameter :: &
159  gwtsrc_ts_filerecord = inputparamdefinitiontype &
160  ( &
161  'GWT', & ! component
162  'SRC', & ! subcomponent
163  'OPTIONS', & ! block
164  'TS_FILERECORD', & ! tag name
165  'TS_FILERECORD', & ! fortran variable
166  'RECORD TS6 FILEIN TS6_FILENAME', & ! type
167  '', & ! shape
168  '', & ! longname
169  .false., & ! required
170  .false., & ! prerelease
171  .false., & ! multi-record
172  .false., & ! preserve case
173  .false., & ! layered
174  .false. & ! timeseries
175  )