<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 5/24/19 7:49 AM, Fanglou Liao wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAPqFk00bOC1RjS=Lm5ix7=eW0b2zSMKeEe1D7xUy=58gPzxcEA@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<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. 'grid_cs32*bin')</div>
<div><br>
</div>
my code is like this (***** is my name, I tried all these
directories but all failed)<br>
<div>dirGrid1='/home/****/Documents/ECCO/matlab_class/nctiles_grid/';<br>
dirGrid2='/home/*****/nctiles_grid/';<br>
dirGrid3='/home/*****/software/MATLAB2018b/nctiles_grid/';<br>
dirGrid4='/home/*****/software/MATLAB2018b/matlab_class/nctiles_grid/';<br>
dirGrid5='/run/user/1000/gvfs/smb-share:server=<a
href="http://oceclinas.marine.usf.edu"
moz-do-not-send="true">oceclinas.marine.usf.edu</a>,share=data/ORAs/ECCOv4r3/nctiles_grid/';<br>
if ~isdir(dirGrid1); error('missing GRID/ directory'); end;<br>
<br>
nF=5; fileFormat='nctiles'; %format specification<br>
grid_load(dirGrid3,nF,fileFormat);<br>
</div>
</div>
</blockquote>
This command looks OK<br>
<blockquote type="cite"
cite="mid:CAPqFk00bOC1RjS=Lm5ix7=eW0b2zSMKeEe1D7xUy=58gPzxcEA@mail.gmail.com">
<div dir="ltr">
<div>grid_load;<br>
</div>
</div>
</blockquote>
why load again w/o any argument here?<br>
cheers<br>
Hong<br>
</body>
</html>