|
logical, public | prtdisinputmodule::prt_dis_multi_package = .false. |
|
character(len=16), dimension(*), parameter, public | prtdisinputmodule::prt_dis_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | prtdisinputmodule::prtdis_length_units = InputParamDefinitionType ( 'PRT', 'DIS', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', 'model length units', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisinputmodule::prtdis_nogrb = InputParamDefinitionType ( 'PRT', 'DIS', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisinputmodule::prtdis_xorigin = InputParamDefinitionType ( 'PRT', 'DIS', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', 'x-position of the model grid origin', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisinputmodule::prtdis_yorigin = InputParamDefinitionType ( 'PRT', 'DIS', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', 'y-position of the model grid origin', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisinputmodule::prtdis_angrot = InputParamDefinitionType ( 'PRT', 'DIS', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisinputmodule::prtdis_export_ascii = InputParamDefinitionType ( 'PRT', 'DIS', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisinputmodule::prtdis_export_nc = InputParamDefinitionType ( 'PRT', 'DIS', 'OPTIONS', 'EXPORT_ARRAY_NETCDF', 'EXPORT_NC', 'KEYWORD', '', 'export array variables to netcdf output files.', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisinputmodule::prtdis_ncf_filerecord = InputParamDefinitionType ( 'PRT', 'DIS', 'OPTIONS', 'NCF_FILERECORD', 'NCF_FILERECORD', 'RECORD NCF6 FILEIN NCF6_FILENAME', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisinputmodule::prtdis_ncf6 = InputParamDefinitionType ( 'PRT', 'DIS', 'OPTIONS', 'NCF6', 'NCF6', 'KEYWORD', '', 'ncf keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisinputmodule::prtdis_filein = InputParamDefinitionType ( 'PRT', 'DIS', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisinputmodule::prtdis_ncf6_filename = InputParamDefinitionType ( 'PRT', 'DIS', 'OPTIONS', 'NCF6_FILENAME', 'NCF6_FILENAME', 'STRING', '', 'file name of NCF information', .true., .true., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisinputmodule::prtdis_nlay = InputParamDefinitionType ( 'PRT', 'DIS', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', 'number of layers', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisinputmodule::prtdis_nrow = InputParamDefinitionType ( 'PRT', 'DIS', 'DIMENSIONS', 'NROW', 'NROW', 'INTEGER', '', 'number of rows', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisinputmodule::prtdis_ncol = InputParamDefinitionType ( 'PRT', 'DIS', 'DIMENSIONS', 'NCOL', 'NCOL', 'INTEGER', '', 'number of columns', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisinputmodule::prtdis_delr = InputParamDefinitionType ( 'PRT', 'DIS', 'GRIDDATA', 'DELR', 'DELR', 'DOUBLE1D', 'NCOL', 'spacing along a row', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisinputmodule::prtdis_delc = InputParamDefinitionType ( 'PRT', 'DIS', 'GRIDDATA', 'DELC', 'DELC', 'DOUBLE1D', 'NROW', 'spacing along a column', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisinputmodule::prtdis_top = InputParamDefinitionType ( 'PRT', 'DIS', 'GRIDDATA', 'TOP', 'TOP', 'DOUBLE2D', 'NCOL NROW', 'cell top elevation', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisinputmodule::prtdis_botm = InputParamDefinitionType ( 'PRT', 'DIS', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE3D', 'NCOL NROW NLAY', 'cell bottom elevation', .true., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisinputmodule::prtdis_idomain = InputParamDefinitionType ( 'PRT', 'DIS', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER3D', 'NCOL NROW NLAY', 'idomain existence array', .false., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | prtdisinputmodule::prt_dis_param_definitions = [ prtdis_length_units, prtdis_nogrb, prtdis_xorigin, prtdis_yorigin, prtdis_angrot, prtdis_export_ascii, prtdis_export_nc, prtdis_ncf_filerecord, prtdis_ncf6, prtdis_filein, prtdis_ncf6_filename, prtdis_nlay, prtdis_nrow, prtdis_ncol, prtdis_delr, prtdis_delc, prtdis_top, prtdis_botm, prtdis_idomain ] |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | prtdisinputmodule::prt_dis_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | prtdisinputmodule::prt_dis_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ] |
|