Page 1 of 1

Bugfixed for sub-hourly time resolution ARL data reading

Posted: October 16th, 2020, 11:00 am
by yaqiang
In new released MeteoInfo 2.3.3, the bug for data extraction from sub-hourly ARL data (such as 10 minutes time resolution) was fixed. Also new version can read big ARL data structure much faster.

In fact, ARL data label has no minute parameter to get right time stamp directly. For example, there are 6 same time values in one hour for 10 minutes data. I calculate the time interval from the equation (60 / number of same time values), then re-construct times. Please point out better solution if it exists.