Skip to contents

Compute river depth using different method

Usage

TnetHydraulic_width(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 width. It can be 'Constant', 'Morel_old' and 'Morel' and 'Morel_recal'.

ID

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

Value

Export a file H.nc in the path_data folder.

See also

compute_Bm_Morel(), compute_Bm_Morel_old(), compute_Bm_Morel_recal()

Examples