MODFLOW 6  version 6.7.0.dev2
USGS Modular Hydrologic Model
gwfdisinputmodule Module Reference

Data Types

type  gwfdisparamfoundtype
 

Variables

logical, public gwf_dis_multi_package = .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. )
 
type(inputparamdefinitiontype), parameter gwfdis_nogrb = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .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. )
 
type(inputparamdefinitiontype), parameter gwfdis_grb6 = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'GRB6', 'GRB6', 'KEYWORD', '', 'grb keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_fileout = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'FILEOUT', 'FILEOUT', 'KEYWORD', '', 'file keyword', .true., .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., .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. )
 
type(inputparamdefinitiontype), parameter gwfdis_yorigin = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', 'y-position of the model grid origin', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_angrot = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .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. )
 
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. )
 
type(inputparamdefinitiontype), parameter gwfdis_crs = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'CRS', 'CRS', 'STRING', 'LENBIGLINE', 'CRS user input string', .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. )
 
type(inputparamdefinitiontype), parameter gwfdis_ncf6 = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'NCF6', 'NCF6', 'KEYWORD', '', 'ncf keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_filein = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .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., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_nlay = InputParamDefinitionType ( 'GWF', 'DIS', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', 'number of layers', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_nrow = InputParamDefinitionType ( 'GWF', 'DIS', 'DIMENSIONS', 'NROW', 'NROW', 'INTEGER', '', 'number of rows', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdis_ncol = InputParamDefinitionType ( 'GWF', 'DIS', 'DIMENSIONS', 'NCOL', 'NCOL', 'INTEGER', '', 'number of columns', .true., .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. )
 
type(inputparamdefinitiontype), parameter gwfdis_delc = InputParamDefinitionType ( 'GWF', 'DIS', 'GRIDDATA', 'DELC', 'DELC', 'DOUBLE1D', 'NROW', 'spacing along a column', .true., .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. )
 
type(inputparamdefinitiontype), parameter gwfdis_botm = InputParamDefinitionType ( 'GWF', 'DIS', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE3D', 'NCOL NROW NLAY', 'cell bottom elevation', .true., .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., .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. ) ]
 
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. ) ]

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

510  type(InputParamDefinitionType), parameter :: &
511  gwf_dis_aggregate_definitions(*) = &
512  [ &
513  inputparamdefinitiontype &
514  ( &
515  '', & ! component
516  '', & ! subcomponent
517  '', & ! block
518  '', & ! tag name
519  '', & ! fortran variable
520  '', & ! type
521  '', & ! shape
522  '', & ! longname
523  .false., & ! required
524  .false., & ! multi-record
525  .false., & ! preserve case
526  .false., & ! layered
527  .false. & ! timeseries
528  ) &
529  ]

◆ 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 531 of file gwf-disidm.f90.

531  type(InputBlockDefinitionType), parameter :: &
532  gwf_dis_block_definitions(*) = &
533  [ &
534  inputblockdefinitiontype( &
535  'OPTIONS', & ! blockname
536  .false., & ! required
537  .false., & ! aggregate
538  .false. & ! block_variable
539  ), &
540  inputblockdefinitiontype( &
541  'DIMENSIONS', & ! blockname
542  .true., & ! required
543  .false., & ! aggregate
544  .false. & ! block_variable
545  ), &
546  inputblockdefinitiontype( &
547  'GRIDDATA', & ! blockname
548  .true., & ! required
549  .false., & ! aggregate
550  .false. & ! block_variable
551  ) &
552  ]

◆ gwf_dis_multi_package

logical, public gwfdisinputmodule::gwf_dis_multi_package = .false.

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

41  logical :: gwf_dis_multi_package = .false.

◆ gwf_dis_param_definitions

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

