|
logical, public | swfdis2dinputmodule::swf_dis2d_multi_package = .false. |
|
character(len=16), dimension(*), parameter, public | swfdis2dinputmodule::swf_dis2d_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | swfdis2dinputmodule::swfdis2d_length_units = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', 'model length units', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfdis2dinputmodule::swfdis2d_nogrb = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfdis2dinputmodule::swfdis2d_xorigin = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', 'x-position of the model grid origin', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfdis2dinputmodule::swfdis2d_yorigin = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', 'y-position of the model grid origin', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfdis2dinputmodule::swfdis2d_angrot = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfdis2dinputmodule::swfdis2d_export_ascii = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfdis2dinputmodule::swfdis2d_nrow = InputParamDefinitionType ( 'SWF', 'DIS2D', 'DIMENSIONS', 'NROW', 'NROW', 'INTEGER', '', 'number of rows', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfdis2dinputmodule::swfdis2d_ncol = InputParamDefinitionType ( 'SWF', 'DIS2D', 'DIMENSIONS', 'NCOL', 'NCOL', 'INTEGER', '', 'number of columns', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfdis2dinputmodule::swfdis2d_delr = InputParamDefinitionType ( 'SWF', 'DIS2D', 'GRIDDATA', 'DELR', 'DELR', 'DOUBLE1D', 'NCOL', 'spacing along a row', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfdis2dinputmodule::swfdis2d_delc = InputParamDefinitionType ( 'SWF', 'DIS2D', 'GRIDDATA', 'DELC', 'DELC', 'DOUBLE1D', 'NROW', 'spacing along a column', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfdis2dinputmodule::swfdis2d_bottom = InputParamDefinitionType ( 'SWF', 'DIS2D', 'GRIDDATA', 'BOTTOM', 'BOTTOM', 'DOUBLE2D', 'NCOL NROW', 'cell bottom elevation', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | swfdis2dinputmodule::swfdis2d_idomain = InputParamDefinitionType ( 'SWF', 'DIS2D', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER2D', 'NCOL NROW', 'idomain existence array', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | swfdis2dinputmodule::swf_dis2d_param_definitions = [ swfdis2d_length_units, swfdis2d_nogrb, swfdis2d_xorigin, swfdis2d_yorigin, swfdis2d_angrot, swfdis2d_export_ascii, swfdis2d_nrow, swfdis2d_ncol, swfdis2d_delr, swfdis2d_delc, swfdis2d_bottom, swfdis2d_idomain ] |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | swfdis2dinputmodule::swf_dis2d_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | swfdis2dinputmodule::swf_dis2d_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ] |
|