From 172b4322bc54f2990f10e5b737f47587c3a1a7f5 Mon Sep 17 00:00:00 2001 From: Tristan Montoya Date: Sun, 23 Feb 2025 15:53:43 -0500 Subject: [PATCH] run formatter --- examples/elixir_moist_euler_moist_bubble.jl | 2 +- examples/elixir_moist_euler_source_terms_moist.jl | 2 +- .../elixir_shallowwater_covariant_barotropic_instability.jl | 2 +- examples/elixir_shallowwater_covariant_rossby_haurwitz.jl | 2 +- ...ir_shallowwater_covariant_unsteady_solid_body_rotation_EC.jl | 2 +- .../elixir_shallowwater_cubed_sphere_shell_EC_correction.jl | 2 +- .../elixir_shallowwater_cubed_sphere_shell_EC_projection.jl | 2 +- examples/elixir_shallowwater_cubed_sphere_shell_advection.jl | 2 +- examples/elixir_shallowwater_cubed_sphere_shell_standard.jl | 2 +- examples/elixir_spherical_advection_covariant_cubed_sphere.jl | 2 +- .../elixir_spherical_advection_covariant_quad_icosahedron.jl | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/elixir_moist_euler_moist_bubble.jl b/examples/elixir_moist_euler_moist_bubble.jl index 1f6cd9f..c55ca02 100644 --- a/examples/elixir_moist_euler_moist_bubble.jl +++ b/examples/elixir_moist_euler_moist_bubble.jl @@ -300,4 +300,4 @@ callbacks = CallbackSet(summary_callback, sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false), dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback - save_everystep = false, callback = callbacks) \ No newline at end of file + save_everystep = false, callback = callbacks) diff --git a/examples/elixir_moist_euler_source_terms_moist.jl b/examples/elixir_moist_euler_source_terms_moist.jl index 274a363..6e1513b 100644 --- a/examples/elixir_moist_euler_source_terms_moist.jl +++ b/examples/elixir_moist_euler_source_terms_moist.jl @@ -57,4 +57,4 @@ callbacks = CallbackSet(summary_callback, sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false), dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback - save_everystep = false, callback = callbacks) \ No newline at end of file + save_everystep = false, callback = callbacks) diff --git a/examples/elixir_shallowwater_covariant_barotropic_instability.jl b/examples/elixir_shallowwater_covariant_barotropic_instability.jl index 273f8f1..ef065f7 100644 --- a/examples/elixir_shallowwater_covariant_barotropic_instability.jl +++ b/examples/elixir_shallowwater_covariant_barotropic_instability.jl @@ -75,4 +75,4 @@ callbacks = CallbackSet(summary_callback, analysis_callback, save_solution, # OrdinaryDiffEq's `solve` method evolves the solution in time and executes the passed # callbacks sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false), - dt = 100.0, save_everystep = false, callback = callbacks) \ No newline at end of file + dt = 100.0, save_everystep = false, callback = callbacks) diff --git a/examples/elixir_shallowwater_covariant_rossby_haurwitz.jl b/examples/elixir_shallowwater_covariant_rossby_haurwitz.jl index 3218a8e..aa0a66a 100644 --- a/examples/elixir_shallowwater_covariant_rossby_haurwitz.jl +++ b/examples/elixir_shallowwater_covariant_rossby_haurwitz.jl @@ -75,4 +75,4 @@ callbacks = CallbackSet(summary_callback, analysis_callback, save_solution, # OrdinaryDiffEq's `solve` method evolves the solution in time and executes the passed # callbacks sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false), - dt = 100.0, save_everystep = false, callback = callbacks) \ No newline at end of file + dt = 100.0, save_everystep = false, callback = callbacks) diff --git a/examples/elixir_shallowwater_covariant_unsteady_solid_body_rotation_EC.jl b/examples/elixir_shallowwater_covariant_unsteady_solid_body_rotation_EC.jl index 4af9812..6452416 100644 --- a/examples/elixir_shallowwater_covariant_unsteady_solid_body_rotation_EC.jl +++ b/examples/elixir_shallowwater_covariant_unsteady_solid_body_rotation_EC.jl @@ -77,4 +77,4 @@ callbacks = CallbackSet(summary_callback, analysis_callback, save_solution, # OrdinaryDiffEq's `solve` method evolves the solution in time and executes the passed # callbacks sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false), - dt = 100.0, save_everystep = false, callback = callbacks) \ No newline at end of file + dt = 100.0, save_everystep = false, callback = callbacks) diff --git a/examples/elixir_shallowwater_cubed_sphere_shell_EC_correction.jl b/examples/elixir_shallowwater_cubed_sphere_shell_EC_correction.jl index 12c31bd..c5ba206 100644 --- a/examples/elixir_shallowwater_cubed_sphere_shell_EC_correction.jl +++ b/examples/elixir_shallowwater_cubed_sphere_shell_EC_correction.jl @@ -119,4 +119,4 @@ callbacks = CallbackSet(summary_callback, analysis_callback, save_solution, # OrdinaryDiffEq's `solve` method evolves the solution in time and executes the passed callbacks sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false), dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback - save_everystep = false, callback = callbacks) \ No newline at end of file + save_everystep = false, callback = callbacks) diff --git a/examples/elixir_shallowwater_cubed_sphere_shell_EC_projection.jl b/examples/elixir_shallowwater_cubed_sphere_shell_EC_projection.jl index baed397..5c414b7 100644 --- a/examples/elixir_shallowwater_cubed_sphere_shell_EC_projection.jl +++ b/examples/elixir_shallowwater_cubed_sphere_shell_EC_projection.jl @@ -114,4 +114,4 @@ callbacks = CallbackSet(summary_callback, analysis_callback, save_solution, # OrdinaryDiffEq's `solve` method evolves the solution in time and executes the passed callbacks sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false), dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback - save_everystep = false, callback = callbacks) \ No newline at end of file + save_everystep = false, callback = callbacks) diff --git a/examples/elixir_shallowwater_cubed_sphere_shell_advection.jl b/examples/elixir_shallowwater_cubed_sphere_shell_advection.jl index f46c75f..51e52f5 100644 --- a/examples/elixir_shallowwater_cubed_sphere_shell_advection.jl +++ b/examples/elixir_shallowwater_cubed_sphere_shell_advection.jl @@ -84,4 +84,4 @@ callbacks = CallbackSet(summary_callback, analysis_callback, save_solution, # OrdinaryDiffEq's `solve` method evolves the solution in time and executes the passed callbacks sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false), dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback - save_everystep = false, callback = callbacks) \ No newline at end of file + save_everystep = false, callback = callbacks) diff --git a/examples/elixir_shallowwater_cubed_sphere_shell_standard.jl b/examples/elixir_shallowwater_cubed_sphere_shell_standard.jl index f3ee342..d3e69e8 100644 --- a/examples/elixir_shallowwater_cubed_sphere_shell_standard.jl +++ b/examples/elixir_shallowwater_cubed_sphere_shell_standard.jl @@ -103,4 +103,4 @@ callbacks = CallbackSet(summary_callback, analysis_callback, save_solution, # OrdinaryDiffEq's `solve` method evolves the solution in time and executes the passed callbacks sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false), dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback - save_everystep = false, callback = callbacks) \ No newline at end of file + save_everystep = false, callback = callbacks) diff --git a/examples/elixir_spherical_advection_covariant_cubed_sphere.jl b/examples/elixir_spherical_advection_covariant_cubed_sphere.jl index f7fc8de..57afb5a 100644 --- a/examples/elixir_spherical_advection_covariant_cubed_sphere.jl +++ b/examples/elixir_spherical_advection_covariant_cubed_sphere.jl @@ -62,4 +62,4 @@ callbacks = CallbackSet(summary_callback, analysis_callback, save_solution, # OrdinaryDiffEq's `solve` method evolves the solution in time and executes the passed callbacks sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false), - dt = 1.0, save_everystep = false, callback = callbacks) \ No newline at end of file + dt = 1.0, save_everystep = false, callback = callbacks) diff --git a/examples/elixir_spherical_advection_covariant_quad_icosahedron.jl b/examples/elixir_spherical_advection_covariant_quad_icosahedron.jl index 334d8a7..8909f78 100644 --- a/examples/elixir_spherical_advection_covariant_quad_icosahedron.jl +++ b/examples/elixir_spherical_advection_covariant_quad_icosahedron.jl @@ -64,4 +64,4 @@ callbacks = CallbackSet(summary_callback, analysis_callback, save_solution, # OrdinaryDiffEq's `solve` method evolves the solution in time and executes the passed # callbacks sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false), - dt = 1.0, save_everystep = false, callback = callbacks) \ No newline at end of file + dt = 1.0, save_everystep = false, callback = callbacks)