481  type(InputParamDefinitionType), parameter :: &
482  gwf_dis_param_definitions(*) = &
483  [ &
484  gwfdis_length_units, &
485  gwfdis_nogrb, &
486  gwfdis_grb_filerecord, &
487  gwfdis_grb6, &
488  gwfdis_fileout, &
489  gwfdis_grb6_filename, &
490  gwfdis_xorigin, &
491  gwfdis_yorigin, &
492  gwfdis_angrot, &
493  gwfdis_export_ascii, &
494  gwfdis_export_nc, &
495  gwfdis_crs, &
496  gwfdis_ncf_filerecord, &
497  gwfdis_ncf6, &
498  gwfdis_filein, &
499  gwfdis_ncf6_filename, &
500  gwfdis_nlay, &
501  gwfdis_nrow, &
502  gwfdis_ncol, &
503  gwfdis_delr, &
504  gwfdis_delc, &
505  gwfdis_top, &
506  gwfdis_botm, &
507  gwfdis_idomain &
508  ]

◆ gwf_dis_subpackages

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

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

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

◆ gwfdis_angrot

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

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

193  type(InputParamDefinitionType), parameter :: &
194  gwfdis_angrot = inputparamdefinitiontype &
195  ( &
196  'GWF', & ! component
197  'DIS', & ! subcomponent
198  'OPTIONS', & ! block
199  'ANGROT', & ! tag name
200  'ANGROT', & ! fortran variable
201  'DOUBLE', & ! type
202  '', & ! shape
203  'rotation angle', & ! longname
204  .false., & ! required
205  .false., & ! multi-record
206  .false., & ! preserve case
207  .false., & ! layered
208  .false. & ! timeseries
209  )

◆ gwfdis_botm

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

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

445  type(InputParamDefinitionType), parameter :: &
446  gwfdis_botm = inputparamdefinitiontype &
447  ( &
448  'GWF', & ! component
449  'DIS', & ! subcomponent
450  'GRIDDATA', & ! block
451  'BOTM', & ! tag name
452  'BOTM', & ! fortran variable
453  'DOUBLE3D', & ! type
454  'NCOL NROW NLAY', & ! shape
455  'cell bottom elevation', & ! longname
456  .true., & ! required
457  .false., & ! multi-record
458  .false., & ! preserve case
459  .true., & ! layered
460  .false. & ! timeseries
461  )

◆ gwfdis_crs

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

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

247  type(InputParamDefinitionType), parameter :: &
248  gwfdis_crs = inputparamdefinitiontype &
249  ( &
250  'GWF', & ! component
251  'DIS', & ! subcomponent
252  'OPTIONS', & ! block
253  'CRS', & ! tag name
254  'CRS', & ! fortran variable
255  'STRING', & ! type
256  'LENBIGLINE', & ! shape
257  'CRS user input string', & ! longname
258  .false., & ! required
259  .false., & ! multi-record
260  .true., & ! preserve case
261  .false., & ! layered
262  .false. & ! timeseries
263  )

◆ 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. )
private

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

409  type(InputParamDefinitionType), parameter :: &
410  gwfdis_delc = inputparamdefinitiontype &
411  ( &
412  'GWF', & ! component
413  'DIS', & ! subcomponent
414  'GRIDDATA', & ! block
415  'DELC', & ! tag name
416  'DELC', & ! fortran variable
417  'DOUBLE1D', & ! type
418  'NROW', & ! shape
419  'spacing along a column', & ! longname
420  .true., & ! required
421  .false., & ! multi-record
422  .false., & ! preserve case
423  .false., & ! layered
424  .false. & ! timeseries
425  )

◆ 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. )
private

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

391  type(InputParamDefinitionType), parameter :: &
392  gwfdis_delr = inputparamdefinitiontype &
393  ( &
394  'GWF', & ! component
395  'DIS', & ! subcomponent
396  'GRIDDATA', & ! block
397  'DELR', & ! tag name
398  'DELR', & ! fortran variable
399  'DOUBLE1D', & ! type
400  'NCOL', & ! shape
401  'spacing along a row', & ! longname
402  .true., & ! required
403  .false., & ! multi-record
404  .false., & ! preserve case
405  .false., & ! layered
406  .false. & ! timeseries
407  )

◆ 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. )
private

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

