Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.9 by gforget, Mon Feb 1 14:39:49 2016 UTC | revision 1.10 by gforget, Fri Feb 5 13:01:47 2016 UTC | |
---|---|---|
# | Line 108 depIn=-mygrid.RC; depOut=profIn.prof_dep | Line 108 depIn=-mygrid.RC; depOut=profIn.prof_dep |
108 | profOut=NaN*ones(profIn.np,profIn.nr); | profOut=NaN*ones(profIn.np,profIn.nr); |
109 | ||
110 | %2) loop over record pairs | %2) loop over record pairs |
111 | if ~strcmp(method,'bindata'); gcmfaces_bindata; end; | if strcmp(method,'bindata'); gcmfaces_bindata; end; |
112 | for tt=1:length(rec_fld)-1; | for tt=1:length(rec_fld)-1; |
113 | ii=find(tim_prof>=tim_fld(tt)&tim_prof<tim_fld(tt+1)); | ii=find(tim_prof>=tim_fld(tt)&tim_prof<tim_fld(tt+1)); |
114 | if ~isempty(ii); | if ~isempty(ii); |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |