source:
issm/oecreview/Archive/26740-27031/ISSM-26808-26809.diff
Last change on this file was 27032, checked in by , 3 years ago | |
---|---|
File size: 8.7 KB |
-
../trunk-jpl/test/NightlyRun/test2002.m
Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
2 2 3 3 %mesh earth: 4 4 md=model; 5 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); 5 load ../Data/SlcTestMesh.mat; 6 md.mesh=SlcMesh; %700 km resolution mesh 6 7 7 8 %Geometry for the bed, arbitrary thickness of 100: 8 9 md.geometry.bed=zeros(md.mesh.numberofvertices,1); -
../trunk-jpl/test/NightlyRun/test2003.m
3 3 4 4 %mesh earth: 5 5 md=model; 6 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); 6 load ../Data/SlcTestMesh.mat; 7 md.mesh=SlcMesh; %700 km resolution mesh 7 8 8 9 %Geometry for the bed, arbitrary thickness of 1000: 9 10 md.geometry.bed=-ones(md.mesh.numberofvertices,1); -
../trunk-jpl/test/NightlyRun/test2005.m
2 2 3 3 %mesh earth: 4 4 md=model; 5 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); 5 load ../Data/SlcTestMesh.mat; 6 md.mesh=SlcMesh; %700 km resolution mesh 6 7 7 8 %Geometry for the bed, arbitrary thickness of 100: 8 9 md.geometry.bed=zeros(md.mesh.numberofvertices,1); -
../trunk-jpl/test/NightlyRun/test2006.m
2 2 3 3 %mesh earth: 4 4 md=model; 5 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); 5 load ../Data/SlcTestMesh.mat; 6 md.mesh=SlcMesh; %700 km resolution mesh 6 7 7 8 %Geometry for the bed, arbitrary thickness of 100: 8 9 md.geometry.bed=zeros(md.mesh.numberofvertices,1); -
../trunk-jpl/test/NightlyRun/test2007.m
2 2 3 3 %mesh earth: 4 4 md=model; 5 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); 5 load ../Data/SlcTestMesh.mat; 6 md.mesh=SlcMesh; %700 km resolution mesh 6 7 7 8 %Geometry for the bed, arbitrary 8 9 md.geometry.bed=-ones(md.mesh.numberofvertices,1); -
../trunk-jpl/test/NightlyRun/test2008.m
2 2 3 3 %mesh earth: 4 4 md=model; 5 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); 5 load ../Data/SlcTestMesh.mat; 6 md.mesh=SlcMesh; %700 km resolution mesh 6 7 7 8 %Geometry for the bed, arbitrary thickness of 100: 8 9 md.geometry.bed=zeros(md.mesh.numberofvertices,1); -
../trunk-jpl/test/NightlyRun/test2010.m
2 2 3 3 %mesh earth: 4 4 md=model; 5 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); 5 load ../Data/SlcTestMesh.mat; 6 md.mesh=SlcMesh; %700 km resolution mesh 6 7 7 8 %Geometry for the bed, arbitrary thickness of 100: 8 9 md.geometry.bed=-ones(md.mesh.numberofvertices,1); -
../trunk-jpl/test/NightlyRun/test2011.m
2 2 3 3 %mesh earth: 4 4 md=model; 5 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); 5 load ../Data/SlcTestMesh.mat; 6 md.mesh=SlcMesh; %700 km resolution mesh 6 7 7 8 %Geometry for the bed, arbitrary thickness of 1000: 8 9 md.geometry.bed=-ones(md.mesh.numberofvertices,1); -
../trunk-jpl/test/NightlyRun/test2012.m
2 2 3 3 %mesh earth: 4 4 md=model; 5 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); 5 load ../Data/SlcTestMesh.mat; 6 md.mesh=SlcMesh; %700 km resolution mesh 6 7 7 8 %Geometry for the bed, arbitrary thickness of 100: 8 9 md.geometry.bed=zeros(md.mesh.numberofvertices,1); -
../trunk-jpl/test/NightlyRun/test2013.m
4 4 if any(step==1) 5 5 %mesh earth: 6 6 md=model; 7 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); 7 load ../Data/SlcTestMesh.mat; 8 md.mesh=SlcMesh; %700 km resolution mesh 8 9 9 10 %Geometry for the bed, arbitrary thickness of 1000: 10 11 md.geometry.bed=-ones(md.mesh.numberofvertices,1); -
../trunk-jpl/test/NightlyRun/test2021.m
3 3 % reference: Adhikari et al., 2016, GMD, https://doi.org/10.5194/gmd-9-1087-2016 4 4 5 5 md=model; 6 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); %700 km resolution mesh 6 load ../Data/SlcTestMesh.mat; 7 md.mesh=SlcMesh; %700 km resolution mesh 7 8 8 9 % read in love numbers. 9 10 love_numbers = lovenumbers('maxdeg',10000); -
../trunk-jpl/test/NightlyRun/test2090.m
2 2 3 3 %mesh earth: 4 4 md=model; 5 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); 5 load ../Data/SlcTestMesh.mat; 6 md.mesh=SlcMesh; %700 km resolution mesh 6 7 7 8 %Geometry for the bed, arbitrary thickness of 1000: 8 9 md.geometry.bed=-ones(md.mesh.numberofvertices,1); -
../trunk-jpl/test/NightlyRun/test2101.m
3 3 4 4 %mesh earth: 5 5 md=model; 6 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700); 6 load ../Data/SlcTestMesh.mat; 7 md.mesh=SlcMesh; %700 km resolution mesh 7 8 8 9 % define load 9 10 md.esa.deltathickness=zeros(md.mesh.numberofelements,1);
Note:
See TracBrowser
for help on using the repository browser.