Skip to content
Snippets Groups Projects
  1. Oct 12, 2020
  2. Oct 30, 2019
  3. Jul 06, 2018
  4. Jul 05, 2018
  5. Jul 04, 2018
    • jacques.grelet_ird.fr's avatar
      V 1.48.5b2 · 0aae0031
      jacques.grelet_ird.fr authored
      Replace WOA01 climatology with the last WOA13
      Add a directory tsg_tools/climatology with scripts used to produce climatologies
      update Release notes and install files
      improve checking for climatology file existence
      0aae0031
  6. Jun 28, 2018
  7. Mar 27, 2017
    • jacques.grelet_ird.fr's avatar
      use iconReadMat.m instead of iconRead.m in tgs_util, used to load .mat icon... · 3db777cb
      jacques.grelet_ird.fr authored
      use iconReadMat.m instead of iconRead.m in tgs_util, used to load .mat icon file. Under the compiled version, icon path was bad
      Add directory tsg_tools/icons with tool iconRead used to transform .gif and .jpeg to .mat CData  
      Add test with version > R2014b using root properties as get(0, 'Units'), that failed with compiler.
      if verLessThan('matlab','8.4')
        set(0,'Units','normalized');
        guiLimits = get(0,'ScreenSize');
      else
        r = groot;
        r.Units = 'normalized';
        guiLimits = r.ScreenSize;
      end
      
      3db777cb
  8. Feb 01, 2017
  9. Jan 31, 2017
  10. Jan 18, 2017
  11. Dec 05, 2014
  12. Oct 10, 2013
  13. Jan 18, 2013
  14. Jan 16, 2013
  15. Oct 10, 2011
  16. Feb 21, 2011
  17. Dec 10, 2010
Loading