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

Truncated_GCM_mesh currently not supported #1226

Open
ilopezgp opened this issue Jul 15, 2022 · 0 comments
Open

Truncated_GCM_mesh currently not supported #1226

ilopezgp opened this issue Jul 15, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@ilopezgp
Copy link
Contributor

Even though we still have the user-facing option to use a truncated GCM mesh:

truncated_gcm_mesh = TC.parse_namelist(namelist, "grid", "stretch", "flag"; default = false)

we are currently enforcing a standard uniform grid,

z₀, z₁ = FT(0), FT(nz * Δz)
z_stretch = CC.Meshes.Uniform()
return (; z_stretch, z_max = z₁, z_elem = nz)

We should revert/fix this behavior to the version we have in the theta-var branch,

https://github.com/CliMA/TurbulenceConvection.jl/blob/theta-var/driver/main.jl#L269

@ilopezgp ilopezgp added the bug Something isn't working label Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant