MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
gwfdisvinputmodule Module Reference

Data Types

type  gwfdisvparamfoundtype
 

Variables

logical, public gwf_disv_multi_package = .false.
 
character(len=16), dimension(*), parameter, public gwf_disv_subpackages = [ 'UTL-NCF ' ]
 
type(inputparamdefinitiontype), parameter gwfdisv_length_units = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', 'model length units', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_nogrb = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_xorigin = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', 'x-position origin of the model grid coordinate system', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_yorigin = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', 'y-position origin of the model grid coordinate system', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_angrot = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_export_ascii = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_export_nc = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'EXPORT_ARRAY_NETCDF', 'EXPORT_NC', 'KEYWORD', '', 'export array variables to netcdf output files.', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_ncf_filerecord = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'NCF_FILERECORD', 'NCF_FILERECORD', 'RECORD NCF6 FILEIN NCF6_FILENAME', '', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_ncf6 = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'NCF6', 'NCF6', 'KEYWORD', '', 'ncf keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_filein = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_ncf6_filename = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'NCF6_FILENAME', 'NCF6_FILENAME', 'STRING', '', 'file name of NCF information', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_nlay = InputParamDefinitionType ( 'GWF', 'DISV', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', 'number of layers', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_ncpl = InputParamDefinitionType ( 'GWF', 'DISV', 'DIMENSIONS', 'NCPL', 'NCPL', 'INTEGER', '', 'number of cells per layer', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_nvert = InputParamDefinitionType ( 'GWF', 'DISV', 'DIMENSIONS', 'NVERT', 'NVERT', 'INTEGER', '', 'number of columns', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_top = InputParamDefinitionType ( 'GWF', 'DISV', 'GRIDDATA', 'TOP', 'TOP', 'DOUBLE1D', 'NCPL', 'model top elevation', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_botm = InputParamDefinitionType ( 'GWF', 'DISV', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE2D', 'NCPL NLAY', 'model bottom elevation', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_idomain = InputParamDefinitionType ( 'GWF', 'DISV', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER2D', 'NCPL NLAY', 'idomain existence array', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_iv = InputParamDefinitionType ( 'GWF', 'DISV', 'VERTICES', 'IV', 'IV', 'INTEGER', '', 'vertex number', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_xv = InputParamDefinitionType ( 'GWF', 'DISV', 'VERTICES', 'XV', 'XV', 'DOUBLE', '', 'x-coordinate for vertex', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_yv = InputParamDefinitionType ( 'GWF', 'DISV', 'VERTICES', 'YV', 'YV', 'DOUBLE', '', 'y-coordinate for vertex', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_icell2d = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'ICELL2D', 'ICELL2D', 'INTEGER', '', 'cell2d number', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_xc = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'XC', 'XC', 'DOUBLE', '', 'x-coordinate for cell center', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_yc = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'YC', 'YC', 'DOUBLE', '', 'y-coordinate for cell center', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_ncvert = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'NCVERT', 'NCVERT', 'INTEGER', '', 'number of cell vertices', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_icvert = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'ICVERT', 'ICVERT', 'INTEGER1D', 'NCVERT', 'array of vertex numbers', .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_export_nc, gwfdisv_ncf_filerecord, gwfdisv_ncf6, gwfdisv_filein, gwfdisv_ncf6_filename, 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', 'vertices data', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisv_cell2d = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'CELL2D', 'CELL2D', 'RECARRAY ICELL2D XC YC NCVERT ICVERT', 'NCPL', 'cell2d data', .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 566 of file gwf-disvidm.f90.

566  type(InputParamDefinitionType), parameter :: &
567  gwf_disv_aggregate_definitions(*) = &
568  [ &
569  gwfdisv_vertices, &
570  gwfdisv_cell2d &
571  ]

◆ 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 573 of file gwf-disvidm.f90.

573  type(InputBlockDefinitionType), parameter :: &
574  gwf_disv_block_definitions(*) = &
575  [ &
576  inputblockdefinitiontype( &
577  'OPTIONS', & ! blockname
578  .false., & ! required
579  .false., & ! aggregate
580  .false. & ! block_variable
581  ), &
582  inputblockdefinitiontype( &
583  'DIMENSIONS', & ! blockname
584  .true., & ! required
585  .false., & ! aggregate
586  .false. & ! block_variable
587  ), &
588  inputblockdefinitiontype( &
589  'GRIDDATA', & ! blockname
590  .true., & ! required
591  .false., & ! aggregate
592  .false. & ! block_variable
593  ), &
594  inputblockdefinitiontype( &
595  'VERTICES', & ! blockname
596  .true., & ! required
597  .true., & ! aggregate
598  .false. & ! block_variable
599  ), &
600  inputblockdefinitiontype( &
601  'CELL2D', & ! blockname
602  .true., & ! required
603  .true., & ! aggregate
604  .false. & ! block_variable
605  ) &
606  ]

◆ gwf_disv_multi_package

logical, public gwfdisvinputmodule::gwf_disv_multi_package = .false.

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

42  logical :: gwf_disv_multi_package = .false.

◆ gwf_disv_param_definitions

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

500  type(InputParamDefinitionType), parameter :: &
501  gwf_disv_param_definitions(*) = &
502  [ &
503  gwfdisv_length_units, &
504  gwfdisv_nogrb, &
505  gwfdisv_xorigin, &
506  gwfdisv_yorigin, &
507  gwfdisv_angrot, &
508  gwfdisv_export_ascii, &
509  gwfdisv_export_nc, &
510  gwfdisv_ncf_filerecord, &
511  gwfdisv_ncf6, &
512  gwfdisv_filein, &
513  gwfdisv_ncf6_filename, &
514  gwfdisv_nlay, &
515  gwfdisv_ncpl, &
516  gwfdisv_nvert, &
517  gwfdisv_top, &
518  gwfdisv_botm, &
519  gwfdisv_idomain, &
520  gwfdisv_iv, &
521  gwfdisv_xv, &
522  gwfdisv_yv, &
523  gwfdisv_icell2d, &
524  gwfdisv_xc, &
525  gwfdisv_yc, &
526  gwfdisv_ncvert, &
527  gwfdisv_icvert &
528  ]

◆ gwf_disv_subpackages

character(len=16), dimension(*), parameter, public gwfdisvinputmodule::gwf_disv_subpackages = [ 'UTL-NCF ' ]

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

44  character(len=16), parameter :: &
45  gwf_disv_subpackages(*) = &
46  [ &
47  'UTL-NCF ' &
48  ]

◆ gwfdisv_angrot

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

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

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

◆ gwfdisv_botm

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

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

320  type(InputParamDefinitionType), parameter :: &
321  gwfdisv_botm = inputparamdefinitiontype &
322  ( &
323  'GWF', & ! component
324  'DISV', & ! subcomponent
325  'GRIDDATA', & ! block
326  'BOTM', & ! tag name
327  'BOTM', & ! fortran variable
328  'DOUBLE2D', & ! type
329  'NCPL NLAY', & ! shape
330  'model bottom elevation', & ! longname
331  .true., & ! required
332  .false., & ! multi-record
333  .false., & ! preserve case
334  .true., & ! layered
335  .false. & ! timeseries
336  )

◆ gwfdisv_cell2d

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

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

548  type(InputParamDefinitionType), parameter :: &
549  gwfdisv_cell2d = inputparamdefinitiontype &
550  ( &
551  'GWF', & ! component
552  'DISV', & ! subcomponent
553  'CELL2D', & ! block
554  'CELL2D', & ! tag name
555  'CELL2D', & ! fortran variable
556  'RECARRAY ICELL2D XC YC NCVERT ICVERT', & ! type
557  'NCPL', & ! shape
558  'cell2d data', & ! longname
559  .true., & ! required
560  .false., & ! multi-record
561  .false., & ! preserve case
562  .false., & ! layered
563  .false. & ! timeseries
564  )

◆ gwfdisv_export_ascii

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_export_ascii = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. )
private

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

140  type(InputParamDefinitionType), parameter :: &
141  gwfdisv_export_ascii = inputparamdefinitiontype &
142  ( &
143  'GWF', & ! component
144  'DISV', & ! subcomponent
145  'OPTIONS', & ! block
146  'EXPORT_ARRAY_ASCII', & ! tag name
147  'EXPORT_ASCII', & ! fortran variable
148  'KEYWORD', & ! type
149  '', & ! shape
150  'export array variables to layered ascii files.', & ! longname
151  .false., & ! required
152  .false., & ! multi-record
153  .false., & ! preserve case
154  .false., & ! layered
155  .false. & ! timeseries
156  )

◆ gwfdisv_export_nc

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_export_nc = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'EXPORT_ARRAY_NETCDF', 'EXPORT_NC', 'KEYWORD', '', 'export array variables to netcdf output files.', .false., .false., .false., .false., .false. )
private

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

