|
logical, public | prtdisvinputmodule::prt_disv_multi_package = .false. |
|
character(len=16), dimension(*), parameter, public | prtdisvinputmodule::prt_disv_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_length_units = InputParamDefinitionType ( 'PRT', 'DISV', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', 'model length units', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_nogrb = InputParamDefinitionType ( 'PRT', 'DISV', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_xorigin = InputParamDefinitionType ( 'PRT', 'DISV', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', 'x-position origin of the model grid coordinate system', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_yorigin = InputParamDefinitionType ( 'PRT', 'DISV', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', 'y-position origin of the model grid coordinate system', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_angrot = InputParamDefinitionType ( 'PRT', 'DISV', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_export_ascii = InputParamDefinitionType ( 'PRT', 'DISV', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_export_nc = InputParamDefinitionType ( 'PRT', 'DISV', 'OPTIONS', 'EXPORT_ARRAY_NETCDF', 'EXPORT_NC', 'KEYWORD', '', 'export array variables to netcdf output files.', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_ncf_filerecord = InputParamDefinitionType ( 'PRT', 'DISV', 'OPTIONS', 'NCF_FILERECORD', 'NCF_FILERECORD', 'RECORD NCF6 FILEIN NCF6_FILENAME', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_ncf6 = InputParamDefinitionType ( 'PRT', 'DISV', 'OPTIONS', 'NCF6', 'NCF6', 'KEYWORD', '', 'ncf keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_filein = InputParamDefinitionType ( 'PRT', 'DISV', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_ncf6_filename = InputParamDefinitionType ( 'PRT', 'DISV', 'OPTIONS', 'NCF6_FILENAME', 'NCF6_FILENAME', 'STRING', '', 'file name of NCF information', .true., .true., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_nlay = InputParamDefinitionType ( 'PRT', 'DISV', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', 'number of layers', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_ncpl = InputParamDefinitionType ( 'PRT', 'DISV', 'DIMENSIONS', 'NCPL', 'NCPL', 'INTEGER', '', 'number of cells per layer', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_nvert = InputParamDefinitionType ( 'PRT', 'DISV', 'DIMENSIONS', 'NVERT', 'NVERT', 'INTEGER', '', 'number of columns', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_top = InputParamDefinitionType ( 'PRT', 'DISV', 'GRIDDATA', 'TOP', 'TOP', 'DOUBLE1D', 'NCPL', 'model top elevation', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_botm = InputParamDefinitionType ( 'PRT', 'DISV', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE2D', 'NCPL NLAY', 'model bottom elevation', .true., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_idomain = InputParamDefinitionType ( 'PRT', 'DISV', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER2D', 'NCPL NLAY', 'idomain existence array', .false., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_iv = InputParamDefinitionType ( 'PRT', 'DISV', 'VERTICES', 'IV', 'IV', 'INTEGER', '', 'vertex number', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_xv = InputParamDefinitionType ( 'PRT', 'DISV', 'VERTICES', 'XV', 'XV', 'DOUBLE', '', 'x-coordinate for vertex', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_yv = InputParamDefinitionType ( 'PRT', 'DISV', 'VERTICES', 'YV', 'YV', 'DOUBLE', '', 'y-coordinate for vertex', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_icell2d = InputParamDefinitionType ( 'PRT', 'DISV', 'CELL2D', 'ICELL2D', 'ICELL2D', 'INTEGER', '', 'cell2d number', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_xc = InputParamDefinitionType ( 'PRT', 'DISV', 'CELL2D', 'XC', 'XC', 'DOUBLE', '', 'x-coordinate for cell center', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_yc = InputParamDefinitionType ( 'PRT', 'DISV', 'CELL2D', 'YC', 'YC', 'DOUBLE', '', 'y-coordinate for cell center', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_ncvert = InputParamDefinitionType ( 'PRT', 'DISV', 'CELL2D', 'NCVERT', 'NCVERT', 'INTEGER', '', 'number of cell vertices', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_icvert = InputParamDefinitionType ( 'PRT', 'DISV', 'CELL2D', 'ICVERT', 'ICVERT', 'INTEGER1D', 'NCVERT', 'array of vertex numbers', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | prtdisvinputmodule::prt_disv_param_definitions = [ prtdisv_length_units, prtdisv_nogrb, prtdisv_xorigin, prtdisv_yorigin, prtdisv_angrot, prtdisv_export_ascii, prtdisv_export_nc, prtdisv_ncf_filerecord, prtdisv_ncf6, prtdisv_filein, prtdisv_ncf6_filename, prtdisv_nlay, prtdisv_ncpl, prtdisv_nvert, prtdisv_top, prtdisv_botm, prtdisv_idomain, prtdisv_iv, prtdisv_xv, prtdisv_yv, prtdisv_icell2d, prtdisv_xc, prtdisv_yc, prtdisv_ncvert, prtdisv_icvert ] |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_vertices = InputParamDefinitionType ( 'PRT', 'DISV', 'VERTICES', 'VERTICES', 'VERTICES', 'RECARRAY IV XV YV', 'NVERT', 'vertices data', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | prtdisvinputmodule::prtdisv_cell2d = InputParamDefinitionType ( 'PRT', 'DISV', 'CELL2D', 'CELL2D', 'CELL2D', 'RECARRAY ICELL2D XC YC NCVERT ICVERT', 'NCPL', 'cell2d data', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | prtdisvinputmodule::prt_disv_aggregate_definitions = [ prtdisv_vertices, prtdisv_cell2d ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | prtdisvinputmodule::prt_disv_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ), InputBlockDefinitionType( 'VERTICES', .true., .true., .false. ), InputBlockDefinitionType( 'CELL2D', .true., .true., .false. ) ] |
|