Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmontoya committed Feb 23, 2025
1 parent 7d663e3 commit 172b432
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/elixir_moist_euler_moist_bubble.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
save_everystep = false, callback = callbacks)
2 changes: 1 addition & 1 deletion examples/elixir_moist_euler_source_terms_moist.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
save_everystep = false, callback = callbacks)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
dt = 100.0, save_everystep = false, callback = callbacks)
2 changes: 1 addition & 1 deletion examples/elixir_shallowwater_covariant_rossby_haurwitz.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
dt = 100.0, save_everystep = false, callback = callbacks)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
dt = 100.0, save_everystep = false, callback = callbacks)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
save_everystep = false, callback = callbacks)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
save_everystep = false, callback = callbacks)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
save_everystep = false, callback = callbacks)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
save_everystep = false, callback = callbacks)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
dt = 1.0, save_everystep = false, callback = callbacks)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
dt = 1.0, save_everystep = false, callback = callbacks)

0 comments on commit 172b432

Please sign in to comment.