source: issm/oecreview/Archive/23185-23389/ISSM-23222-23223.diff@ 23390

Last change on this file since 23390 was 23390, checked in by Mathieu Morlighem, 6 years ago

CHG: added Archive/23185-23389

File size: 3.0 KB
  • ../trunk-jpl/test/NightlyRun/test2084.m

     
    11
    2 %Test Name: GiaCaron. 
     2%Test Name: GiaCaron.
    33%Forward Love number solution for a viscoelastic earth, model M3-L70-V01 from
    44%Spada, G., Barletta, V. R., Klemann, V., Riva, R. E. M., Martinec, Z.,
    55%Gasperini, P., Lund, B., Wolf, D., Vermeersen, L. L. A. and King, M. A.
     
    5656
    5757%Fields and tolerances to track changes
    5858field_names     ={field_names{:},'LoveH_loading_realpart','LoveK_loading_realpart','LoveL_loading_realpart','LoveH_loading_imagpart','LoveK_loading_imagpart','LoveL_loading_imagpart'};
    59 field_tolerances={field_tolerances{:},7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10};
     59field_tolerances={field_tolerances{:},5e-7,5e-7,5e-7,5e-7,5e-7,5e-7};
    6060field_values={field_values{:},...
    6161        (md.results.LoveSolution.LoveHr(:,:)),...
    6262        (md.results.LoveSolution.LoveKr(:,:)),...
     
    7474
    7575%tidal love numbers
    7676field_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'};
    77 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};
     77field_tolerances={field_tolerances{:},3e-6,3e-6,3e-6,3e-6,3e-6,3e-6,3e-6,3e-6,3e-6};
    7878field_values={field_values{:},...
    7979        (md.results.LoveSolution.LoveHr(:,1)),...
    8080        (md.results.LoveSolution.LoveKr(:,1)),...
     
    114114%md=solve(md,'lv');
    115115%
    116116%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'};
    117 %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};
     117%field_tolerances={field_tolerances{:},2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7};
    118118%field_values={field_values{:},...
    119119%       (md.results.LoveSolution.LoveHr(:,1)),...
    120120%       (md.results.LoveSolution.LoveKr(:,1)),...
     
    146146md.love.nfreq=length(md.love.frequencies);
    147147
    148148field_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'};
    149 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};
     149field_tolerances={field_tolerances{:},2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7};
    150150field_values={field_values{:},...
    151151        (md.results.LoveSolution.LoveHr(:,1)),...
    152152        (md.results.LoveSolution.LoveKr(:,1)),...
Note: See TracBrowser for help on using the repository browser.