MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
gwf-disidm.f90 File Reference

Go to the source code of this file.

Data Types

type  gwfdisinputmodule::gwfdisparamfoundtype
 

Modules

module  gwfdisinputmodule
 

Variables

logical, public gwfdisinputmodule::gwf_dis_multi_package = .false.
 
character(len=16), dimension(*), parameter, public gwfdisinputmodule::gwf_dis_subpackages = [ 'UTL-NCF ' ]
 
type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_length_units = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', 'model length units', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_nogrb = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false. )
 
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. )
 
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. )
 
type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_angrot = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .false., .false., .false., .false. )
 
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. )
 
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. )
 
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. )
 
type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_ncf6 = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'NCF6', 'NCF6', 'KEYWORD', '', 'ncf keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_filein = InputParamDefinitionType ( 'GWF', 'DIS', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
 
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. )
 
type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_nlay = InputParamDefinitionType ( 'GWF', 'DIS', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', 'number of layers', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_nrow = InputParamDefinitionType ( 'GWF', 'DIS', 'DIMENSIONS', 'NROW', 'NROW', 'INTEGER', '', 'number of rows', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_ncol = InputParamDefinitionType ( 'GWF', 'DIS', 'DIMENSIONS', 'NCOL', 'NCOL', 'INTEGER', '', 'number of columns', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_delr = InputParamDefinitionType ( 'GWF', 'DIS', 'GRIDDATA', 'DELR', 'DELR', 'DOUBLE1D', 'NCOL', 'spacing along a row', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_delc = InputParamDefinitionType ( 'GWF', 'DIS', 'GRIDDATA', 'DELC', 'DELC', 'DOUBLE1D', 'NROW', 'spacing along a column', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_top = InputParamDefinitionType ( 'GWF', 'DIS', 'GRIDDATA', 'TOP', 'TOP', 'DOUBLE2D', 'NCOL NROW', 'cell top elevation', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisinputmodule::gwfdis_botm = InputParamDefinitionType ( 'GWF', 'DIS', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE3D', 'NCOL NROW NLAY', 'cell bottom elevation', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwfdisinputmodule::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 gwfdisinputmodule::gwf_dis_param_definitions = [ gwfdis_length_units, gwfdis_nogrb, 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 gwfdisinputmodule::gwf_dis_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
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. ) ]