We should check the input time axis, e.g., to find missing timesteps during cmorization, we can use: ``` ds.time.where(ds.time.diff('time', n=2, label="lower"), drop=True) ``` e.g., the "acceleration" in the time-axis should be 0.