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

Data Types

type  gwtdisparamfoundtype
 

Variables

logical, public gwt_dis_multi_package = .false.
 
character(len=16), dimension(*), parameter, public gwt_dis_subpackages = [ 'UTL-NCF ' ]
 
type(inputparamdefinitiontype), parameter gwtdis_length_units = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', 'model length units', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_nogrb = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_grb_filerecord = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'GRB_FILERECORD', 'GRB_FILERECORD', 'RECORD GRB6 FILEOUT GRB6_FILENAME', '', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_grb6 = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'GRB6', 'GRB6', 'KEYWORD', '', 'grb keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_fileout = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'FILEOUT', 'FILEOUT', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_grb6_filename = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'GRB6_FILENAME', 'GRB6_FILENAME', 'STRING', '', 'file name of GRB information', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_xorigin = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', 'x-position of the model grid origin', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_yorigin = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', 'y-position of the model grid origin', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_angrot = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_export_ascii = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_export_nc = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'EXPORT_ARRAY_NETCDF', 'EXPORT_NC', 'KEYWORD', '', 'export array variables to netcdf output files.', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_crs = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'CRS', 'CRS', 'STRING', 'LENBIGLINE', 'CRS user input string', .false., .false., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_ncf_filerecord = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'NCF_FILERECORD', 'NCF_FILERECORD', 'RECORD NCF6 FILEIN NCF6_FILENAME', '', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_ncf6 = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'NCF6', 'NCF6', 'KEYWORD', '', 'ncf keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_filein = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_ncf6_filename = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'NCF6_FILENAME', 'NCF6_FILENAME', 'STRING', '', 'file name of NCF information', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_nlay = InputParamDefinitionType ( 'GWT', 'DIS', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', 'number of layers', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_nrow = InputParamDefinitionType ( 'GWT', 'DIS', 'DIMENSIONS', 'NROW', 'NROW', 'INTEGER', '', 'number of rows', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_ncol = InputParamDefinitionType ( 'GWT', 'DIS', 'DIMENSIONS', 'NCOL', 'NCOL', 'INTEGER', '', 'number of columns', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_delr = InputParamDefinitionType ( 'GWT', 'DIS', 'GRIDDATA', 'DELR', 'DELR', 'DOUBLE1D', 'NCOL', 'spacing along a row', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_delc = InputParamDefinitionType ( 'GWT', 'DIS', 'GRIDDATA', 'DELC', 'DELC', 'DOUBLE1D', 'NROW', 'spacing along a column', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_top = InputParamDefinitionType ( 'GWT', 'DIS', 'GRIDDATA', 'TOP', 'TOP', 'DOUBLE2D', 'NCOL NROW', 'cell top elevation', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_botm = InputParamDefinitionType ( 'GWT', 'DIS', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE3D', 'NCOL NROW NLAY', 'cell bottom elevation', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_idomain = InputParamDefinitionType ( 'GWT', 'DIS', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER3D', 'NCOL NROW NLAY', 'idomain existence array', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_dis_param_definitions = [ gwtdis_length_units, gwtdis_nogrb, gwtdis_grb_filerecord, gwtdis_grb6, gwtdis_fileout, gwtdis_grb6_filename, gwtdis_xorigin, gwtdis_yorigin, gwtdis_angrot, gwtdis_export_ascii, gwtdis_export_nc, gwtdis_crs, gwtdis_ncf_filerecord, gwtdis_ncf6, gwtdis_filein, gwtdis_ncf6_filename, gwtdis_nlay, gwtdis_nrow, gwtdis_ncol, gwtdis_delr, gwtdis_delc, gwtdis_top, gwtdis_botm, gwtdis_idomain ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_dis_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwt_dis_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ]
 

Variable Documentation

◆ gwt_dis_aggregate_definitions

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

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

510  type(InputParamDefinitionType), parameter :: &
511  gwt_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  ]

◆ gwt_dis_block_definitions

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

Definition at line 531 of file gwt-disidm.f90.

531  type(InputBlockDefinitionType), parameter :: &
532  gwt_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  ]

◆ gwt_dis_multi_package

logical, public gwtdisinputmodule::gwt_dis_multi_package = .false.

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

41  logical :: gwt_dis_multi_package = .false.

◆ gwt_dis_param_definitions

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

481  type(InputParamDefinitionType), parameter :: &
482  gwt_dis_param_definitions(*) = &
483  [ &
484  gwtdis_length_units, &
485  gwtdis_nogrb, &
486  gwtdis_grb_filerecord, &
487  gwtdis_grb6, &
488  gwtdis_fileout, &
489  gwtdis_grb6_filename, &
490  gwtdis_xorigin, &
491  gwtdis_yorigin, &
492  gwtdis_angrot, &
493  gwtdis_export_ascii, &
494  gwtdis_export_nc, &
495  gwtdis_crs, &
496  gwtdis_ncf_filerecord, &
497  gwtdis_ncf6, &
498  gwtdis_filein, &
499  gwtdis_ncf6_filename, &
500  gwtdis_nlay, &
501  gwtdis_nrow, &
502  gwtdis_ncol, &
503  gwtdis_delr, &
504  gwtdis_delc, &
505  gwtdis_top, &
506  gwtdis_botm, &
507  gwtdis_idomain &
508  ]

◆ gwt_dis_subpackages

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

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

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

◆ gwtdis_angrot

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_angrot = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .false., .false., .false., .false. )
private

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

193  type(InputParamDefinitionType), parameter :: &
194  gwtdis_angrot = inputparamdefinitiontype &
195  ( &
196  'GWT', & ! 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  )

◆ gwtdis_botm

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

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

445  type(InputParamDefinitionType), parameter :: &
446  gwtdis_botm = inputparamdefinitiontype &
447  ( &
448  'GWT', & ! 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  )

◆ gwtdis_crs

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_crs = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'CRS', 'CRS', 'STRING', 'LENBIGLINE', 'CRS user input string', .false., .false., .true., .false., .false. )
private

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

247  type(InputParamDefinitionType), parameter :: &
248  gwtdis_crs = inputparamdefinitiontype &
249  ( &
250  'GWT', & ! 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  )

◆ gwtdis_delc

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_delc = InputParamDefinitionType ( 'GWT', 'DIS', 'GRIDDATA', 'DELC', 'DELC', 'DOUBLE1D', 'NROW', 'spacing along a column', .true., .false., .false., .false., .false. )
private

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

409  type(InputParamDefinitionType), parameter :: &
410  gwtdis_delc = inputparamdefinitiontype &
411  ( &
412  'GWT', & ! 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  )

◆ gwtdis_delr

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_delr = InputParamDefinitionType ( 'GWT', 'DIS', 'GRIDDATA', 'DELR', 'DELR', 'DOUBLE1D', 'NCOL', 'spacing along a row', .true., .false., .false., .false., .false. )
private

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

391  type(InputParamDefinitionType), parameter :: &
392  gwtdis_delr = inputparamdefinitiontype &
393  ( &
394  'GWT', & ! 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  )

◆ gwtdis_export_ascii

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_export_ascii = InputParamDefinitionType ( 'GWT', '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 gwt-disidm.f90.

211  type(InputParamDefinitionType), parameter :: &
212  gwtdis_export_ascii = inputparamdefinitiontype &
213  ( &
214  'GWT', & ! 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  )

◆ gwtdis_export_nc

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_export_nc = InputParamDefinitionType ( 'GWT', '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 gwt-disidm.f90.

229  type(InputParamDefinitionType), parameter :: &
230  gwtdis_export_nc = inputparamdefinitiontype &
231  ( &
232  'GWT', & ! 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  )

◆ gwtdis_filein

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_filein = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
private

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

301  type(InputParamDefinitionType), parameter :: &
302  gwtdis_filein = inputparamdefinitiontype &
303  ( &
304  'GWT', & ! 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  )

◆ gwtdis_fileout

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_fileout = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'FILEOUT', 'FILEOUT', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
private

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

121  type(InputParamDefinitionType), parameter :: &
122  gwtdis_fileout = inputparamdefinitiontype &
123  ( &
124  'GWT', & ! 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  )

◆ gwtdis_grb6

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_grb6 = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'GRB6', 'GRB6', 'KEYWORD', '', 'grb keyword', .true., .true., .false., .false., .false. )
private

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

103  type(InputParamDefinitionType), parameter :: &
104  gwtdis_grb6 = inputparamdefinitiontype &
105  ( &
106  'GWT', & ! 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  )

◆ gwtdis_grb6_filename

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_grb6_filename = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'GRB6_FILENAME', 'GRB6_FILENAME', 'STRING', '', 'file name of GRB information', .true., .true., .true., .false., .false. )
private

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

139  type(InputParamDefinitionType), parameter :: &
140  gwtdis_grb6_filename = inputparamdefinitiontype &
141  ( &
142  'GWT', & ! 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  )

◆ gwtdis_grb_filerecord

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_grb_filerecord = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'GRB_FILERECORD', 'GRB_FILERECORD', 'RECORD GRB6 FILEOUT GRB6_FILENAME', '', '', .false., .false., .false., .false., .false. )
private

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

85  type(InputParamDefinitionType), parameter :: &
86  gwtdis_grb_filerecord = inputparamdefinitiontype &
87  ( &
88  'GWT', & ! 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  )

◆ gwtdis_idomain

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

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

463  type(InputParamDefinitionType), parameter :: &
464  gwtdis_idomain = inputparamdefinitiontype &
465  ( &
466  'GWT', & ! 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  )

◆ gwtdis_length_units

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_length_units = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', 'model length units', .false., .false., .false., .false., .false. )
private

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

49  type(InputParamDefinitionType), parameter :: &
50  gwtdis_length_units = inputparamdefinitiontype &
51  ( &
52  'GWT', & ! 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  )

◆ gwtdis_ncf6

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_ncf6 = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'NCF6', 'NCF6', 'KEYWORD', '', 'ncf keyword', .true., .true., .false., .false., .false. )
private

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

