Skip to content

Commit

Permalink
Use CellCenter instead of Grids.CellCenter
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Feb 14, 2025
1 parent b34a3a9 commit d9957d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/CommonSpaces/unit_common_spaces.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ClimaComms.init(ClimaComms.context())
h_elem = 10,
n_quad_points = 4,
horizontal_layout_type = DataLayouts.IJHF,
staggering = Grids.CellCenter(),
staggering = CellCenter(),
)
grid = Spaces.grid(space)
@test grid isa Grids.ExtrudedFiniteDifferenceGrid
Expand All @@ -63,7 +63,7 @@ ClimaComms.init(ClimaComms.context())
h_elem = 10,
n_quad_points = 4,
hypsography_fun,
staggering = Grids.CellCenter(),
staggering = CellCenter(),
)
grid = Spaces.grid(space)
@test grid isa Grids.ExtrudedFiniteDifferenceGrid
Expand Down Expand Up @@ -103,7 +103,7 @@ ClimaComms.init(ClimaComms.context())
n_quad_points = 4,
x_elem = 3,
y_elem = 4,
staggering = Grids.CellCenter(),
staggering = CellCenter(),
)
grid = Spaces.grid(space)
@test grid isa Grids.ExtrudedFiniteDifferenceGrid
Expand All @@ -121,7 +121,7 @@ ClimaComms.init(ClimaComms.context())
periodic_x = false,
n_quad_points = 4,
x_elem = 4,
staggering = Grids.CellCenter(),
staggering = CellCenter(),
)
grid = Spaces.grid(space)
@test grid isa Grids.ExtrudedFiniteDifferenceGrid
Expand Down

0 comments on commit d9957d6

Please sign in to comment.