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

Anelastic cutoff issues in Urca sims #382

Open
biboyd opened this issue May 10, 2023 · 1 comment
Open

Anelastic cutoff issues in Urca sims #382

biboyd opened this issue May 10, 2023 · 1 comment

Comments

@biboyd
Copy link
Collaborator

biboyd commented May 10, 2023

There appears to be some sort of perturbation that arises at the anelastic_cutoff_density. This grows and starts to limit the timestepping if the interior convection is relatively slow. Example slices of the density perturbation and resulting velocity:
plt0000075_Slice_x_rhopert
plt0000075_Slice_x_magvel

The provided inputs and model file can replicate this for a 256^3
inputs_model.zip

I've tested this using pure MPI and MPI+OMP, with the same results.

@zingale
Copy link
Member

zingale commented May 12, 2023

this is also where the sponge is turning on, so I think there is a lot happening there. I can make it a bit better with:

maestro.use_linear_grav_in_beta0  = 1
maestro.use_delta_gamma1_term = 0

(the magvel drops by about 4x).

But I want to try fixing the different species_pred_types

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