Index: ../trunk-jpl/test/NightlyRun/test2084.m =================================================================== --- ../trunk-jpl/test/NightlyRun/test2084.m (revision 23222) +++ ../trunk-jpl/test/NightlyRun/test2084.m (revision 23223) @@ -1,5 +1,5 @@ -%Test Name: GiaCaron. +%Test Name: GiaCaron. %Forward Love number solution for a viscoelastic earth, model M3-L70-V01 from %Spada, G., Barletta, V. R., Klemann, V., Riva, R. E. M., Martinec, Z., %Gasperini, P., Lund, B., Wolf, D., Vermeersen, L. L. A. and King, M. A. @@ -56,7 +56,7 @@ %Fields and tolerances to track changes field_names ={field_names{:},'LoveH_loading_realpart','LoveK_loading_realpart','LoveL_loading_realpart','LoveH_loading_imagpart','LoveK_loading_imagpart','LoveL_loading_imagpart'}; -field_tolerances={field_tolerances{:},7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10}; +field_tolerances={field_tolerances{:},5e-7,5e-7,5e-7,5e-7,5e-7,5e-7}; field_values={field_values{:},... (md.results.LoveSolution.LoveHr(:,:)),... (md.results.LoveSolution.LoveKr(:,:)),... @@ -74,7 +74,7 @@ %tidal love numbers field_names ={field_names{:},'LoveH_tidal_elastic','LoveK_tidal_elastic','LoveL_tidal_elastic','LoveH_tidal_realpart','LoveK_tidal_realpart','LoveL_tidal_realpart','LoveH_tidal_imagpart','LoveK_tidal_imagpart','LoveL_tidal_imagpart'}; -field_tolerances={field_tolerances{:},7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10}; +field_tolerances={field_tolerances{:},3e-6,3e-6,3e-6,3e-6,3e-6,3e-6,3e-6,3e-6,3e-6}; field_values={field_values{:},... (md.results.LoveSolution.LoveHr(:,1)),... (md.results.LoveSolution.LoveKr(:,1)),... @@ -114,7 +114,7 @@ %md=solve(md,'lv'); % %field_names ={field_names{:},'LoveH_loadingVSS96_elastic','LoveK_loadingVSS96_elastic','LoveL_loadingVSS96_elastic','LoveH_loadingVSS96_realpart','LoveK_loadingVSS96_realpart','LoveL_loadingVSS96_realpart','LoveH_loadingVSS96_imagpart','LoveK_loadingVSS96_imagpart','LoveL_loadingVSS96_imagpart'}; -%field_tolerances={field_tolerances{:},7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10}; +%field_tolerances={field_tolerances{:},2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7}; %field_values={field_values{:},... % (md.results.LoveSolution.LoveHr(:,1)),... % (md.results.LoveSolution.LoveKr(:,1)),... @@ -146,7 +146,7 @@ md.love.nfreq=length(md.love.frequencies); field_names ={field_names{:},'LoveH_loadingVSS96_elastic','LoveK_loadingVSS96_elastic','LoveL_loadingVSS96_elastic','LoveH_loadingVSS96_realpart','LoveK_loadingVSS96_realpart','LoveL_loadingVSS96_realpart','LoveH_loadingVSS96_imagpart','LoveK_loadingVSS96_imagpart','LoveL_loadingVSS96_imagpart'}; -field_tolerances={field_tolerances{:},7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10}; +field_tolerances={field_tolerances{:},2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7}; field_values={field_values{:},... (md.results.LoveSolution.LoveHr(:,1)),... (md.results.LoveSolution.LoveKr(:,1)),...