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 5b34320 commit c2b4fcdCopy full SHA for c2b4fcd
test/test_zstar_coordinate.jl
@@ -290,7 +290,7 @@ function make_tripolar_test_model(arch; with_wind = false)
290
291
# Instead of initializing with random velocities, infer them from a random initial streamfunction
292
# to ensure the velocity field is divergence-free at initialization.
293
- ψ = Field{Center, Center, Center}(grid)
+ ψ = Field{Face, Face, Center}(grid)
294
set!(ψ, rand(size(ψ)...))
295
uᵢ = ∂y(ψ)
296
vᵢ = -∂x(ψ)
0 commit comments