% take the merged time series matrix generated by whole and % create netcdf files % %load wholelp %do_names2 u=rand(1:10); v=rand(1:10); vnames=['east ' 'north']; vel=[u(:) v(:)]; lat=42.53666; lon=-70.341666; idepth=[5 5]'; wdepth=30; units=['cm/s' 'cm/s']; start=[1990 07 17 19 0 0]; create_epic('jim.cdf',vel,vnames,lat,lon,... start,3600,wdepth,idepth,units);