MODFLOW 6  version 6.7.0.dev1
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_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_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 490 of file gwf-disidm.f90.

490  type(InputParamDefinitionType), parameter :: &
491  gwf_dis_aggregate_definitions(*) = &
492  [ &
493  inputparamdefinitiontype &
494  ( &
495  '', & ! component
496  '', & ! subcomponent
497  '', & ! block
498  '', & ! tag name
499  '', & ! fortran variable
500  '', & ! type
501  '', & ! shape
502  '', & ! longname
503  .false., & ! required
504  .false., & ! multi-record
505  .false., & ! preserve case
506  .false., & ! layered
507  .false. & ! timeseries
508  ) &
509  ]

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

511  type(InputBlockDefinitionType), parameter :: &
512  gwf_dis_block_definitions(*) = &
513  [ &
514  inputblockdefinitiontype( &
515  'OPTIONS', & ! blockname
516  .false., & ! required
517  .false., & ! aggregate
518  .false. & ! block_variable
519  ), &
520  inputblockdefinitiontype( &
521  'DIMENSIONS', & ! blockname
522  .true., & ! required
523  .false., & ! aggregate
524  .false. & ! block_variable
525  ), &
526  inputblockdefinitiontype( &
527  'GRIDDATA', & ! blockname
528  .true., & ! required
529  .false., & ! aggregate
530  .false. & ! block_variable
531  ) &
532  ]

◆ gwf_dis_multi_package

logical, public gwfdisinputmodule::gwf_dis_multi_package = .false.

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

40  logical :: gwf_dis_multi_package = .false.

◆ gwf_dis_param_definitions

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

462  type(InputParamDefinitionType), parameter :: &
463  gwf_dis_param_definitions(*) = &
464  [ &
465  gwfdis_length_units, &
466  gwfdis_nogrb, &
467  gwfdis_grb_filerecord, &
468  gwfdis_grb6, &
469  gwfdis_fileout, &
470  gwfdis_grb6_filename, &
471  gwfdis_xorigin, &
472  gwfdis_yorigin, &
473  gwfdis_angrot, &
474  gwfdis_export_ascii, &
475  gwfdis_export_nc, &
476  gwfdis_ncf_filerecord, &
477  gwfdis_ncf6, &
478  gwfdis_filein, &
479  gwfdis_ncf6_filename, &
480  gwfdis_nlay, &
481  gwfdis_nrow, &
482  gwfdis_ncol, &
483  gwfdis_delr, &
484  gwfdis_delc, &
485  gwfdis_top, &
486  gwfdis_botm, &
487  gwfdis_idomain &
488  ]

◆ gwf_dis_subpackages

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

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

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

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

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

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

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

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

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

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

372  type(InputParamDefinitionType), parameter :: &
373  gwfdis_delr = inputparamdefinitiontype &
374  ( &
375  'GWF', & ! component
376  'DIS', & ! subcomponent
377  'GRIDDATA', & ! block
378  'DELR', & ! tag name
379  'DELR', & ! fortran variable
380  'DOUBLE1D', & ! type
381  'NCOL', & ! shape
382  'spacing along a row', & ! longname
383  .true., & ! required
384  .false., & ! multi-record
385  .false., & ! preserve case
386  .false., & ! layered
387  .false. & ! timeseries
388  )

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

444  type(InputParamDefinitionType), parameter :: &
445  gwfdis_idomain = inputparamdefinitiontype &
446  ( &
447  'GWF', & ! component
448  'DIS', & ! subcomponent
449  'GRIDDATA', & ! block
450  'IDOMAIN', & ! tag name
451  'IDOMAIN', & ! fortran variable
452  'INTEGER3D', & ! type
453  'NCOL NROW NLAY', & ! shape
454  'idomain existence array', & ! longname
455  .false., & ! required
456  .false., & ! multi-record
457  .false., & ! preserve case
458  .true., & ! layered
459  .false. & ! timeseries
460  )

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

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

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

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

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

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

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

246  type(InputParamDefinitionType), parameter :: &
247  gwfdis_ncf_filerecord = inputparamdefinitiontype &
248  ( &
249  'GWF', & ! component
250  'DIS', & ! subcomponent
251  'OPTIONS', & ! block
252  'NCF_FILERECORD', & ! tag name
253  'NCF_FILERECORD', & ! fortran variable
254  'RECORD NCF6 FILEIN NCF6_FILENAME', & ! type
255  '', & ! shape
256  '', & ! longname
257  .false., & ! required
258  .false., & ! multi-record
259  .false., & ! preserve case
260  .false., & ! layered
261  .false. & ! timeseries
262  )

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

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

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

318  type(InputParamDefinitionType), parameter :: &
319  gwfdis_nlay = inputparamdefinitiontype &
320  ( &
321  'GWF', & ! component
322  'DIS', & ! subcomponent
323  'DIMENSIONS', & ! block
324  'NLAY', & ! tag name
325  'NLAY', & ! fortran variable
326  'INTEGER', & ! type
327  '', & ! shape
328  'number of layers', & ! longname
329  .true., & ! required
330  .false., & ! multi-record
331  .false., & ! preserve case
332  .false., & ! layered
333  .false. & ! timeseries
334  )

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

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

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

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

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

408  type(InputParamDefinitionType), parameter :: &
409  gwfdis_top = inputparamdefinitiontype &
410  ( &
411  'GWF', & ! component
412  'DIS', & ! subcomponent
413  'GRIDDATA', & ! block
414  'TOP', & ! tag name
415  'TOP', & ! fortran variable
416  'DOUBLE2D', & ! type
417  'NCOL NROW', & ! shape
418  'cell top elevation', & ! longname
419  .true., & ! required
420  .false., & ! multi-record
421  .false., & ! preserve case
422  .false., & ! layered
423  .false. & ! timeseries
424  )

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

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

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

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