Hi, It sounds as if you have solved the problems. I would just like to add that the error message, Time axis must be a regular axis does not have to do with missing data, but with Ferret having detected the time axis as irregularly-spaced. The command yes? show grid variable_name ! or yes? show axis axis_namelists the name, number of points, and some letters: "r" or "i" for regular or irregular spacing, "m" if the axis is "modulo" (repeating) coordinates, and a - sign if the coordinates (on a Z axis) are decreasing downward. So the Taxis here, is regular. yes? use monthly_navy_windsbut this monthly dataset, with coordinates defined to represent exact calendar months, has an irregularly-spaced time axis. yes? use "http://www.esrl.noaa.gov/psd/thredds/dodsC/Datasets/ncep.marine/sst.mean.nc" Sometimes Ferret sees the time axis as irregular, but it should be treated as regularly spaced. This can happen depending on how the coordinates were written to the file. If this is the case and if it's a NetCDF or OPeNDAP dataset, you can open the data with yes? use/regulart dataset.nc-Ansley On 11/10/2013 11:31 PM, chinnu sachi
wrote:
|