CliMA/OceanParameterizations.jl

Change RegularCartesianGrid to RegularRectilinearGrid

Closed this issue · 1 comments

Breaking change in Oceananigans.jl v0.50.0 to change RegularCartesianGrid to RegularRectilinearGrid

grid = RegularCartesianGrid(topology=topo, size=(1, 1, Nz), extent=(1, 1, Lz))

I think this has been done in one of your PRs so I'll close this issue.