Prev: plotyy
Next: vectorizing code
From: yoann06 on 28 Jun 2010 06:03 Hi all I am using functions to open and map variables of a netcdf file but when I run the function do to that (function of the SNCTOOLS) I have a series of errors which the first one is : Error using ==> netcdflib Contiguous data retrieval failed, library error message "NetCDF: Index exceeds dimension bound and then Error in ==> getVar at 92 data = netcdflib(funcstr,ncid,varargin{1:end-1}); Error in ==> nc_varget_tmw at 106 values = netcdf.getVar(ncargs{:}); Error in ==> nc_varget at 65 data = nc_varget_tmw(ncfile,varname,start,count,stride); Error in ==> Plot_Ostia at 21 analysed_sst = nc_varget ( 'C:/Documents/Ostia/2006/ OSTIA_2006/20060101-UKMO-L4HRfnd-GLOB-v01-fv02-OSTIA.nc' , 'analysed_sst', [1 3600 7200], [1 9 9] ); I really don tunderstand what s happening, and If somebody could help me to resolve this, it would be really helpfull. thank you in advance best regards Yoann
|
Pages: 1 Prev: plotyy Next: vectorizing code |