No subduction when running "Mantle convection with continents in an annulus" cookbook

Hi everyone (maybe especially Cedric),

I ran into issue when trying to run the prm file come with the “Mantle convection with continents in an annulus” cookbook. The slabs in my model cannot be subducted and all end up diffusing away. It looks very different from Fig. 149 in the manual.

We are using ASPECT 2.6.0-pre with deal.II 9.6.0. We appreciate any thoughts or suggestions about what may cause this issue.

Thanks in advance,
Lucy

Hi,
interesting. Did you change the resolution?
I have an MSc student starting this week, I’ll ask him to run this cookbook tomorrow.
More soon.

Hi Cedric,

Thanks for the response! We tried the original AMR setting in the cookbook and the uniform gird with a global refinement level of 8. No subduction occurred in either case. Very looking forward to what your student model results will look like.

Lucy

Hi Lucy (and Cedric),

Looking at the commit history for the cookbook prm, here are the key changes that have occurred:

  1. Switching from fields to particles for tracking materials
  2. Switching from the AMG to GMG solver and turning on averaging (harmonic) over the entire element.
  3. Minor updates to the particle section of the PRM file.

My guess is the change in behavior occurred in the commit that added the first two changes.

Lucy, can you try the following?:

  1. Switching back to AMG (use set Stokes solver type = block AMG)
  2. Turning off averaging across the element (use set Material averaging = none)
  3. Switch back to using fields instead of particles (remove all lines related to particles).

Cheers,
John

hi,
we just ran the prm, and agree with your conclusions. Long story short, Erik van der Wiel, who built the prm & wb files actually had a few additional cold blocks in the mantle to kickstart things. During the last hackathon, I had to rewrite his wb from scratch (new wb version) and omitted the blocks. I now suspect that these are necessary (even more than the prescribed slabs?) to get the model running…

John,

Thanks for the suggestions! We tried to rerun our model following you first two suggestions and the result does not change. The slabs still diffused instead of getting subducted.

Cedric,

Thank you so much for being willing to share these insights with us! We are trying to increase the length of the initial slabs to see if we can kick off subduction without having the cold blocks. We will reply to this thread about our progresses.

Best,
Lucy

Hi Cedric,

We tried to run models with the similar setup as the picture that you posted but subduction still has not been initiated successfully. We took a closer look at the video in the supplementary information of van der Wiel et al. (2024) and change the position of the cold blocks according (Fig. 1B). This time, one slab got subducted in ~200 Ma but the slab get detached in ~ 300 Ma (Fig. 2).

Figure 1:

Figure 2:

We understand that GeodynamicWorldBuilder has been updated so the original wb files no longer work, but would it be possible for us to have one of those original wb files so we could check what would be the initial setting to initiate subductions?

Other than the initial setting, we are also wondering if the material parameters used in the cookbook prm is identical to the prm file used in the original study. We noticed that the material parameters of the “background” are sometimes set to the “1_mantle” values, and sometimes to the “continent” values. We are curious if values chosen for the “background” would affect the behaviors of the model.

subsection Visco Plastic
    set Stress exponents for dislocation creep    =  background:1        ,  1_mantle: 3       | 3        | 1         ,  3_continent:       1
    set Activation energies for dislocation creep =  background:540e3    ,  1_mantle: 500e3   | 500e3    | 530e3     ,  3_continent:   540e3
    set Activation volumes for dislocation creep  =  background:18e-6    ,  1_mantle: 1.3e-5  | 1.3e-5   | 1.3e-5    ,  3_continent:   18e-6
    set Prefactors for diffusion creep            =  background:6e-18    ,  1_mantle: 6e-17   | 9e-17    | 1e-18     ,  3_continent:   6e-20
    set Grain size exponents for diffusion creep  =  background:1        ,  1_mantle: 1       | 1        | 3         ,  3_continent:       1
    set Activation energies for diffusion creep   =  background:166e3    ,  1_mantle: 150e3   | 155e3    | 150e3     ,  3_continent:   166e3
    set Activation volumes for diffusion creep    =  background:6.34e-7  ,  1_mantle: 6.34e-7 | 14.34e-7 | 12.34e-7  ,  3_continent: 6.34e-7
    set Densities                                 =  background:3300     ,  1_mantle: 3300    | 3500     | 3800      ,  3_continent:    2900
    set Angles of internal friction                =   1.43373998 , 1.43373998  , 30
    set Cohesions                                  =   7e6        , 4e6,1e7
  end

Best,
Lucy