Skip to content

Commit 0999a77

Browse files
authored
Update one_degree_simulation.jl (#580)
1 parent 2a81e59 commit 0999a77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/one_degree_simulation.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ simulation.Δt = 20minutes
177177
simulation.stop_time = 365days
178178
run!(simulation)
179179

180-
# ### A pretty movie
180+
# ### A movie
181181
#
182-
# We load the saved output and make a pretty movie of the simulation. First we plot a snapshot:
182+
# We load the saved output and make a movie of the simulation. First we plot a snapshot:
183183
using CairoMakie
184184

185185
# We suffix the ocean fields with "o":
@@ -256,7 +256,7 @@ end
256256
# Finally, we plot a snapshot of the surface speed, temperature, and the turbulent
257257
# eddy kinetic energy from the CATKE vertical mixing parameterization as well as the
258258
# sea ice speed and the effective sea ice thickness.
259-
fig = Figure(size = (1200, 1200))
259+
fig = Figure(size=(1200, 900))
260260

261261
title = @lift string("Global 1ᵒ ocean simulation after ", prettytime(times[$n] - times[1]))
262262

0 commit comments

Comments
 (0)