|
| 1 | +// This is a test for the plume feature in spherical geometry. |
| 2 | +// It checks if the plume has the right geometry in terms of its temperature |
| 3 | +// and composition, which are uniform within the plume, with the composition |
| 4 | +// having two layers. |
| 5 | +// Specifically, the plume changes the location of its center axis going in a |
| 6 | +// clockwise circle a bit more than half way on the way down and it |
| 7 | +// increases in radius with depth. Its cross section is slightly elongated in |
| 8 | +// the same direction the center axis is curved, but the eccentricity stays |
| 9 | +// the same. |
| 10 | +{ |
| 11 | + "version":"1.1", |
| 12 | + "coordinate system":{"model":"spherical", "depth method":"starting point"}, |
| 13 | + "maximum distance between coordinates":0.01, |
| 14 | + //"thermal expansion coefficient":0, |
| 15 | + "features": |
| 16 | + [ |
| 17 | + {"model":"oceanic plate", |
| 18 | + "name":"oceanic plate A", "min depth":-1e3, |
| 19 | + "coordinates":[[-1, 51],[51,51],[51,-1],[-1,-1]], |
| 20 | + "velocity models":[{"model":"euler pole","euler pole":[25,25],"angular velocity":0.1}], |
| 21 | + "composition models":[{"model":"uniform", "compositions":[0], "fractions":[1]}] |
| 22 | + }, |
| 23 | + {"model":"oceanic plate", |
| 24 | + "name":"oceanic plate B", "min depth":-1e3, |
| 25 | + "coordinates":[[-1, -51],[51,-51],[51,-1],[-1,-1]], |
| 26 | + "velocity models":[{"model":"euler pole","euler pole":[25,-25],"angular velocity":-0.05}], |
| 27 | + "composition models":[{"model":"uniform", "compositions":[1], "fractions":[1]}] |
| 28 | + }, |
| 29 | + {"model":"continental plate", |
| 30 | + "name":"continental plate A", "min depth":-1e3, |
| 31 | + "coordinates":[[-51, 51],[-1,51],[-1,-1],[-51,-1]], |
| 32 | + "velocity models":[{"model":"euler pole","euler pole":[-25,25],"angular velocity":0.1}], |
| 33 | + "composition models":[{"model":"uniform", "compositions":[2], "fractions":[1]}] |
| 34 | + }, |
| 35 | + {"model":"mantle layer", |
| 36 | + "name":"continental plate A", "min depth":-1e3, |
| 37 | + "coordinates":[[-51, -51],[-1,-51],[-1,-1],[-51,-1]], |
| 38 | + "velocity models":[{"model":"euler pole","euler pole":[-25,-25],"angular velocity":0.1}], |
| 39 | + "composition models":[{"model":"uniform", "compositions":[3], "fractions":[1]}] |
| 40 | + } |
| 41 | + ] |
| 42 | +} |
0 commit comments