Ignore:
Timestamp:
Jun 11, 2012, 9:35:38 AM (12 years ago)
Author:
sommeria
Message:

aver_stat modified in the new rationalized form.
OTHER series FCTS NOT OPERATIONAL

File:
1 edited

Legend:

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

    r442 r447  
    2727        'CoordType';'on';...%can use a transform function 'off' by default
    2828        'GetObject';'on';...%can use projection object ,'off' by default
     29        'OutputDirExt';'.series'...
    2930        %'GetMask';'on'...%can use mask option   ,'off' by default
    3031        %'PARAMETER'; options: name of the user defined parameter',repeat a line for each parameter
     
    462463    %remove time for global attributes if exists
    463464    Time_index=find(strcmp('Time',RecordData.ListGlobalAttribute));
    464     if ~isempty(Time_search)
     465    if ~isempty(Time_index)
    465466        RecordData.ListGlobalAttribute(Time_index)=[];
    466467    end
    467468    RecordData.Conventions='uvmat';
    468 %     for iattr=1:numel(RecordData.ListGlobalAttribute)
    469 %         if strcmp(RecordData.ListGlobalAttribute{iattr},'Time')
    470 %             RecordData.ListGlobalAttribute(iattr)=[];
    471 %             break
    472 %         end
    473 %     end
    474469    for ivar=1:numel(RecordData.ListVarName)
    475470        VarName=RecordData.ListVarName{ivar};
Note: See TracChangeset for help on using the changeset viewer.