158  type(InputParamDefinitionType), parameter :: &
159  gwfdisv_export_nc = inputparamdefinitiontype &
160  ( &
161  'GWF', & ! component
162  'DISV', & ! subcomponent
163  'OPTIONS', & ! block
164  'EXPORT_ARRAY_NETCDF', & ! tag name
165  'EXPORT_NC', & ! fortran variable
166  'KEYWORD', & ! type
167  '', & ! shape
168  'export array variables to netcdf output files.', & ! longname
169  .false., & ! required
170  .false., & ! multi-record
171  .false., & ! preserve case
172  .false., & ! layered
173  .false. & ! timeseries
174  )

◆ gwfdisv_filein

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_filein = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
private

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

212  type(InputParamDefinitionType), parameter :: &
213  gwfdisv_filein = inputparamdefinitiontype &
214  ( &
215  'GWF', & ! component
216  'DISV', & ! subcomponent
217  'OPTIONS', & ! block
218  'FILEIN', & ! tag name
219  'FILEIN', & ! fortran variable
220  'KEYWORD', & ! type
221  '', & ! shape
222  'file keyword', & ! longname
223  .true., & ! required
224  .true., & ! multi-record
225  .false., & ! preserve case
226  .false., & ! layered
227  .false. & ! timeseries
228  )

