tupdate script with synthetic values from run_Met_Has_Longstep2014may11.m - 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 acc981ec7c797ca4cf883e70a2dad4f9cecd1dcf
 (DIR) parent f1d207b1f08237e4be6eee99194cc4aea9865655
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed, 21 Oct 2015 11:00:41 +0200
       
       update script with synthetic values from run_Met_Has_Longstep2014may11.m
       
       Diffstat:
         M matlab/mcmc_inversion.m             |      13 +++++++++----
       
       1 file changed, 9 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/matlab/mcmc_inversion.m b/matlab/mcmc_inversion.m
       t@@ -169,11 +169,16 @@ switch fs.g_case
        %           10e3;...
        %           100e3;...
        %           10/100];
       -        fs.m_true = [...
       +        %fs.m_true = [...
       +          %1e-6;...
       +          %1e-4;...
       +          %12e3;...
       +          %4.0];
       +        fs.m_true = [...  % ANDERS: This is eps_int, eps_gla, t_degla, d180O_threshold
       +          5e-5;...
                  1e-6;...
       -          1e-4;...
       -          12e3;...
       -          4.0];
       +          11e3;...
       +          3.8];
                fs.d_true= g(fs.m_true,fs);
                fs.d_obs = fs.d_true + 0; %no noise, updated if dobsMode=='SyntheticAndNoise'
            end