Skip to content

Commit 6c74724

Browse files
NoraLooseglwagner
andauthored
Simplify wind stress
Co-authored-by: Gregory L. Wagner <[email protected]>
1 parent c2b4fcd commit 6c74724

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/test_zstar_coordinate.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,7 @@ function make_tripolar_test_model(arch; with_wind = false)
278278
)
279279

280280
if with_wind
281-
u₁₀, cᴰ, ρₒ, ρₐ = 10.0, 2.5e-3, 1026.0, 1.225
282-
τx = -ρₐ / ρₒ * cᴰ * u₁₀ * abs(u₁₀)
283-
u_bcs = FieldBoundaryConditions(top = FluxBoundaryCondition(τx))
281+
u_bcs = FieldBoundaryConditions(top = FluxBoundaryCondition(-1e-4))
284282
model = HydrostaticFreeSurfaceModel(; kwargs..., boundary_conditions = (u = u_bcs,))
285283
else
286284
model = HydrostaticFreeSurfaceModel(; kwargs...)

0 commit comments

Comments
 (0)