diff --git a/examples/caps-miller-emp.jl b/examples/denudation/caps-miller-emp.jl similarity index 100% rename from examples/caps-miller-emp.jl rename to examples/denudation/caps-miller-emp.jl diff --git a/examples/caps-miller-phys.jl b/examples/denudation/caps-miller-phys.jl similarity index 100% rename from examples/caps-miller-phys.jl rename to examples/denudation/caps-miller-phys.jl diff --git a/examples/caps-miller_diss.jl b/examples/denudation/caps-miller_diss.jl similarity index 100% rename from examples/caps-miller_diss.jl rename to examples/denudation/caps-miller_diss.jl diff --git a/examples/plot-caps-miller.jl b/examples/denudation/plot-caps-miller.jl similarity index 100% rename from examples/plot-caps-miller.jl rename to examples/denudation/plot-caps-miller.jl diff --git a/examples/erosion/caps-osc.jl b/examples/erosion/caps-osc.jl deleted file mode 100644 index 9c1bb965..00000000 --- a/examples/erosion/caps-osc.jl +++ /dev/null @@ -1,31 +0,0 @@ -# ~/~ begin <>[init] -using CarboKitten -using CarboKitten.CaProdErosion -using CarboKitten.Burgess2013 - -#change sinouid function -DEFAULT_INPUT = CarboKitten.CaProdErosion.Input( - sea_level = t -> 20 * sin(2π * t) + 5 * sin(2π * t / 0.112), - subsidence_rate = 50.0, - initial_depth = x -> x / 2, - grid_size = (50, 100), - phys_scale = 1.0, - Δt = 0.001, - write_interval = 1, - time_steps = 2000, - facies = [ - Burgess2013.Facies((4, 10), (6, 10), 500.0, 0.8, 300, 1000, 2730, 0.5), - Burgess2013.Facies((4, 10), (6, 10), 400.0, 0.1, 300, 1000, 2730, 0.5), - Burgess2013.Facies((4, 10), (6, 10), 100.0, 0.005, 300, 1000, 2730, 0.5) - ], - insolation = 2000.0, - temp = 288.0, - precip = 1000.0, - pco2 = 10^(-1.5), - alpha = 2e-3, - erosion_type = 1 - -) - -CarboKitten.CaProdErosion.main(DEFAULT_INPUT, "data/capes-osc.h5") -# ~/~ end \ No newline at end of file diff --git a/examples/erosion/plot-caps-osc.jl b/examples/erosion/plot-caps-osc.jl deleted file mode 100644 index fe75ac9d..00000000 --- a/examples/erosion/plot-caps-osc.jl +++ /dev/null @@ -1,14 +0,0 @@ -# ~/~ begin <>[init] -module Script - using CarboKitten.Visualization - using GLMakie - - function main() - f = Figure() - plot_crosssection(f[1,1], "data/capes-osc.h5") - save("docs/src/fig/capesosc-crosssection.png", f) - end -end - -Script.main() -# ~/~ end \ No newline at end of file