◆ gwfdisv_icell2d

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

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

410  type(InputParamDefinitionType), parameter :: &
411  gwfdisv_icell2d = inputparamdefinitiontype &
412  ( &
413  'GWF', & ! component
414  'DISV', & ! subcomponent
415  'CELL2D', & ! block
416  'ICELL2D', & ! tag name
417  'ICELL2D', & ! fortran variable
418  'INTEGER', & ! type
419  '', & ! shape
420  'cell2d number', & ! longname
421  .true., & ! required
422  .true., & ! multi-record
423  .false., & ! preserve case
424  .false., & ! layered
425  .false. & ! timeseries
426  )

◆ gwfdisv_icvert

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

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

482  type(InputParamDefinitionType), parameter :: &
483  gwfdisv_icvert = inputparamdefinitiontype &
484  ( &
485  'GWF', & ! component
486  'DISV', & ! subcomponent
487  'CELL2D', & ! block
488  'ICVERT', & ! tag name
489  'ICVERT', & ! fortran variable
490  'INTEGER1D', & ! type
491  'NCVERT', & ! shape
492  'array of vertex numbers', & ! longname
493  .true., & ! required
494  .true., & ! multi-record
495  .false., & ! preserve case
496  .false., & ! layered
497  .false. & ! timeseries
498  )

◆ gwfdisv_idomain

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

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

338  type(InputParamDefinitionType), parameter :: &
339  gwfdisv_idomain = inputparamdefinitiontype &
340  ( &
341  'GWF', & ! component
342  'DISV', & ! subcomponent
343  'GRIDDATA', & ! block
344  'IDOMAIN', & ! tag name
345  'IDOMAIN', & ! fortran variable
346  'INTEGER2D', & ! type
347  'NCPL NLAY', & ! shape
348  'idomain existence array', & ! longname
349  .false., & ! required
350  .false., & ! multi-record
351  .false., & ! preserve case
352  .true., & ! layered
353  .false. & ! timeseries
354  )

◆ gwfdisv_iv

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

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

356  type(InputParamDefinitionType), parameter :: &
357  gwfdisv_iv = inputparamdefinitiontype &
358  ( &
359  'GWF', & ! component
360  'DISV', & ! subcomponent
361  'VERTICES', & ! block
362  'IV', & ! tag name
363  'IV', & ! fortran variable
364  'INTEGER', & ! type
365  '', & ! shape
366  'vertex number', & ! longname
367  .true., & ! required
368  .true., & ! multi-record
369  .false., & ! preserve case
370  .false., & ! layered
371  .false. & ! timeseries
372  )

