[22755] | 1 | Index: ../trunk-jpl/test/NightlyRun/test2085.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/test/NightlyRun/test2085.m (nonexistent)
|
---|
| 4 | +++ ../trunk-jpl/test/NightlyRun/test2085.m (revision 22384)
|
---|
| 5 | @@ -0,0 +1,44 @@
|
---|
| 6 | +
|
---|
| 7 | +%Test Name: LovenumberstAtDepth.
|
---|
| 8 | +%Same as test #1 of test2084.m
|
---|
| 9 | +
|
---|
| 10 | +md=model();
|
---|
| 11 | +md.cluster=generic('name',oshostname(),'np',1);
|
---|
| 12 | +
|
---|
| 13 | +md.materials=materials('litho');
|
---|
| 14 | +md.miscellaneous.name='FourierLoveTest';
|
---|
| 15 | +
|
---|
| 16 | +md.verbose=verbose('111111101');
|
---|
| 17 | +cst=365.25*24*3600*1000;
|
---|
| 18 | +
|
---|
| 19 | + md.materials.numlayers=6;
|
---|
| 20 | + md.materials.radius = [10 1222.5 3.4800e+03 5.7010e+03 5.9510e+03 6.3010e+03 6.3710e+03]'*1e3;
|
---|
| 21 | + md.materials.density= [1.0750e4 1.0750e+04 4.9780e+03 3.8710e+03 3.4380e+03 3.0370e+03]';
|
---|
| 22 | + md.materials.lame_mu= [1e-5 0 2.2834e+00 1.0549e+00 7.0363e-01 5.0605e-01]'*1e11;
|
---|
| 23 | + md.materials.viscosity=[0 0 2.0000e+00 1.0000e+00 1.0000e+00 1.0000e+25]'*1e21;
|
---|
| 24 | + md.materials.lame_lambda=md.materials.lame_mu*0+5e14;
|
---|
| 25 | + md.materials.issolid=[1 0 1 1 1 1]';
|
---|
| 26 | + md.materials.isburgers=zeros(md.materials.numlayers,1);
|
---|
| 27 | +
|
---|
| 28 | +md.love.love_kernels=1;
|
---|
| 29 | +md.love.allow_layer_deletion=1;
|
---|
| 30 | +md.love.frequencies=([0]*2*pi)'/cst;
|
---|
| 31 | +md.love.nfreq=length(md.love.frequencies);
|
---|
| 32 | +md.love.sh_nmax=2;
|
---|
| 33 | +
|
---|
| 34 | +md.materials.burgers_mu=md.materials.lame_mu;
|
---|
| 35 | +md.materials.burgers_viscosity=md.materials.viscosity;
|
---|
| 36 | +
|
---|
| 37 | +md=solve(md,'lv');
|
---|
| 38 | +
|
---|
| 39 | +%Fields and tolerances to track changes
|
---|
| 40 | +%loading love numbers
|
---|
| 41 | +field_names = {'LoveH_loading_elastic','LoveK_loading_elastic','LoveL_loading_elastic','LoveKernels_degree1','LoveKernels_degree2'};
|
---|
| 42 | +field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-10};
|
---|
| 43 | +field_values={...
|
---|
| 44 | + (md.results.LoveSolution.LoveHr(:,1)),...
|
---|
| 45 | + (md.results.LoveSolution.LoveKr(:,1)),...
|
---|
| 46 | + (md.results.LoveSolution.LoveLr(:,1)),...
|
---|
| 47 | + squeeze(cell2mat(md.results.LoveSolution.LoveKernelsReal(2,1,:,:))),...
|
---|
| 48 | + squeeze(cell2mat(md.results.LoveSolution.LoveKernelsReal(3,1,:,:))),...
|
---|
| 49 | + };
|
---|
| 50 | Index: ../trunk-jpl/test/Archives/Archive2085.arch
|
---|
| 51 | ===================================================================
|
---|
| 52 | Cannot display: file marked as a binary type.
|
---|
| 53 | svn:mime-type = application/octet-stream
|
---|
| 54 | Index: ../trunk-jpl/test/Archives/Archive2085.arch
|
---|
| 55 | ===================================================================
|
---|
| 56 | --- ../trunk-jpl/test/Archives/Archive2085.arch (nonexistent)
|
---|
| 57 | +++ ../trunk-jpl/test/Archives/Archive2085.arch (revision 22384)
|
---|
| 58 |
|
---|
| 59 | Property changes on: ../trunk-jpl/test/Archives/Archive2085.arch
|
---|
| 60 | ___________________________________________________________________
|
---|
| 61 | Added: svn:mime-type
|
---|
| 62 | ## -0,0 +1 ##
|
---|
| 63 | +application/octet-stream
|
---|
| 64 | \ No newline at end of property
|
---|