-
Notifications
You must be signed in to change notification settings - Fork 9
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
3 component dss transform #1693
Conversation
792234d
to
083495f
Compare
392c1ef
to
8fd0a5d
Compare
cc @sriharshakandala there's an issue when running a GPU example (e.g. sphere baroclinic wave rhoe) with the updates here when tracking this branch in ClimaAtmos; the CPU cases run without issues. |
a46feb7
to
6f7ab8a
Compare
c6a6716
to
4365301
Compare
0b09015
to
fc14c3e
Compare
74b64f7
to
aec1fbf
Compare
c38d9f8
to
1c571c0
Compare
@dennisYatunin There are some soft-fails in |
Those are compilation-intensive unit tests that have been soft-failing for a while. The buildkite run looks good to me. |
3rd velocity component instead of treating it as a scalar variable modified: ext/cuda/topologies_dss.jl modified: src/Topologies/dss.jl modified: src/Topologies/dss_transform.jl modified: test/Spaces/terrain_warp.jl modified: test/Spaces/ddss1_cs.jl +format Remove dss-op on surface elevation horizontal gradient modified: src/Hypsography/Hypsography.jl
1c571c0
to
c3e5322
Compare
Currently, the dss_transform function treats the 3rd component of a
Covariant123Vector datatype as a scalar. This PR updates the metric index getter methods and the transform functions to apply the 3 component vector dss.