Post date: Jun 27, 2013 7:16:17 PM
Added optional argument at end of argument list of LevelPool function. If included and is true then output will be a stage hydrograph.
Note that help file has not been updated to include this. The argument list is as follows:
TimeRange = column range of time ordinates of input hydrograph (hours)
Hydrograph = column range of flows for input hydrograph (cfs or m3/s)
StageRange = column range of stage ordinates for stage-storage-discharge curve (ft or m)
StorageRange = column range of storage ordinates for stage-storage-discharge curve (ft3 or m3)
DischRange = column range of discharge ordinates for stage-storage-discharge curve (cfs or m3/s)
BeginStage = initial stage water surface elevation (ft or m)
StageOut = Optional. A logical value that specifies whether the output is either in discharge out or stage. If FALSE or omitted, the output is in discharge (cfs or m3/s). If TRUE, the output is in stage (ft of m).