MODFLOW 6  version 6.7.0.dev2
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., & ! multi-record
40  .false., & ! preserve case
41  .false., & ! layered
42  .false. & ! timeseries
43  )
44 
45  type(inputparamdefinitiontype), parameter :: &
47  ( &
48  'GWT', & ! component
49  'ADV', & ! subcomponent
50  'OPTIONS', & ! block
51  'ATS_PERCEL', & ! tag name
52  'ATS_PERCEL', & ! fortran variable
53  'DOUBLE', & ! type
54  '', & ! shape
55  'fractional cell distance used for time step calculation', & ! longname
56  .false., & ! required
57  .false., & ! multi-record
58  .false., & ! preserve case
59  .false., & ! layered
60  .false. & ! timeseries
61  )
62 
63  type(inputparamdefinitiontype), parameter :: &
65  [ &
66  gwtadv_scheme, &
68  ]
69 
70  type(inputparamdefinitiontype), parameter :: &
72  [ &
74  ( &
75  '', & ! component
76  '', & ! subcomponent
77  '', & ! block
78  '', & ! tag name
79  '', & ! fortran variable
80  '', & ! type
81  '', & ! shape
82  '', & ! longname
83  .false., & ! required
84  .false., & ! multi-record
85  .false., & ! preserve case
86  .false., & ! layered
87  .false. & ! timeseries
88  ) &
89  ]
90 
91  type(inputblockdefinitiontype), parameter :: &
93  [ &
95  'OPTIONS', & ! blockname
96  .false., & ! required
97  .false., & ! aggregate
98  .false. & ! block_variable
99  ) &
100  ]
101 
102 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:91
type(inputparamdefinitiontype), parameter gwtadv_ats_percel
Definition: gwt-advidm.f90:45
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_adv_aggregate_definitions
Definition: gwt-advidm.f90:70
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_adv_param_definitions
Definition: gwt-advidm.f90:63
character(len=16), dimension(*), parameter, public gwt_adv_subpackages
Definition: gwt-advidm.f90:21
This module contains the InputDefinitionModule.