From 3a71aaf5dd8b8106ec917c0937774c1d9a66e31b Mon Sep 17 00:00:00 2001 From: Jago Stong-Wright Date: Thu, 31 Aug 2023 09:57:13 +0200 Subject: [PATCH] hide output after loading exampel resoltes --- examples/column.jl | 2 +- examples/data_forced.jl | 4 ++-- examples/eady.jl | 2 +- examples/kelp.jl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/column.jl b/examples/column.jl index 412b459ca..b005d491f 100644 --- a/examples/column.jl +++ b/examples/column.jl @@ -98,7 +98,7 @@ bPOM = FieldTimeSeries("$filename.jld2", "bPOM") Alk = FieldTimeSeries("$filename.jld2", "Alk") x, y, z = nodes(P) -times = P.times +times = P.times; # We compute the air-sea CO₂ flux at the surface (corresponding to vertical index `k = grid.Nz`) and # the carbon export by computing how much carbon sinks below some arbirtrary depth; here we use depth diff --git a/examples/data_forced.jl b/examples/data_forced.jl index 80363127d..bd7cf2145 100644 --- a/examples/data_forced.jl +++ b/examples/data_forced.jl @@ -110,7 +110,7 @@ wizard = TimeStepWizard(cfl = 0.2, diffusive_cfl = 0.2, max_change = 1.5, min_change = 0.75, cell_diffusion_timescale = column_diffusion_timescale, cell_advection_timescale = column_advection_timescale) - + simulation.callbacks[:wizard] = Callback(wizard, IterationInterval(10)) nothing #hide @@ -130,7 +130,7 @@ bPOM = FieldTimeSeries("$filename.jld2", "bPOM") Alk = FieldTimeSeries("$filename.jld2", "Alk") x, y, z = nodes(P) -times = P.times +times = P.times; # We compute the air-sea CO₂ flux at the surface (corresponding to vertical index `k = grid.Nz`) and # the carbon export by computing how much carbon sinks below some arbirtrary depth; here we use depth diff --git a/examples/eady.jl b/examples/eady.jl index 260e907b8..e528f0968 100644 --- a/examples/eady.jl +++ b/examples/eady.jl @@ -134,7 +134,7 @@ DIC = FieldTimeSeries("eady_turbulence_bgc.jld2", "DIC") times = ζ.times xζ, yζ, zζ = nodes(ζ) -xc, yc, zc = nodes(P) +xc, yc, zc = nodes(P); # and plot. diff --git a/examples/kelp.jl b/examples/kelp.jl index 76462e478..845a979c2 100644 --- a/examples/kelp.jl +++ b/examples/kelp.jl @@ -121,7 +121,7 @@ bPOC = FieldTimeSeries("$filename.jld2", "bPOC") Alk = FieldTimeSeries("$filename.jld2", "Alk") x, y, z = nodes(P) -times = P.times +times = P.times; # We compute the air-sea CO₂ flux at the surface (corresponding to vertical index `k = grid.Nz`) and # the carbon export by computing how much carbon sinks below some arbirtrary depth; here we use depth