Ignore:
Timestamp:
Jul 15, 2013, 2:50:47 PM (11 years ago)
Author:
sommeria
Message:

a few bugs corrected.
multimask introduced in merge_proj
displ_uvmat transformed into disp_uvmat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/aver_stat.m

    r635 r668  
    251251            end
    252252            DataOut=Field;%default
     253            DataOut.Conventions='uvmat'; %suppress Conventions='uvmat/civdata' for civ input files
    253254            for ivar=1:length(Field.ListVarName)
    254255                VarName=Field.ListVarName{ivar};
     
    261262                siz=size(Field.(VarName));
    262263                if ~isequal(DataOut.(VarName),0)&& ~isequal(siz,sizmean)
    263                     displ_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)
    264265                    return
    265266                else
     
    317318%% open the result file with uvmat (in RUN mode)
    318319if checkrun
    319 %     hget_field=findobj(allchild(0),'name','get_field');%find the get_field... GUI
    320 %     delete(hget_field)
    321320    uvmat(OutputFile)% open the last result file with uvmat
    322321end
Note: See TracChangeset for help on using the changeset viewer.