tadd more debug output - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
 (HTM) git clone git://src.adamsgaard.dk/cosmo
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ac0a1db465de335e8253674594ba0fc92f9a1967
 (DIR) parent 261eb2ae7cbfdd044f82de204921211f6940a9b8
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Thu, 22 Oct 2015 16:43:10 +0200
       
       add more debug output
       
       Diffstat:
         M matlab/generate_plots.m             |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
       t@@ -195,18 +195,22 @@ for i1 = 1:M % for each model parameter
            
            i1
            if i1 == 1
       +        disp('Interglacial erosion rate [mm/yr]')
                xlabel('Interglacial erosion rate [mm/yr]')
                text(0.02,0.98,'a', 'Units', ...
                    'Normalized', 'VerticalAlignment', 'Top')
            elseif i1 == 2
       +        disp('Glacial erosion rate [mm/yr]')
                xlabel('Glacial erosion rate [mm/yr]')
                text(0.02,0.98,'b', 'Units', ...
                    'Normalized', 'VerticalAlignment', 'Top')
            elseif i1 == 3
       +        disp('Timing of last deglaciation [yr]')
                xlabel('Timing of last deglaciation [yr]')
                text(0.02,0.98,'c', 'Units', ...
                    'Normalized', 'VerticalAlignment', 'Top')
            elseif i1 == 4
       +        disp('d180')
                xlabel('$\delta^{18} O_\mathrm{threshold}$', ...
                    'Interpreter', 'LaTeX')
                text(0.02,0.98,'d','Units', ...