We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using Reactant, Oceananigans Nx = Ny = Nz = 128 r_arch = Oceananigans.ReactantState() grid_r = TripolarGrid(r_arch; size=(Nx, Ny, Nz), halo=(7, 7, 7), z=(0, 1)) c_r = CenterField(grid_r); ∇²c_r = Field(∂x(∂x(c_r)) + ∂y(∂y(c_r))); res_r = @jit compute!(∇²c_r);
To reproduce use:
The text was updated successfully, but these errors were encountered:
(just to be clear I did not introduce this error in those PRs)
Sorry, something went wrong.
possibly related to #861
No branches or pull requests
To reproduce use:
The text was updated successfully, but these errors were encountered: