MODFLOW 6  version 6.9.0.dev0
USGS Modular Hydrologic Model
gwtsrcinputmodule Module Reference

Data Types

type  gwtsrcparamfoundtype
 

Variables

logical, public gwt_src_multi_package = .true.
 
logical, public gwt_src_is_advanced = .false.
 
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 SRC 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., .false., .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', '', 'source 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 450 of file gwt-srcidm.f90.

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

◆ 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 456 of file gwt-srcidm.f90.

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

◆ gwt_src_is_advanced

logical, public gwtsrcinputmodule::gwt_src_is_advanced = .false.

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

38  logical :: gwt_src_is_advanced = .false.

◆ gwt_src_multi_package

logical, public gwtsrcinputmodule::gwt_src_multi_package = .true.

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

37  logical :: gwt_src_multi_package = .true.

◆ gwt_src_param_definitions

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

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

◆ gwt_src_subpackages

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

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

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

◆ 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 46 of file gwt-srcidm.f90.

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

◆ 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 65 of file gwt-srcidm.f90.

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

◆ 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 369 of file gwt-srcidm.f90.

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

◆ gwtsrc_boundname

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

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

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

◆ 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 84 of file gwt-srcidm.f90.

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

◆ 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 331 of file gwt-srcidm.f90.

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

◆ 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 198 of file gwt-srcidm.f90.

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

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

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

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

◆ gwtsrc_ipakcb

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

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

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

◆ 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 122 of file gwt-srcidm.f90.

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

◆ 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 103 of file gwt-srcidm.f90.

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

◆ 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 312 of file gwt-srcidm.f90.

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

◆ 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 255 of file gwt-srcidm.f90.

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

◆ 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 274 of file gwt-srcidm.f90.

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

◆ 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 236 of file gwt-srcidm.f90.

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

◆ 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 350 of file gwt-srcidm.f90.

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

◆ 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 431 of file gwt-srcidm.f90.

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

◆ 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 179 of file gwt-srcidm.f90.

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

◆ 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 217 of file gwt-srcidm.f90.

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

◆ 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 160 of file gwt-srcidm.f90.

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