We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1f3e3 commit c345b3aCopy full SHA for c345b3a
docs/src/index.md
@@ -62,7 +62,7 @@ Tₛ = reference_constants.reference_potential_temperature # K
62
qᵢ(x, z) = 0 # 1e-2 + 1e-5 * rand()
63
set!(model, θ=θᵢ, q=qᵢ)
64
65
-simulation = Simulation(model, Δt=60, stop_time=2hours)
+simulation = Simulation(model, Δt=10, stop_time=2hours)
66
conjure_time_step_wizard!(simulation, cfl=0.7)
67
68
run!(simulation)
0 commit comments