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

change tsg version to 1.031 for reser tsg.preference in mat file.m

correct tsg.PRESS to tsg.PRES
parent 24981b34
No related branches found
No related tags found
No related merge requests found
......@@ -30,9 +30,9 @@ if isnumeric( press_min ) && ~isnan( press_min )
% Set salinity QC to BAD for flow < flow_min
% -----------------------------------------------------
ind = find(tsg.PRESS < press_min);
ind = find(tsg.PRES < press_min);
if ~isempty( ind )
tsg.PRESS_QC(ind) = castByteQC( badCode, ind );
tsg.PRES_QC(ind) = castByteQC( badCode, ind );
end
% Save tsg structure
......
......@@ -36,8 +36,8 @@ global NETCDF_FORMAT_VERSION
% version number, may be used to initialize some files when it change
% 0.90x -> 1.0RCx
% -------------------------------------------------------------------
VERSION = 1.03; % -> 1.03
CHAR_VERSION = '1.03';
VERSION = 1.031; % -> 1.03
CHAR_VERSION = '1.031';
% netcdf file version, see DATA FORMAT TSG document:
% CORTSG_format_gosud_1.5.doc
......
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