<div dir="ltr"><div>Hi There</div><div><br></div><div>I am an ECCO user from the university of south florida. I am quite new to ECCO and encounter a problem when I try to read grid.</div><div><br></div><div>when I use grid_load to load the grid, it always remined me as follows:</div><div><br></div><div>grid files not found; please specify <br> names (e.g. &#39;grid_cs32*bin&#39;)</div><div><br></div><div>but the grid files are in the directory and actually I can use ncdisp to access the attribute information from the <a href="http://GRID.0001.nc">GRID.0001.nc</a> files.</div><div><br></div><div>my operation system is Ubuntu 18.04 and matlab is 2018b</div><div><br></div><div>Could you please kindly let me know how I can solve this problem?</div><div><br></div><div>Kind regards,</div><div><br></div><div>Fanglou</div><div><br></div><div>my code is like this (***** is my name, I tried all these directories but all failed)<br></div><div>dirGrid1=&#39;/home/****/Documents/ECCO/matlab_class/nctiles_grid/&#39;;<br>dirGrid2=&#39;/home/*****/nctiles_grid/&#39;;<br>dirGrid3=&#39;/home/*****/software/MATLAB2018b/nctiles_grid/&#39;;<br>dirGrid4=&#39;/home/*****/software/MATLAB2018b/matlab_class/nctiles_grid/&#39;;<br>dirGrid5=&#39;/run/user/1000/gvfs/smb-share:server=<a href="http://oceclinas.marine.usf.edu">oceclinas.marine.usf.edu</a>,share=data/ORAs/ECCOv4r3/nctiles_grid/&#39;;<br>if ~isdir(dirGrid1); error(&#39;missing GRID/ directory&#39;); end;<br><br>nF=5; fileFormat=&#39;nctiles&#39;;  %format specification<br>grid_load(dirGrid3,nF,fileFormat);<br>grid_load;<br>gcmfaces_global;</div></div>