MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
gwt-advidm.f90
Go to the documentation of this file.
1 ! ** Do Not Modify! MODFLOW 6 system generated file. **
3  use constantsmodule, only: lenvarname
6  private
12  public gwt_adv_subpackages
13 
15  logical :: scheme = .false.
16  logical :: ats_percel = .false.
17  end type gwtadvparamfoundtype
18 
19  logical :: gwt_adv_multi_package = .false.
20 
21  character(len=16), parameter :: &
22  gwt_adv_subpackages(*) = &
23  [ &
24  ' ' &
25  ]
26 
27  type(inputparamdefinitiontype), parameter :: &
29  ( &
30  'GWT', & ! component
31  'ADV', & ! subcomponent
32  'OPTIONS', & ! block
33  'SCHEME', & ! tag name
34  'SCHEME', & ! fortran variable
35  'STRING', & ! type
36  '', & ! shape
37  'advective scheme', & ! longname
38  .false., & ! required
39  .false., & ! prerelease
40  .false., & ! multi-record
41  .false., & ! preserve case
42  .false., & ! layered
43  .false. & ! timeseries
44  )
45 
46  type(inputparamdefinitiontype), parameter :: &
48  ( &
49  'GWT', & ! component
50  'ADV', & ! subcomponent
51  'OPTIONS', & ! block
52  'ATS_PERCEL', & ! tag name
53  'ATS_PERCEL', & ! fortran variable
54  'DOUBLE', & ! type
55  '', & ! shape
56  'fractional cell distance used for time step calculation', & ! longname
57  .false., & ! required
58  .false., & ! prerelease
59  .false., & ! multi-record
60  .false., & ! preserve case
61  .false., & ! layered
62  .false. & ! timeseries
63  )
64 
65  type(inputparamdefinitiontype), parameter :: &
67  [ &
68  gwtadv_scheme, &
70  ]
71 
72  type(inputparamdefinitiontype), parameter :: &
74  [ &
76  ( &
77  '', & ! component
78  '', & ! subcomponent
79  '', & ! block
80  '', & ! tag name
81  '', & ! fortran variable
82  '', & ! type
83  '', & ! shape
84  '', & ! longname
85  .false., & ! required
86  .false., & ! prerelease
87  .false., & ! multi-record
88  .false., & ! preserve case
89  .false., & ! layered
90  .false. & ! timeseries
91  ) &
92  ]
93 
94  type(inputblockdefinitiontype), parameter :: &
96  [ &
98  'OPTIONS', & ! blockname
99  .false., & ! required
100  .false., & ! aggregate
101  .false. & ! block_variable
102  ) &
103  ]
104 
105 end module gwtadvinputmodule
This module contains simulation constants.
Definition: Constants.f90:9
integer(i4b), parameter lenvarname
maximum length of a variable name
Definition: Constants.f90:17
logical, public gwt_adv_multi_package
Definition: gwt-advidm.f90:19
type(inputparamdefinitiontype), parameter gwtadv_scheme
Definition: gwt-advidm.f90:27
type(inputblockdefinitiontype), dimension(*), parameter, public gwt_adv_block_definitions
Definition: gwt-advidm.f90:94
type(inputparamdefinitiontype), parameter gwtadv_ats_percel
Definition: gwt-advidm.f90:46
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_adv_aggregate_definitions
Definition: gwt-advidm.f90:72
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_adv_param_definitions
Definition: gwt-advidm.f90:65
character(len=16), dimension(*), parameter, public gwt_adv_subpackages
Definition: gwt-advidm.f90:21
This module contains the InputDefinitionModule.