|
logical, public | olf_cxs_multi_package = .false. |
|
character(len=16), dimension(*), parameter, public | olf_cxs_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | olfcxs_iprpak = InputParamDefinitionType ( 'OLF', 'CXS', 'OPTIONS', 'PRINT_INPUT', 'IPRPAK', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcxs_nsections = InputParamDefinitionType ( 'OLF', 'CXS', 'DIMENSIONS', 'NSECTIONS', 'NSECTIONS', 'INTEGER', '', 'number of reaches', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcxs_npoints = InputParamDefinitionType ( 'OLF', 'CXS', 'DIMENSIONS', 'NPOINTS', 'NPOINTS', 'INTEGER', '', 'total number of points defined for all reaches', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcxs_idcxs = InputParamDefinitionType ( 'OLF', 'CXS', 'PACKAGEDATA', 'IDCXS', 'IDCXS', 'INTEGER', '', 'reach number for this entry', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcxs_nxspoints = InputParamDefinitionType ( 'OLF', 'CXS', 'PACKAGEDATA', 'NXSPOINTS', 'NXSPOINTS', 'INTEGER', '', 'number of points used to define cross section', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcxs_xfraction = InputParamDefinitionType ( 'OLF', 'CXS', 'CROSSSECTIONDATA', 'XFRACTION', 'XFRACTION', 'DOUBLE', '', 'fractional width', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcxs_height = InputParamDefinitionType ( 'OLF', 'CXS', 'CROSSSECTIONDATA', 'HEIGHT', 'HEIGHT', 'DOUBLE', '', 'depth', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcxs_manfraction = InputParamDefinitionType ( 'OLF', 'CXS', 'CROSSSECTIONDATA', 'MANFRACTION', 'MANFRACTION', 'DOUBLE', '', 'Mannings roughness coefficient', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | olf_cxs_param_definitions = [ olfcxs_iprpak, olfcxs_nsections, olfcxs_npoints, olfcxs_idcxs, olfcxs_nxspoints, olfcxs_xfraction, olfcxs_height, olfcxs_manfraction ] |
|
type(inputparamdefinitiontype), parameter | olfcxs_packagedata = InputParamDefinitionType ( 'OLF', 'CXS', 'PACKAGEDATA', 'PACKAGEDATA', 'PACKAGEDATA', 'RECARRAY IDCXS NXSPOINTS', 'NSECTIONS', '', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | olfcxs_crosssectiondata = InputParamDefinitionType ( 'OLF', 'CXS', 'CROSSSECTIONDATA', 'CROSSSECTIONDATA', 'CROSSSECTIONDATA', 'RECARRAY XFRACTION HEIGHT MANFRACTION', 'NPOINTS', '', .true., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | olf_cxs_aggregate_definitions = [ olfcxs_packagedata, olfcxs_crosssectiondata ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | olf_cxs_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PACKAGEDATA', .true., .true., .false. ), InputBlockDefinitionType( 'CROSSSECTIONDATA', .true., .true., .false. ) ] |
|