211  type(InputParamDefinitionType), parameter :: &
212  gwfdis_export_ascii = inputparamdefinitiontype &
213  ( &
214  'GWF', & ! component
215  'DIS', & ! subcomponent
216  'OPTIONS', & ! block
217  'EXPORT_ARRAY_ASCII', & ! tag name
218  'EXPORT_ASCII', & ! fortran variable
219  'KEYWORD', & ! type
220  '', & ! shape
221  'export array variables to layered ascii files.', & ! longname
222  .false., & ! required
223  .false., & ! multi-record
224  .false., & ! preserve case
225  .false., & ! layered
226  .false. & ! timeseries
227  )

◆ 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. )
private

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

229  type(InputParamDefinitionType), parameter :: &
230  gwfdis_export_nc = inputparamdefinitiontype &
231  ( &
232  'GWF', & ! component
233  'DIS', & ! subcomponent
234  'OPTIONS', & ! block
235  'EXPORT_ARRAY_NETCDF', & ! tag name
236  'EXPORT_NC', & ! fortran variable
237  'KEYWORD', & ! type
238  '', & ! shape
239  'export array variables to netcdf output files.', & ! longname
240  .false., & ! required
241  .false., & ! multi-record
242  .false., & ! preserve case
243  .false., & ! layered
244  .false. & ! timeseries
245  )

◆ gwfdis_filein

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

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

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

◆ gwfdis_fileout

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

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

121  type(InputParamDefinitionType), parameter :: &
122  gwfdis_fileout = inputparamdefinitiontype &
123  ( &
124  'GWF', & ! component
125  'DIS', & ! subcomponent
126  'OPTIONS', & ! block
127  'FILEOUT', & ! tag name
128  'FILEOUT', & ! fortran variable
129  'KEYWORD', & ! type
130  '', & ! shape
131  'file keyword', & ! longname
132  .true., & ! required
133  .true., & ! multi-record
134  .false., & ! preserve case
135  .false., & ! layered
136  .false. & ! timeseries
137  )

◆ gwfdis_grb6

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

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

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

◆ 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., .true., .true., .false., .false. )
private

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

139  type(InputParamDefinitionType), parameter :: &
140  gwfdis_grb6_filename = inputparamdefinitiontype &
141  ( &
142  'GWF', & ! component
143  'DIS', & ! subcomponent
144  'OPTIONS', & ! block
145  'GRB6_FILENAME', & ! tag name
146  'GRB6_FILENAME', & ! fortran variable
147  'STRING', & ! type
148  '', & ! shape
149  'file name of GRB information', & ! longname
150  .true., & ! required
151  .true., & ! multi-record
152  .true., & ! preserve case
153  .false., & ! layered
154  .false. & ! timeseries
155  )

◆ 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. )
private

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

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

◆ gwfdis_idomain

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

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

463  type(InputParamDefinitionType), parameter :: &
464  gwfdis_idomain = inputparamdefinitiontype &
465  ( &
466  'GWF', & ! component
467  'DIS', & ! subcomponent
468  'GRIDDATA', & ! block
469  'IDOMAIN', & ! tag name
470  'IDOMAIN', & ! fortran variable
471  'INTEGER3D', & ! type
472  'NCOL NROW NLAY', & ! shape
473  'idomain existence array', & ! longname
474  .false., & ! required
475  .false., & ! multi-record
476  .false., & ! preserve case
477  .true., & ! layered
478  .false. & ! timeseries
479  )

◆ 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. )
private

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

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

◆ gwfdis_ncf6

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

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

283  type(InputParamDefinitionType), parameter :: &
284  gwfdis_ncf6 = inputparamdefinitiontype &
285  ( &
286  'GWF', & ! component
287  'DIS', & ! subcomponent
288  'OPTIONS', & ! block
289  'NCF6', & ! tag name
290  'NCF6', & ! fortran variable
291  'KEYWORD', & ! type
292  '', & ! shape
293  'ncf keyword', & ! longname
294  .true., & ! required
295  .true., & ! multi-record
296  .false., & ! preserve case
297  .false., & ! layered
298  .false. & ! timeseries
299  )

