Skip to content

bankfull: determine bankfull condition from yearly peak data

Sebastian Müller requested to merge bankfull_from_yearly_peak into main
  • changed bankfull calculation to use yearly peak events
  • return-period is now really given in years
  • vectorized calculations to prevent python-loops
  • update call signature to synchronize with cli:
    bankfull_discharge(in_file, out_file, return_period, wetted_perimeter, var)
Edited by Sebastian Müller

Merge request reports