Skip to content

Commit c345b3a

Browse files
committed
fix
1 parent be1f3e3 commit c345b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Tₛ = reference_constants.reference_potential_temperature # K
6262
qᵢ(x, z) = 0 # 1e-2 + 1e-5 * rand()
6363
set!(model, θ=θᵢ, q=qᵢ)
6464
65-
simulation = Simulation(model, Δt=60, stop_time=2hours)
65+
simulation = Simulation(model, Δt=10, stop_time=2hours)
6666
conjure_time_step_wizard!(simulation, cfl=0.7)
6767
6868
run!(simulation)

0 commit comments

Comments
 (0)