MODFLOW 6  version 6.9.0.dev0
USGS Modular Hydrologic Model
gwfdisinputmodule Module Reference

Data Types

type  gwfdisparamfoundtype
 

Variables

logical, public gwf_dis_multi_package = .false.
 
logical, public gwf_dis_is_advanced = .false.
 
character(len=16), dimension(*), parameter, public gwf_dis_subpackages = [ 'UTL-NCF ' ]
 
type(inputparamdefinitiontype), parameter gwfdis_length_units = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', 'model length units', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_nogrb = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_grb_filerecord = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'GRB_FILERECORD', 'GRB_FILERECORD', 'RECORD GRB6 FILEOUT GRB6_FILENAME', '', '', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_grb6 = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'GRB6', 'GRB6', 'KEYWORD', '', 'grb keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_fileout = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'FILEOUT', 'FILEOUT', 'KEYWORD', '', 'file keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_grb6_filename = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'GRB6_FILENAME', 'GRB6_FILENAME', 'STRING', '', 'file name of GRB information', .true., .false., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_xorigin = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', 'x-position of the model grid origin', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_yorigin = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', 'y-position of the model grid origin', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_angrot = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_export_ascii = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_export_nc = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'EXPORT_ARRAY_NETCDF', 'EXPORT_NC', 'KEYWORD', '', 'export array variables to netcdf output files.', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_crs = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'CRS', 'CRS', 'STRING', 'LENBIGLINE', 'CRS user input string', .false., .false., .false., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_ncf_filerecord = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'NCF_FILERECORD', 'NCF_FILERECORD', 'RECORD NCF6 FILEIN NCF6_FILENAME', '', '', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_ncf6 = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'NCF6', 'NCF6', 'KEYWORD', '', 'ncf keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_filein = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_ncf6_filename = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'NCF6_FILENAME', 'NCF6_FILENAME', 'STRING', '', 'file name of NCF information', .true., .false., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_nlay = InputParamDefinitionType ( 'GWF', 'DIS', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', 'number of layers', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_nrow = InputParamDefinitionType ( 'GWF', 'DIS', 'DIMENSIONS', 'NROW', 'NROW', 'INTEGER', '', 'number of rows', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_ncol = InputParamDefinitionType ( 'GWF', 'DIS', 'DIMENSIONS', 'NCOL', 'NCOL', 'INTEGER', '', 'number of columns', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_delr = InputParamDefinitionType ( 'GWF', 'DIS', 'GRIDDATA', 'DELR', 'DELR', 'DOUBLE1D', 'NCOL', 'spacing along a row', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_delc = InputParamDefinitionType ( 'GWF', 'DIS', 'GRIDDATA', 'DELC', 'DELC', 'DOUBLE1D', 'NROW', 'spacing along a column', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_top = InputParamDefinitionType ( 'GWF', 'DIS', 'GRIDDATA', 'TOP', 'TOP', 'DOUBLE2D', 'NCOL NROW', 'cell top elevation', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_botm = InputParamDefinitionType ( 'GWF', 'DIS', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE3D', 'NCOL NROW NLAY', 'cell bottom elevation', .true., .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_idomain = InputParamDefinitionType ( 'GWF', 'DIS', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER3D', 'NCOL NROW NLAY', 'idomain existence array', .false., .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_dis_param_definitions = [ gwfdis_length_units, gwfdis_nogrb, gwfdis_grb_filerecord, gwfdis_grb6, gwfdis_fileout, gwfdis_grb6_filename, gwfdis_xorigin, gwfdis_yorigin, gwfdis_angrot, gwfdis_export_ascii, gwfdis_export_nc, gwfdis_crs, gwfdis_ncf_filerecord, gwfdis_ncf6, gwfdis_filein, gwfdis_ncf6_filename, gwfdis_nlay, gwfdis_nrow, gwfdis_ncol, gwfdis_delr, gwfdis_delc, gwfdis_top, gwfdis_botm, gwfdis_idomain ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwf_dis_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwf_dis_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ]
 

Variable Documentation

◆ gwf_dis_aggregate_definitions

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

Definition at line 536 of file gwf-disidm.f90.

536  type(InputParamDefinitionType), parameter :: &
537  gwf_dis_aggregate_definitions(*) = &
538  [ &
539  inputparamdefinitiontype &
540  ( &
541  '', & ! component
542  '', & ! subcomponent
543  '', & ! block
544  '', & ! tag name
545  '', & ! fortran variable
546  '', & ! type
547  '', & ! shape
548  '', & ! longname
549  .false., & ! required
550  .false., & ! developmode
551  .false., & ! multi-record
552  .false., & ! preserve case
553  .false., & ! layered
554  .false. & ! timeseries
555  ) &
556  ]

◆ gwf_dis_block_definitions

type(inputblockdefinitiontype), dimension(*), parameter, public gwfdisinputmodule::gwf_dis_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ]

Definition at line 558 of file gwf-disidm.f90.

558  type(InputBlockDefinitionType), parameter :: &
559  gwf_dis_block_definitions(*) = &
560  [ &
561  inputblockdefinitiontype( &
562  'OPTIONS', & ! blockname
563  .false., & ! required
564  .false., & ! aggregate
565  .false. & ! block_variable
566  ), &
567  inputblockdefinitiontype( &
568  'DIMENSIONS', & ! blockname
569  .true., & ! required
570  .false., & ! aggregate
571  .false. & ! block_variable
572  ), &
573  inputblockdefinitiontype( &
574  'GRIDDATA', & ! blockname
575  .true., & ! required
576  .false., & ! aggregate
577  .false. & ! block_variable
578  ) &
579  ]

◆ gwf_dis_is_advanced

logical, public gwfdisinputmodule::gwf_dis_is_advanced = .false.

Definition at line 43 of file gwf-disidm.f90.

43  logical :: gwf_dis_is_advanced = .false.

◆ gwf_dis_multi_package

logical, public gwfdisinputmodule::gwf_dis_multi_package = .false.

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

42  logical :: gwf_dis_multi_package = .false.

◆ gwf_dis_param_definitions

Definition at line 507 of file gwf-disidm.f90.

507  type(InputParamDefinitionType), parameter :: &
508  gwf_dis_param_definitions(*) = &
509  [ &
510  gwfdis_length_units, &
511  gwfdis_nogrb, &
512  gwfdis_grb_filerecord, &
513  gwfdis_grb6, &
514  gwfdis_fileout, &
515  gwfdis_grb6_filename, &
516  gwfdis_xorigin, &
517  gwfdis_yorigin, &
518  gwfdis_angrot, &
519  gwfdis_export_ascii, &
520  gwfdis_export_nc, &
521  gwfdis_crs, &
522  gwfdis_ncf_filerecord, &
523  gwfdis_ncf6, &
524  gwfdis_filein, &
525  gwfdis_ncf6_filename, &
526  gwfdis_nlay, &
527  gwfdis_nrow, &
528  gwfdis_ncol, &
529  gwfdis_delr, &
530  gwfdis_delc, &
531  gwfdis_top, &
532  gwfdis_botm, &
533  gwfdis_idomain &
534  ]

◆ gwf_dis_subpackages

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

Definition at line 45 of file gwf-disidm.f90.

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

◆ gwfdis_angrot

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_angrot = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .false., .false., .false., .false., .false. )
private

