Compute all hydraulic data using Manning-Strickler equations
Source:R/TnetHydraulic.R
TnetHydraulic_ManningStrickler.Rd
Calculate rivers depth (\(H\)) and water travel time (\(TPS\)) with Discharge as input data, using Manning-Strickler. River width (Bm) needs to be computed with another TnetHydraulic function.
Usage
TnetHydraulic_ManningStrickler(
path_data,
shapefile,
export_files = c("H", "TPS")
)
Arguments
- path_data
Path to the folder containing Q and Bm data
- shapefile
Path to the shapefile with all info on segments. Columns needed are detailed in the Shapefile columns section.
- export_files
vector of files that will be exported. It can contain "H", "CV" and "TPS", but only "H" and "TPS" are needed for T-NET