source:
issm/oecreview/Archive/23185-23389/ISSM-23222-23223.diff@
23390
Last change on this file since 23390 was 23390, checked in by , 6 years ago | |
---|---|
File size: 3.0 KB |
-
../trunk-jpl/test/NightlyRun/test2084.m
1 1 2 %Test Name: GiaCaron. 2 %Test Name: GiaCaron. 3 3 %Forward Love number solution for a viscoelastic earth, model M3-L70-V01 from 4 4 %Spada, G., Barletta, V. R., Klemann, V., Riva, R. E. M., Martinec, Z., 5 5 %Gasperini, P., Lund, B., Wolf, D., Vermeersen, L. L. A. and King, M. A. … … 56 56 57 57 %Fields and tolerances to track changes 58 58 field_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};59 field_tolerances={field_tolerances{:},5e-7,5e-7,5e-7,5e-7,5e-7,5e-7}; 60 60 field_values={field_values{:},... 61 61 (md.results.LoveSolution.LoveHr(:,:)),... 62 62 (md.results.LoveSolution.LoveKr(:,:)),... … … 74 74 75 75 %tidal love numbers 76 76 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'}; 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};77 field_tolerances={field_tolerances{:},3e-6,3e-6,3e-6,3e-6,3e-6,3e-6,3e-6,3e-6,3e-6}; 78 78 field_values={field_values{:},... 79 79 (md.results.LoveSolution.LoveHr(:,1)),... 80 80 (md.results.LoveSolution.LoveKr(:,1)),... … … 114 114 %md=solve(md,'lv'); 115 115 % 116 116 %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}; 118 118 %field_values={field_values{:},... 119 119 % (md.results.LoveSolution.LoveHr(:,1)),... 120 120 % (md.results.LoveSolution.LoveKr(:,1)),... … … 146 146 md.love.nfreq=length(md.love.frequencies); 147 147 148 148 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'}; 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};149 field_tolerances={field_tolerances{:},2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7}; 150 150 field_values={field_values{:},... 151 151 (md.results.LoveSolution.LoveHr(:,1)),... 152 152 (md.results.LoveSolution.LoveKr(:,1)),...
Note:
See TracBrowser
for help on using the repository browser.