◆ 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., .true., .true., .false., .false. )
private

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

319  type(InputParamDefinitionType), parameter :: &
320  gwfdis_ncf6_filename = inputparamdefinitiontype &
321  ( &
322  'GWF', & ! component
323  'DIS', & ! subcomponent
324  'OPTIONS', & ! block
325  'NCF6_FILENAME', & ! tag name
326  'NCF6_FILENAME', & ! fortran variable
327  'STRING', & ! type
328  '', & ! shape
329  'file name of NCF information', & ! longname
330  .true., & ! required
331  .true., & ! multi-record
332  .true., & ! preserve case
333  .false., & ! layered
334  .false. & ! timeseries
335  )

◆ 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. )
private

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

265  type(InputParamDefinitionType), parameter :: &
266  gwfdis_ncf_filerecord = inputparamdefinitiontype &
267  ( &
268  'GWF', & ! component
269  'DIS', & ! subcomponent
270  'OPTIONS', & ! block
271  'NCF_FILERECORD', & ! tag name
272  'NCF_FILERECORD', & ! fortran variable
273  'RECORD NCF6 FILEIN NCF6_FILENAME', & ! type
274  '', & ! shape
275  '', & ! longname
276  .false., & ! required
277  .false., & ! multi-record
278  .false., & ! preserve case
279  .false., & ! layered
280  .false. & ! timeseries
281  )

◆ gwfdis_ncol

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

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

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

◆ gwfdis_nlay

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

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

337  type(InputParamDefinitionType), parameter :: &
338  gwfdis_nlay = inputparamdefinitiontype &
339  ( &
340  'GWF', & ! component
341  'DIS', & ! subcomponent
342  'DIMENSIONS', & ! block
343  'NLAY', & ! tag name
344  'NLAY', & ! fortran variable
345  'INTEGER', & ! type
346  '', & ! shape
347  'number of layers', & ! longname
348  .true., & ! required
349  .false., & ! multi-record
350  .false., & ! preserve case
351  .false., & ! layered
352  .false. & ! timeseries
353  )

◆ 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. )
private

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

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

◆ gwfdis_nrow

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

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

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

◆ 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. )
private

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

427  type(InputParamDefinitionType), parameter :: &
428  gwfdis_top = inputparamdefinitiontype &
429  ( &
430  'GWF', & ! component
431  'DIS', & ! subcomponent
432  'GRIDDATA', & ! block
433  'TOP', & ! tag name
434  'TOP', & ! fortran variable
435  'DOUBLE2D', & ! type
436  'NCOL NROW', & ! shape
437  'cell top elevation', & ! longname
438  .true., & ! required
439  .false., & ! multi-record
440  .false., & ! preserve case
441  .false., & ! layered
442  .false. & ! timeseries
443  )

◆ 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. )
private

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

157  type(InputParamDefinitionType), parameter :: &
158  gwfdis_xorigin = inputparamdefinitiontype &
159  ( &
160  'GWF', & ! component
161  'DIS', & ! subcomponent
162  'OPTIONS', & ! block
163  'XORIGIN', & ! tag name
164  'XORIGIN', & ! fortran variable
165  'DOUBLE', & ! type
166  '', & ! shape
167  'x-position of the model grid origin', & ! longname
168  .false., & ! required
169  .false., & ! multi-record
170  .false., & ! preserve case
171  .false., & ! layered
172  .false. & ! timeseries
173  )

◆ 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. )
private

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

175  type(InputParamDefinitionType), parameter :: &
176  gwfdis_yorigin = inputparamdefinitiontype &
177  ( &
178  'GWF', & ! component
179  'DIS', & ! subcomponent
180  'OPTIONS', & ! block
181  'YORIGIN', & ! tag name
182  'YORIGIN', & ! fortran variable
183  'DOUBLE', & ! type
184  '', & ! shape
185  'y-position of the model grid origin', & ! longname
186  .false., & ! required
187  .false., & ! multi-record
188  .false., & ! preserve case
189  .false., & ! layered
190  .false. & ! timeseries
191  )