Skip to contents

Compute river depth using different method

Usage

TnetHydraulic_depth(path_data, shapefile, method = "Morel", ID = NULL)

Arguments

path_data

Path to the folder containing discharge data created by Tnet*_computeQ and all needed files.

shapefile

Path to the shapefile with all info on segments. Columns needed depending on the method used are detailed in the section.

method

List of methods to use in order to compute river depth. It can be 'Morel', 'Morel_old' and 'Manning'.

ID

vector or list of vector on witch each methods will be used in order compute river depth.

Value

Export a file Bm.nc in the path_data folder.

See also

compute_H_Manning(), compute_H_Morel(), compute_H_Morel_old()

Examples