MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
gwtdspinputmodule Module Reference

Data Types

type  gwtdspparamfoundtype
 

Variables

logical, public gwt_dsp_multi_package = .false.
 
type(inputparamdefinitiontype), parameter gwtdsp_xt3d_off = InputParamDefinitionType ( 'GWT', 'DSP', 'OPTIONS', 'XT3D_OFF', 'XT3D_OFF', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdsp_xt3d_rhs = InputParamDefinitionType ( 'GWT', 'DSP', 'OPTIONS', 'XT3D_RHS', 'XT3D_RHS', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdsp_export_ascii = InputParamDefinitionType ( 'GWT', 'DSP', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdsp_diffc = InputParamDefinitionType ( 'GWT', 'DSP', 'GRIDDATA', 'DIFFC', 'DIFFC', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwtdsp_alh = InputParamDefinitionType ( 'GWT', 'DSP', 'GRIDDATA', 'ALH', 'ALH', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwtdsp_alv = InputParamDefinitionType ( 'GWT', 'DSP', 'GRIDDATA', 'ALV', 'ALV', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwtdsp_ath1 = InputParamDefinitionType ( 'GWT', 'DSP', 'GRIDDATA', 'ATH1', 'ATH1', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwtdsp_ath2 = InputParamDefinitionType ( 'GWT', 'DSP', 'GRIDDATA', 'ATH2', 'ATH2', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwtdsp_atv = InputParamDefinitionType ( 'GWT', 'DSP', 'GRIDDATA', 'ATV', 'ATV', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_dsp_param_definitions = [ gwtdsp_xt3d_off, gwtdsp_xt3d_rhs, gwtdsp_export_ascii, gwtdsp_diffc, gwtdsp_alh, gwtdsp_alv, gwtdsp_ath1, gwtdsp_ath2, gwtdsp_atv ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_dsp_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwt_dsp_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .false., .false., .false. ) ]
 

Variable Documentation

◆ gwt_dsp_aggregate_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public gwtdspinputmodule::gwt_dsp_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]

Definition at line 194 of file gwt-dspidm.f90.

194  type(InputParamDefinitionType), parameter :: &
195  gwt_dsp_aggregate_definitions(*) = &
196  [ &
197  inputparamdefinitiontype &
198  ( &
199  '', & ! component
200  '', & ! subcomponent
201  '', & ! block
202  '', & ! tag name
203  '', & ! fortran variable
204  '', & ! type
205  '', & ! shape
206  .false., & ! required
207  .false., & ! multi-record
208  .false., & ! preserve case
209  .false., & ! layered
210  .false. & ! timeseries
211  ) &
212  ]

◆ gwt_dsp_block_definitions

type(inputblockdefinitiontype), dimension(*), parameter, public gwtdspinputmodule::gwt_dsp_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .false., .false., .false. ) ]

Definition at line 214 of file gwt-dspidm.f90.

214  type(InputBlockDefinitionType), parameter :: &
215  gwt_dsp_block_definitions(*) = &
216  [ &
217  inputblockdefinitiontype( &
218  'OPTIONS', & ! blockname
219  .false., & ! required
220  .false., & ! aggregate
221  .false. & ! block_variable
222  ), &
223  inputblockdefinitiontype( &
224  'GRIDDATA', & ! blockname
225  .false., & ! required
226  .false., & ! aggregate
227  .false. & ! block_variable
228  ) &
229  ]

◆ gwt_dsp_multi_package

logical, public gwtdspinputmodule::gwt_dsp_multi_package = .false.

Definition at line 25 of file gwt-dspidm.f90.

25  logical :: gwt_dsp_multi_package = .false.

◆ gwt_dsp_param_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public gwtdspinputmodule::gwt_dsp_param_definitions = [ gwtdsp_xt3d_off, gwtdsp_xt3d_rhs, gwtdsp_export_ascii, gwtdsp_diffc, gwtdsp_alh, gwtdsp_alv, gwtdsp_ath1, gwtdsp_ath2, gwtdsp_atv ]

Definition at line 180 of file gwt-dspidm.f90.

180  type(InputParamDefinitionType), parameter :: &
181  gwt_dsp_param_definitions(*) = &
182  [ &
183  gwtdsp_xt3d_off, &
184  gwtdsp_xt3d_rhs, &
185  gwtdsp_export_ascii, &
186  gwtdsp_diffc, &
187  gwtdsp_alh, &
188  gwtdsp_alv, &
189  gwtdsp_ath1, &
190  gwtdsp_ath2, &
191  gwtdsp_atv &
192  ]

◆ gwtdsp_alh

type(inputparamdefinitiontype), parameter gwtdspinputmodule::gwtdsp_alh = InputParamDefinitionType ( 'GWT', 'DSP', 'GRIDDATA', 'ALH', 'ALH', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
private

Definition at line 95 of file gwt-dspidm.f90.

95  type(InputParamDefinitionType), parameter :: &
96  gwtdsp_alh = inputparamdefinitiontype &
97  ( &
98  'GWT', & ! component
99  'DSP', & ! subcomponent
100  'GRIDDATA', & ! block
101  'ALH', & ! tag name
102  'ALH', & ! fortran variable
103  'DOUBLE1D', & ! type
104  'NODES', & ! shape
105  .false., & ! required
106  .false., & ! multi-record
107  .false., & ! preserve case
108  .true., & ! layered
109  .false. & ! timeseries
110  )

◆ gwtdsp_alv

type(inputparamdefinitiontype), parameter gwtdspinputmodule::gwtdsp_alv = InputParamDefinitionType ( 'GWT', 'DSP', 'GRIDDATA', 'ALV', 'ALV', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
private

Definition at line 112 of file gwt-dspidm.f90.

112  type(InputParamDefinitionType), parameter :: &
113  gwtdsp_alv = inputparamdefinitiontype &
114  ( &
115  'GWT', & ! component
116  'DSP', & ! subcomponent
117  'GRIDDATA', & ! block
118  'ALV', & ! tag name
119  'ALV', & ! fortran variable
120  'DOUBLE1D', & ! type
121  'NODES', & ! shape
122  .false., & ! required
123  .false., & ! multi-record
124  .false., & ! preserve case
125  .true., & ! layered
126  .false. & ! timeseries
127  )

◆ gwtdsp_ath1

type(inputparamdefinitiontype), parameter gwtdspinputmodule::gwtdsp_ath1 = InputParamDefinitionType ( 'GWT', 'DSP', 'GRIDDATA', 'ATH1', 'ATH1', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
private

Definition at line 129 of file gwt-dspidm.f90.

129  type(InputParamDefinitionType), parameter :: &
130  gwtdsp_ath1 = inputparamdefinitiontype &
131  ( &
132  'GWT', & ! component
133  'DSP', & ! subcomponent
134  'GRIDDATA', & ! block
135  'ATH1', & ! tag name
136  'ATH1', & ! fortran variable
137  'DOUBLE1D', & ! type
138  'NODES', & ! shape
139  .false., & ! required
140  .false., & ! multi-record
141  .false., & ! preserve case
142  .true., & ! layered
143  .false. & ! timeseries
144  )

◆ gwtdsp_ath2

type(inputparamdefinitiontype), parameter gwtdspinputmodule::gwtdsp_ath2 = InputParamDefinitionType ( 'GWT', 'DSP', 'GRIDDATA', 'ATH2', 'ATH2', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
private

Definition at line 146 of file gwt-dspidm.f90.

146  type(InputParamDefinitionType), parameter :: &
147  gwtdsp_ath2 = inputparamdefinitiontype &
148  ( &
149  'GWT', & ! component
150  'DSP', & ! subcomponent
151  'GRIDDATA', & ! block
152  'ATH2', & ! tag name
153  'ATH2', & ! fortran variable
154  'DOUBLE1D', & ! type
155  'NODES', & ! shape
156  .false., & ! required
157  .false., & ! multi-record
158  .false., & ! preserve case
159  .true., & ! layered
160  .false. & ! timeseries
161  )

◆ gwtdsp_atv

type(inputparamdefinitiontype), parameter gwtdspinputmodule::gwtdsp_atv = InputParamDefinitionType ( 'GWT', 'DSP', 'GRIDDATA', 'ATV', 'ATV', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
private

Definition at line 163 of file gwt-dspidm.f90.

163  type(InputParamDefinitionType), parameter :: &
164  gwtdsp_atv = inputparamdefinitiontype &
165  ( &
166  'GWT', & ! component
167  'DSP', & ! subcomponent
168  'GRIDDATA', & ! block
169  'ATV', & ! tag name
170  'ATV', & ! fortran variable
171  'DOUBLE1D', & ! type
172  'NODES', & ! shape
173  .false., & ! required
174  .false., & ! multi-record
175  .false., & ! preserve case
176  .true., & ! layered
177  .false. & ! timeseries
178  )

◆ gwtdsp_diffc

type(inputparamdefinitiontype), parameter gwtdspinputmodule::gwtdsp_diffc = InputParamDefinitionType ( 'GWT', 'DSP', 'GRIDDATA', 'DIFFC', 'DIFFC', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
private

Definition at line 78 of file gwt-dspidm.f90.

78  type(InputParamDefinitionType), parameter :: &
79  gwtdsp_diffc = inputparamdefinitiontype &
80  ( &
81  'GWT', & ! component
82  'DSP', & ! subcomponent
83  'GRIDDATA', & ! block
84  'DIFFC', & ! tag name
85  'DIFFC', & ! fortran variable
86  'DOUBLE1D', & ! type
87  'NODES', & ! shape
88  .false., & ! required
89  .false., & ! multi-record
90  .false., & ! preserve case
91  .true., & ! layered
92  .false. & ! timeseries
93  )

◆ gwtdsp_export_ascii

type(inputparamdefinitiontype), parameter gwtdspinputmodule::gwtdsp_export_ascii = InputParamDefinitionType ( 'GWT', 'DSP', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', .false., .false., .false., .false., .false. )
private

Definition at line 61 of file gwt-dspidm.f90.

61  type(InputParamDefinitionType), parameter :: &
62  gwtdsp_export_ascii = inputparamdefinitiontype &
63  ( &
64  'GWT', & ! component
65  'DSP', & ! subcomponent
66  'OPTIONS', & ! block
67  'EXPORT_ARRAY_ASCII', & ! tag name
68  'EXPORT_ASCII', & ! fortran variable
69  'KEYWORD', & ! type
70  '', & ! shape
71  .false., & ! required
72  .false., & ! multi-record
73  .false., & ! preserve case
74  .false., & ! layered
75  .false. & ! timeseries
76  )

◆ gwtdsp_xt3d_off

type(inputparamdefinitiontype), parameter gwtdspinputmodule::gwtdsp_xt3d_off = InputParamDefinitionType ( 'GWT', 'DSP', 'OPTIONS', 'XT3D_OFF', 'XT3D_OFF', 'KEYWORD', '', .false., .false., .false., .false., .false. )
private

Definition at line 27 of file gwt-dspidm.f90.

27  type(InputParamDefinitionType), parameter :: &
28  gwtdsp_xt3d_off = inputparamdefinitiontype &
29  ( &
30  'GWT', & ! component
31  'DSP', & ! subcomponent
32  'OPTIONS', & ! block
33  'XT3D_OFF', & ! tag name
34  'XT3D_OFF', & ! fortran variable
35  'KEYWORD', & ! type
36  '', & ! shape
37  .false., & ! required
38  .false., & ! multi-record
39  .false., & ! preserve case
40  .false., & ! layered
41  .false. & ! timeseries
42  )

◆ gwtdsp_xt3d_rhs

type(inputparamdefinitiontype), parameter gwtdspinputmodule::gwtdsp_xt3d_rhs = InputParamDefinitionType ( 'GWT', 'DSP', 'OPTIONS', 'XT3D_RHS', 'XT3D_RHS', 'KEYWORD', '', .false., .false., .false., .false., .false. )
private

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

44  type(InputParamDefinitionType), parameter :: &
45  gwtdsp_xt3d_rhs = inputparamdefinitiontype &
46  ( &
47  'GWT', & ! component
48  'DSP', & ! subcomponent
49  'OPTIONS', & ! block
50  'XT3D_RHS', & ! tag name
51  'XT3D_RHS', & ! fortran variable
52  'KEYWORD', & ! type
53  '', & ! shape
54  .false., & ! required
55  .false., & ! multi-record
56  .false., & ! preserve case
57  .false., & ! layered
58  .false. & ! timeseries
59  )