Laserfiche WebLink
<br />Lag and loss data <br /> <br />. selected: <br /> <br />. station[10] <br /> <br />. fu11name[4l]: <br /> <br />. tempfilename: <br /> <br />The streamgauge cell contains all frequently requested information about a stream~ <br />gauge. <br /> <br />A lag_loss_record holds lag and loss info about a reach on the South <br />Platte River, This info may correspond to multiple reach structures in the in- <br />memory graph, which reference a lag_loss_record during network <br />processing. The structure is declared as follows: <br /> <br />typedef <br />long <br />char <br />int <br /> <br />struct lag_loss_record_struct{ <br />lag_loss_record_id; <br />name [100] ; <br />line_number; <br /> <br />double length; <br />double default_lag; <br />double current_lag; <br />double default_loss; <br />double current_loss; <br />struct lag_loss_record_struct *next; <br />} lag_loss_record; <br /> <br />Where: <br /> <br />. lag_loss_record_id: The key identifying the reach. Note that the lag loss <br />reach is an aggregate of several ArelInfo reaches (corresponding to a <br />node_link_pair), so several ArclInfo reaches will comprise one lag loss reach. A <br />lag loss reach spans the distance between points of interest, such as diversion <br />structures, stream gauges, and confluences. <br /> <br />. name: The name of the reach. <br /> <br />line_number: The position of the record in the list of reaches on the UNIX <br />application. <br /> <br />length :.The length of the reach, in meters. <br /> <br />. defaul t_1ag: The default lag for the reach. <br /> <br />. <br /> <br />. <br /> <br />. current_lag: The default loss for the reach. <br /> <br />. default_loss: The user-specified lag for the reach, used for any curtailment <br />routing calculations. If the user specifies no value and no current value is saved in <br />the database, the default is used. <br /> <br />. current_loss: The user-specified loss for the reach, used for any curtailment <br />routing calculations. If the user specifies no value and no current value is saved in <br />the database, the default is used. <br /> <br />14 <br />