in1Data.getInput.getHydrographCsv

getHydrographCsv(hydrCsv)[source]

get hydrograph values from the csv table TODO: now the first column is defined as timestep, the second as thickness, third as velocity see DebrisFrame Issue #18

Parameters

hydrCsv (str) – path to csv file containing hydrograph values

Returns

hydrographValues – contains hydrograph values: timestep, thickness, velocity

Return type

dict