We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Even though we still have the user-facing option to use a truncated GCM mesh:
we are currently enforcing a standard uniform grid,
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
The text was updated successfully, but these errors were encountered: