You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that when the overlying plate thickness is larger than slab, there is a area beneath slab near the trench is also defied as composition of overriding plate if I don't include mantle layer. In the following file code and figure, the trench is at x=2500km, so the anomaly area is x<2500 and x>slab and y above bottom of overlying plate. Anyone know how to adjust parameters?
Part of my .wb file is below:
{
"model":"oceanic plate", "name":"Overriding Plate", "max depth":100e3,
"coordinates":[[1500e3,2000e3],[1500e3,4000e3],[2500e3,4000e3],[2500e3,3000e3],[2500e3,2000e3]]
Make the subducting plate thicker so that it completely overlaps with the overriding plate below the slab, and then make a layer in the slab which overwrites the compositions and temperatures how you need them.
You could make mantle layers, and use them to overwrite those sections, but I would not recommend this method.
Let me know if this helps or if you have additional questions!
I found that when the overlying plate thickness is larger than slab, there is a area beneath slab near the trench is also defied as composition of overriding plate if I don't include mantle layer. In the following file code and figure, the trench is at x=2500km, so the anomaly area is x<2500 and x>slab and y above bottom of overlying plate. Anyone know how to adjust parameters?
Part of my .wb file is below:
{
"model":"oceanic plate", "name":"Overriding Plate", "max depth":100e3,
"coordinates":[[1500e3,2000e3],[1500e3,4000e3],[2500e3,4000e3],[2500e3,3000e3],[2500e3,2000e3]]
The text was updated successfully, but these errors were encountered: