No response with 'run!(simulation)' #1537
Replies: 1 comment 1 reply
-
Hi @Zhendong-Hu does You can check the value of By default The 2D turbulence example shows how to use a simple For more details and features of the |
Beta Was this translation helpful? Give feedback.
-
using Oceananigans
grid = RegularRectilinearGrid(size=(100, 100, 50), extent=(2π, 2π, 1))
model = IncompressibleModel(grid=grid)
simulation = Simulation(model, Δt=60, stop_time=3600)
run!(simulation)
There isno response with 'run!(simulation)'.
Beta Was this translation helpful? Give feedback.
All reactions