out3Plot.outAIMEC.plotRunoutLineComparisonToReference

plotRunoutLineComparisonToReference(cfgSetup, refLine, runoutLine, pathDict, simName, runoutLineNoPoints, refLineNoPoints, RMSE, diffNoNans)[source]

compare runout line from current simulation to runout line derived from reference data

Parameters
  • refLine (dict) – dictionary with info on runout line derived from reference data set (line or polygon)

  • runoutLine (dict) – dictionary with info on runout line derived from current simulation based on runoutResType and threshold

  • pathDict (dict) – dictionary with info on where to save plot

  • simName (str) – name of current simulation

  • runoutLineNoPoints (str) – number of points where no runout line was found where points were found for refLine format of str: nPointsFound/numberOfAllPointsRefLine

  • refLineNoPoints (str) – number of points where no reference line was found where points were found for runoutLine format of str: nPointsFound/numberOfAllPointsRunoutLine

  • RMSE (float) – root mean squared error between s location of runout line from sim or from reference data set only for l coordinates where for sim and ref runout line coordinate were found

  • diffNoNans (numpy array) – difference values runoutLine sim s location - refLine s location only for l coordinates where for sim and ref runout line coordinate were found