Changeset 447 for trunk/src/series/time_series.m
- Timestamp:
- Jun 11, 2012, 9:35:38 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/time_series.m
r442 r447 27 27 'CoordType';'on';...%can use a transform function 'off' by default 28 28 'GetObject';'on';...%can use projection object ,'off' by default 29 'OutputDirExt';'.series'... 29 30 %'GetMask';'on'...%can use mask option ,'off' by default 30 31 %'PARAMETER'; options: name of the user defined parameter',repeat a line for each parameter … … 462 463 %remove time for global attributes if exists 463 464 Time_index=find(strcmp('Time',RecordData.ListGlobalAttribute)); 464 if ~isempty(Time_ search)465 if ~isempty(Time_index) 465 466 RecordData.ListGlobalAttribute(Time_index)=[]; 466 467 end 467 468 RecordData.Conventions='uvmat'; 468 % for iattr=1:numel(RecordData.ListGlobalAttribute)469 % if strcmp(RecordData.ListGlobalAttribute{iattr},'Time')470 % RecordData.ListGlobalAttribute(iattr)=[];471 % break472 % end473 % end474 469 for ivar=1:numel(RecordData.ListVarName) 475 470 VarName=RecordData.ListVarName{ivar};
Note: See TracChangeset
for help on using the changeset viewer.