Skip to content

Commit f5606bb

Browse files
authored
Merge pull request #1444 from CliMA/js/exp
get ExponentialCoordinate from Oceananigans
2 parents 0d48eb2 + 8a0afbe commit f5606bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/ClimaEarth/components/ocean/oceananigans.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function OceananigansSimulation(area_fraction, start_date, stop_date; output_dir
5353
resolution_points = (360, 160, 32)
5454
Nz = last(resolution_points)
5555
depth = 4000 # meters
56-
z = CO.ExponentialCoordinate(Nz, -depth, 0; scale = 0.85 * depth)
56+
z = OC.ExponentialCoordinate(Nz, -depth, 0; scale = 0.85 * depth)
5757

5858
# Regular LatLong because we know how to do interpolation there
5959

0 commit comments

Comments
 (0)