283  type(InputParamDefinitionType), parameter :: &
284  gwtdis_ncf6 = inputparamdefinitiontype &
285  ( &
286  'GWT', & ! 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  )

◆ gwtdis_ncf6_filename

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_ncf6_filename = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'NCF6_FILENAME', 'NCF6_FILENAME', 'STRING', '', 'file name of NCF information', .true., .true., .true., .false., .false. )
private

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

319  type(InputParamDefinitionType), parameter :: &
320  gwtdis_ncf6_filename = inputparamdefinitiontype &
321  ( &
322  'GWT', & ! 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  )

◆ gwtdis_ncf_filerecord

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_ncf_filerecord = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'NCF_FILERECORD', 'NCF_FILERECORD', 'RECORD NCF6 FILEIN NCF6_FILENAME', '', '', .false., .false., .false., .false., .false. )
private

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

265  type(InputParamDefinitionType), parameter :: &
266  gwtdis_ncf_filerecord = inputparamdefinitiontype &
267  ( &
268  'GWT', & ! 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  )

◆ gwtdis_ncol

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_ncol = InputParamDefinitionType ( 'GWT', 'DIS', 'DIMENSIONS', 'NCOL', 'NCOL', 'INTEGER', '', 'number of columns', .true., .false., .false., .false., .false. )
private

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

