Skip to content

Commit

Permalink
Export center_space, face_space from CommonSpaces
Browse files Browse the repository at this point in the history
Closes #2101
  • Loading branch information
Sbozzolo committed Jan 24, 2025
1 parent 07a1c4f commit b5df136
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/CommonSpaces/CommonSpaces.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ export ExtrudedCubedSphereSpace,
SliceXZSpace,
RectangleXYSpace,
CellCenter,
CellFace
CellFace,
face_space,
center_space

import ClimaComms

Expand All @@ -31,6 +33,8 @@ import ..CommonGrids:
Box3DGrid,
SliceXZGrid,
RectangleXYGrid
import ..Spaces: face_space, center_space


"""
ExtrudedCubedSphereSpace(
Expand Down

0 comments on commit b5df136

Please sign in to comment.