Spaces.horizontal_space(ClimaCore.level(space, 1))
returns an extruded space
#2197
Labels
bug
Something isn't working
surface = ClimaCore.level(space, 1)
retains information about the full 3D grid it belongs to. As a result, whenSpaces.horizontal_space
is applied to it, it turns the full 3D grid, which is counter-intuitive.In addition, this means that it is impossible to extract the horizontal grid without accessing the internals and manually re-creating a new
SpectralElement2DSpace
The text was updated successfully, but these errors were encountered: