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
Current failure in the moist model https://buildkite.com/clima/climaatmos-target-gpu-simulations/builds/88#018af76a-8b21-411b-a348-5aa181011b5f/138-220
which is here:
ClimaAtmos.jl/src/prognostic_equations/vertical_diffusion_boundary_layer.jl
Lines 92 to 98 in 641cdeb
From what I can tell, the problem is that we have fields at two different levels (one at level 1, one at level half).
For now, I think the easiest option might be to simply get rid of the error. Hopefully we can address this properly as part of CliMA/ClimaCore.jl#1120
The text was updated successfully, but these errors were encountered:
I tried removing the check here: https://buildkite.com/clima/climaatmos-target-gpu-simulations/builds/89
Sorry, something went wrong.
This will be fixed by #2190 (successfully passed this line in this build: https://buildkite.com/clima/climaatmos-ci/builds/13566#018afcbf-a78e-49da-b017-18d0c705c4fa).
904aa59
Successfully merging a pull request may close this issue.
Current failure in the moist model
https://buildkite.com/clima/climaatmos-target-gpu-simulations/builds/88#018af76a-8b21-411b-a348-5aa181011b5f/138-220
which is here:
ClimaAtmos.jl/src/prognostic_equations/vertical_diffusion_boundary_layer.jl
Lines 92 to 98 in 641cdeb
From what I can tell, the problem is that we have fields at two different levels (one at level 1, one at level half).
For now, I think the easiest option might be to simply get rid of the error. Hopefully we can address this properly as part of CliMA/ClimaCore.jl#1120
The text was updated successfully, but these errors were encountered: