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

Turn off unused MEKE ALPHA coeffs #214

Closed
alperaltuntas opened this issue Jan 2, 2025 · 1 comment
Closed

Turn off unused MEKE ALPHA coeffs #214

alperaltuntas opened this issue Jan 2, 2025 · 1 comment
Assignees

Comments

@alperaltuntas
Copy link
Member

needed for beta05. Assignee: @iangrooms

@iangrooms
Copy link
Collaborator

Since we're using the GEOMETRIC scheme for the GM & Redi coefficients, we do not need to compute several MEKE_ALPHA parameters that are used by the mixing-length version. These settings should turn off unused parameters without changing anything about what we're actually using:

MEKE_ALPHA_DEFORM = 0.0  
MEKE_ALPHA_RHINES = 0.0
MEKE_ALPHA_EADY = 1.0
MEKE_ALPHA_FRICT = 0.0
MEKE_ALPHA_GRID = 0.0

(Note that we are using MEKE_ALPHA_EADY and it is already correctly set to 1, but I included it here for completeness.)
@MFJansen pointed out to me that we had turned on the computation of several unused length scales. He also suggested that we set

MEKE_CT = 0

since it's unused in our current configuration.

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