Changeset 668 for trunk/src/series/aver_stat.m
- Timestamp:
- Jul 15, 2013, 2:50:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/aver_stat.m
r635 r668 251 251 end 252 252 DataOut=Field;%default 253 DataOut.Conventions='uvmat'; %suppress Conventions='uvmat/civdata' for civ input files 253 254 for ivar=1:length(Field.ListVarName) 254 255 VarName=Field.ListVarName{ivar}; … … 261 262 siz=size(Field.(VarName)); 262 263 if ~isequal(DataOut.(VarName),0)&& ~isequal(siz,sizmean) 263 disp l_uvmat('ERROR',['unequal size of input field ' VarName ', need to project on a grid'],checkrun)264 disp_uvmat('ERROR',['unequal size of input field ' VarName ', need to project on a grid'],checkrun) 264 265 return 265 266 else … … 317 318 %% open the result file with uvmat (in RUN mode) 318 319 if checkrun 319 % hget_field=findobj(allchild(0),'name','get_field');%find the get_field... GUI320 % delete(hget_field)321 320 uvmat(OutputFile)% open the last result file with uvmat 322 321 end
Note: See TracChangeset
for help on using the changeset viewer.