[27032] | 1 | Index: ../trunk-jpl/test/Archives/Archive2002.arch
|
---|
| 2 | ===================================================================
|
---|
| 3 | Cannot display: file marked as a binary type.
|
---|
| 4 | svn:mime-type = application/octet-stream
|
---|
| 5 | Index: ../trunk-jpl/test/Archives/Archive2003.arch
|
---|
| 6 | ===================================================================
|
---|
| 7 | Cannot display: file marked as a binary type.
|
---|
| 8 | svn:mime-type = application/octet-stream
|
---|
| 9 | Index: ../trunk-jpl/test/Archives/Archive2005.arch
|
---|
| 10 | ===================================================================
|
---|
| 11 | Cannot display: file marked as a binary type.
|
---|
| 12 | svn:mime-type = application/octet-stream
|
---|
| 13 | Index: ../trunk-jpl/test/Archives/Archive2007.arch
|
---|
| 14 | ===================================================================
|
---|
| 15 | Cannot display: file marked as a binary type.
|
---|
| 16 | svn:mime-type = application/octet-stream
|
---|
| 17 | Index: ../trunk-jpl/test/Archives/Archive2008.arch
|
---|
| 18 | ===================================================================
|
---|
| 19 | Cannot display: file marked as a binary type.
|
---|
| 20 | svn:mime-type = application/octet-stream
|
---|
| 21 | Index: ../trunk-jpl/test/Archives/Archive2010.arch
|
---|
| 22 | ===================================================================
|
---|
| 23 | Cannot display: file marked as a binary type.
|
---|
| 24 | svn:mime-type = application/octet-stream
|
---|
| 25 | Index: ../trunk-jpl/test/Archives/Archive2011.arch
|
---|
| 26 | ===================================================================
|
---|
| 27 | Cannot display: file marked as a binary type.
|
---|
| 28 | svn:mime-type = application/octet-stream
|
---|
| 29 | Index: ../trunk-jpl/test/Archives/Archive2021.arch
|
---|
| 30 | ===================================================================
|
---|
| 31 | Cannot display: file marked as a binary type.
|
---|
| 32 | svn:mime-type = application/octet-stream
|
---|
| 33 | Index: ../trunk-jpl/test/Archives/Archive2090.arch
|
---|
| 34 | ===================================================================
|
---|
| 35 | Cannot display: file marked as a binary type.
|
---|
| 36 | svn:mime-type = application/octet-stream
|
---|
| 37 | Index: ../trunk-jpl/test/Archives/Archive2101.arch
|
---|
| 38 | ===================================================================
|
---|
| 39 | Cannot display: file marked as a binary type.
|
---|
| 40 | svn:mime-type = application/octet-stream
|
---|
| 41 | Index: ../trunk-jpl/test/NightlyRun/test2002.m
|
---|
| 42 | ===================================================================
|
---|
| 43 | --- ../trunk-jpl/test/NightlyRun/test2002.m (revision 26808)
|
---|
| 44 | +++ ../trunk-jpl/test/NightlyRun/test2002.m (revision 26809)
|
---|
| 45 | @@ -2,7 +2,8 @@
|
---|
| 46 |
|
---|
| 47 | %mesh earth:
|
---|
| 48 | md=model;
|
---|
| 49 | -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
|
---|
| 50 | +load ../Data/SlcTestMesh.mat;
|
---|
| 51 | +md.mesh=SlcMesh; %700 km resolution mesh
|
---|
| 52 |
|
---|
| 53 | %Geometry for the bed, arbitrary thickness of 100:
|
---|
| 54 | md.geometry.bed=zeros(md.mesh.numberofvertices,1);
|
---|
| 55 | Index: ../trunk-jpl/test/NightlyRun/test2003.m
|
---|
| 56 | ===================================================================
|
---|
| 57 | --- ../trunk-jpl/test/NightlyRun/test2003.m (revision 26808)
|
---|
| 58 | +++ ../trunk-jpl/test/NightlyRun/test2003.m (revision 26809)
|
---|
| 59 | @@ -3,7 +3,8 @@
|
---|
| 60 |
|
---|
| 61 | %mesh earth:
|
---|
| 62 | md=model;
|
---|
| 63 | -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
|
---|
| 64 | +load ../Data/SlcTestMesh.mat;
|
---|
| 65 | +md.mesh=SlcMesh; %700 km resolution mesh
|
---|
| 66 |
|
---|
| 67 | %Geometry for the bed, arbitrary thickness of 1000:
|
---|
| 68 | md.geometry.bed=-ones(md.mesh.numberofvertices,1);
|
---|
| 69 | Index: ../trunk-jpl/test/NightlyRun/test2005.m
|
---|
| 70 | ===================================================================
|
---|
| 71 | --- ../trunk-jpl/test/NightlyRun/test2005.m (revision 26808)
|
---|
| 72 | +++ ../trunk-jpl/test/NightlyRun/test2005.m (revision 26809)
|
---|
| 73 | @@ -2,7 +2,8 @@
|
---|
| 74 |
|
---|
| 75 | %mesh earth:
|
---|
| 76 | md=model;
|
---|
| 77 | -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
|
---|
| 78 | +load ../Data/SlcTestMesh.mat;
|
---|
| 79 | +md.mesh=SlcMesh; %700 km resolution mesh
|
---|
| 80 |
|
---|
| 81 | %Geometry for the bed, arbitrary thickness of 100:
|
---|
| 82 | md.geometry.bed=zeros(md.mesh.numberofvertices,1);
|
---|
| 83 | Index: ../trunk-jpl/test/NightlyRun/test2006.m
|
---|
| 84 | ===================================================================
|
---|
| 85 | --- ../trunk-jpl/test/NightlyRun/test2006.m (revision 26808)
|
---|
| 86 | +++ ../trunk-jpl/test/NightlyRun/test2006.m (revision 26809)
|
---|
| 87 | @@ -2,7 +2,8 @@
|
---|
| 88 |
|
---|
| 89 | %mesh earth:
|
---|
| 90 | md=model;
|
---|
| 91 | -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
|
---|
| 92 | +load ../Data/SlcTestMesh.mat;
|
---|
| 93 | +md.mesh=SlcMesh; %700 km resolution mesh
|
---|
| 94 |
|
---|
| 95 | %Geometry for the bed, arbitrary thickness of 100:
|
---|
| 96 | md.geometry.bed=zeros(md.mesh.numberofvertices,1);
|
---|
| 97 | Index: ../trunk-jpl/test/NightlyRun/test2007.m
|
---|
| 98 | ===================================================================
|
---|
| 99 | --- ../trunk-jpl/test/NightlyRun/test2007.m (revision 26808)
|
---|
| 100 | +++ ../trunk-jpl/test/NightlyRun/test2007.m (revision 26809)
|
---|
| 101 | @@ -2,7 +2,8 @@
|
---|
| 102 |
|
---|
| 103 | %mesh earth:
|
---|
| 104 | md=model;
|
---|
| 105 | -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
|
---|
| 106 | +load ../Data/SlcTestMesh.mat;
|
---|
| 107 | +md.mesh=SlcMesh; %700 km resolution mesh
|
---|
| 108 |
|
---|
| 109 | %Geometry for the bed, arbitrary
|
---|
| 110 | md.geometry.bed=-ones(md.mesh.numberofvertices,1);
|
---|
| 111 | Index: ../trunk-jpl/test/NightlyRun/test2008.m
|
---|
| 112 | ===================================================================
|
---|
| 113 | --- ../trunk-jpl/test/NightlyRun/test2008.m (revision 26808)
|
---|
| 114 | +++ ../trunk-jpl/test/NightlyRun/test2008.m (revision 26809)
|
---|
| 115 | @@ -2,7 +2,8 @@
|
---|
| 116 |
|
---|
| 117 | %mesh earth:
|
---|
| 118 | md=model;
|
---|
| 119 | -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
|
---|
| 120 | +load ../Data/SlcTestMesh.mat;
|
---|
| 121 | +md.mesh=SlcMesh; %700 km resolution mesh
|
---|
| 122 |
|
---|
| 123 | %Geometry for the bed, arbitrary thickness of 100:
|
---|
| 124 | md.geometry.bed=zeros(md.mesh.numberofvertices,1);
|
---|
| 125 | Index: ../trunk-jpl/test/NightlyRun/test2010.m
|
---|
| 126 | ===================================================================
|
---|
| 127 | --- ../trunk-jpl/test/NightlyRun/test2010.m (revision 26808)
|
---|
| 128 | +++ ../trunk-jpl/test/NightlyRun/test2010.m (revision 26809)
|
---|
| 129 | @@ -2,7 +2,8 @@
|
---|
| 130 |
|
---|
| 131 | %mesh earth:
|
---|
| 132 | md=model;
|
---|
| 133 | -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
|
---|
| 134 | +load ../Data/SlcTestMesh.mat;
|
---|
| 135 | +md.mesh=SlcMesh; %700 km resolution mesh
|
---|
| 136 |
|
---|
| 137 | %Geometry for the bed, arbitrary thickness of 100:
|
---|
| 138 | md.geometry.bed=-ones(md.mesh.numberofvertices,1);
|
---|
| 139 | Index: ../trunk-jpl/test/NightlyRun/test2011.m
|
---|
| 140 | ===================================================================
|
---|
| 141 | --- ../trunk-jpl/test/NightlyRun/test2011.m (revision 26808)
|
---|
| 142 | +++ ../trunk-jpl/test/NightlyRun/test2011.m (revision 26809)
|
---|
| 143 | @@ -2,7 +2,8 @@
|
---|
| 144 |
|
---|
| 145 | %mesh earth:
|
---|
| 146 | md=model;
|
---|
| 147 | -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
|
---|
| 148 | +load ../Data/SlcTestMesh.mat;
|
---|
| 149 | +md.mesh=SlcMesh; %700 km resolution mesh
|
---|
| 150 |
|
---|
| 151 | %Geometry for the bed, arbitrary thickness of 1000:
|
---|
| 152 | md.geometry.bed=-ones(md.mesh.numberofvertices,1);
|
---|
| 153 | Index: ../trunk-jpl/test/NightlyRun/test2012.m
|
---|
| 154 | ===================================================================
|
---|
| 155 | --- ../trunk-jpl/test/NightlyRun/test2012.m (revision 26808)
|
---|
| 156 | +++ ../trunk-jpl/test/NightlyRun/test2012.m (revision 26809)
|
---|
| 157 | @@ -2,7 +2,8 @@
|
---|
| 158 |
|
---|
| 159 | %mesh earth:
|
---|
| 160 | md=model;
|
---|
| 161 | -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
|
---|
| 162 | +load ../Data/SlcTestMesh.mat;
|
---|
| 163 | +md.mesh=SlcMesh; %700 km resolution mesh
|
---|
| 164 |
|
---|
| 165 | %Geometry for the bed, arbitrary thickness of 100:
|
---|
| 166 | md.geometry.bed=zeros(md.mesh.numberofvertices,1);
|
---|
| 167 | Index: ../trunk-jpl/test/NightlyRun/test2013.m
|
---|
| 168 | ===================================================================
|
---|
| 169 | --- ../trunk-jpl/test/NightlyRun/test2013.m (revision 26808)
|
---|
| 170 | +++ ../trunk-jpl/test/NightlyRun/test2013.m (revision 26809)
|
---|
| 171 | @@ -4,7 +4,8 @@
|
---|
| 172 | if any(step==1)
|
---|
| 173 | %mesh earth:
|
---|
| 174 | md=model;
|
---|
| 175 | -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
|
---|
| 176 | +load ../Data/SlcTestMesh.mat;
|
---|
| 177 | +md.mesh=SlcMesh; %700 km resolution mesh
|
---|
| 178 |
|
---|
| 179 | %Geometry for the bed, arbitrary thickness of 1000:
|
---|
| 180 | md.geometry.bed=-ones(md.mesh.numberofvertices,1);
|
---|
| 181 | Index: ../trunk-jpl/test/NightlyRun/test2021.m
|
---|
| 182 | ===================================================================
|
---|
| 183 | --- ../trunk-jpl/test/NightlyRun/test2021.m (revision 26808)
|
---|
| 184 | +++ ../trunk-jpl/test/NightlyRun/test2021.m (revision 26809)
|
---|
| 185 | @@ -3,7 +3,8 @@
|
---|
| 186 | % reference: Adhikari et al., 2016, GMD, https://doi.org/10.5194/gmd-9-1087-2016
|
---|
| 187 |
|
---|
| 188 | md=model;
|
---|
| 189 | -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.); %700 km resolution mesh
|
---|
| 190 | +load ../Data/SlcTestMesh.mat;
|
---|
| 191 | +md.mesh=SlcMesh; %700 km resolution mesh
|
---|
| 192 |
|
---|
| 193 | % read in love numbers.
|
---|
| 194 | love_numbers = lovenumbers('maxdeg',10000);
|
---|
| 195 | Index: ../trunk-jpl/test/NightlyRun/test2090.m
|
---|
| 196 | ===================================================================
|
---|
| 197 | --- ../trunk-jpl/test/NightlyRun/test2090.m (revision 26808)
|
---|
| 198 | +++ ../trunk-jpl/test/NightlyRun/test2090.m (revision 26809)
|
---|
| 199 | @@ -2,7 +2,8 @@
|
---|
| 200 |
|
---|
| 201 | %mesh earth:
|
---|
| 202 | md=model;
|
---|
| 203 | -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700.);
|
---|
| 204 | +load ../Data/SlcTestMesh.mat;
|
---|
| 205 | +md.mesh=SlcMesh; %700 km resolution mesh
|
---|
| 206 |
|
---|
| 207 | %Geometry for the bed, arbitrary thickness of 1000:
|
---|
| 208 | md.geometry.bed=-ones(md.mesh.numberofvertices,1);
|
---|
| 209 | Index: ../trunk-jpl/test/NightlyRun/test2101.m
|
---|
| 210 | ===================================================================
|
---|
| 211 | --- ../trunk-jpl/test/NightlyRun/test2101.m (revision 26808)
|
---|
| 212 | +++ ../trunk-jpl/test/NightlyRun/test2101.m (revision 26809)
|
---|
| 213 | @@ -3,7 +3,8 @@
|
---|
| 214 |
|
---|
| 215 | %mesh earth:
|
---|
| 216 | md=model;
|
---|
| 217 | -md.mesh=gmshplanet('radius',6.371012*10^3,'resolution',700);
|
---|
| 218 | +load ../Data/SlcTestMesh.mat;
|
---|
| 219 | +md.mesh=SlcMesh; %700 km resolution mesh
|
---|
| 220 |
|
---|
| 221 | % define load
|
---|
| 222 | md.esa.deltathickness=zeros(md.mesh.numberofelements,1);
|
---|