Can't plot results with wilkin_codes

Discussion about analysis, visualization, and collaboration tools and techniques

Moderators: arango, robertson

Post Reply
Message
Author
dnavidad

Can't plot results with wilkin_codes

#1 Unread post by dnavidad »

Hello Everybody,

It is the first time i run ROMS. i am in the process of plotting results (in windows XP with matlab 2007a) after run the upwelling test case in a cluster (but in serial mode)


i have installed (Set the paht) the mexnc, snctools and also added the netcdf.dll in C:\windows,c:\MATLAB\bin, c:\MATLAB\bin\win32.

i am using wilkin_codes. The problems i get are

nc_varget('ocean_his.nc','uvar')
??? Error using ==> snctools\private\snc_read_backend at 115
Could not determine which backend to use with ocean_his.nc.

Error in ==> nc_varget at 44
retrieval_method = snc_read_backend(ncfile);


and also

nc_dump('ocean_his.nc')
??? Error using ==> snctools\private\snc_read_backend at 115
Could not determine which backend to use with ocean_his.nc.

Error in ==> nc_info at 49
[backend,fmt] = snc_read_backend(ncfile);

Error in ==> nc_dump at 55
info = nc_info ( file_name );


What is the problem?

thanks.

Post Reply