Definition at line 203 of file gwf-disidm.f90.

203  type(InputParamDefinitionType), parameter :: &
204  gwfdis_angrot = inputparamdefinitiontype &
205  ( &
206  'GWF', & ! component
207  'DIS', & ! subcomponent
208  'OPTIONS', & ! block
209  'ANGROT', & ! tag name
210  'ANGROT', & ! fortran variable
211  'DOUBLE', & ! type
212  '', & ! shape
213  'rotation angle', & ! longname
214  .false., & ! required
215  .false., & ! developmode
216  .false., & ! multi-record
217  .false., & ! preserve case
218  .false., & ! layered
219  .false. & ! timeseries
220  )

◆ gwfdis_botm

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_botm = InputParamDefinitionType ( 'GWF', 'DIS', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE3D', 'NCOL NROW NLAY', 'cell bottom elevation', .true., .false., .false., .false., .true., .false. )
private

Definition at line 469 of file gwf-disidm.f90.

469  type(InputParamDefinitionType), parameter :: &
470  gwfdis_botm = inputparamdefinitiontype &
471  ( &
472  'GWF', & ! component
473  'DIS', & ! subcomponent
474  'GRIDDATA', & ! block
475  'BOTM', & ! tag name
476  'BOTM', & ! fortran variable
477  'DOUBLE3D', & ! type
478  'NCOL NROW NLAY', & ! shape
479  'cell bottom elevation', & ! longname
480  .true., & ! required
481  .false., & ! developmode
482  .false., & ! multi-record
483  .false., & ! preserve case
484  .true., & ! layered
485  .false. & ! timeseries
486  )

◆ gwfdis_crs

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_crs = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'CRS', 'CRS', 'STRING', 'LENBIGLINE', 'CRS user input string', .false., .false., .false., .true., .false., .false. )
private

