Index: ../trunk-jpl/test/Archives/Archive2002.arch =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: ../trunk-jpl/test/Archives/Archive2003.arch =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: ../trunk-jpl/test/Archives/Archive2005.arch =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: ../trunk-jpl/test/Archives/Archive2007.arch =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: ../trunk-jpl/test/Archives/Archive2008.arch =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: ../trunk-jpl/test/Archives/Archive2010.arch =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: ../trunk-jpl/test/Archives/Archive2011.arch =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: ../trunk-jpl/test/Archives/Archive2021.arch =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: ../trunk-jpl/test/Archives/Archive2090.arch =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: ../trunk-jpl/test/Archives/Archive2101.arch =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: ../trunk-jpl/test/NightlyRun/test2002.m =================================================================== --- ../trunk-jpl/test/NightlyRun/test2002.m (revision 26808) +++ ../trunk-jpl/test/NightlyRun/test2002.m (revision 26809) @@ -2,7 +2,8 @@ %mesh earth: md=model; -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); +load ../Data/SlcTestMesh.mat; +md.mesh=SlcMesh; %700 km resolution mesh %Geometry for the bed, arbitrary thickness of 100: md.geometry.bed=zeros(md.mesh.numberofvertices,1); Index: ../trunk-jpl/test/NightlyRun/test2003.m =================================================================== --- ../trunk-jpl/test/NightlyRun/test2003.m (revision 26808) +++ ../trunk-jpl/test/NightlyRun/test2003.m (revision 26809) @@ -3,7 +3,8 @@ %mesh earth: md=model; -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); +load ../Data/SlcTestMesh.mat; +md.mesh=SlcMesh; %700 km resolution mesh %Geometry for the bed, arbitrary thickness of 1000: md.geometry.bed=-ones(md.mesh.numberofvertices,1); Index: ../trunk-jpl/test/NightlyRun/test2005.m =================================================================== --- ../trunk-jpl/test/NightlyRun/test2005.m (revision 26808) +++ ../trunk-jpl/test/NightlyRun/test2005.m (revision 26809) @@ -2,7 +2,8 @@ %mesh earth: md=model; -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); +load ../Data/SlcTestMesh.mat; +md.mesh=SlcMesh; %700 km resolution mesh %Geometry for the bed, arbitrary thickness of 100: md.geometry.bed=zeros(md.mesh.numberofvertices,1); Index: ../trunk-jpl/test/NightlyRun/test2006.m =================================================================== --- ../trunk-jpl/test/NightlyRun/test2006.m (revision 26808) +++ ../trunk-jpl/test/NightlyRun/test2006.m (revision 26809) @@ -2,7 +2,8 @@ %mesh earth: md=model; -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); +load ../Data/SlcTestMesh.mat; +md.mesh=SlcMesh; %700 km resolution mesh %Geometry for the bed, arbitrary thickness of 100: md.geometry.bed=zeros(md.mesh.numberofvertices,1); Index: ../trunk-jpl/test/NightlyRun/test2007.m =================================================================== --- ../trunk-jpl/test/NightlyRun/test2007.m (revision 26808) +++ ../trunk-jpl/test/NightlyRun/test2007.m (revision 26809) @@ -2,7 +2,8 @@ %mesh earth: md=model; -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); +load ../Data/SlcTestMesh.mat; +md.mesh=SlcMesh; %700 km resolution mesh %Geometry for the bed, arbitrary md.geometry.bed=-ones(md.mesh.numberofvertices,1); Index: ../trunk-jpl/test/NightlyRun/test2008.m =================================================================== --- ../trunk-jpl/test/NightlyRun/test2008.m (revision 26808) +++ ../trunk-jpl/test/NightlyRun/test2008.m (revision 26809) @@ -2,7 +2,8 @@ %mesh earth: md=model; -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); +load ../Data/SlcTestMesh.mat; +md.mesh=SlcMesh; %700 km resolution mesh %Geometry for the bed, arbitrary thickness of 100: md.geometry.bed=zeros(md.mesh.numberofvertices,1); Index: ../trunk-jpl/test/NightlyRun/test2010.m =================================================================== --- ../trunk-jpl/test/NightlyRun/test2010.m (revision 26808) +++ ../trunk-jpl/test/NightlyRun/test2010.m (revision 26809) @@ -2,7 +2,8 @@ %mesh earth: md=model; -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); +load ../Data/SlcTestMesh.mat; +md.mesh=SlcMesh; %700 km resolution mesh %Geometry for the bed, arbitrary thickness of 100: md.geometry.bed=-ones(md.mesh.numberofvertices,1); Index: ../trunk-jpl/test/NightlyRun/test2011.m =================================================================== --- ../trunk-jpl/test/NightlyRun/test2011.m (revision 26808) +++ ../trunk-jpl/test/NightlyRun/test2011.m (revision 26809) @@ -2,7 +2,8 @@ %mesh earth: md=model; -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); +load ../Data/SlcTestMesh.mat; +md.mesh=SlcMesh; %700 km resolution mesh %Geometry for the bed, arbitrary thickness of 1000: md.geometry.bed=-ones(md.mesh.numberofvertices,1); Index: ../trunk-jpl/test/NightlyRun/test2012.m =================================================================== --- ../trunk-jpl/test/NightlyRun/test2012.m (revision 26808) +++ ../trunk-jpl/test/NightlyRun/test2012.m (revision 26809) @@ -2,7 +2,8 @@ %mesh earth: md=model; -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); +load ../Data/SlcTestMesh.mat; +md.mesh=SlcMesh; %700 km resolution mesh %Geometry for the bed, arbitrary thickness of 100: md.geometry.bed=zeros(md.mesh.numberofvertices,1); Index: ../trunk-jpl/test/NightlyRun/test2013.m =================================================================== --- ../trunk-jpl/test/NightlyRun/test2013.m (revision 26808) +++ ../trunk-jpl/test/NightlyRun/test2013.m (revision 26809) @@ -4,7 +4,8 @@ if any(step==1) %mesh earth: md=model; -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); +load ../Data/SlcTestMesh.mat; +md.mesh=SlcMesh; %700 km resolution mesh %Geometry for the bed, arbitrary thickness of 1000: md.geometry.bed=-ones(md.mesh.numberofvertices,1); Index: ../trunk-jpl/test/NightlyRun/test2021.m =================================================================== --- ../trunk-jpl/test/NightlyRun/test2021.m (revision 26808) +++ ../trunk-jpl/test/NightlyRun/test2021.m (revision 26809) @@ -3,7 +3,8 @@ % reference: Adhikari et al., 2016, GMD, https://doi.org/10.5194/gmd-9-1087-2016 md=model; -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); %700 km resolution mesh +load ../Data/SlcTestMesh.mat; +md.mesh=SlcMesh; %700 km resolution mesh % read in love numbers. love_numbers = lovenumbers('maxdeg',10000); Index: ../trunk-jpl/test/NightlyRun/test2090.m =================================================================== --- ../trunk-jpl/test/NightlyRun/test2090.m (revision 26808) +++ ../trunk-jpl/test/NightlyRun/test2090.m (revision 26809) @@ -2,7 +2,8 @@ %mesh earth: md=model; -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); +load ../Data/SlcTestMesh.mat; +md.mesh=SlcMesh; %700 km resolution mesh %Geometry for the bed, arbitrary thickness of 1000: md.geometry.bed=-ones(md.mesh.numberofvertices,1); Index: ../trunk-jpl/test/NightlyRun/test2101.m =================================================================== --- ../trunk-jpl/test/NightlyRun/test2101.m (revision 26808) +++ ../trunk-jpl/test/NightlyRun/test2101.m (revision 26809) @@ -3,7 +3,8 @@ %mesh earth: md=model; -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700); +load ../Data/SlcTestMesh.mat; +md.mesh=SlcMesh; %700 km resolution mesh % define load md.esa.deltathickness=zeros(md.mesh.numberofelements,1);