Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Shrinking" spherical shell #6114

Open
Minerallo opened this issue Oct 27, 2024 · 5 comments
Open

"Shrinking" spherical shell #6114

Minerallo opened this issue Oct 27, 2024 · 5 comments

Comments

@Minerallo
Copy link

Minerallo commented Oct 27, 2024

Hi everyone
I ran the cookbook spherical shell and enabled the free surface, the sphere starts to shrink as shown in the picture below.
The mesh seems quite unstable with 1 level of global refinement in this example, as shown in the video: https://youtu.be/P2cjp4ToBVw
This shrinking also happens for higher resolution models (~25km at the surface), but at a much slower rate ~50km over a period of 600 Myr. The mesh can be more stable by giving a constant level of refinement via the minimum and maximum refinement function over depth but the shrinking still occurs. Do you have any idea what could cause this "shrinkage" and how to fix it ?
thanks in advance !
cheers
Michael Pons
image
image
test_shrinking_example1.prm
also 2 levels of global refinement in this other example (https://youtu.be/b1IzhLPSi9w) which is equivalent to using the default parameters (for having tried).

@tjhei
Copy link
Member

tjhei commented Oct 27, 2024

The computation seem to repeatedly coarsen and refine the mesh. Can you turn off adaptive refinement to see what happens then?

@Minerallo
Copy link
Author

Minerallo commented Oct 28, 2024

Hi Timo,
thanks for your reply,
the shrinking still happens when the global level of refinement is set to 0 (video : https://youtu.be/rXHt5qS6Vww). The model crashed after 20Myr.
image

subsection Mesh refinement
  set Initial global refinement          = 0
end

If no parameters are set, the default parameters are used (which gives a global refinement of 2 : https://youtu.be/b1IzhLPSi9w).

@tjhei
Copy link
Member

tjhei commented Oct 28, 2024

@Minerallo
Copy link
Author

Oh yes, sorry, here is the initial model with global refinement 1 and time steps between mesh refinement 0 (https://youtu.be/xMQs2K0hdZ8).
image
Shrinkage still occurs, but is much less -60 km mean topography after 143 Myr following a progressive decrease. The negative temperature we get after 140 Myr might have some effect (?). I am not sure why this happens, but I could add an adabatic heating model or something else to prevent it ...

@Minerallo
Copy link
Author

@MFraters advised me to switch to the normal projection, I tried the normal projection instead and it seems to work https://youtu.be/PfKEuJMkuV8. The temperature also matches the initial boundary condition. I will run more tests. Thanks!image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants