Skip to content

Commit

Permalink
Add test.
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakandala committed Jan 9, 2025
1 parent 53d212d commit 8a2ded7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/Spaces/high_res_space.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import ClimaCore
center_space = ClimaCore.CommonSpaces.ExtrudedCubedSphereSpace(
Float32;
radius = 1.0,
h_elem = 105,
z_elem = 10,
z_min = 1.0,
z_max = 2.0,
n_quad_points = 4,
staggering = ClimaCore.Grids.CellCenter(),
)

0 comments on commit 8a2ded7

Please sign in to comment.