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

Data Types

type  gwtdisparamfoundtype
 

Variables

logical, public gwt_dis_multi_package = .false.
 
logical, public gwt_dis_is_advanced = .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., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_nogrb = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .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., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_grb6 = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'GRB6', 'GRB6', 'KEYWORD', '', 'grb keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_fileout = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'FILEOUT', 'FILEOUT', 'KEYWORD', '', 'file keyword', .true., .false., .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., .false., .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., .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., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_angrot = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .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., .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., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_crs = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'CRS', 'CRS', 'STRING', 'LENBIGLINE', 'CRS user input string', .false., .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., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_ncf6 = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'NCF6', 'NCF6', 'KEYWORD', '', 'ncf keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_filein = InputParamDefinitionType ( 'GWT', 'DIS', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .false., .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., .false., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_nlay = InputParamDefinitionType ( 'GWT', 'DIS', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', 'number of layers', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_nrow = InputParamDefinitionType ( 'GWT', 'DIS', 'DIMENSIONS', 'NROW', 'NROW', 'INTEGER', '', 'number of rows', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_ncol = InputParamDefinitionType ( 'GWT', 'DIS', 'DIMENSIONS', 'NCOL', 'NCOL', 'INTEGER', '', 'number of columns', .true., .false., .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., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_delc = InputParamDefinitionType ( 'GWT', 'DIS', 'GRIDDATA', 'DELC', 'DELC', 'DOUBLE1D', 'NROW', 'spacing along a column', .true., .false., .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., .false. )
 
type(inputparamdefinitiontype), parameter gwtdis_botm = InputParamDefinitionType ( 'GWT', 'DIS', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE3D', 'NCOL NROW NLAY', 'cell bottom elevation', .true., .false., .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., .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., .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., .false. ) ]

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

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

◆ 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 558 of file gwt-disidm.f90.

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

◆ gwt_dis_is_advanced

logical, public gwtdisinputmodule::gwt_dis_is_advanced = .false.

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

43  logical :: gwt_dis_is_advanced = .false.

◆ gwt_dis_multi_package

logical, public gwtdisinputmodule::gwt_dis_multi_package = .false.

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

42  logical :: gwt_dis_multi_package = .false.

◆ gwt_dis_param_definitions

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

507  type(InputParamDefinitionType), parameter :: &
508  gwt_dis_param_definitions(*) = &
509  [ &
510  gwtdis_length_units, &
511  gwtdis_nogrb, &
512  gwtdis_grb_filerecord, &
513  gwtdis_grb6, &
514  gwtdis_fileout, &
515  gwtdis_grb6_filename, &
516  gwtdis_xorigin, &
517  gwtdis_yorigin, &
518  gwtdis_angrot, &
519  gwtdis_export_ascii, &
520  gwtdis_export_nc, &
521  gwtdis_crs, &
522  gwtdis_ncf_filerecord, &
523  gwtdis_ncf6, &
524  gwtdis_filein, &
525  gwtdis_ncf6_filename, &
526  gwtdis_nlay, &
527  gwtdis_nrow, &
528  gwtdis_ncol, &
529  gwtdis_delr, &
530  gwtdis_delc, &
531  gwtdis_top, &
532  gwtdis_botm, &
533  gwtdis_idomain &
534  ]

◆ gwt_dis_subpackages

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

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

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

◆ gwtdis_angrot

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

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

203  type(InputParamDefinitionType), parameter :: &
204  gwtdis_angrot = inputparamdefinitiontype &
205  ( &
206  'GWT', & ! 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  )

◆ gwtdis_botm

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

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

469  type(InputParamDefinitionType), parameter :: &
470  gwtdis_botm = inputparamdefinitiontype &
471  ( &
472  'GWT', & ! 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  )

◆ gwtdis_crs

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

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

260  type(InputParamDefinitionType), parameter :: &
261  gwtdis_crs = inputparamdefinitiontype &
262  ( &
263  'GWT', & ! 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  )

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

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

431  type(InputParamDefinitionType), parameter :: &
432  gwtdis_delc = inputparamdefinitiontype &
433  ( &
434  'GWT', & ! 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  )

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

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

412  type(InputParamDefinitionType), parameter :: &
413  gwtdis_delr = inputparamdefinitiontype &
414  ( &
415  'GWT', & ! 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  )

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

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

222  type(InputParamDefinitionType), parameter :: &
223  gwtdis_export_ascii = inputparamdefinitiontype &
224  ( &
225  'GWT', & ! 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  )

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

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

241  type(InputParamDefinitionType), parameter :: &
242  gwtdis_export_nc = inputparamdefinitiontype &
243  ( &
244  'GWT', & ! 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  )

◆ gwtdis_filein

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

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

317  type(InputParamDefinitionType), parameter :: &
318  gwtdis_filein = inputparamdefinitiontype &
319  ( &
320  'GWT', & ! 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  )

◆ gwtdis_fileout

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

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

127  type(InputParamDefinitionType), parameter :: &
128  gwtdis_fileout = inputparamdefinitiontype &
129  ( &
130  'GWT', & ! 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  )

◆ gwtdis_grb6

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

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

108  type(InputParamDefinitionType), parameter :: &
109  gwtdis_grb6 = inputparamdefinitiontype &
110  ( &
111  'GWT', & ! 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  )

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

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

146  type(InputParamDefinitionType), parameter :: &
147  gwtdis_grb6_filename = inputparamdefinitiontype &
148  ( &
149  'GWT', & ! 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  )

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

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

89  type(InputParamDefinitionType), parameter :: &
90  gwtdis_grb_filerecord = inputparamdefinitiontype &
91  ( &
92  'GWT', & ! 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  )

◆ gwtdis_idomain

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

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

488  type(InputParamDefinitionType), parameter :: &
489  gwtdis_idomain = inputparamdefinitiontype &
490  ( &
491  'GWT', & ! 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  )

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

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

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

◆ gwtdis_ncf6

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

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

298  type(InputParamDefinitionType), parameter :: &
299  gwtdis_ncf6 = inputparamdefinitiontype &
300  ( &
301  'GWT', & ! 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  )

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

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

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

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

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

279  type(InputParamDefinitionType), parameter :: &
280  gwtdis_ncf_filerecord = inputparamdefinitiontype &
281  ( &
282  'GWT', & ! 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  )

◆ gwtdis_ncol

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

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

393  type(InputParamDefinitionType), parameter :: &
394  gwtdis_ncol = inputparamdefinitiontype &
395  ( &
396  'GWT', & ! 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  )

◆ gwtdis_nlay

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

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

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

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

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

70  type(InputParamDefinitionType), parameter :: &
71  gwtdis_nogrb = inputparamdefinitiontype &
72  ( &
73  'GWT', & ! 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  )

◆ gwtdis_nrow

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

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

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

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

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

450  type(InputParamDefinitionType), parameter :: &
451  gwtdis_top = inputparamdefinitiontype &
452  ( &
453  'GWT', & ! 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  )

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

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

165  type(InputParamDefinitionType), parameter :: &
166  gwtdis_xorigin = inputparamdefinitiontype &
167  ( &
168  'GWT', & ! 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  )

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

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

184  type(InputParamDefinitionType), parameter :: &
185  gwtdis_yorigin = inputparamdefinitiontype &
186  ( &
187  'GWT', & ! 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  )