◆ gwfdisv_length_units

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

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

50  type(InputParamDefinitionType), parameter :: &
51  gwfdisv_length_units = inputparamdefinitiontype &
52  ( &
53  'GWF', & ! component
54  'DISV', & ! subcomponent
55  'OPTIONS', & ! block
56  'LENGTH_UNITS', & ! tag name
57  'LENGTH_UNITS', & ! fortran variable
58  'STRING', & ! type
59  '', & ! shape
60  'model length units', & ! longname
61  .false., & ! required
62  .false., & ! multi-record
63  .false., & ! preserve case
64  .false., & ! layered
65  .false. & ! timeseries
66  )

◆ gwfdisv_ncf6

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_ncf6 = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'NCF6', 'NCF6', 'KEYWORD', '', 'ncf keyword', .true., .true., .false., .false., .false. )
private

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

194  type(InputParamDefinitionType), parameter :: &
195  gwfdisv_ncf6 = inputparamdefinitiontype &
196  ( &
197  'GWF', & ! component
198  'DISV', & ! subcomponent
199  'OPTIONS', & ! block
200  'NCF6', & ! tag name
201  'NCF6', & ! fortran variable
202  'KEYWORD', & ! type
203  '', & ! shape
204  'ncf keyword', & ! longname
205  .true., & ! required
206  .true., & ! multi-record
207  .false., & ! preserve case
208  .false., & ! layered
209  .false. & ! timeseries
210  )

◆ gwfdisv_ncf6_filename

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_ncf6_filename = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'NCF6_FILENAME', 'NCF6_FILENAME', 'STRING', '', 'file name of NCF information', .true., .true., .true., .false., .false. )
private

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

230  type(InputParamDefinitionType), parameter :: &
231  gwfdisv_ncf6_filename = inputparamdefinitiontype &
232  ( &
233  'GWF', & ! component
234  'DISV', & ! subcomponent
235  'OPTIONS', & ! block
236  'NCF6_FILENAME', & ! tag name
237  'NCF6_FILENAME', & ! fortran variable
238  'STRING', & ! type
239  '', & ! shape
240  'file name of NCF information', & ! longname
241  .true., & ! required
242  .true., & ! multi-record
243  .true., & ! preserve case
244  .false., & ! layered
245  .false. & ! timeseries
246  )

◆ gwfdisv_ncf_filerecord

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_ncf_filerecord = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'NCF_FILERECORD', 'NCF_FILERECORD', 'RECORD NCF6 FILEIN NCF6_FILENAME', '', '', .false., .false., .false., .false., .false. )
private

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

176  type(InputParamDefinitionType), parameter :: &
177  gwfdisv_ncf_filerecord = inputparamdefinitiontype &
178  ( &
179  'GWF', & ! component
180  'DISV', & ! subcomponent
181  'OPTIONS', & ! block
182  'NCF_FILERECORD', & ! tag name
183  'NCF_FILERECORD', & ! fortran variable
184  'RECORD NCF6 FILEIN NCF6_FILENAME', & ! type
185  '', & ! shape
186  '', & ! longname
187  .false., & ! required
188  .false., & ! multi-record
189  .false., & ! preserve case
190  .false., & ! layered
191  .false. & ! timeseries
192  )

◆ gwfdisv_ncpl

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

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

266  type(InputParamDefinitionType), parameter :: &
267  gwfdisv_ncpl = inputparamdefinitiontype &
268  ( &
269  'GWF', & ! component
270  'DISV', & ! subcomponent
271  'DIMENSIONS', & ! block
272  'NCPL', & ! tag name
273  'NCPL', & ! fortran variable
274  'INTEGER', & ! type
275  '', & ! shape
276  'number of cells per layer', & ! longname
277  .true., & ! required
278  .false., & ! multi-record
279  .false., & ! preserve case
280  .false., & ! layered
281  .false. & ! timeseries
282  )

◆ gwfdisv_ncvert

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

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

