Skip to content
Snippets Groups Projects
Commit b2e8b1d9 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

split tsg.file with field of fileparts

parent 6f6ee09e
No related branches found
No related tags found
No related merge requests found
......@@ -33,20 +33,23 @@ date = datestr(now,30);
tsg.fontSize = 11;
% -------------------------------------------------------------------------
%% Levitus field for climatology
%% Levitus fields for climatology
% -------------------------------------------------------------------------
tsg.levitus.data = [];
tsg.levitus.type = 'none';
tsg.levitus.time = 1;
% -------------------------------------------------------------------------
%% file field
%% file fields
% -------------------------------------------------------------------------
tsg.file.name = [];
tsg.file.type = [];
tsg.file.pathstr = [];
tsg.file.name = [];
tsg.file.ext = [];
tsg.file.versn = [];
tsg.file.type = [];
% -------------------------------------------------------------------------
%% Smooth TSG time serie field
%% Smooth TSG time serie fields
% -------------------------------------------------------------------------
tsg.ssps_smooth = [];
tsg.ssps_smooth.nval = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment