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

Data Types

type  gwfdisvparamfoundtype
 

Variables

logical, public gwf_disv_multi_package = .false.
 
type(inputparamdefinitiontype), parameter gwfdisv_length_units = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_nogrb = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_xorigin = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_yorigin = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_angrot = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_export_ascii = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_nlay = InputParamDefinitionType ( 'GWF', 'DISV', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_ncpl = InputParamDefinitionType ( 'GWF', 'DISV', 'DIMENSIONS', 'NCPL', 'NCPL', 'INTEGER', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_nvert = InputParamDefinitionType ( 'GWF', 'DISV', 'DIMENSIONS', 'NVERT', 'NVERT', 'INTEGER', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_top = InputParamDefinitionType ( 'GWF', 'DISV', 'GRIDDATA', 'TOP', 'TOP', 'DOUBLE1D', 'NCPL', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_botm = InputParamDefinitionType ( 'GWF', 'DISV', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE2D', 'NCPL NLAY', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_idomain = InputParamDefinitionType ( 'GWF', 'DISV', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER2D', 'NCPL NLAY', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_iv = InputParamDefinitionType ( 'GWF', 'DISV', 'VERTICES', 'IV', 'IV', 'INTEGER', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_xv = InputParamDefinitionType ( 'GWF', 'DISV', 'VERTICES', 'XV', 'XV', 'DOUBLE', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_yv = InputParamDefinitionType ( 'GWF', 'DISV', 'VERTICES', 'YV', 'YV', 'DOUBLE', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_icell2d = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'ICELL2D', 'ICELL2D', 'INTEGER', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_xc = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'XC', 'XC', 'DOUBLE', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_yc = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'YC', 'YC', 'DOUBLE', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_ncvert = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'NCVERT', 'NCVERT', 'INTEGER', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_icvert = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'ICVERT', 'ICVERT', 'INTEGER1D', 'NCVERT', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_disv_param_definitions = [ gwfdisv_length_units, gwfdisv_nogrb, gwfdisv_xorigin, gwfdisv_yorigin, gwfdisv_angrot, gwfdisv_export_ascii, gwfdisv_nlay, gwfdisv_ncpl, gwfdisv_nvert, gwfdisv_top, gwfdisv_botm, gwfdisv_idomain, gwfdisv_iv, gwfdisv_xv, gwfdisv_yv, gwfdisv_icell2d, gwfdisv_xc, gwfdisv_yc, gwfdisv_ncvert, gwfdisv_icvert ]
 
type(inputparamdefinitiontype), parameter gwfdisv_vertices = InputParamDefinitionType ( 'GWF', 'DISV', 'VERTICES', 'VERTICES', 'VERTICES', 'RECARRAY IV XV YV', 'NVERT', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_cell2d = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'CELL2D', 'CELL2D', 'RECARRAY ICELL2D XC YC NCVERT ICVERT', 'NCPL', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_disv_aggregate_definitions = [ gwfdisv_vertices, gwfdisv_cell2d ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwf_disv_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ), InputBlockDefinitionType( 'VERTICES', .true., .true., .false. ), InputBlockDefinitionType( 'CELL2D', .true., .true., .false. ) ]
 

Variable Documentation

◆ gwf_disv_aggregate_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public gwfdisvinputmodule::gwf_disv_aggregate_definitions = [ gwfdisv_vertices, gwfdisv_cell2d ]

Definition at line 437 of file gwf-disvidm.f90.

437  type(InputParamDefinitionType), parameter :: &
438  gwf_disv_aggregate_definitions(*) = &
439  [ &
440  gwfdisv_vertices, &
441  gwfdisv_cell2d &
442  ]

◆ gwf_disv_block_definitions

type(inputblockdefinitiontype), dimension(*), parameter, public gwfdisvinputmodule::gwf_disv_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ), InputBlockDefinitionType( 'VERTICES', .true., .true., .false. ), InputBlockDefinitionType( 'CELL2D', .true., .true., .false. ) ]

Definition at line 444 of file gwf-disvidm.f90.

444  type(InputBlockDefinitionType), parameter :: &
445  gwf_disv_block_definitions(*) = &
446  [ &
447  inputblockdefinitiontype( &
448  'OPTIONS', & ! blockname
449  .false., & ! required
450  .false., & ! aggregate
451  .false. & ! block_variable
452  ), &
453  inputblockdefinitiontype( &
454  'DIMENSIONS', & ! blockname
455  .true., & ! required
456  .false., & ! aggregate
457  .false. & ! block_variable
458  ), &
459  inputblockdefinitiontype( &
460  'GRIDDATA', & ! blockname
461  .true., & ! required
462  .false., & ! aggregate
463  .false. & ! block_variable
464  ), &
465  inputblockdefinitiontype( &
466  'VERTICES', & ! blockname
467  .true., & ! required
468  .true., & ! aggregate
469  .false. & ! block_variable
470  ), &
471  inputblockdefinitiontype( &
472  'CELL2D', & ! blockname
473  .true., & ! required
474  .true., & ! aggregate
475  .false. & ! block_variable
476  ) &
477  ]

◆ gwf_disv_multi_package

logical, public gwfdisvinputmodule::gwf_disv_multi_package = .false.

Definition at line 36 of file gwf-disvidm.f90.

36  logical :: gwf_disv_multi_package = .false.

◆ gwf_disv_param_definitions

Definition at line 378 of file gwf-disvidm.f90.

378  type(InputParamDefinitionType), parameter :: &
379  gwf_disv_param_definitions(*) = &
380  [ &
381  gwfdisv_length_units, &
382  gwfdisv_nogrb, &
383  gwfdisv_xorigin, &
384  gwfdisv_yorigin, &
385  gwfdisv_angrot, &
386  gwfdisv_export_ascii, &
387  gwfdisv_nlay, &
388  gwfdisv_ncpl, &
389  gwfdisv_nvert, &
390  gwfdisv_top, &
391  gwfdisv_botm, &
392  gwfdisv_idomain, &
393  gwfdisv_iv, &
394  gwfdisv_xv, &
395  gwfdisv_yv, &
396  gwfdisv_icell2d, &
397  gwfdisv_xc, &
398  gwfdisv_yc, &
399  gwfdisv_ncvert, &
400  gwfdisv_icvert &
401  ]

◆ gwfdisv_angrot

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_angrot = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', .false., .false., .false., .false., .false. )
private

Definition at line 106 of file gwf-disvidm.f90.

106  type(InputParamDefinitionType), parameter :: &
107  gwfdisv_angrot = inputparamdefinitiontype &
108  ( &
109  'GWF', & ! component
110  'DISV', & ! subcomponent
111  'OPTIONS', & ! block
112  'ANGROT', & ! tag name
113  'ANGROT', & ! fortran variable
114  'DOUBLE', & ! type
115  '', & ! shape
116  .false., & ! required
117  .false., & ! multi-record
118  .false., & ! preserve case
119  .false., & ! layered
120  .false. & ! timeseries
121  )

◆ gwfdisv_botm

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_botm = InputParamDefinitionType ( 'GWF', 'DISV', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE2D', 'NCPL NLAY', .true., .false., .false., .true., .false. )
private

Definition at line 208 of file gwf-disvidm.f90.

208  type(InputParamDefinitionType), parameter :: &
209  gwfdisv_botm = inputparamdefinitiontype &
210  ( &
211  'GWF', & ! component
212  'DISV', & ! subcomponent
213  'GRIDDATA', & ! block
214  'BOTM', & ! tag name
215  'BOTM', & ! fortran variable
216  'DOUBLE2D', & ! type
217  'NCPL NLAY', & ! shape
218  .true., & ! required
219  .false., & ! multi-record
220  .false., & ! preserve case
221  .true., & ! layered
222  .false. & ! timeseries
223  )

◆ gwfdisv_cell2d

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_cell2d = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'CELL2D', 'CELL2D', 'RECARRAY ICELL2D XC YC NCVERT ICVERT', 'NCPL', .true., .false., .false., .false., .false. )
private

Definition at line 420 of file gwf-disvidm.f90.

420  type(InputParamDefinitionType), parameter :: &
421  gwfdisv_cell2d = inputparamdefinitiontype &
422  ( &
423  'GWF', & ! component
424  'DISV', & ! subcomponent
425  'CELL2D', & ! block
426  'CELL2D', & ! tag name
427  'CELL2D', & ! fortran variable
428  'RECARRAY ICELL2D XC YC NCVERT ICVERT', & ! type
429  'NCPL', & ! shape
430  .true., & ! required
431  .false., & ! multi-record
432  .false., & ! preserve case
433  .false., & ! layered
434  .false. & ! timeseries
435  )

◆ gwfdisv_export_ascii

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_export_ascii = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', .false., .false., .false., .false., .false. )
private

Definition at line 123 of file gwf-disvidm.f90.

123  type(InputParamDefinitionType), parameter :: &
124  gwfdisv_export_ascii = inputparamdefinitiontype &
125  ( &
126  'GWF', & ! component
127  'DISV', & ! subcomponent
128  'OPTIONS', & ! block
129  'EXPORT_ARRAY_ASCII', & ! tag name
130  'EXPORT_ASCII', & ! fortran variable
131  'KEYWORD', & ! type
132  '', & ! shape
133  .false., & ! required
134  .false., & ! multi-record
135  .false., & ! preserve case
136  .false., & ! layered
137  .false. & ! timeseries
138  )

◆ gwfdisv_icell2d

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_icell2d = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'ICELL2D', 'ICELL2D', 'INTEGER', '', .true., .true., .false., .false., .false. )
private

Definition at line 293 of file gwf-disvidm.f90.

293  type(InputParamDefinitionType), parameter :: &
294  gwfdisv_icell2d = inputparamdefinitiontype &
295  ( &
296  'GWF', & ! component
297  'DISV', & ! subcomponent
298  'CELL2D', & ! block
299  'ICELL2D', & ! tag name
300  'ICELL2D', & ! fortran variable
301  'INTEGER', & ! type
302  '', & ! shape
303  .true., & ! required
304  .true., & ! multi-record
305  .false., & ! preserve case
306  .false., & ! layered
307  .false. & ! timeseries
308  )

◆ gwfdisv_icvert

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_icvert = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'ICVERT', 'ICVERT', 'INTEGER1D', 'NCVERT', .true., .true., .false., .false., .false. )
private

Definition at line 361 of file gwf-disvidm.f90.

361  type(InputParamDefinitionType), parameter :: &
362  gwfdisv_icvert = inputparamdefinitiontype &
363  ( &
364  'GWF', & ! component
365  'DISV', & ! subcomponent
366  'CELL2D', & ! block
367  'ICVERT', & ! tag name
368  'ICVERT', & ! fortran variable
369  'INTEGER1D', & ! type
370  'NCVERT', & ! shape
371  .true., & ! required
372  .true., & ! multi-record
373  .false., & ! preserve case
374  .false., & ! layered
375  .false. & ! timeseries
376  )

◆ gwfdisv_idomain

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_idomain = InputParamDefinitionType ( 'GWF', 'DISV', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER2D', 'NCPL NLAY', .false., .false., .false., .true., .false. )
private

Definition at line 225 of file gwf-disvidm.f90.

225  type(InputParamDefinitionType), parameter :: &
226  gwfdisv_idomain = inputparamdefinitiontype &
227  ( &
228  'GWF', & ! component
229  'DISV', & ! subcomponent
230  'GRIDDATA', & ! block
231  'IDOMAIN', & ! tag name
232  'IDOMAIN', & ! fortran variable
233  'INTEGER2D', & ! type
234  'NCPL NLAY', & ! shape
235  .false., & ! required
236  .false., & ! multi-record
237  .false., & ! preserve case
238  .true., & ! layered
239  .false. & ! timeseries
240  )

◆ gwfdisv_iv

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_iv = InputParamDefinitionType ( 'GWF', 'DISV', 'VERTICES', 'IV', 'IV', 'INTEGER', '', .true., .true., .false., .false., .false. )
private

Definition at line 242 of file gwf-disvidm.f90.

242  type(InputParamDefinitionType), parameter :: &
243  gwfdisv_iv = inputparamdefinitiontype &
244  ( &
245  'GWF', & ! component
246  'DISV', & ! subcomponent
247  'VERTICES', & ! block
248  'IV', & ! tag name
249  'IV', & ! fortran variable
250  'INTEGER', & ! type
251  '', & ! shape
252  .true., & ! required
253  .true., & ! multi-record
254  .false., & ! preserve case
255  .false., & ! layered
256  .false. & ! timeseries
257  )

◆ gwfdisv_length_units

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_length_units = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', .false., .false., .false., .false., .false. )
private

Definition at line 38 of file gwf-disvidm.f90.

38  type(InputParamDefinitionType), parameter :: &
39  gwfdisv_length_units = inputparamdefinitiontype &
40  ( &
41  'GWF', & ! component
42  'DISV', & ! subcomponent
43  'OPTIONS', & ! block
44  'LENGTH_UNITS', & ! tag name
45  'LENGTH_UNITS', & ! fortran variable
46  'STRING', & ! type
47  '', & ! shape
48  .false., & ! required
49  .false., & ! multi-record
50  .false., & ! preserve case
51  .false., & ! layered
52  .false. & ! timeseries
53  )

◆ gwfdisv_ncpl

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_ncpl = InputParamDefinitionType ( 'GWF', 'DISV', 'DIMENSIONS', 'NCPL', 'NCPL', 'INTEGER', '', .true., .false., .false., .false., .false. )
private

Definition at line 157 of file gwf-disvidm.f90.

157  type(InputParamDefinitionType), parameter :: &
158  gwfdisv_ncpl = inputparamdefinitiontype &
159  ( &
160  'GWF', & ! component
161  'DISV', & ! subcomponent
162  'DIMENSIONS', & ! block
163  'NCPL', & ! tag name
164  'NCPL', & ! fortran variable
165  'INTEGER', & ! type
166  '', & ! shape
167  .true., & ! required
168  .false., & ! multi-record
169  .false., & ! preserve case
170  .false., & ! layered
171  .false. & ! timeseries
172  )

◆ gwfdisv_ncvert

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_ncvert = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'NCVERT', 'NCVERT', 'INTEGER', '', .true., .true., .false., .false., .false. )
private

Definition at line 344 of file gwf-disvidm.f90.

344  type(InputParamDefinitionType), parameter :: &
345  gwfdisv_ncvert = inputparamdefinitiontype &
346  ( &
347  'GWF', & ! component
348  'DISV', & ! subcomponent
349  'CELL2D', & ! block
350  'NCVERT', & ! tag name
351  'NCVERT', & ! fortran variable
352  'INTEGER', & ! type
353  '', & ! shape
354  .true., & ! required
355  .true., & ! multi-record
356  .false., & ! preserve case
357  .false., & ! layered
358  .false. & ! timeseries
359  )

◆ gwfdisv_nlay

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_nlay = InputParamDefinitionType ( 'GWF', 'DISV', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', .true., .false., .false., .false., .false. )
private

Definition at line 140 of file gwf-disvidm.f90.

140  type(InputParamDefinitionType), parameter :: &
141  gwfdisv_nlay = inputparamdefinitiontype &
142  ( &
143  'GWF', & ! component
144  'DISV', & ! subcomponent
145  'DIMENSIONS', & ! block
146  'NLAY', & ! tag name
147  'NLAY', & ! fortran variable
148  'INTEGER', & ! type
149  '', & ! shape
150  .true., & ! required
151  .false., & ! multi-record
152  .false., & ! preserve case
153  .false., & ! layered
154  .false. & ! timeseries
155  )

◆ gwfdisv_nogrb

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_nogrb = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', .false., .false., .false., .false., .false. )
private

Definition at line 55 of file gwf-disvidm.f90.

55  type(InputParamDefinitionType), parameter :: &
56  gwfdisv_nogrb = inputparamdefinitiontype &
57  ( &
58  'GWF', & ! component
59  'DISV', & ! subcomponent
60  'OPTIONS', & ! block
61  'NOGRB', & ! tag name
62  'NOGRB', & ! fortran variable
63  'KEYWORD', & ! type
64  '', & ! shape
65  .false., & ! required
66  .false., & ! multi-record
67  .false., & ! preserve case
68  .false., & ! layered
69  .false. & ! timeseries
70  )

◆ gwfdisv_nvert

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_nvert = InputParamDefinitionType ( 'GWF', 'DISV', 'DIMENSIONS', 'NVERT', 'NVERT', 'INTEGER', '', .true., .false., .false., .false., .false. )
private

Definition at line 174 of file gwf-disvidm.f90.

174  type(InputParamDefinitionType), parameter :: &
175  gwfdisv_nvert = inputparamdefinitiontype &
176  ( &
177  'GWF', & ! component
178  'DISV', & ! subcomponent
179  'DIMENSIONS', & ! block
180  'NVERT', & ! tag name
181  'NVERT', & ! fortran variable
182  'INTEGER', & ! type
183  '', & ! shape
184  .true., & ! required
185  .false., & ! multi-record
186  .false., & ! preserve case
187  .false., & ! layered
188  .false. & ! timeseries
189  )

◆ gwfdisv_top

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_top = InputParamDefinitionType ( 'GWF', 'DISV', 'GRIDDATA', 'TOP', 'TOP', 'DOUBLE1D', 'NCPL', .true., .false., .false., .false., .false. )
private

Definition at line 191 of file gwf-disvidm.f90.

191  type(InputParamDefinitionType), parameter :: &
192  gwfdisv_top = inputparamdefinitiontype &
193  ( &
194  'GWF', & ! component
195  'DISV', & ! subcomponent
196  'GRIDDATA', & ! block
197  'TOP', & ! tag name
198  'TOP', & ! fortran variable
199  'DOUBLE1D', & ! type
200  'NCPL', & ! shape
201  .true., & ! required
202  .false., & ! multi-record
203  .false., & ! preserve case
204  .false., & ! layered
205  .false. & ! timeseries
206  )

◆ gwfdisv_vertices

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_vertices = InputParamDefinitionType ( 'GWF', 'DISV', 'VERTICES', 'VERTICES', 'VERTICES', 'RECARRAY IV XV YV', 'NVERT', .true., .false., .false., .false., .false. )
private

Definition at line 403 of file gwf-disvidm.f90.

403  type(InputParamDefinitionType), parameter :: &
404  gwfdisv_vertices = inputparamdefinitiontype &
405  ( &
406  'GWF', & ! component
407  'DISV', & ! subcomponent
408  'VERTICES', & ! block
409  'VERTICES', & ! tag name
410  'VERTICES', & ! fortran variable
411  'RECARRAY IV XV YV', & ! type
412  'NVERT', & ! shape
413  .true., & ! required
414  .false., & ! multi-record
415  .false., & ! preserve case
416  .false., & ! layered
417  .false. & ! timeseries
418  )

◆ gwfdisv_xc

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_xc = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'XC', 'XC', 'DOUBLE', '', .true., .true., .false., .false., .false. )
private

Definition at line 310 of file gwf-disvidm.f90.

310  type(InputParamDefinitionType), parameter :: &
311  gwfdisv_xc = inputparamdefinitiontype &
312  ( &
313  'GWF', & ! component
314  'DISV', & ! subcomponent
315  'CELL2D', & ! block
316  'XC', & ! tag name
317  'XC', & ! fortran variable
318  'DOUBLE', & ! type
319  '', & ! shape
320  .true., & ! required
321  .true., & ! multi-record
322  .false., & ! preserve case
323  .false., & ! layered
324  .false. & ! timeseries
325  )

◆ gwfdisv_xorigin

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_xorigin = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
private

Definition at line 72 of file gwf-disvidm.f90.

72  type(InputParamDefinitionType), parameter :: &
73  gwfdisv_xorigin = inputparamdefinitiontype &
74  ( &
75  'GWF', & ! component
76  'DISV', & ! subcomponent
77  'OPTIONS', & ! block
78  'XORIGIN', & ! tag name
79  'XORIGIN', & ! fortran variable
80  'DOUBLE', & ! type
81  '', & ! shape
82  .false., & ! required
83  .false., & ! multi-record
84  .false., & ! preserve case
85  .false., & ! layered
86  .false. & ! timeseries
87  )

◆ gwfdisv_xv

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_xv = InputParamDefinitionType ( 'GWF', 'DISV', 'VERTICES', 'XV', 'XV', 'DOUBLE', '', .true., .true., .false., .false., .false. )
private

Definition at line 259 of file gwf-disvidm.f90.

259  type(InputParamDefinitionType), parameter :: &
260  gwfdisv_xv = inputparamdefinitiontype &
261  ( &
262  'GWF', & ! component
263  'DISV', & ! subcomponent
264  'VERTICES', & ! block
265  'XV', & ! tag name
266  'XV', & ! fortran variable
267  'DOUBLE', & ! type
268  '', & ! shape
269  .true., & ! required
270  .true., & ! multi-record
271  .false., & ! preserve case
272  .false., & ! layered
273  .false. & ! timeseries
274  )

◆ gwfdisv_yc

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_yc = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'YC', 'YC', 'DOUBLE', '', .true., .true., .false., .false., .false. )
private

Definition at line 327 of file gwf-disvidm.f90.

327  type(InputParamDefinitionType), parameter :: &
328  gwfdisv_yc = inputparamdefinitiontype &
329  ( &
330  'GWF', & ! component
331  'DISV', & ! subcomponent
332  'CELL2D', & ! block
333  'YC', & ! tag name
334  'YC', & ! fortran variable
335  'DOUBLE', & ! type
336  '', & ! shape
337  .true., & ! required
338  .true., & ! multi-record
339  .false., & ! preserve case
340  .false., & ! layered
341  .false. & ! timeseries
342  )

◆ gwfdisv_yorigin

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_yorigin = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
private

Definition at line 89 of file gwf-disvidm.f90.

89  type(InputParamDefinitionType), parameter :: &
90  gwfdisv_yorigin = inputparamdefinitiontype &
91  ( &
92  'GWF', & ! component
93  'DISV', & ! subcomponent
94  'OPTIONS', & ! block
95  'YORIGIN', & ! tag name
96  'YORIGIN', & ! fortran variable
97  'DOUBLE', & ! type
98  '', & ! shape
99  .false., & ! required
100  .false., & ! multi-record
101  .false., & ! preserve case
102  .false., & ! layered
103  .false. & ! timeseries
104  )

◆ gwfdisv_yv

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_yv = InputParamDefinitionType ( 'GWF', 'DISV', 'VERTICES', 'YV', 'YV', 'DOUBLE', '', .true., .true., .false., .false., .false. )
private

Definition at line 276 of file gwf-disvidm.f90.

276  type(InputParamDefinitionType), parameter :: &
277  gwfdisv_yv = inputparamdefinitiontype &
278  ( &
279  'GWF', & ! component
280  'DISV', & ! subcomponent
281  'VERTICES', & ! block
282  'YV', & ! tag name
283  'YV', & ! fortran variable
284  'DOUBLE', & ! type
285  '', & ! shape
286  .true., & ! required
287  .true., & ! multi-record
288  .false., & ! preserve case
289  .false., & ! layered
290  .false. & ! timeseries
291  )