Definition at line 260 of file gwf-disidm.f90.

260  type(InputParamDefinitionType), parameter :: &
261  gwfdis_crs = inputparamdefinitiontype &
262  ( &
263  'GWF', & ! component
264  'DIS', & ! subcomponent
265  'OPTIONS', & ! block
266  'CRS', & ! tag name
267  'CRS', & ! fortran variable
268  'STRING', & ! type
269  'LENBIGLINE', & ! shape
270  'CRS user input string', & ! longname
271  .false., & ! required
272  .false., & ! developmode
273  .false., & ! multi-record
274  .true., & ! preserve case
275  .false., & ! layered
276  .false. & ! timeseries
277  )

◆ gwfdis_delc

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_delc = InputParamDefinitionType ( 'GWF', 'DIS', 'GRIDDATA', 'DELC', 'DELC', 'DOUBLE1D', 'NROW', 'spacing along a column', .true., .false., .false., .false., .false., .false. )
private

Definition at line 431 of file gwf-disidm.f90.

431  type(InputParamDefinitionType), parameter :: &
432  gwfdis_delc = inputparamdefinitiontype &
433  ( &
434  'GWF', & ! component
435  'DIS', & ! subcomponent
436  'GRIDDATA', & ! block
437  'DELC', & ! tag name
438  'DELC', & ! fortran variable
439  'DOUBLE1D', & ! type
440  'NROW', & ! shape
441  'spacing along a column', & ! longname
442  .true., & ! required
443  .false., & ! developmode
444  .false., & ! multi-record
445  .false., & ! preserve case
446  .false., & ! layered
447  .false. & ! timeseries
448  )

◆ gwfdis_delr

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_delr = InputParamDefinitionType ( 'GWF', 'DIS', 'GRIDDATA', 'DELR', 'DELR', 'DOUBLE1D', 'NCOL', 'spacing along a row', .true., .false., .false., .false., .false., .false. )
private

Definition at line 412 of file gwf-disidm.f90.

412  type(InputParamDefinitionType), parameter :: &
413  gwfdis_delr = inputparamdefinitiontype &
414  ( &
415  'GWF', & ! component
416  'DIS', & ! subcomponent
417  'GRIDDATA', & ! block
418  'DELR', & ! tag name
419  'DELR', & ! fortran variable
420  'DOUBLE1D', & ! type
421  'NCOL', & ! shape
422  'spacing along a row', & ! longname
423  .true., & ! required
424  .false., & ! developmode
425  .false., & ! multi-record
426  .false., & ! preserve case
427  .false., & ! layered
428  .false. & ! timeseries
429  )

◆ gwfdis_export_ascii

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

Definition at line 222 of file gwf-disidm.f90.

222  type(InputParamDefinitionType), parameter :: &
223  gwfdis_export_ascii = inputparamdefinitiontype &
224  ( &
225  'GWF', & ! component
226  'DIS', & ! subcomponent
227  'OPTIONS', & ! block
228  'EXPORT_ARRAY_ASCII', & ! tag name
229  'EXPORT_ASCII', & ! fortran variable
230  'KEYWORD', & ! type
231  '', & ! shape
232  'export array variables to layered ascii files.', & ! longname
233  .false., & ! required
234  .false., & ! developmode
235  .false., & ! multi-record
236  .false., & ! preserve case
237  .false., & ! layered
238  .false. & ! timeseries
239  )

◆ gwfdis_export_nc

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

Definition at line 241 of file gwf-disidm.f90.

241  type(InputParamDefinitionType), parameter :: &
242  gwfdis_export_nc = inputparamdefinitiontype &
243  ( &
244  'GWF', & ! component
245  'DIS', & ! subcomponent
246  'OPTIONS', & ! block
247  'EXPORT_ARRAY_NETCDF', & ! tag name
248  'EXPORT_NC', & ! fortran variable
249  'KEYWORD', & ! type
250  '', & ! shape
251  'export array variables to netcdf output files.', & ! longname
252  .false., & ! required
253  .false., & ! developmode
254  .false., & ! multi-record
255  .false., & ! preserve case
256  .false., & ! layered
257  .false. & ! timeseries
258  )

