Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Time Sync/Split File


BNZLTER Nov 16, 2010 02:00 AM

Hi there.
I am trying to process an old data file with 7 yrs of data in it. It has two arrays, the first hourly, and the second every four hours.
Following the split help I have been able to get the output to work for the first year of data. At the end of the first year (2002) the only additional output is 2004 day 366, a day which did not occur in 2004.

First file Start condition: 3[226]:4[1600]

Copy Condition: 1[3]and4[60]

Select: 1..18

2nd file Start: 3[226]:4[1600]
Copy: 1[203]
Select: 1..12

What is going wrong? If I remove the 4[60] from the first copy condition all of the data is output but the second array is not time-synched.
Thanks


Dana Nov 16, 2010 04:36 PM

Split has the limitation that time-syncing, when syncing on day and time, does not work with multiple years. It will stop processing at the end of the first year, as you have seen.

Dana

Log in or register to post/reply in the forum.