Wave:ChangeTimestep: Difference between revisions

From BlueM
Jump to navigation Jump to search
(Created page with "{{Wave_nav}} thumb|right|Time series interpretation File:Wave_ChangeTimestep_Instantaneous.png|thumb|right|ChangeTimestep with interpr...")
 
(update v1.10.1)
 
Line 11: Line 11:
'''Notes:'''
'''Notes:'''
* Time steps that are not fully within the time series are not included in the result time series.
* Time steps that are not fully within the time series are not included in the result time series.
* Time steps within which at least one node contains NaN values are assigned the value NaN.
* If the option "Ignore NaN" is not activated, time steps within which at least one node has a NaN value are also assigned the value NaN in the result series. Otherwise, NaN values are ignored.
* Interpretation of output time series is kept except for Instantaneous, where output is BlockRight.
* Interpretation of output time series is kept except for Instantaneous, where output is BlockRight.


[[Category:BlueM.Wave|C]]
[[Category:BlueM.Wave|C]]
[[Category:Analysis functions|C]]
[[Category:Analysis functions|C]]

Latest revision as of 13:53, 8 September 2021

Wave.png Wave | Development

Time series interpretation
ChangeTimestep with interpretation Instantaneous
ChangeTimestep with interpretation CumulativePerTimestep

This analysis function makes a time series equidistant with a user-specified timestep.

The Interpretation setting determines how the new values are computed (see also Interpretation of time series).

Notes:

  • Time steps that are not fully within the time series are not included in the result time series.
  • If the option "Ignore NaN" is not activated, time steps within which at least one node has a NaN value are also assigned the value NaN in the result series. Otherwise, NaN values are ignored.
  • Interpretation of output time series is kept except for Instantaneous, where output is BlockRight.