◆ gwfdis_filein

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_filein = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .false., .true., .false., .false., .false. )
private

Definition at line 317 of file gwf-disidm.f90.

317  type(InputParamDefinitionType), parameter :: &
318  gwfdis_filein = inputparamdefinitiontype &
319  ( &
320  'GWF', & ! component
321  'DIS', & ! subcomponent
322  'OPTIONS', & ! block
323  'FILEIN', & ! tag name
324  'FILEIN', & ! fortran variable
325  'KEYWORD', & ! type
326  '', & ! shape
327  'file keyword', & ! longname
328  .true., & ! required
329  .false., & ! developmode
330  .true., & ! multi-record
331  .false., & ! preserve case
332  .false., & ! layered
333  .false. & ! timeseries
334  )

◆ gwfdis_fileout

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_fileout = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'FILEOUT', 'FILEOUT', 'KEYWORD', '', 'file keyword', .true., .false., .true., .false., .false., .false. )
private

Definition at line 127 of file gwf-disidm.f90.

127  type(InputParamDefinitionType), parameter :: &
128  gwfdis_fileout = inputparamdefinitiontype &
129  ( &
130  'GWF', & ! component
131  'DIS', & ! subcomponent
132  'OPTIONS', & ! block
133  'FILEOUT', & ! tag name
134  'FILEOUT', & ! fortran variable
135  'KEYWORD', & ! type
136  '', & ! shape
137  'file keyword', & ! longname
138  .true., & ! required
139  .false., & ! developmode
140  .true., & ! multi-record
141  .false., & ! preserve case
142  .false., & ! layered
143  .false. & ! timeseries
144  )

◆ gwfdis_grb6

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_grb6 = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'GRB6', 'GRB6', 'KEYWORD', '', 'grb keyword', .true., .false., .true., .false., .false., .false. )
private

Definition at line 108 of file gwf-disidm.f90.

108  type(InputParamDefinitionType), parameter :: &
109  gwfdis_grb6 = inputparamdefinitiontype &
110  ( &
111  'GWF', & ! component
112  'DIS', & ! subcomponent
113  'OPTIONS', & ! block
114  'GRB6', & ! tag name
115  'GRB6', & ! fortran variable
116  'KEYWORD', & ! type
117  '', & ! shape
118  'grb keyword', & ! longname
119  .true., & ! required
120  .false., & ! developmode
121  .true., & ! multi-record
122  .false., & ! preserve case
123  .false., & ! layered
124  .false. & ! timeseries
125  )

◆ gwfdis_grb6_filename

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_grb6_filename = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'GRB6_FILENAME', 'GRB6_FILENAME', 'STRING', '', 'file name of GRB information', .true., .false., .true., .true., .false., .false. )
private

Definition at line 146 of file gwf-disidm.f90.

146  type(InputParamDefinitionType), parameter :: &
147  gwfdis_grb6_filename = inputparamdefinitiontype &
148  ( &
149  'GWF', & ! component
150  'DIS', & ! subcomponent
151  'OPTIONS', & ! block
152  'GRB6_FILENAME', & ! tag name
153  'GRB6_FILENAME', & ! fortran variable
154  'STRING', & ! type
155  '', & ! shape
156  'file name of GRB information', & ! longname
157  .true., & ! required
158  .false., & ! developmode
159  .true., & ! multi-record
160  .true., & ! preserve case
161  .false., & ! layered
162  .false. & ! timeseries
163  )

◆ gwfdis_grb_filerecord

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_grb_filerecord = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'GRB_FILERECORD', 'GRB_FILERECORD', 'RECORD GRB6 FILEOUT GRB6_FILENAME', '', '', .false., .false., .false., .false., .false., .false. )
private

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

89  type(InputParamDefinitionType), parameter :: &
90  gwfdis_grb_filerecord = inputparamdefinitiontype &
91  ( &
92  'GWF', & ! component
93  'DIS', & ! subcomponent
94  'OPTIONS', & ! block
95  'GRB_FILERECORD', & ! tag name
96  'GRB_FILERECORD', & ! fortran variable
97  'RECORD GRB6 FILEOUT GRB6_FILENAME', & ! type
98  '', & ! shape
99  '', & ! longname
100  .false., & ! required
101  .false., & ! developmode
102  .false., & ! multi-record
103  .false., & ! preserve case
104  .false., & ! layered
105  .false. & ! timeseries
106  )

