File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
experiments/ClimaEarth/components/ocean Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ function OceananigansSimulation(
141141end
142142
143143"""
144- _construct_remappers (grid, boundary_space)
144+ construct_remappers (grid, boundary_space)
145145
146146Construct the remapper objects to go in both directions between the Oceananigans and Cubed sphere grids.
147147Both objects contain a remapper object and relevant scratch space.
@@ -187,7 +187,7 @@ Arguments:
187187Returns:
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)
You can’t perform that action at this time.
0 commit comments