You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 0 padding of components# 1 padding of metric tensors# axfrom, axto# both exist: do standard conversion# space ax exists, in ax not exist: 0 pad# space ax not exists, in ax exists: propagate components without modifying 1# return Geometry.transform(Geometry.UVWAxis(), arg, local_geometry) # (from DSS logic)
u₁, v = Geometry.components(arg)
uw_vector = Geometry.project(
Geometry.UWAxis(),
Geometry.Covariant13Vector(u₁, zero(u₁)),
local_geometry,
)
u, w = Geometry.components(uw_vector)
return Geometry.UVWVector(u, v, w) * weight
Reproducer:
This is a reproducer that @dennisYatunin and I conjured up, which needs fixed for supporting FiniteDifferenceSpace simulations in ClimaAtmos.
cc @imreddyTeja
The text was updated successfully, but these errors were encountered: