source: issm/oecreview/Archive/26740-27031/ISSM-26808-26809.diff@ 27032

Last change on this file since 27032 was 27032, checked in by Mathieu Morlighem, 3 years ago

CHG: added 26740-27031

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
     
    22
    33%mesh earth:
    44md=model;
    5 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
     5load ../Data/SlcTestMesh.mat;
     6md.mesh=SlcMesh; %700 km resolution mesh
    67
    78%Geometry for the bed, arbitrary thickness of 100:
    89md.geometry.bed=zeros(md.mesh.numberofvertices,1);
  • ../trunk-jpl/test/NightlyRun/test2003.m

     
    33
    44%mesh earth:
    55md=model;
    6 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
     6load ../Data/SlcTestMesh.mat;
     7md.mesh=SlcMesh; %700 km resolution mesh
    78
    89%Geometry for the bed, arbitrary thickness of 1000:
    910md.geometry.bed=-ones(md.mesh.numberofvertices,1);
  • ../trunk-jpl/test/NightlyRun/test2005.m

     
    22
    33%mesh earth:
    44md=model;
    5 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
     5load ../Data/SlcTestMesh.mat;
     6md.mesh=SlcMesh; %700 km resolution mesh
    67
    78%Geometry for the bed, arbitrary thickness of 100:
    89md.geometry.bed=zeros(md.mesh.numberofvertices,1);
  • ../trunk-jpl/test/NightlyRun/test2006.m

     
    22
    33%mesh earth:
    44md=model;
    5 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
     5load ../Data/SlcTestMesh.mat;
     6md.mesh=SlcMesh; %700 km resolution mesh
    67
    78%Geometry for the bed, arbitrary thickness of 100:
    89md.geometry.bed=zeros(md.mesh.numberofvertices,1);
  • ../trunk-jpl/test/NightlyRun/test2007.m

     
    22
    33%mesh earth:
    44md=model;
    5 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
     5load ../Data/SlcTestMesh.mat;
     6md.mesh=SlcMesh; %700 km resolution mesh
    67
    78%Geometry for the bed, arbitrary
    89md.geometry.bed=-ones(md.mesh.numberofvertices,1);
  • ../trunk-jpl/test/NightlyRun/test2008.m

     
    22
    33%mesh earth:
    44md=model;
    5 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
     5load ../Data/SlcTestMesh.mat;
     6md.mesh=SlcMesh; %700 km resolution mesh
    67
    78%Geometry for the bed, arbitrary thickness of 100:
    89md.geometry.bed=zeros(md.mesh.numberofvertices,1);
  • ../trunk-jpl/test/NightlyRun/test2010.m

     
    22
    33%mesh earth:
    44md=model;
    5 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
     5load ../Data/SlcTestMesh.mat;
     6md.mesh=SlcMesh; %700 km resolution mesh
    67
    78%Geometry for the bed, arbitrary thickness of 100:
    89md.geometry.bed=-ones(md.mesh.numberofvertices,1);
  • ../trunk-jpl/test/NightlyRun/test2011.m

     
    22
    33%mesh earth:
    44md=model;
    5 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
     5load ../Data/SlcTestMesh.mat;
     6md.mesh=SlcMesh; %700 km resolution mesh
    67
    78%Geometry for the bed, arbitrary thickness of 1000:
    89md.geometry.bed=-ones(md.mesh.numberofvertices,1);
  • ../trunk-jpl/test/NightlyRun/test2012.m

     
    22
    33%mesh earth:
    44md=model;
    5 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
     5load ../Data/SlcTestMesh.mat;
     6md.mesh=SlcMesh; %700 km resolution mesh
    67
    78%Geometry for the bed, arbitrary thickness of 100:
    89md.geometry.bed=zeros(md.mesh.numberofvertices,1);
  • ../trunk-jpl/test/NightlyRun/test2013.m

     
    44if any(step==1)
    55%mesh earth:
    66md=model;
    7 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
     7load ../Data/SlcTestMesh.mat;
     8md.mesh=SlcMesh; %700 km resolution mesh
    89
    910%Geometry for the bed, arbitrary thickness of 1000:
    1011md.geometry.bed=-ones(md.mesh.numberofvertices,1);
  • ../trunk-jpl/test/NightlyRun/test2021.m

     
    33% reference: Adhikari et al., 2016, GMD, https://doi.org/10.5194/gmd-9-1087-2016
    44
    55md=model;
    6 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); %700 km resolution mesh
     6load ../Data/SlcTestMesh.mat;
     7md.mesh=SlcMesh; %700 km resolution mesh
    78
    89% read in love numbers.
    910love_numbers = lovenumbers('maxdeg',10000);
  • ../trunk-jpl/test/NightlyRun/test2090.m

     
    22
    33%mesh earth:
    44md=model;
    5 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
     5load ../Data/SlcTestMesh.mat;
     6md.mesh=SlcMesh; %700 km resolution mesh
    67
    78%Geometry for the bed, arbitrary thickness of 1000:
    89md.geometry.bed=-ones(md.mesh.numberofvertices,1);
  • ../trunk-jpl/test/NightlyRun/test2101.m

     
    33
    44%mesh earth:
    55md=model;
    6 md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700);
     6load ../Data/SlcTestMesh.mat;
     7md.mesh=SlcMesh; %700 km resolution mesh
    78
    89% define load
    910md.esa.deltathickness=zeros(md.mesh.numberofelements,1);
Note: See TracBrowser for help on using the repository browser.