Open
Description
Given that
using ClimaCore.CommonSpaces
space = CubedSphereSpace(;
radius = 10,
n_quad_points = 4,
h_elem = 10,
)
cop_space = deepcopy(space)
space == cop_space
# false (as expected, that's the point of deepcopying)
Fields defined on space
and cannot be mixed with Fields defined on cop_space
, even if the two spaces are identical (but not the same)