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
RevLine 
[23390]1Index: ../trunk-jpl/test/NightlyRun/test2084.m
2===================================================================
3--- ../trunk-jpl/test/NightlyRun/test2084.m (revision 23222)
4+++ ../trunk-jpl/test/NightlyRun/test2084.m (revision 23223)
5@@ -1,5 +1,5 @@
6
7-%Test Name: GiaCaron.
8+%Test Name: GiaCaron.
9 %Forward Love number solution for a viscoelastic earth, model M3-L70-V01 from
10 %Spada, G., Barletta, V. R., Klemann, V., Riva, R. E. M., Martinec, Z.,
11 %Gasperini, P., Lund, B., Wolf, D., Vermeersen, L. L. A. and King, M. A.
12@@ -56,7 +56,7 @@
13
14 %Fields and tolerances to track changes
15 field_names ={field_names{:},'LoveH_loading_realpart','LoveK_loading_realpart','LoveL_loading_realpart','LoveH_loading_imagpart','LoveK_loading_imagpart','LoveL_loading_imagpart'};
16-field_tolerances={field_tolerances{:},7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10,7.0e-10};
17+field_tolerances={field_tolerances{:},5e-7,5e-7,5e-7,5e-7,5e-7,5e-7};
18 field_values={field_values{:},...
19 (md.results.LoveSolution.LoveHr(:,:)),...
20 (md.results.LoveSolution.LoveKr(:,:)),...
21@@ -74,7 +74,7 @@
22
23 %tidal love numbers
24 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'};
25-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};
26+field_tolerances={field_tolerances{:},3e-6,3e-6,3e-6,3e-6,3e-6,3e-6,3e-6,3e-6,3e-6};
27 field_values={field_values{:},...
28 (md.results.LoveSolution.LoveHr(:,1)),...
29 (md.results.LoveSolution.LoveKr(:,1)),...
30@@ -114,7 +114,7 @@
31 %md=solve(md,'lv');
32 %
33 %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'};
34-%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};
35+%field_tolerances={field_tolerances{:},2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7};
36 %field_values={field_values{:},...
37 % (md.results.LoveSolution.LoveHr(:,1)),...
38 % (md.results.LoveSolution.LoveKr(:,1)),...
39@@ -146,7 +146,7 @@
40 md.love.nfreq=length(md.love.frequencies);
41
42 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'};
43-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};
44+field_tolerances={field_tolerances{:},2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7,2e-7};
45 field_values={field_values{:},...
46 (md.results.LoveSolution.LoveHr(:,1)),...
47 (md.results.LoveSolution.LoveKr(:,1)),...
Note: See TracBrowser for help on using the repository browser.