I want to calculate the atmospheric pressure tendency, which is typically measured over a 3 hour period.
For that, I setup a derivative helper and set the time_window
to 3:00:00 and the unit_time
to h
.
Am I right, that in this case (and thus independent of time_window
) the resulting value will still be “pressure per hour” and not “pressure per 3 hours”?
I.e., to get to “pressure per 3 hours” I would need to multiply the value by 3?