Hi,
I am new with ROMS modelling and tried to visualize my results using rslice.
I work on mac os X with matlab 2008b.
I think the problem is with the netcdf files and metadatas.
The first error was :
??? Reference to non-existent field 'Rank'.
Error in ==> rslice_classify_variable at 37
if varinfo.Rank == 0
Error in ==> rslice_initialize at 246
[gdata.dim_type, gdata.z_type] = rslice_classify_variable ( gdata.varinfo );
Error in ==> rslice>rslice_OpeningFcn at 480
rslice_initialize ( hObject, options );
Error in ==> gui_mainfcn at 221
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in ==> rslice at 324
gui_mainfcn(gui_State, varargin{:});
I solved by changing "varinfo.Rank" by "length(varinfo.Size)"
It worked but another pb was :
WARNING: Classified as XY
??? Error using ==> rslice_error at 14
ERROR: unhandled z dimension eta_rho.
Error in ==> rslice_classify_variable at 129
rslice_error ( msg );
Error in ==> rslice_initialize at 246
[gdata.dim_type, gdata.z_type] = rslice_classify_variable ( gdata.varinfo );
Error in ==> rslice>rslice_OpeningFcn at 480
rslice_initialize ( hObject, options );
Error in ==> gui_mainfcn at 221
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in ==> rslice at 324
gui_mainfcn(gui_State, varargin{:});
Any idea if it is a pb linked to the use of mac os X configuration ? or a netcdf configuration or decoder ?
thanks for your help
Emmanuel