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

LETHY + BACK #213

Open
alperaltuntas opened this issue Jan 2, 2025 · 0 comments
Open

LETHY + BACK #213

alperaltuntas opened this issue Jan 2, 2025 · 0 comments
Assignees

Comments

@alperaltuntas
Copy link
Member

alperaltuntas commented Jan 2, 2025

@iangrooms noticed that the current implementation of Leith and Smagorinsky viscosity defines Delta on anisotropic grids as:

Delta**2 := 2 dx**2 dy**2 / (dx**2 + dy**2)

This approach leads to small viscosities in the equatorial band due to refined meridional resolution. Ian's Leith+E implementation (USE_LEITHY) defines Delta as Max{dx, dy}, ensuring the cascade arrests at the coarser grid scale. This alternative also smooths the Ah coefficient, leading to more reasonable viscosity values, particularly in the equatorial band.

We are currently testing using USE_LEITHY=True + LEITHY_CK=0.0 (without backscatter) + LEITH_BI_CONST = 75 as a replacement for LEITH_AH = True + LEITH_BI_CONST = 128.0.

We also noticed that enabling a Laplacian backscatter (LEITHY_CK=1.0) improves the Equatorial undercurrent, so we are now testing different values of LEITH_BI_CONST with this option.

For beta05, we will use LEITHY, either with or without backscatter.

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