◆ gwfdis_idomain

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_idomain = InputParamDefinitionType ( 'GWF', 'DIS', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER3D', 'NCOL NROW NLAY', 'idomain existence array', .false., .false., .false., .false., .true., .false. )
private

Definition at line 488 of file gwf-disidm.f90.

488  type(InputParamDefinitionType), parameter :: &
489  gwfdis_idomain = inputparamdefinitiontype &
490  ( &
491  'GWF', & ! component
492  'DIS', & ! subcomponent
493  'GRIDDATA', & ! block
494  'IDOMAIN', & ! tag name
495  'IDOMAIN', & ! fortran variable
496  'INTEGER3D', & ! type
497  'NCOL NROW NLAY', & ! shape
498  'idomain existence array', & ! longname
499  .false., & ! required
500  .false., & ! developmode
501  .false., & ! multi-record
502  .false., & ! preserve case
503  .true., & ! layered
504  .false. & ! timeseries
505  )

◆ gwfdis_length_units

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_length_units = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', 'model length units', .false., .false., .false., .false., .false., .false. )
private

Definition at line 51 of file gwf-disidm.f90.

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

◆ gwfdis_ncf6

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_ncf6 = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'NCF6', 'NCF6', 'KEYWORD', '', 'ncf keyword', .true., .false., .true., .false., .false., .false. )
private

Definition at line 298 of file gwf-disidm.f90.

298  type(InputParamDefinitionType), parameter :: &
299  gwfdis_ncf6 = inputparamdefinitiontype &
300  ( &
301  'GWF', & ! component
302  'DIS', & ! subcomponent
303  'OPTIONS', & ! block
304  'NCF6', & ! tag name
305  'NCF6', & ! fortran variable
306  'KEYWORD', & ! type
307  '', & ! shape
308  'ncf keyword', & ! longname
309  .true., & ! required
310  .false., & ! developmode
311  .true., & ! multi-record
312  .false., & ! preserve case
313  .false., & ! layered
314  .false. & ! timeseries
315  )

◆ gwfdis_ncf6_filename

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_ncf6_filename = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'NCF6_FILENAME', 'NCF6_FILENAME', 'STRING', '', 'file name of NCF information', .true., .false., .true., .true., .false., .false. )
private

Definition at line 336 of file gwf-disidm.f90.

336  type(InputParamDefinitionType), parameter :: &
337  gwfdis_ncf6_filename = inputparamdefinitiontype &
338  ( &
339  'GWF', & ! component
340  'DIS', & ! subcomponent
341  'OPTIONS', & ! block
342  'NCF6_FILENAME', & ! tag name
343  'NCF6_FILENAME', & ! fortran variable
344  'STRING', & ! type
345  '', & ! shape
346  'file name of NCF information', & ! longname
347  .true., & ! required
348  .false., & ! developmode
349  .true., & ! multi-record
350  .true., & ! preserve case
351  .false., & ! layered
352  .false. & ! timeseries
353  )

◆ gwfdis_ncf_filerecord

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_ncf_filerecord = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'NCF_FILERECORD', 'NCF_FILERECORD', 'RECORD NCF6 FILEIN NCF6_FILENAME', '', '', .false., .false., .false., .false., .false., .false. )
private

Definition at line 279 of file gwf-disidm.f90.

279  type(InputParamDefinitionType), parameter :: &
280  gwfdis_ncf_filerecord = inputparamdefinitiontype &
281  ( &
282  'GWF', & ! component
283  'DIS', & ! subcomponent
284  'OPTIONS', & ! block
285  'NCF_FILERECORD', & ! tag name
286  'NCF_FILERECORD', & ! fortran variable
287  'RECORD NCF6 FILEIN NCF6_FILENAME', & ! type
288  '', & ! shape
289  '', & ! longname
290  .false., & ! required
291  .false., & ! developmode
292  .false., & ! multi-record
293  .false., & ! preserve case
294  .false., & ! layered
295  .false. & ! timeseries
296  )

◆ gwfdis_ncol

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_ncol = InputParamDefinitionType ( 'GWF', 'DIS', 'DIMENSIONS', 'NCOL', 'NCOL', 'INTEGER', '', 'number of columns', .true., .false., .false., .false., .false., .false. )
private

Definition at line 393 of file gwf-disidm.f90.

