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

Data Types

type  gwedisvparamfoundtype
 

Variables

logical, public gwe_disv_multi_package = .false.
 
type(inputparamdefinitiontype), parameter gwedisv_length_units = InputParamDefinitionType ( 'GWE', 'DISV', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_nogrb = InputParamDefinitionType ( 'GWE', 'DISV', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_xorigin = InputParamDefinitionType ( 'GWE', 'DISV', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_yorigin = InputParamDefinitionType ( 'GWE', 'DISV', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_angrot = InputParamDefinitionType ( 'GWE', 'DISV', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_export_ascii = InputParamDefinitionType ( 'GWE', 'DISV', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_nlay = InputParamDefinitionType ( 'GWE', 'DISV', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_ncpl = InputParamDefinitionType ( 'GWE', 'DISV', 'DIMENSIONS', 'NCPL', 'NCPL', 'INTEGER', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_nvert = InputParamDefinitionType ( 'GWE', 'DISV', 'DIMENSIONS', 'NVERT', 'NVERT', 'INTEGER', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_top = InputParamDefinitionType ( 'GWE', 'DISV', 'GRIDDATA', 'TOP', 'TOP', 'DOUBLE1D', 'NCPL', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_botm = InputParamDefinitionType ( 'GWE', 'DISV', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE2D', 'NCPL NLAY', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_idomain = InputParamDefinitionType ( 'GWE', 'DISV', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER2D', 'NCPL NLAY', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_iv = InputParamDefinitionType ( 'GWE', 'DISV', 'VERTICES', 'IV', 'IV', 'INTEGER', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_xv = InputParamDefinitionType ( 'GWE', 'DISV', 'VERTICES', 'XV', 'XV', 'DOUBLE', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_yv = InputParamDefinitionType ( 'GWE', 'DISV', 'VERTICES', 'YV', 'YV', 'DOUBLE', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_icell2d = InputParamDefinitionType ( 'GWE', 'DISV', 'CELL2D', 'ICELL2D', 'ICELL2D', 'INTEGER', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_xc = InputParamDefinitionType ( 'GWE', 'DISV', 'CELL2D', 'XC', 'XC', 'DOUBLE', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_yc = InputParamDefinitionType ( 'GWE', 'DISV', 'CELL2D', 'YC', 'YC', 'DOUBLE', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_ncvert = InputParamDefinitionType ( 'GWE', 'DISV', 'CELL2D', 'NCVERT', 'NCVERT', 'INTEGER', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_icvert = InputParamDefinitionType ( 'GWE', 'DISV', 'CELL2D', 'ICVERT', 'ICVERT', 'INTEGER1D', 'NCVERT', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_disv_param_definitions = [ gwedisv_length_units, gwedisv_nogrb, gwedisv_xorigin, gwedisv_yorigin, gwedisv_angrot, gwedisv_export_ascii, gwedisv_nlay, gwedisv_ncpl, gwedisv_nvert, gwedisv_top, gwedisv_botm, gwedisv_idomain, gwedisv_iv, gwedisv_xv, gwedisv_yv, gwedisv_icell2d, gwedisv_xc, gwedisv_yc, gwedisv_ncvert, gwedisv_icvert ]
 
type(inputparamdefinitiontype), parameter gwedisv_vertices = InputParamDefinitionType ( 'GWE', 'DISV', 'VERTICES', 'VERTICES', 'VERTICES', 'RECARRAY IV XV YV', 'NVERT', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedisv_cell2d = InputParamDefinitionType ( 'GWE', 'DISV', 'CELL2D', 'CELL2D', 'CELL2D', 'RECARRAY ICELL2D XC YC NCVERT ICVERT', 'NCPL', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_disv_aggregate_definitions = [ gwedisv_vertices, gwedisv_cell2d ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwe_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

◆ gwe_disv_aggregate_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public gwedisvinputmodule::gwe_disv_aggregate_definitions = [ gwedisv_vertices, gwedisv_cell2d ]

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

437  type(InputParamDefinitionType), parameter :: &
438  gwe_disv_aggregate_definitions(*) = &
439  [ &
440  gwedisv_vertices, &
441  gwedisv_cell2d &
442  ]

◆ gwe_disv_block_definitions

type(inputblockdefinitiontype), dimension(*), parameter, public gwedisvinputmodule::gwe_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 gwe-disvidm.f90.

444  type(InputBlockDefinitionType), parameter :: &
445  gwe_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  ]

◆ gwe_disv_multi_package

logical, public gwedisvinputmodule::gwe_disv_multi_package = .false.

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

36  logical :: gwe_disv_multi_package = .false.

◆ gwe_disv_param_definitions

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

378  type(InputParamDefinitionType), parameter :: &
379  gwe_disv_param_definitions(*) = &
380  [ &
381  gwedisv_length_units, &
382  gwedisv_nogrb, &
383  gwedisv_xorigin, &
384  gwedisv_yorigin, &
385  gwedisv_angrot, &
386  gwedisv_export_ascii, &
387  gwedisv_nlay, &
388  gwedisv_ncpl, &
389  gwedisv_nvert, &
390  gwedisv_top, &
391  gwedisv_botm, &
392  gwedisv_idomain, &
393  gwedisv_iv, &
394  gwedisv_xv, &
395  gwedisv_yv, &
396  gwedisv_icell2d, &
397  gwedisv_xc, &
398  gwedisv_yc, &
399  gwedisv_ncvert, &
400  gwedisv_icvert &
401  ]

◆ gwedisv_angrot

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_angrot = InputParamDefinitionType ( 'GWE', 'DISV', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', .false., .false., .false., .false., .false. )
private

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

106  type(InputParamDefinitionType), parameter :: &
107  gwedisv_angrot = inputparamdefinitiontype &
108  ( &
109  'GWE', & ! 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  )

◆ gwedisv_botm

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_botm = InputParamDefinitionType ( 'GWE', 'DISV', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE2D', 'NCPL NLAY', .true., .false., .false., .true., .false. )
private

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

208  type(InputParamDefinitionType), parameter :: &
209  gwedisv_botm = inputparamdefinitiontype &
210  ( &
211  'GWE', & ! 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  )

◆ gwedisv_cell2d

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_cell2d = InputParamDefinitionType ( 'GWE', 'DISV', 'CELL2D', 'CELL2D', 'CELL2D', 'RECARRAY ICELL2D XC YC NCVERT ICVERT', 'NCPL', .true., .false., .false., .false., .false. )
private

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

420  type(InputParamDefinitionType), parameter :: &
421  gwedisv_cell2d = inputparamdefinitiontype &
422  ( &
423  'GWE', & ! 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  )

◆ gwedisv_export_ascii

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_export_ascii = InputParamDefinitionType ( 'GWE', 'DISV', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', .false., .false., .false., .false., .false. )
private

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

123  type(InputParamDefinitionType), parameter :: &
124  gwedisv_export_ascii = inputparamdefinitiontype &
125  ( &
126  'GWE', & ! 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  )

◆ gwedisv_icell2d

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_icell2d = InputParamDefinitionType ( 'GWE', 'DISV', 'CELL2D', 'ICELL2D', 'ICELL2D', 'INTEGER', '', .true., .true., .false., .false., .false. )
private

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

293  type(InputParamDefinitionType), parameter :: &
294  gwedisv_icell2d = inputparamdefinitiontype &
295  ( &
296  'GWE', & ! 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  )

◆ gwedisv_icvert

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_icvert = InputParamDefinitionType ( 'GWE', 'DISV', 'CELL2D', 'ICVERT', 'ICVERT', 'INTEGER1D', 'NCVERT', .true., .true., .false., .false., .false. )
private

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

361  type(InputParamDefinitionType), parameter :: &
362  gwedisv_icvert = inputparamdefinitiontype &
363  ( &
364  'GWE', & ! 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  )

◆ gwedisv_idomain

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_idomain = InputParamDefinitionType ( 'GWE', 'DISV', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER2D', 'NCPL NLAY', .false., .false., .false., .true., .false. )
private

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

225  type(InputParamDefinitionType), parameter :: &
226  gwedisv_idomain = inputparamdefinitiontype &
227  ( &
228  'GWE', & ! 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  )

◆ gwedisv_iv

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_iv = InputParamDefinitionType ( 'GWE', 'DISV', 'VERTICES', 'IV', 'IV', 'INTEGER', '', .true., .true., .false., .false., .false. )
private

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

242  type(InputParamDefinitionType), parameter :: &
243  gwedisv_iv = inputparamdefinitiontype &
244  ( &
245  'GWE', & ! 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  )

◆ gwedisv_length_units

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_length_units = InputParamDefinitionType ( 'GWE', 'DISV', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', .false., .false., .false., .false., .false. )
private

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

38  type(InputParamDefinitionType), parameter :: &
39  gwedisv_length_units = inputparamdefinitiontype &
40  ( &
41  'GWE', & ! 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  )

◆ gwedisv_ncpl

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_ncpl = InputParamDefinitionType ( 'GWE', 'DISV', 'DIMENSIONS', 'NCPL', 'NCPL', 'INTEGER', '', .true., .false., .false., .false., .false. )
private

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

157  type(InputParamDefinitionType), parameter :: &
158  gwedisv_ncpl = inputparamdefinitiontype &
159  ( &
160  'GWE', & ! 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  )

◆ gwedisv_ncvert

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_ncvert = InputParamDefinitionType ( 'GWE', 'DISV', 'CELL2D', 'NCVERT', 'NCVERT', 'INTEGER', '', .true., .true., .false., .false., .false. )
private

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

344  type(InputParamDefinitionType), parameter :: &
345  gwedisv_ncvert = inputparamdefinitiontype &
346  ( &
347  'GWE', & ! 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  )

◆ gwedisv_nlay

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_nlay = InputParamDefinitionType ( 'GWE', 'DISV', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', .true., .false., .false., .false., .false. )
private

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

140  type(InputParamDefinitionType), parameter :: &
141  gwedisv_nlay = inputparamdefinitiontype &
142  ( &
143  'GWE', & ! 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  )

◆ gwedisv_nogrb

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_nogrb = InputParamDefinitionType ( 'GWE', 'DISV', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', .false., .false., .false., .false., .false. )
private

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

55  type(InputParamDefinitionType), parameter :: &
56  gwedisv_nogrb = inputparamdefinitiontype &
57  ( &
58  'GWE', & ! 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  )

◆ gwedisv_nvert

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_nvert = InputParamDefinitionType ( 'GWE', 'DISV', 'DIMENSIONS', 'NVERT', 'NVERT', 'INTEGER', '', .true., .false., .false., .false., .false. )
private

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

174  type(InputParamDefinitionType), parameter :: &
175  gwedisv_nvert = inputparamdefinitiontype &
176  ( &
177  'GWE', & ! 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  )

◆ gwedisv_top

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_top = InputParamDefinitionType ( 'GWE', 'DISV', 'GRIDDATA', 'TOP', 'TOP', 'DOUBLE1D', 'NCPL', .true., .false., .false., .false., .false. )
private

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

191  type(InputParamDefinitionType), parameter :: &
192  gwedisv_top = inputparamdefinitiontype &
193  ( &
194  'GWE', & ! 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  )

◆ gwedisv_vertices

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_vertices = InputParamDefinitionType ( 'GWE', 'DISV', 'VERTICES', 'VERTICES', 'VERTICES', 'RECARRAY IV XV YV', 'NVERT', .true., .false., .false., .false., .false. )
private

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

403  type(InputParamDefinitionType), parameter :: &
404  gwedisv_vertices = inputparamdefinitiontype &
405  ( &
406  'GWE', & ! 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  )

◆ gwedisv_xc

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_xc = InputParamDefinitionType ( 'GWE', 'DISV', 'CELL2D', 'XC', 'XC', 'DOUBLE', '', .true., .true., .false., .false., .false. )
private

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

310  type(InputParamDefinitionType), parameter :: &
311  gwedisv_xc = inputparamdefinitiontype &
312  ( &
313  'GWE', & ! 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  )

◆ gwedisv_xorigin

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_xorigin = InputParamDefinitionType ( 'GWE', 'DISV', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
private

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

72  type(InputParamDefinitionType), parameter :: &
73  gwedisv_xorigin = inputparamdefinitiontype &
74  ( &
75  'GWE', & ! 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  )

◆ gwedisv_xv

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_xv = InputParamDefinitionType ( 'GWE', 'DISV', 'VERTICES', 'XV', 'XV', 'DOUBLE', '', .true., .true., .false., .false., .false. )
private

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

259  type(InputParamDefinitionType), parameter :: &
260  gwedisv_xv = inputparamdefinitiontype &
261  ( &
262  'GWE', & ! 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  )

◆ gwedisv_yc

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_yc = InputParamDefinitionType ( 'GWE', 'DISV', 'CELL2D', 'YC', 'YC', 'DOUBLE', '', .true., .true., .false., .false., .false. )
private

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

327  type(InputParamDefinitionType), parameter :: &
328  gwedisv_yc = inputparamdefinitiontype &
329  ( &
330  'GWE', & ! 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  )

◆ gwedisv_yorigin

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_yorigin = InputParamDefinitionType ( 'GWE', 'DISV', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
private

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

89  type(InputParamDefinitionType), parameter :: &
90  gwedisv_yorigin = inputparamdefinitiontype &
91  ( &
92  'GWE', & ! 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  )

◆ gwedisv_yv

type(inputparamdefinitiontype), parameter gwedisvinputmodule::gwedisv_yv = InputParamDefinitionType ( 'GWE', 'DISV', 'VERTICES', 'YV', 'YV', 'DOUBLE', '', .true., .true., .false., .false., .false. )
private

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

276  type(InputParamDefinitionType), parameter :: &
277  gwedisv_yv = inputparamdefinitiontype &
278  ( &
279  'GWE', & ! 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  )