From 7636b98ccc3069d70d7a2b2d4c3222e7ec3e8e42 Mon Sep 17 00:00:00 2001 From: Jacques Grelet <Jacques.grelet@ird.fr> Date: Tue, 29 Jan 2019 11:30:44 +0100 Subject: [PATCH] fix #4 add ISAS15 climatology (T Reynaud) update ReleaseNotes.md with issue #1 (G Alory) update version to 1.5RC3 --- ReleaseNotes.md | 4 ++++ tsg_util/tsg_preferences.m | 2 +- tsgqc.m | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index b3036cf..f8e6c4d 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -2,6 +2,10 @@ Contact: <jacques.grelet@ird.fr> +## v1.50RC3 (2019-01-29) ++ fix issue #1, samples do not display with harbor code ++ fix issue #4, add ISAS15 climatology + ## v1.50RC2 (2019-01-15) + add a dialog box to download the m_map toolbox if it is not installed diff --git a/tsg_util/tsg_preferences.m b/tsg_util/tsg_preferences.m index 5797d99..00ba4a1 100644 --- a/tsg_util/tsg_preferences.m +++ b/tsg_util/tsg_preferences.m @@ -154,7 +154,7 @@ return preference.fileExtension = ({'*.lbv';'*.nc';'*.arg';'*.ast';'*.btl';'*.ora';... '*.sdf';'*.spl'; '*.transmit*'; '*.tsgqc';'*.xml';'*.cnv'}); % Climatology - preference.levitus_version = {'WOA05','WOA13','ISAS13'}; + preference.levitus_version = {'WOA05','WOA13','ISAS13','ISAS15'}; preference.levitus_value = 3; % ISAS13 as default preference.levitus_depth_string = {'5','10'}; preference.levitus_depth_value = 2; diff --git a/tsgqc.m b/tsgqc.m index e75a846..7a1024c 100644 --- a/tsgqc.m +++ b/tsgqc.m @@ -53,8 +53,8 @@ global DEFAULT_PATH_FILE % or modify the version number to load a new default structure % ------------------------------------------------------------------- VERSION = 1.50; % -> 1.44 -CHAR_VERSION = '1.50RC2'; -DATE_VERSION = '01/15/2019'; +CHAR_VERSION = '1.50RC3'; +DATE_VERSION = '01/29/2019'; % netcdf file version, see DATA FORMAT TSG document: % CORTSG_format_gosud.doc -- GitLab