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

A talk for subduction model #6071

Open
3Faker3 opened this issue Oct 11, 2024 · 2 comments
Open

A talk for subduction model #6071

3Faker3 opened this issue Oct 11, 2024 · 2 comments

Comments

@3Faker3
Copy link

3Faker3 commented Oct 11, 2024

Hi everyone,

I am trying to run a subduction model but have been facing some difficulties. Despite changing various parameters like the solver settings, discretization, mesh refinement, compositional fields, initial composition and temperature model, boundary velocity (both free subduction and fixed velocity), visco-plastic parameters, and everything else I could think of, the model still fails and stops at step 1.

For a successful subduction model run, what are the critical aspects I should focus on? What could I be missing? I also noticed that someone mentioned this earlier.#1828

I would appreciate any guidance you can provide. Thank you in advance!

(version:2.6.0 pre deal.ii: 9.5.2)
The uploaded zip file contains all the required files.

subdutcion.zip

@gassmoeller
Copy link
Member

Hi @3Faker3,
Your model stops at a curious point, since it looks like it is stopping before even starting the timestep. I also do not see anything obviously wrong in your parameter file. Do you have any error message on screen? Also please rerun the model in debug mode, it is generally advisable to start a new model in debug mode first, because it will often give you much more detailed error messages (see here.

Generally in cases like yours we recommend to start from a simple model that is already in ASPECT, make sure that runs properly, and then step-by-step modify the model in the direction you want to go. So after every modification (change of material model, introduction of compositions, setting initial temperature ,...) you can check if the model still works. You could start from this cookbook for example and then modify it step-by-step towards your intended setup. Or if you want to start from a very simple case, use this one.

Hope that helps.

@3Faker3
Copy link
Author

3Faker3 commented Oct 11, 2024

Hi @3Faker3, Your model stops at a curious point, since it looks like it is stopping before even starting the timestep. I also do not see anything obviously wrong in your parameter file. Do you have any error message on screen? Also please rerun the model in debug mode, it is generally advisable to start a new model in debug mode first, because it will often give you much more detailed error messages (see here.

Generally in cases like yours we recommend to start from a simple model that is already in ASPECT, make sure that runs properly, and then step-by-step modify the model in the direction you want to go. So after every modification (change of material model, introduction of compositions, setting initial temperature ,...) you can check if the model still works. You could start from this cookbook for example and then modify it step-by-step towards your intended setup. Or if you want to start from a very simple case, use this one.

Hope that helps.
hi,
Thank you first. The log.txt contains all the screen output, and the two cookbooks you mentioned have successfully run on my supercomputer. I am so confused that I still can't figure out what is wrong.

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