Skip to content

Commit

Permalink
fix things
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchor committed Dec 26, 2023
1 parent 18d363d commit a05017c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/tilted_bottom_boundary_layer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Q = QVelocityGradientTensorInvariant(model)
# be equal.

∫χᴰ = Integral(TracerVarianceDissipationRate(model, :b))
∫χ = Integral(TracerVarianceDiffusiveTerm(model, :b))
Integral(TracerVarianceDiffusiveTerm(model, :b))


# Now we write these quantities, along with `b`, to a NetCDF:
Expand Down Expand Up @@ -133,7 +133,7 @@ Colorbar(fig[3, 3], hm3, vertical=false, height=8);

axb = Axis(fig[4, 1:3]; xlabel="Time", height=100)
times = dims(ds, :Ti)
axislegend(position=:lb, labelsize=14)
#axislegend(position=:lb, labelsize=14)

# Now we mark the time by placing a vertical line in the bottom panel and adding a helpful title

Expand Down

0 comments on commit a05017c

Please sign in to comment.