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

Add option to use a more efficient tridiagonal solver for T & S in diabatic_ALE #192

Open
gustavo-marques opened this issue Jul 23, 2021 · 0 comments
Assignees

Comments

@gustavo-marques
Copy link
Collaborator

Subroutine diabatic_ALE, which is what CESM/MOM6 uses, does not have the option to change T and S using the more efficient tridiagonal solver (triDiagTS_Eulerian). The current approach is to have two calls to tracer_vertdiff_Eulerian, one for T and one for S. Adding the option to use the more efficient solver triDiagTS_Eulerian might improve the throughput.

@gustavo-marques gustavo-marques self-assigned this Jul 23, 2021
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

1 participant