Stream/road class files
- Required:
- Required when a stream and road network is specified.
- Name:
- User-specified
- Read by:
channel_read_classes()- Format:
- ASCII
- Purpose:
- Contains channel routing parameters common to groups, or classes, of stream/road segments.
- Comments:
- The file format is relatively free. Data for a single class is expected to be on a single line, with spaces or tabs separating individual values. Integer fields can not contain a decimal point; float fields may or may not have have a decimal point. However, float fields cannot be in an engineering or scientific format (that is 1e-7), they must typed out as decimal numbers. Comments can be inserted. A comment is considered any portion of a line following a pound sign (#).
- Details:
- The files consist of up to six fields per line, specified in the following
order:
Back to topChannel IDunique identifier for the channel class; must be a positive integer, but not necessarily consecutive (integer) <required> Hydraulic width of the ditchhydraulic width in m of the stream channel or road ditch (float) <required> Hydraulic depth of the ditchhydraulic depth in m of the stream channel or road ditch (float) <required> Friction coefficient for the ditchFriction coefficient (Manning's n) for the channel class (float) <required> Maximum infiltrationmaximum infiltration rate through the road (ditch) surface in m/s. This must be specified in the stream class files as well, but is not used in that case (float) <required> Road typeRoad crown type; one of OUTSLOPED,CROWNED, orINSLOPED; used only for road classes (the default isOUTSLOPEDif not specified); its value is read but ignored when specified for stream classes. (string)This is not used for roads in the dhsvm 2.0.1 version.<required for ROAD> Road Erodabilityfor DHSVM 3.0 and higher <required for ROAD> Road Ditch Erodability ( overland erodability )for DHSVM 3.0 and higher <required for ROAD> d50for DHSVM 3.0 and higher <required for ROAD> Manning's coefft for the roadfor DHSVM 3.0 and higher <required for ROAD> surfacePAVED,UNPAVEDorDIRT, for DHSVM 3.0 and higher<required for ROAD> Road Widthfor DHSVM 3.0 and higher <required for ROAD>
Last Changed:
March 2, 2006

