Skip to content

Commit 40ca2a1

Browse files
committed
fix
1 parent b7fe15a commit 40ca2a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

experiments/ClimaEarth/components/ocean/oceananigans.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function OceananigansSimulation(
141141
end
142142

143143
"""
144-
_construct_remappers(grid, boundary_space)
144+
construct_remappers(grid, boundary_space)
145145
146146
Construct the remapper objects to go in both directions between the Oceananigans and Cubed sphere grids.
147147
Both objects contain a remapper object and relevant scratch space.
@@ -187,7 +187,7 @@ Arguments:
187187
Returns:
188188
- `remapper_oc_to_cc`: The remapper object to go from the Oceananigans grid to the Cubed sphere nodes.
189189
"""
190-
function _construct_remappers(grid, boundary_space)
190+
function construct_remappers(grid, boundary_space)
191191
## Remapper: Oceananigans `Center, Center` to Cubed sphere nodes
192192
# Get the Oceananigans coordinates and put them on CPU
193193
coords_oc = OceananigansXESMFExt.xesmf_coordinates(grid)

0 commit comments

Comments
 (0)