We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d48eb2 commit 8a0afbeCopy full SHA for 8a0afbe
experiments/ClimaEarth/components/ocean/oceananigans.jl
@@ -53,7 +53,7 @@ function OceananigansSimulation(area_fraction, start_date, stop_date; output_dir
53
resolution_points = (360, 160, 32)
54
Nz = last(resolution_points)
55
depth = 4000 # meters
56
- z = CO.ExponentialCoordinate(Nz, -depth, 0; scale = 0.85 * depth)
+ z = OC.ExponentialCoordinate(Nz, -depth, 0; scale = 0.85 * depth)
57
58
# Regular LatLong because we know how to do interpolation there
59
0 commit comments