Skip to content

Commit

Permalink
bug fix (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed Jan 13, 2020
1 parent ea71aa0 commit b53a19c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gcmfaces_IO/read_nctiles.m
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,12 @@
else;
t0 = 1;
t1 = lff;
nt=t1-t0+1;
end;
for fft=t0:t1;

%read one tile
fileIn=flist{fft+1};
fileIn=flist{fft};

nc=netcdf.open(fileIn,0);

Expand Down

0 comments on commit b53a19c

Please sign in to comment.