Post date: Apr 23, 2020 9:16:44 PM
Added three optional variables to CulvertHW function to change the output to: 1) inlet control head water level, 2) outlet control head water level or 3) flow regime.
InletCtrl = Optional. A logical value that specifies whether the calculation returns the inlet control head water level. If FALSE or omitted, returns the head water level. If TRUE, it returns the inlet control water level.
OutletCtrl = Optional. A logical value that specifies whether the calculation returns the outlet control head water level. If FALSE or omitted, returns the head water level. If TRUE, it returns the outlet control water level.
FlowRegime = Optional. A logical value that specifies whether the calculation returns the flow regime. If FALSE or omitted, returns the head water depth. If TRUE, returns the flow regime. The flow regime is either "Inlet Control" or "Outlet Control".