QGIS TUFLOW Apply Stability Styling: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 40:
'''<tt>UNSTABLE_PERC_LIMIT</tt>'''<br>
<Br><Br>
* '''Detailed Description Rule 1:''' Flag as unstable if the minimum value is less than zero ''(only applied to "Possibly Unstable")''
* '''Detailed Description Rule 2:''' Flag as unstable if the minimum and maximum values occur within '''<tt>FORWARD_LOOK_COUNT</tt>''' number of timesteps. This will not be flagged if the minimum value occurs at the first timestep.
* '''Detailed Description Rule 3:''' The following rule uses a <tt>'''TOLERANCE'''</tt> value defined as
<pre>TOLERANCE = PERC_DIFF_BETWEEN_MAX_AND_TS multiplied by the time series range (time series max value - time series min value).</pre>
: Flag as unstable if the max value is outside of the time series equal to, or greater than the '''<tt>TOLERANCE</tt>''' value (outside means either not close to any of the data points or an interpolated value if the time of max falls inbetween data points)<br>
* '''Detailed Description Rule 4:''' Same as rule 3 however with the minimum value rather than the maximum value
* '''Detailed Description Rule 5:''' The following rule uses a <tt>'''TOLERANCE'''</tt> value defined as
<pre>TOLERANCE = UNSTABLE_PERC_LIMIT multiplied by the time series range (time series max value - time series min value).</pre>
: This rule also defines a bounce as where there are consecutive gradient sign changes<br>