464  type(InputParamDefinitionType), parameter :: &
465  gwfdisv_ncvert = inputparamdefinitiontype &
466  ( &
467  'GWF', & ! component
468  'DISV', & ! subcomponent
469  'CELL2D', & ! block
470  'NCVERT', & ! tag name
471  'NCVERT', & ! fortran variable
472  'INTEGER', & ! type
473  '', & ! shape
474  'number of cell vertices', & ! longname
475  .true., & ! required
476  .true., & ! multi-record
477  .false., & ! preserve case
478  .false., & ! layered
479  .false. & ! timeseries
480  )

◆ gwfdisv_nlay

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

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

248  type(InputParamDefinitionType), parameter :: &
249  gwfdisv_nlay = inputparamdefinitiontype &
250  ( &
251  'GWF', & ! component
252  'DISV', & ! subcomponent
253  'DIMENSIONS', & ! block
254  'NLAY', & ! tag name
255  'NLAY', & ! fortran variable
256  'INTEGER', & ! type
257  '', & ! shape
258  'number of layers', & ! longname
259  .true., & ! required
260  .false., & ! multi-record
261  .false., & ! preserve case
262  .false., & ! layered
263  .false. & ! timeseries
264  )

◆ gwfdisv_nogrb

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_nogrb = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false. )
private

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

68  type(InputParamDefinitionType), parameter :: &
69  gwfdisv_nogrb = inputparamdefinitiontype &
70  ( &
71  'GWF', & ! component
72  'DISV', & ! subcomponent
73  'OPTIONS', & ! block
74  'NOGRB', & ! tag name
75  'NOGRB', & ! fortran variable
76  'KEYWORD', & ! type
77  '', & ! shape
78  'do not write binary grid file', & ! longname
79  .false., & ! required
80  .false., & ! multi-record
81  .false., & ! preserve case
82  .false., & ! layered
83  .false. & ! timeseries
84  )

◆ gwfdisv_nvert

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

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

284  type(InputParamDefinitionType), parameter :: &
285  gwfdisv_nvert = inputparamdefinitiontype &
286  ( &
287  'GWF', & ! component
288  'DISV', & ! subcomponent
289  'DIMENSIONS', & ! block
290  'NVERT', & ! tag name
291  'NVERT', & ! fortran variable
292  'INTEGER', & ! type
293  '', & ! shape
294  'number of columns', & ! longname
295  .true., & ! required
296  .false., & ! multi-record
297  .false., & ! preserve case
298  .false., & ! layered
299  .false. & ! timeseries
300  )

◆ gwfdisv_top

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

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

302  type(InputParamDefinitionType), parameter :: &
303  gwfdisv_top = inputparamdefinitiontype &
304  ( &
305  'GWF', & ! component
306  'DISV', & ! subcomponent
307  'GRIDDATA', & ! block
308  'TOP', & ! tag name
309  'TOP', & ! fortran variable
310  'DOUBLE1D', & ! type
311  'NCPL', & ! shape
312  'model top elevation', & ! longname
313  .true., & ! required
314  .false., & ! multi-record
315  .false., & ! preserve case
316  .false., & ! layered
317  .false. & ! timeseries
318  )

◆ gwfdisv_vertices

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

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

530  type(InputParamDefinitionType), parameter :: &
531  gwfdisv_vertices = inputparamdefinitiontype &
532  ( &
533  'GWF', & ! component
534  'DISV', & ! subcomponent
535  'VERTICES', & ! block
536  'VERTICES', & ! tag name
537  'VERTICES', & ! fortran variable
538  'RECARRAY IV XV YV', & ! type
539  'NVERT', & ! shape
540  'vertices data', & ! longname
541  .true., & ! required
542  .false., & ! multi-record
543  .false., & ! preserve case
544  .false., & ! layered
545  .false. & ! timeseries
546  )

◆ gwfdisv_xc

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_xc = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'XC', 'XC', 'DOUBLE', '', 'x-coordinate for cell center', .true., .true., .false., .false., .false. )
private

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