373  type(InputParamDefinitionType), parameter :: &
374  gwtdis_ncol = inputparamdefinitiontype &
375  ( &
376  'GWT', & ! 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  )

◆ gwtdis_nlay

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_nlay = InputParamDefinitionType ( 'GWT', 'DIS', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', 'number of layers', .true., .false., .false., .false., .false. )
private

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

337  type(InputParamDefinitionType), parameter :: &
338  gwtdis_nlay = inputparamdefinitiontype &
339  ( &
340  'GWT', & ! 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  )

◆ gwtdis_nogrb

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_nogrb = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false. )
private

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

67  type(InputParamDefinitionType), parameter :: &
68  gwtdis_nogrb = inputparamdefinitiontype &
69  ( &
70  'GWT', & ! 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  )

◆ gwtdis_nrow

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_nrow = InputParamDefinitionType ( 'GWT', 'DIS', 'DIMENSIONS', 'NROW', 'NROW', 'INTEGER', '', 'number of rows', .true., .false., .false., .false., .false. )
private

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

355  type(InputParamDefinitionType), parameter :: &
356  gwtdis_nrow = inputparamdefinitiontype &
357  ( &
358  'GWT', & ! 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  )

◆ gwtdis_top

type(inputparamdefinitiontype), parameter gwtdisinputmodule::gwtdis_top = InputParamDefinitionType ( 'GWT', 'DIS', 'GRIDDATA', 'TOP', 'TOP', 'DOUBLE2D', 'NCOL NROW', 'cell top elevation', .true., .false., .false., .false., .false. )
private

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

427  type(InputParamDefinitionType), parameter :: &
428  gwtdis_top = inputparamdefinitiontype &
429  ( &
430  'GWT', & ! 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  )

◆ gwtdis_xorigin

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

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

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

◆ gwtdis_yorigin

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

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

175  type(InputParamDefinitionType), parameter :: &
176  gwtdis_yorigin = inputparamdefinitiontype &
177  ( &
178  'GWT', & ! 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  )