393  type(InputParamDefinitionType), parameter :: &
394  gwfdis_ncol = inputparamdefinitiontype &
395  ( &
396  'GWF', & ! component
397  'DIS', & ! subcomponent
398  'DIMENSIONS', & ! block
399  'NCOL', & ! tag name
400  'NCOL', & ! fortran variable
401  'INTEGER', & ! type
402  '', & ! shape
403  'number of columns', & ! longname
404  .true., & ! required
405  .false., & ! developmode
406  .false., & ! multi-record
407  .false., & ! preserve case
408  .false., & ! layered
409  .false. & ! timeseries
410  )

◆ gwfdis_nlay

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_nlay = InputParamDefinitionType ( 'GWF', 'DIS', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', 'number of layers', .true., .false., .false., .false., .false., .false. )
private

Definition at line 355 of file gwf-disidm.f90.

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

◆ gwfdis_nogrb

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_nogrb = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false., .false. )
private

Definition at line 70 of file gwf-disidm.f90.

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

◆ gwfdis_nrow

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_nrow = InputParamDefinitionType ( 'GWF', 'DIS', 'DIMENSIONS', 'NROW', 'NROW', 'INTEGER', '', 'number of rows', .true., .false., .false., .false., .false., .false. )
private

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

374  type(InputParamDefinitionType), parameter :: &
375  gwfdis_nrow = inputparamdefinitiontype &
376  ( &
377  'GWF', & ! component
378  'DIS', & ! subcomponent
379  'DIMENSIONS', & ! block
380  'NROW', & ! tag name
381  'NROW', & ! fortran variable
382  'INTEGER', & ! type
383  '', & ! shape
384  'number of rows', & ! longname
385  .true., & ! required
386  .false., & ! developmode
387  .false., & ! multi-record
388  .false., & ! preserve case
389  .false., & ! layered
390  .false. & ! timeseries
391  )

◆ gwfdis_top

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_top = InputParamDefinitionType ( 'GWF', 'DIS', 'GRIDDATA', 'TOP', 'TOP', 'DOUBLE2D', 'NCOL NROW', 'cell top elevation', .true., .false., .false., .false., .false., .false. )
private

Definition at line 450 of file gwf-disidm.f90.

450  type(InputParamDefinitionType), parameter :: &
451  gwfdis_top = inputparamdefinitiontype &
452  ( &
453  'GWF', & ! component
454  'DIS', & ! subcomponent
455  'GRIDDATA', & ! block
456  'TOP', & ! tag name
457  'TOP', & ! fortran variable
458  'DOUBLE2D', & ! type
459  'NCOL NROW', & ! shape
460  'cell top elevation', & ! longname
461  .true., & ! required
462  .false., & ! developmode
463  .false., & ! multi-record
464  .false., & ! preserve case
465  .false., & ! layered
466  .false. & ! timeseries
467  )

◆ gwfdis_xorigin

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_xorigin = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', 'x-position of the model grid origin', .false., .false., .false., .false., .false., .false. )
private

Definition at line 165 of file gwf-disidm.f90.

165  type(InputParamDefinitionType), parameter :: &
166  gwfdis_xorigin = inputparamdefinitiontype &
167  ( &
168  'GWF', & ! component
169  'DIS', & ! subcomponent
170  'OPTIONS', & ! block
171  'XORIGIN', & ! tag name
172  'XORIGIN', & ! fortran variable
173  'DOUBLE', & ! type
174  '', & ! shape
175  'x-position of the model grid origin', & ! longname
176  .false., & ! required
177  .false., & ! developmode
178  .false., & ! multi-record
179  .false., & ! preserve case
180  .false., & ! layered
181  .false. & ! timeseries
182  )

◆ gwfdis_yorigin

type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_yorigin = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', 'y-position of the model grid origin', .false., .false., .false., .false., .false., .false. )
private

Definition at line 184 of file gwf-disidm.f90.

184  type(InputParamDefinitionType), parameter :: &
185  gwfdis_yorigin = inputparamdefinitiontype &
186  ( &
187  'GWF', & ! component
188  'DIS', & ! subcomponent
189  'OPTIONS', & ! block
190  'YORIGIN', & ! tag name
191  'YORIGIN', & ! fortran variable
192  'DOUBLE', & ! type
193  '', & ! shape
194  'y-position of the model grid origin', & ! longname
195  .false., & ! required
196  .false., & ! developmode
197  .false., & ! multi-record
198  .false., & ! preserve case
199  .false., & ! layered
200  .false. & ! timeseries
201  )