fid = fopen('Drifter2010TrackForTimP.txt', 'w');
for i=1:100:length(latValue3)
    fprintf(fid,'%s %15.9f %15.9f\r\n',datestr(time(i)+693960),latValue3(i),lonValue3(i));
end
fclose(fid);
    
    