ana3AIMEC.aimecTools.computeRunOut

computeRunOut(rasterTransfo, thresholdValue, resultsAreaAnalysis, transformedDEMRasters)[source]

Compute runout based on peak field results

Parameters
  • rasterTransfo (dict) – transformation information

  • thresholdValue (float) – numerical value of the threshold limit to use

  • resultsAreaAnalysis (dict) –

    PResCrossMax: 2D numpy array

    containing for each simulation analyzed the max of the peak result in each cross section

    PResCrossMean: 2D numpy array

    containing for each simulation analyzed the mean of the peak result in each cross section

Returns

  • runout (2D numpy array) – containing for each simulation analyzed the x and y coord of the runout point as well as the runout distance measured from the begining of the path. run-out calculated with the MAX result in each cross section

  • runoutMean (2D numpy array) – containing for each simulation analyzed the x and y coord of the runout point as well as the runout distance measured from the begining of the path. run-out calculated with the MEAN result in each cross section

  • elevRel (1D numpy array) – containing for each simulation analyzed the elevation of the release area (based on first point with peak field > thresholdValue)

  • deltaH (1D numpy array) – containing for each simulation analyzed the elevation fall difference between elevRel and altitude of run-out point