Skip to content

Commit a6f4f67

Browse files
committed
more cleanup
1 parent c12d557 commit a6f4f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bomex.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ model = NonhydrostaticModel(; grid, advection, buoyancy, coriolis, closure,
168168
# of Siebesma et al 2003, 3rd paragraph
169169
θϵ = 0.1
170170
= 2.5e-5
171-
θᵢ(x, y, z) = θ_bomex(z) + θϵ * randn() - 3
171+
θᵢ(x, y, z) = θ_bomex(z) + θϵ * randn()
172172
qᵢ(x, y, z) = q_bomex(z) +* randn()
173173
uᵢ(x, y, z) = u_bomex(z)
174174
set!(model, θ=θᵢ, q=qᵢ, u=uᵢ)

0 commit comments

Comments
 (0)