I have downloaded wave data from the FTP of IFREMER. Can anyone help in assigning axis and converting the .nc file to a 2d .nc file, so that I can use data for analysis?
But, when I try to open this file in ferret, it shows all data in one axis (i). with different datasets. Even lat, long is defined as dataset. Due to which I cannot extract data for my interested region. If anyone can help me in assigning lat and long to two axis then I can extract the data for my required region.
I am using altimeter wave data (global track data).
there are 2 useful tools to check and view how netcdf files are organized (ncview - unix/Linux, ncbrowse - Windows). I always use them before I extract data. To extract data and dimensions from a netcdf file in matlab, I can highly recommend this function: http://www.mathworks.com/matlabcentral/fileexchange/15177-netcdf-reader. It works for 32bit netcdf files and does not require additional libraries. Hope this helps a little.
the altimeter data you are looking at are measurements ALONG THE SATELLITE TRACK: these are time series. Ferret is not designed to plot time series. So you should use something else (matab or octave for example as suggested by Andres).
I do have some Octave code (easy to adapt to Matlab) that can extract the alongtrack altimeter data for an area and store it in NetCDF format. Please let me know if it is of your interest.