428  type(InputParamDefinitionType), parameter :: &
429  gwfdisv_xc = inputparamdefinitiontype &
430  ( &
431  'GWF', & ! component
432  'DISV', & ! subcomponent
433  'CELL2D', & ! block
434  'XC', & ! tag name
435  'XC', & ! fortran variable
436  'DOUBLE', & ! type
437  '', & ! shape
438  'x-coordinate for cell center', & ! longname
439  .true., & ! required
440  .true., & ! multi-record
441  .false., & ! preserve case
442  .false., & ! layered
443  .false. & ! timeseries
444  )

◆ gwfdisv_xorigin

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_xorigin = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', 'x-position origin of the model grid coordinate system', .false., .false., .false., .false., .false. )
private

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

86  type(InputParamDefinitionType), parameter :: &
87  gwfdisv_xorigin = inputparamdefinitiontype &
88  ( &
89  'GWF', & ! component
90  'DISV', & ! subcomponent
91  'OPTIONS', & ! block
92  'XORIGIN', & ! tag name
93  'XORIGIN', & ! fortran variable
94  'DOUBLE', & ! type
95  '', & ! shape
96  'x-position origin of the model grid coordinate system', & ! longname
97  .false., & ! required
98  .false., & ! multi-record
99  .false., & ! preserve case
100  .false., & ! layered
101  .false. & ! timeseries
102  )

◆ gwfdisv_xv

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

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

374  type(InputParamDefinitionType), parameter :: &
375  gwfdisv_xv = inputparamdefinitiontype &
376  ( &
377  'GWF', & ! component
378  'DISV', & ! subcomponent
379  'VERTICES', & ! block
380  'XV', & ! tag name
381  'XV', & ! fortran variable
382  'DOUBLE', & ! type
383  '', & ! shape
384  'x-coordinate for vertex', & ! longname
385  .true., & ! required
386  .true., & ! multi-record
387  .false., & ! preserve case
388  .false., & ! layered
389  .false. & ! timeseries
390  )

◆ gwfdisv_yc

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_yc = InputParamDefinitionType ( 'GWF', 'DISV', 'CELL2D', 'YC', 'YC', 'DOUBLE', '', 'y-coordinate for cell center', .true., .true., .false., .false., .false. )
private

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

446  type(InputParamDefinitionType), parameter :: &
447  gwfdisv_yc = inputparamdefinitiontype &
448  ( &
449  'GWF', & ! component
450  'DISV', & ! subcomponent
451  'CELL2D', & ! block
452  'YC', & ! tag name
453  'YC', & ! fortran variable
454  'DOUBLE', & ! type
455  '', & ! shape
456  'y-coordinate for cell center', & ! longname
457  .true., & ! required
458  .true., & ! multi-record
459  .false., & ! preserve case
460  .false., & ! layered
461  .false. & ! timeseries
462  )

◆ gwfdisv_yorigin

type(inputparamdefinitiontype), parameter gwfdisvinputmodule::gwfdisv_yorigin = InputParamDefinitionType ( 'GWF', 'DISV', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', 'y-position origin of the model grid coordinate system', .false., .false., .false., .false., .false. )
private

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

104  type(InputParamDefinitionType), parameter :: &
105  gwfdisv_yorigin = inputparamdefinitiontype &
106  ( &
107  'GWF', & ! component
108  'DISV', & ! subcomponent
109  'OPTIONS', & ! block
110  'YORIGIN', & ! tag name
111  'YORIGIN', & ! fortran variable
112  'DOUBLE', & ! type
113  '', & ! shape
114  'y-position origin of the model grid coordinate system', & ! longname
115  .false., & ! required
116  .false., & ! multi-record
117  .false., & ! preserve case
118  .false., & ! layered
119  .false. & ! timeseries
120  )

◆ gwfdisv_yv

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

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

392  type(InputParamDefinitionType), parameter :: &
393  gwfdisv_yv = inputparamdefinitiontype &
394  ( &
395  'GWF', & ! component
396  'DISV', & ! subcomponent
397  'VERTICES', & ! block
398  'YV', & ! tag name
399  'YV', & ! fortran variable
400  'DOUBLE', & ! type
401  '', & ! shape
402  'y-coordinate for vertex', & ! longname
403  .true., & ! required
404  .true., & ! multi-record
405  .false., & ! preserve case
406  .false., & ! layered
407  .false. & ! timeseries
408  )