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

Data Types

type  gwecndparamfoundtype
 

Variables

logical, public gwe_cnd_multi_package = .false.
 
type(inputparamdefinitiontype), parameter gwecnd_xt3d_off = InputParamDefinitionType ( 'GWE', 'CND', 'OPTIONS', 'XT3D_OFF', 'XT3D_OFF', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwecnd_xt3d_rhs = InputParamDefinitionType ( 'GWE', 'CND', 'OPTIONS', 'XT3D_RHS', 'XT3D_RHS', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwecnd_export_ascii = InputParamDefinitionType ( 'GWE', 'CND', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwecnd_alh = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'ALH', 'ALH', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwecnd_alv = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'ALV', 'ALV', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwecnd_ath1 = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'ATH1', 'ATH1', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwecnd_ath2 = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'ATH2', 'ATH2', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwecnd_atv = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'ATV', 'ATV', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwecnd_ktw = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'KTW', 'KTW', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwecnd_kts = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'KTS', 'KTS', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_cnd_param_definitions = [ gwecnd_xt3d_off, gwecnd_xt3d_rhs, gwecnd_export_ascii, gwecnd_alh, gwecnd_alv, gwecnd_ath1, gwecnd_ath2, gwecnd_atv, gwecnd_ktw, gwecnd_kts ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_cnd_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwe_cnd_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .false., .false., .false. ) ]
 

Variable Documentation

◆ gwe_cnd_aggregate_definitions

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

Definition at line 213 of file gwe-cndidm.f90.

213  type(InputParamDefinitionType), parameter :: &
214  gwe_cnd_aggregate_definitions(*) = &
215  [ &
216  inputparamdefinitiontype &
217  ( &
218  '', & ! component
219  '', & ! subcomponent
220  '', & ! block
221  '', & ! tag name
222  '', & ! fortran variable
223  '', & ! type
224  '', & ! shape
225  .false., & ! required
226  .false., & ! multi-record
227  .false., & ! preserve case
228  .false., & ! layered
229  .false. & ! timeseries
230  ) &
231  ]

◆ gwe_cnd_block_definitions

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

Definition at line 233 of file gwe-cndidm.f90.

233  type(InputBlockDefinitionType), parameter :: &
234  gwe_cnd_block_definitions(*) = &
235  [ &
236  inputblockdefinitiontype( &
237  'OPTIONS', & ! blockname
238  .false., & ! required
239  .false., & ! aggregate
240  .false. & ! block_variable
241  ), &
242  inputblockdefinitiontype( &
243  'GRIDDATA', & ! blockname
244  .false., & ! required
245  .false., & ! aggregate
246  .false. & ! block_variable
247  ) &
248  ]

◆ gwe_cnd_multi_package

logical, public gwecndinputmodule::gwe_cnd_multi_package = .false.

Definition at line 26 of file gwe-cndidm.f90.

26  logical :: gwe_cnd_multi_package = .false.

◆ gwe_cnd_param_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public gwecndinputmodule::gwe_cnd_param_definitions = [ gwecnd_xt3d_off, gwecnd_xt3d_rhs, gwecnd_export_ascii, gwecnd_alh, gwecnd_alv, gwecnd_ath1, gwecnd_ath2, gwecnd_atv, gwecnd_ktw, gwecnd_kts ]

Definition at line 198 of file gwe-cndidm.f90.

198  type(InputParamDefinitionType), parameter :: &
199  gwe_cnd_param_definitions(*) = &
200  [ &
201  gwecnd_xt3d_off, &
202  gwecnd_xt3d_rhs, &
203  gwecnd_export_ascii, &
204  gwecnd_alh, &
205  gwecnd_alv, &
206  gwecnd_ath1, &
207  gwecnd_ath2, &
208  gwecnd_atv, &
209  gwecnd_ktw, &
210  gwecnd_kts &
211  ]

◆ gwecnd_alh

type(inputparamdefinitiontype), parameter gwecndinputmodule::gwecnd_alh = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'ALH', 'ALH', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
private

Definition at line 79 of file gwe-cndidm.f90.

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

◆ gwecnd_alv

type(inputparamdefinitiontype), parameter gwecndinputmodule::gwecnd_alv = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'ALV', 'ALV', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
private

Definition at line 96 of file gwe-cndidm.f90.

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

◆ gwecnd_ath1

type(inputparamdefinitiontype), parameter gwecndinputmodule::gwecnd_ath1 = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'ATH1', 'ATH1', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
private

Definition at line 113 of file gwe-cndidm.f90.

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

◆ gwecnd_ath2

type(inputparamdefinitiontype), parameter gwecndinputmodule::gwecnd_ath2 = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'ATH2', 'ATH2', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
private

Definition at line 130 of file gwe-cndidm.f90.

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

◆ gwecnd_atv

type(inputparamdefinitiontype), parameter gwecndinputmodule::gwecnd_atv = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'ATV', 'ATV', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
private

Definition at line 147 of file gwe-cndidm.f90.

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

◆ gwecnd_export_ascii

type(inputparamdefinitiontype), parameter gwecndinputmodule::gwecnd_export_ascii = InputParamDefinitionType ( 'GWE', 'CND', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', .false., .false., .false., .false., .false. )
private

Definition at line 62 of file gwe-cndidm.f90.

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

◆ gwecnd_kts

type(inputparamdefinitiontype), parameter gwecndinputmodule::gwecnd_kts = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'KTS', 'KTS', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
private

Definition at line 181 of file gwe-cndidm.f90.

181  type(InputParamDefinitionType), parameter :: &
182  gwecnd_kts = inputparamdefinitiontype &
183  ( &
184  'GWE', & ! component
185  'CND', & ! subcomponent
186  'GRIDDATA', & ! block
187  'KTS', & ! tag name
188  'KTS', & ! fortran variable
189  'DOUBLE1D', & ! type
190  'NODES', & ! shape
191  .false., & ! required
192  .false., & ! multi-record
193  .false., & ! preserve case
194  .true., & ! layered
195  .false. & ! timeseries
196  )

◆ gwecnd_ktw

type(inputparamdefinitiontype), parameter gwecndinputmodule::gwecnd_ktw = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'KTW', 'KTW', 'DOUBLE1D', 'NODES', .false., .false., .false., .true., .false. )
private

Definition at line 164 of file gwe-cndidm.f90.

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

◆ gwecnd_xt3d_off

type(inputparamdefinitiontype), parameter gwecndinputmodule::gwecnd_xt3d_off = InputParamDefinitionType ( 'GWE', 'CND', 'OPTIONS', 'XT3D_OFF', 'XT3D_OFF', 'KEYWORD', '', .false., .false., .false., .false., .false. )
private

Definition at line 28 of file gwe-cndidm.f90.

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

◆ gwecnd_xt3d_rhs

type(inputparamdefinitiontype), parameter gwecndinputmodule::gwecnd_xt3d_rhs = InputParamDefinitionType ( 'GWE', 'CND', 'OPTIONS', 'XT3D_RHS', 'XT3D_RHS', 'KEYWORD', '', .false., .false., .false., .false., .false. )
private

Definition at line 45 of file gwe-cndidm.f90.

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