Discontinuous timeseries for Precipitation Data

3 次查看(过去 30 天)
03/11/2014 13:30 0.00
03/11/2014 13:45 0.00
03/11/2014 14:00 0.00
03/11/2014 14:15 0.00
03/11/2014 14:30 0.00
03/11/2014 14:45 0.00
03/11/2014 15:00 0.00
03/11/2014 15:10 0.01
03/11/2014 15:15 0.00
03/11/2014 15:30 0.00
03/11/2014 15:40 0.00
03/11/2014 15:45 0.00
03/11/2014 16:00 0.00
03/11/2014 16:15 0.00
03/11/2014 16:30 0.00
03/11/2014 16:45 0.00
03/11/2014 17:00 0.00
03/11/2014 17:05 0.00
03/11/2014 17:10 0.00
I have discontinuous time series precipitation data but some days, the time step is 15 minutes and for some days the time steps is 5 minutes. I need either 5 minute time step data or 15 minutes. I tried to use linear interpolation but results are not correct. Any idea to generate constant time step data? Doing it on excel is very time consuming.Because data is for two years (5 and 15 minutes time step)
  9 个评论
ammara talib
ammara talib 2015-12-4
units are inches. I have separate data for daily precipitation. I used interpolated time series (5 minute time step) and then accumulate it on daily basis then compared it with the daily data (original daily data). data does not match.
per isakson
per isakson 2015-12-4
"data does not match" &nbsp Isn't that what one should expect?
Assume you have 24 hours of constant rain of 0.01 inches per 15-minute. That will result in 60/15*24*0.01 = 0.9600 inches for that 24-hour period.
Now interpolate to get 5-minute values. Each 5-minute value will be 0.01 inches. The sum for the 24-hour period will now be 60/5*24*0.01 = 2.8800 inches.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 App Building 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by