Skip to content

Commit ac875e4

Browse files
Update quarter_degree_global_simulation.jl
1 parent 9249020 commit ac875e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/quarter_degree_global_simulation.jl

+3-3
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ function quarter_degree_near_global_simulation(architecture = GPU();
159159
free_surface = ImplicitFreeSurface()
160160

161161
model = HydrostaticFreeSurfaceModel(; grid, free_surface, coriolis, buoyancy, tracers,
162-
momentum_advection = VectorInvariant(vorticity_scheme = WENO(),
163-
divergence_schem = WENO(),
164-
vertical_scheme = WENO()),
162+
momentum_advection = VectorInvariant(vorticity_scheme = WENO(),
163+
divergence_scheme = WENO(),
164+
vertical_scheme = WENO()),
165165
closure = closures,
166166
boundary_conditions = (u=u_bcs, v=v_bcs, T=T_bcs, S=S_bcs),
167167
tracer_advection = WENO(underlying_grid))

0 commit comments

Comments
 (0)